NetAppBucketPatch.KeyVaultDetails Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the Azure Key Vault settings. These are used when a) retrieving the bucket server certificate, and b) storing the bucket credentials
Notes:
- If a bucket certificate was previously provided directly using the certificateObject property, it is possible to subsequently use the Azure Key Vault for certificate management by using these 'akvDetails' properties. However, once Azure Key Vault is configured, it is no longer possible to provide the certificate directly via the certificateObject property.
- These properties are mutually exclusive with the server.certificateObject property.
public Azure.ResourceManager.NetApp.Models.NetAppKeyVaultDetails KeyVaultDetails { get; set; }
member this.KeyVaultDetails : Azure.ResourceManager.NetApp.Models.NetAppKeyVaultDetails with get, set
Public Property KeyVaultDetails As NetAppKeyVaultDetails