GetAccountEncryptionPlainArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): GetAccountEncryptionPlainArgs

Properties

Link copied to clipboard
val encryptionKey: String? = null

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.