SecretArchiveReference interface

A reference to a version of a secret in a key vault.

Properties

keyVaultId

The resource ID of the key vault containing the secret.

keyVaultUri

A Uniform Resource Identifier (URI) for the secret in the key vault.

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

A Uniform Resource Identifier (URI) for the secret in the key vault.

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