Account Customer Managed Key Args
data class AccountCustomerManagedKeyArgs(val identityClientId: Output<String>? = null, val keyVaultKeyId: Output<String>) : ConvertibleToJava<AccountCustomerManagedKeyArgs>
Properties
Link copied to clipboard
The Client ID of the User Assigned Identity that has access to the key. This property only needs to be specified when there're multiple identities attached to the Cognitive Account.
Link copied to clipboard
The ID of the Key Vault Key which should be used to Encrypt the data in this Cognitive Account.