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_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_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 is CREDENTIALS_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”
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. Credential type.

Allowed values for this property are: “CREDENTIALS_BY_SOURCE”, “CREDENTIALS_BY_VAULT”, ‘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.