Encryption Configuration Args
data class EncryptionConfigurationArgs(val identity: Output<CMKIdentityDefinitionArgs>? = null, val keyName: Output<String>, val keyVersion: Output<String>? = null, val vaultBaseUrl: Output<String>) : ConvertibleToJava<EncryptionConfigurationArgs>
Definition of CMK for the factory.
Constructors
Link copied to clipboard
constructor(identity: Output<CMKIdentityDefinitionArgs>? = null, keyName: Output<String>, keyVersion: Output<String>? = null, vaultBaseUrl: Output<String>)
Properties
Link copied to clipboard
User assigned identity to use to authenticate to customer's key vault. If not provided Managed Service Identity will be used.
Link copied to clipboard
The version of the key used for CMK. If not provided, latest version will be used.
Link copied to clipboard
The url of the Azure Key Vault used for CMK.