Vault Encryption Args
data class VaultEncryptionArgs(val infrastructureEncryptionEnabled: Output<Boolean>, val keyId: Output<String>, val useSystemAssignedIdentity: Output<Boolean>? = null, val userAssignedIdentityId: Output<String>? = null) : ConvertibleToJava<VaultEncryptionArgs>
Properties
Link copied to clipboard
Enabling/Disabling the Double Encryption state.
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.