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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python