CredentialsBySource¶
-
class
oci.opsi.models.
CredentialsBySource
(**kwargs)¶ Bases:
oci.opsi.models.credential_details.CredentialDetails
Credential Source to connect to the database.
Attributes
CREDENTIAL_TYPE_CREDENTIALS_BY_IAM
str(object=’’) -> str CREDENTIAL_TYPE_CREDENTIALS_BY_SOURCE
str(object=’’) -> str CREDENTIAL_TYPE_CREDENTIALS_BY_VAULT
str(object=’’) -> str credential_source_name
[Required] Gets the credential_source_name of this CredentialDetails. credential_type
[Required] Gets the credential_type of this CredentialDetails. Methods
__init__
(**kwargs)Initializes a new CredentialsBySource 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. -
CREDENTIAL_TYPE_CREDENTIALS_BY_IAM
= 'CREDENTIALS_BY_IAM'¶
-
CREDENTIAL_TYPE_CREDENTIALS_BY_SOURCE
= 'CREDENTIALS_BY_SOURCE'¶
-
CREDENTIAL_TYPE_CREDENTIALS_BY_VAULT
= 'CREDENTIALS_BY_VAULT'¶
-
__init__
(**kwargs)¶ Initializes a new CredentialsBySource object with values from keyword arguments. The default value of the
credential_type
attribute of this class isCREDENTIALS_BY_SOURCE
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - credential_source_name (str) – The value to assign to the credential_source_name property of this CredentialsBySource.
- credential_type (str) – The value to assign to the credential_type property of this CredentialsBySource. Allowed values for this property are: “CREDENTIALS_BY_SOURCE”, “CREDENTIALS_BY_VAULT”, “CREDENTIALS_BY_IAM”
-
credential_source_name
¶ [Required] Gets the credential_source_name of this CredentialDetails. Credential source name that had been added in Management Agent wallet. This is supplied in the External Database Service.
Returns: The credential_source_name of this CredentialDetails. Return type: str
-
credential_type
¶ [Required] Gets the credential_type of this CredentialDetails. CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
Allowed values for this property are: “CREDENTIALS_BY_SOURCE”, “CREDENTIALS_BY_VAULT”, “CREDENTIALS_BY_IAM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The credential_type of this CredentialDetails. Return type: str
-
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.
-