Class CreateDatabaseToolsMcpToolsetCustomizableReportingToolsDetails
Database Tools MCP Toolset information to be updated for the Customizable reporting tools type.
Inheritance
CreateDatabaseToolsMcpToolsetCustomizableReportingToolsDetails
Inherited Members
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class CreateDatabaseToolsMcpToolsetCustomizableReportingToolsDetails : CreateDatabaseToolsMcpToolsetDetails
Properties
DefaultExecutionType
Declaration
[JsonProperty(PropertyName = "defaultExecutionType")]
[JsonConverter(typeof(StringEnumConverter))]
public DatabaseToolsMcpToolsetDefaultExecutionType? DefaultExecutionType { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseToolsMcpToolsetDefaultExecutionType? | The default execution type for the toolset. The default value is SYNCHRONOUS.
|
Reports
Declaration
[Required(ErrorMessage = "Reports is required.")]
[JsonProperty(PropertyName = "reports")]
public List<DatabaseToolsMcpToolsetCustomizableReportingToolsReport> Reports { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DatabaseToolsMcpToolsetCustomizableReportingToolsReport> | List of Database Tools SQL Reports |
Remarks
Required
Tools
Declaration
[JsonProperty(PropertyName = "tools")]
public List<CreateDatabaseToolsMcpToolsetToolDetails> Tools { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CreateDatabaseToolsMcpToolsetToolDetails> | List of Database Tools CUSTOMIZABLE_REPORTING_TOOLS toolset tool configurations |