AzureKeyVaultDetails interface

Specifies the Azure Key Vault settings. These are used when a) retrieving the bucket server certificate, and b) storing the bucket credentials

Notes:

  1. 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.

  2. These properties are mutually exclusive with the server.certificateObject property.

Properties

certificateAkvDetails

Specifies the Azure Key Vault settings for retrieving the bucket server certificate.

credentialsAkvDetails

Specifies the Azure Key Vault settings for storing the bucket credentials.

Property Details

certificateAkvDetails

Specifies the Azure Key Vault settings for retrieving the bucket server certificate.

certificateAkvDetails?: CertificateAkvDetails

Property Value

credentialsAkvDetails

Specifies the Azure Key Vault settings for storing the bucket credentials.

credentialsAkvDetails?: CredentialsAkvDetails

Property Value