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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python