SecretArchiveReference interface
A reference to a version of a secret in a key vault.
Properties
| key |
The resource ID of the key vault containing the secret. |
| key |
A Uniform Resource Identifier (URI) for the secret in the key vault. |
| secret |
The name of the secret in the key vault. |
| secret |
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