KeyVaultProperties Class
KeyVaultProperties.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelKeyVaultProperties
Constructor
KeyVaultProperties(*, key_identifier: str | None = None, identity: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key_identifier
|
Key vault uri to access the encryption key. |
identity
|
The client id of the identity which will be used to access key vault. |
Variables
Name | Description |
---|---|
key_identifier
|
Key vault uri to access the encryption key. |
versioned_key_identifier
|
The fully qualified key identifier that includes the version of the key that is actually used for encryption. |
identity
|
The client id of the identity which will be used to access key vault. |
key_rotation_enabled
|
Auto key rotation status for a CMK enabled registry. |
last_key_rotation_timestamp
|
Timestamp of the last successful key rotation. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python