SecretArchiveReference interface

SecretArchiveReference represents the reference to a secret in a key vault.

Properties

keyVaultId

The resource ID of the key vault containing the secret.

keyVaultUri

The URI of the key containing the secret.

secretName

The name of the secret in the key vault.

secretVersion

The version of the secret in the key vault.

Property Details

keyVaultId

The resource ID of the key vault containing the secret.

keyVaultId?: string

Property Value

string

keyVaultUri

The URI of the key containing the secret.

keyVaultUri?: string

Property Value

string

secretName

The name of the secret in the key vault.

secretName?: string

Property Value

string

secretVersion

The version of the secret in the key vault.

secretVersion?: string

Property Value

string