AzureKeyVaultS3WithHmacCredentials interface

The Azure Key Vault secret URIs which store the credentials.

Extends

Properties

accessKeyUri

The Azure Key Vault secret URI which stores the username. Use empty string to clean-up existing value.

secretKeyUri

The Azure Key Vault secret URI which stores the password. Use empty string to clean-up existing value.

type

The Credentials type.

Property Details

accessKeyUri

The Azure Key Vault secret URI which stores the username. Use empty string to clean-up existing value.

accessKeyUri?: string

Property Value

string

secretKeyUri

The Azure Key Vault secret URI which stores the password. Use empty string to clean-up existing value.

secretKeyUri?: string

Property Value

string

type

The Credentials type.

type: "AzureKeyVaultS3WithHMAC"

Property Value

"AzureKeyVaultS3WithHMAC"