RefreshDatabaseToolsIdentityOracleDatabaseResourcePrincipalCredentialDetails

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

Bases: oci.database_tools.models.refresh_database_tools_identity_credential_details.RefreshDatabaseToolsIdentityCredentialDetails

The Database Tools identity refresh credential details for the Oracle Database resource principal identity type.

Attributes

TYPE_ORACLE_DATABASE_RESOURCE_PRINCIPAL str(object=’’) -> str
type [Required] Gets the type of this RefreshDatabaseToolsIdentityCredentialDetails.

Methods

__init__(**kwargs) Initializes a new RefreshDatabaseToolsIdentityOracleDatabaseResourcePrincipalCredentialDetails 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.
TYPE_ORACLE_DATABASE_RESOURCE_PRINCIPAL = 'ORACLE_DATABASE_RESOURCE_PRINCIPAL'
__init__(**kwargs)

Initializes a new RefreshDatabaseToolsIdentityOracleDatabaseResourcePrincipalCredentialDetails object with values from keyword arguments. The default value of the type attribute of this class is ORACLE_DATABASE_RESOURCE_PRINCIPAL and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:type (str) – The value to assign to the type property of this RefreshDatabaseToolsIdentityOracleDatabaseResourcePrincipalCredentialDetails. Allowed values for this property are: “ORACLE_DATABASE_RESOURCE_PRINCIPAL”
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.

type

[Required] Gets the type of this RefreshDatabaseToolsIdentityCredentialDetails. The Database Tools identity type.

Allowed values for this property are: “ORACLE_DATABASE_RESOURCE_PRINCIPAL”

Returns:The type of this RefreshDatabaseToolsIdentityCredentialDetails.
Return type:str