KeyVaultProperties Class
Properties of key vault.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.storage._serialization.ModelKeyVaultProperties
Constructor
KeyVaultProperties(*, key_name: str | None = None, key_version: str | None = None, key_vault_uri: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key_name
|
The name of KeyVault key. |
key_version
|
The version of KeyVault key. |
key_vault_uri
|
The Uri of KeyVault. |
Variables
Name | Description |
---|---|
key_name
|
The name of KeyVault key. |
key_version
|
The version of KeyVault key. |
key_vault_uri
|
The Uri of KeyVault. |
current_versioned_key_identifier
|
The object identifier of the current versioned Key Vault Key in use. |
last_key_rotation_timestamp
|
Timestamp of last rotation of the Key Vault Key. |
current_versioned_key_expiration_timestamp
|
This is a read only property that represents the expiration time of the current version of the customer managed key used for encryption. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python