Get Account Key Vault Status Result
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)
Properties
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
The URI of the key vault/managed HSM that should be used for encryption.