Get Account Encryption Plain Args
data class GetAccountEncryptionPlainArgs(val encryptionKey: String? = null, val netappAccountId: String, val systemAssignedIdentityPrincipalId: String? = null, val userAssignedIdentityId: String? = null) : ConvertibleToJava<GetAccountEncryptionPlainArgs>
A collection of arguments for invoking getAccountEncryption.
Properties
Link copied to clipboard
The key vault encryption key.
Link copied to clipboard
The ID of the NetApp account where customer managed keys-based encryption is enabled.
Link copied to clipboard
The ID of the System Assigned Manged Identity.
Link copied to clipboard
The ID of the User Assigned Managed Identity.