GetAccountKeyVaultStatusResult

data class GetAccountKeyVaultStatusResult(val keyName: String? = null, val keyVaultPrivateEndpoints: List<KeyVaultPrivateEndpointResponse>? = null, val keyVaultResourceId: String? = null, val keyVaultUri: String? = null)

Result of getKeyVaultStatus with information about how volumes under NetApp account are encrypted.

Constructors

Link copied to clipboard
constructor(keyName: String? = null, keyVaultPrivateEndpoints: List<KeyVaultPrivateEndpointResponse>? = null, keyVaultResourceId: String? = null, keyVaultUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyName: String? = null

The name of the key that should be used for encryption.

Link copied to clipboard

Pairs of virtual network ID and private endpoint ID. Every virtual network that has volumes encrypted with customer-managed keys needs its own key vault private endpoint.

Link copied to clipboard

Azure resource ID of the key vault/managed HSM that should be used for encryption.

Link copied to clipboard
val keyVaultUri: String? = null

The URI of the key vault/managed HSM that should be used for encryption.