DatabaseToolsMcpServerCustomRole

class oci.database_tools.models.DatabaseToolsMcpServerCustomRole(**kwargs)

Bases: object

DatabaseToolsMcpServerCustomRole.

Methods

__init__(**kwargs) Initializes a new DatabaseToolsMcpServerCustomRole object with values from keyword arguments.

Attributes

description [Required] Gets the description of this DatabaseToolsMcpServerCustomRole.
display_name [Required] Gets the display_name of this DatabaseToolsMcpServerCustomRole.
__init__(**kwargs)

Initializes a new DatabaseToolsMcpServerCustomRole 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 DatabaseToolsMcpServerCustomRole.
  • description (str) – The value to assign to the description property of this DatabaseToolsMcpServerCustomRole.
description

[Required] Gets the description of this DatabaseToolsMcpServerCustomRole. The description of the custom role.

Returns:The description of this DatabaseToolsMcpServerCustomRole.
Return type:str
display_name

[Required] Gets the display_name of this DatabaseToolsMcpServerCustomRole. The display name of the custom role.

Returns:The display_name of this DatabaseToolsMcpServerCustomRole.
Return type:str