NamespaceCustomerManagedKey

data class NamespaceCustomerManagedKey(val identityId: String, val infrastructureEncryptionEnabled: Boolean? = null, val keyVaultKeyId: String)

Constructors

Link copied to clipboard
constructor(identityId: String, infrastructureEncryptionEnabled: Boolean? = null, keyVaultKeyId: String)

Types

Link copied to clipboard
object Companion

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.