Account Encryption Args
data class AccountEncryptionArgs(val currentKeyIdentifier: Output<String>? = null, val keyVaultKeyIdentifier: Output<String>? = null, val managedIdentity: Output<AccountEncryptionManagedIdentityArgs>? = null, val type: Output<String>? = null) : ConvertibleToJava<AccountEncryptionArgs>
Constructors
Link copied to clipboard
fun AccountEncryptionArgs(currentKeyIdentifier: Output<String>? = null, keyVaultKeyIdentifier: Output<String>? = null, managedIdentity: Output<AccountEncryptionManagedIdentityArgs>? = null, type: Output<String>? = null)