TablespaceAdminCredentialDetails

class oci.database_management.models.TablespaceAdminCredentialDetails(**kwargs)

Bases: object

The credential to connect to the database to perform tablespace administration tasks.

Attributes

ROLE_NORMAL A constant which can be used with the role property of a TablespaceAdminCredentialDetails.
ROLE_SYSDBA A constant which can be used with the role property of a TablespaceAdminCredentialDetails.
TABLESPACE_ADMIN_CREDENTIAL_TYPE_PASSWORD A constant which can be used with the tablespace_admin_credential_type property of a TablespaceAdminCredentialDetails.
TABLESPACE_ADMIN_CREDENTIAL_TYPE_SECRET A constant which can be used with the tablespace_admin_credential_type property of a TablespaceAdminCredentialDetails.
role [Required] Gets the role of this TablespaceAdminCredentialDetails.
tablespace_admin_credential_type [Required] Gets the tablespace_admin_credential_type of this TablespaceAdminCredentialDetails.
username [Required] Gets the username of this TablespaceAdminCredentialDetails.

Methods

__init__(**kwargs) Initializes a new TablespaceAdminCredentialDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
ROLE_NORMAL = 'NORMAL'

A constant which can be used with the role property of a TablespaceAdminCredentialDetails. This constant has a value of “NORMAL”

ROLE_SYSDBA = 'SYSDBA'

A constant which can be used with the role property of a TablespaceAdminCredentialDetails. This constant has a value of “SYSDBA”

TABLESPACE_ADMIN_CREDENTIAL_TYPE_PASSWORD = 'PASSWORD'

A constant which can be used with the tablespace_admin_credential_type property of a TablespaceAdminCredentialDetails. This constant has a value of “PASSWORD”

TABLESPACE_ADMIN_CREDENTIAL_TYPE_SECRET = 'SECRET'

A constant which can be used with the tablespace_admin_credential_type property of a TablespaceAdminCredentialDetails. This constant has a value of “SECRET”

__init__(**kwargs)

Initializes a new TablespaceAdminCredentialDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • tablespace_admin_credential_type (str) – The value to assign to the tablespace_admin_credential_type property of this TablespaceAdminCredentialDetails. Allowed values for this property are: “SECRET”, “PASSWORD”
  • username (str) – The value to assign to the username property of this TablespaceAdminCredentialDetails.
  • role (str) – The value to assign to the role property of this TablespaceAdminCredentialDetails. Allowed values for this property are: “NORMAL”, “SYSDBA”
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

role

[Required] Gets the role of this TablespaceAdminCredentialDetails. The role of the database user.

Allowed values for this property are: “NORMAL”, “SYSDBA”

Returns:The role of this TablespaceAdminCredentialDetails.
Return type:str
tablespace_admin_credential_type

[Required] Gets the tablespace_admin_credential_type of this TablespaceAdminCredentialDetails. The type of the credential for tablespace administration tasks.

Allowed values for this property are: “SECRET”, “PASSWORD”

Returns:The tablespace_admin_credential_type of this TablespaceAdminCredentialDetails.
Return type:str
username

[Required] Gets the username of this TablespaceAdminCredentialDetails. The user to connect to the database.

Returns:The username of this TablespaceAdminCredentialDetails.
Return type:str