Show / Hide Table of Contents

Class UpdateDatabaseToolsMcpToolsetToolDetails

MCP toolset tool configuration

Inheritance
object
UpdateDatabaseToolsMcpToolsetToolDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class UpdateDatabaseToolsMcpToolsetToolDetails

Properties

AllowedRoles

Declaration
[JsonProperty(PropertyName = "allowedRoles")]
public List<string> AllowedRoles { get; set; }
Property Value
Type Description
List<string>

The roles granted access to this tool

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

The name of the tool

Remarks

Required

Status

Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(StringEnumConverter))]
public DatabaseToolsMcpToolsetToolStatus? Status { get; set; }
Property Value
Type Description
DatabaseToolsMcpToolsetToolStatus?

The status of the tool

In this article
Back to top