EncryptionKeyVaultProperties Class

An Encryption Key.

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

Inheritance
EncryptionKeyVaultProperties

Constructor

EncryptionKeyVaultProperties(*, key_name: Optional[str] = None, key_version: Optional[str] = None, key_vault_url: Optional[str] = None, **kwargs)

Parameters

key_name
str
Required

The name of the key.

key_version
str
Required

The version of the key.

key_vault_url
str
Required

The URL of the vault.

Variables

key_state
str or EncryptionKeyStatus

The state of key provided. Possible values include: "Connected", "AccessDenied".

version_type
str or EncryptionVersionType

Property of the key if user provided or auto detected. Possible values include: "Fixed", "AutoDetected".