Share via


KeyVaultProperties Class

KeyVaultProperties.

Constructor

KeyVaultProperties(*args: Any, **kwargs: Any)

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.

Attributes

identity

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

identity: str | None

key_identifier

Key vault uri to access the encryption key.

key_identifier: str | None

key_rotation_enabled

Auto key rotation status for a CMK enabled registry.

key_rotation_enabled: bool | None

last_key_rotation_timestamp

Timestamp of the last successful key rotation.

last_key_rotation_timestamp: datetime | None

versioned_key_identifier

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

versioned_key_identifier: str | None