Compartilhar via


KeyVaultProperties Class

KeyVaultProperties.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.containerregistry._serialization.Model
KeyVaultProperties

Constructor

KeyVaultProperties(*, key_identifier: str | None = None, identity: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
key_identifier
str

Key vault uri to access the encryption key.

identity
str

The client id of the identity which will be used to access key vault.

Variables

Name Description
key_identifier
str

Key vault uri to access the encryption key.

versioned_key_identifier
str

The fully qualified key identifier that includes the version of the key that is actually used for encryption.

identity
str

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.