GetKeyVaultStatusResponse interface
Result of getKeyVaultStatus with information about how volumes under NetApp account are encrypted.
Properties
key |
The name of the key that should be used for encryption. |
key |
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. |
key |
Azure resource ID of the key vault/managed HSM that should be used for encryption. |
key |
The URI of the key vault/managed HSM that should be used for encryption. |
Property Details
keyName
The name of the key that should be used for encryption.
keyName?: string
Property Value
string
keyVaultPrivateEndpoints
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.
keyVaultPrivateEndpoints?: KeyVaultPrivateEndpoint[]
Property Value
keyVaultResourceId
Azure resource ID of the key vault/managed HSM that should be used for encryption.
keyVaultResourceId?: string
Property Value
string
keyVaultUri
The URI of the key vault/managed HSM that should be used for encryption.
keyVaultUri?: string
Property Value
string