ValidateDatabaseToolsIdentityCredentialDetails¶
- 
class oci.database_tools.models.ValidateDatabaseToolsIdentityCredentialDetails(**kwargs)¶
- Bases: - object- Identity Credential validation details. - Attributes - TYPE_ORACLE_DATABASE_RESOURCE_PRINCIPAL- A constant which can be used with the type property of a ValidateDatabaseToolsIdentityCredentialDetails. - type- [Required] Gets the type of this ValidateDatabaseToolsIdentityCredentialDetails. - Methods - __init__(**kwargs)- Initializes a new ValidateDatabaseToolsIdentityCredentialDetails 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'¶
- A constant which can be used with the type property of a ValidateDatabaseToolsIdentityCredentialDetails. This constant has a value of “ORACLE_DATABASE_RESOURCE_PRINCIPAL” 
 - 
__init__(**kwargs)¶
- Initializes a new ValidateDatabaseToolsIdentityCredentialDetails 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: - type (str) – The value to assign to the type property of this ValidateDatabaseToolsIdentityCredentialDetails. 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 
 
-