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>
Constructors
Link copied to clipboard
fun VaultEncryptionArgs(infrastructureEncryptionEnabled: Output<Boolean>, keyId: Output<String>, useSystemAssignedIdentity: Output<Boolean>? = null, userAssignedIdentityId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Indicate that system assigned identity should be used or not. Defaults to true
. !>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.