SecretProperties Class
A secret's ID and attributes.
Constructor
SecretProperties(*args: Any, **kwargs: Any)
Attributes
content_type
An arbitrary string indicating the type of the secret.
Returns
created_on
When the secret was created, in UTC.
Returns
enabled
Whether the secret is enabled for use.
Returns
expires_on
When the secret expires, in UTC.
Returns
key_id
If this secret backs a certificate, this property is the identifier of the corresponding key.
Returns
managed
Whether the secret's lifetime is managed by Key Vault. If the secret backs a certificate, this will be true.
Returns
name
The secret's name.
Returns
not_before
The time before which the secret cannot be used, in UTC.
Returns
recoverable_days
The number of days the key is retained before being deleted from a soft-delete enabled Key Vault.
Returns
recovery_level
The vault's deletion recovery level for secrets.
Returns
Application specific metadata in the form of key-value pairs.
Returns
updated_on
When the secret was last updated, in UTC.
Returns
vault_url
URL of the vault containing the secret.
Returns
version
The secret's version.
Returns