KeyVaultProperties Class

KeyVaultProperties.

All required parameters must be populated in order to send to Azure.

Inheritance
KeyVaultProperties

Constructor

KeyVaultProperties(*, key_vault_arm_id: str, key_identifier: str, identity_client_id: Optional[str] = None, **kwargs)

Parameters

key_vault_arm_id
str
Required

Required. The ArmId of the keyVault where the customer owned encryption key is present.

key_identifier
str
Required

Required. Key vault uri to access the encryption key.

identity_client_id
str
Required

For future use - The client id of the identity which will be used to access key vault.