KeyVaultProperties Class

Properties of the key vault.

Inheritance
KeyVaultProperties

Constructor

KeyVaultProperties(*, key_name: Optional[str] = None, key_version: Optional[str] = None, key_vault_uri: Optional[str] = None, user_identity: Optional[str] = None, **kwargs)

Variables

key_name
str

The name of the key vault key.

key_version
str

The version of the key vault key.

key_vault_uri
str

The Uri of the key vault.

user_identity
str

The user assigned identity (ARM resource id) that has access to the key.