Namespace Customer Managed Key Args
data class NamespaceCustomerManagedKeyArgs(val identityId: Output<String>, val infrastructureEncryptionEnabled: Output<Boolean>? = null, val keyVaultKeyId: Output<String>) : ConvertibleToJava<NamespaceCustomerManagedKeyArgs>
Properties
Link copied to clipboard
The ID of the User Assigned Identity that has access to the key.
Link copied to clipboard
Used to specify whether enable Infrastructure Encryption (Double Encryption). Changing this forces a new resource to be created.
Link copied to clipboard
The ID of the Key Vault Key which should be used to Encrypt the data in this Service Bus Namespace.