CredentialsAkvDetails interface

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

Properties

credentialsKeyVaultUri

The base URI of the Azure Key Vault that is used when storing the bucket credentials.

secretName

The name of the secret stored in Azure Key Vault. The associated key pair has the following structure:

{ "access_key_id": "<REDACTED>", "secret_access_key": "<REDACTED>" }

Property Details

credentialsKeyVaultUri

The base URI of the Azure Key Vault that is used when storing the bucket credentials.

credentialsKeyVaultUri?: string

Property Value

string

secretName

The name of the secret stored in Azure Key Vault. The associated key pair has the following structure:

{ "access_key_id": "<REDACTED>", "secret_access_key": "<REDACTED>" }

secretName?: string

Property Value

string