PlainTextCredentialDetails

class oci.fleet_apps_management.models.PlainTextCredentialDetails(**kwargs)

Bases: oci.fleet_apps_management.models.credential_details.CredentialDetails

Details for plain text credentials.

Attributes

CREDENTIAL_TYPE_KEY_ENCRYPTION str(object=’’) -> str
CREDENTIAL_TYPE_PLAIN_TEXT str(object=’’) -> str
CREDENTIAL_TYPE_VAULT_SECRET str(object=’’) -> str
credential_type [Required] Gets the credential_type of this CredentialDetails.
value [Required] Gets the value of this PlainTextCredentialDetails.

Methods

__init__(**kwargs) Initializes a new PlainTextCredentialDetails 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_KEY_ENCRYPTION = 'KEY_ENCRYPTION'
CREDENTIAL_TYPE_PLAIN_TEXT = 'PLAIN_TEXT'
CREDENTIAL_TYPE_VAULT_SECRET = 'VAULT_SECRET'
__init__(**kwargs)

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

Parameters:
  • credential_type (str) – The value to assign to the credential_type property of this PlainTextCredentialDetails. Allowed values for this property are: “PLAIN_TEXT”, “VAULT_SECRET”, “KEY_ENCRYPTION”
  • value (str) – The value to assign to the value property of this PlainTextCredentialDetails.
credential_type

[Required] Gets the credential_type of this CredentialDetails. Credential Type

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

value

[Required] Gets the value of this PlainTextCredentialDetails. The value corresponding to the credential

Returns:The value of this PlainTextCredentialDetails.
Return type:str