DatabaseToolsMcpServerBuiltInRole¶
-
class
oci.database_tools.models.DatabaseToolsMcpServerBuiltInRole(**kwargs)¶ Bases:
objectBuilt-in MCP server roles
Methods
__init__(**kwargs)Initializes a new DatabaseToolsMcpServerBuiltInRole object with values from keyword arguments. Attributes
description[Required] Gets the description of this DatabaseToolsMcpServerBuiltInRole. display_name[Required] Gets the display_name of this DatabaseToolsMcpServerBuiltInRole. -
__init__(**kwargs)¶ Initializes a new DatabaseToolsMcpServerBuiltInRole object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this DatabaseToolsMcpServerBuiltInRole.
- description (str) – The value to assign to the description property of this DatabaseToolsMcpServerBuiltInRole.
-
description¶ [Required] Gets the description of this DatabaseToolsMcpServerBuiltInRole. The description of the built-in role.
Returns: The description of this DatabaseToolsMcpServerBuiltInRole. Return type: str
-
display_name¶ [Required] Gets the display_name of this DatabaseToolsMcpServerBuiltInRole. The display name of the built-in role.
Returns: The display_name of this DatabaseToolsMcpServerBuiltInRole. Return type: str
-