VaultEncryption

data class VaultEncryption(val infrastructureEncryptionEnabled: Boolean, val keyId: String, val useSystemAssignedIdentity: Boolean? = null, val userAssignedIdentityId: String? = null)

Constructors

Link copied to clipboard
constructor(infrastructureEncryptionEnabled: Boolean, keyId: String, useSystemAssignedIdentity: Boolean? = null, userAssignedIdentityId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enabling/Disabling the Double Encryption state.

Link copied to clipboard

The Key Vault key id used to encrypt this vault. Key managed by Vault Managed Hardware Security Module is also supported.

Link copied to clipboard

Specifies the user assigned identity ID to be used.

Link copied to clipboard

Indicate that system assigned identity should be used or not. Defaults to true. Must be set to false when user_assigned_identity_id is set. !>Note: use_system_assigned_identity only be able to set to false for new vaults. Any vaults containing existing items registered or attempted to be registered to it are not supported. Details can be found in the document !>Note: Once infrastructure_encryption_enabled has been set it's not possible to change it.