ValidateDatabaseToolsIdentityCredentialOracleDatabaseResourcePrincipalDetails¶
- 
class oci.database_tools.models.ValidateDatabaseToolsIdentityCredentialOracleDatabaseResourcePrincipalDetails(**kwargs)¶
- Bases: - oci.database_tools.models.validate_database_tools_identity_credential_details.ValidateDatabaseToolsIdentityCredentialDetails- The Database Tools identity validate 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 ValidateDatabaseToolsIdentityCredentialDetails. - Methods - __init__(**kwargs)- Initializes a new ValidateDatabaseToolsIdentityCredentialOracleDatabaseResourcePrincipalDetails 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 ValidateDatabaseToolsIdentityCredentialOracleDatabaseResourcePrincipalDetails object with values from keyword arguments. The default value of the - typeattribute of this class is- ORACLE_DATABASE_RESOURCE_PRINCIPALand 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 ValidateDatabaseToolsIdentityCredentialOracleDatabaseResourcePrincipalDetails. 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 ValidateDatabaseToolsIdentityCredentialDetails. The Database Tools identity type. - Allowed values for this property are: “ORACLE_DATABASE_RESOURCE_PRINCIPAL” - Returns: - The type of this ValidateDatabaseToolsIdentityCredentialDetails. - Return type: - str 
 
-