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.
Constructors
Link copied to clipboard
fun GetAccountEncryptionPlainArgs(encryptionKey: String? = null, netappAccountId: String, systemAssignedIdentityPrincipalId: String? = null, userAssignedIdentityId: String? = null)