VaultSecretPasswordDetails¶
-
class
oci.resource_analytics.models.
VaultSecretPasswordDetails
(**kwargs)¶ Bases:
oci.resource_analytics.models.adw_admin_password_details.AdwAdminPasswordDetails
Secret details for the ADW Admin password.
Attributes
PASSWORD_TYPE_PLAIN_TEXT
str(object=’’) -> str PASSWORD_TYPE_VAULT_SECRET
str(object=’’) -> str password_type
[Required] Gets the password_type of this AdwAdminPasswordDetails. secret_id
[Required] Gets the secret_id of this VaultSecretPasswordDetails. Methods
__init__
(**kwargs)Initializes a new VaultSecretPasswordDetails 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. -
PASSWORD_TYPE_PLAIN_TEXT
= 'PLAIN_TEXT'¶
-
PASSWORD_TYPE_VAULT_SECRET
= 'VAULT_SECRET'¶
-
__init__
(**kwargs)¶ Initializes a new VaultSecretPasswordDetails object with values from keyword arguments. The default value of the
password_type
attribute of this class isVAULT_SECRET
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - password_type (str) – The value to assign to the password_type property of this VaultSecretPasswordDetails. Allowed values for this property are: “PLAIN_TEXT”, “VAULT_SECRET”
- secret_id (str) – The value to assign to the secret_id property of this VaultSecretPasswordDetails.
-
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.
-
password_type
¶ [Required] Gets the password_type of this AdwAdminPasswordDetails. Password type
Allowed values for this property are: “PLAIN_TEXT”, “VAULT_SECRET”
Returns: The password_type of this AdwAdminPasswordDetails. Return type: str
-