SecretReference interface
Secret reference and corresponding properties of a key vault secret.
Properties
key |
Object identifier name of the secret in key vault. |
reference |
Reference name of the secret to be used in service configs. |
type | Type of key vault object: secret, key or certificate. |
version | Version of the secret in key vault. |
Property Details
keyVaultObjectName
Object identifier name of the secret in key vault.
keyVaultObjectName: string
Property Value
string
referenceName
Reference name of the secret to be used in service configs.
referenceName: string
Property Value
string
type
Type of key vault object: secret, key or certificate.
type: string
Property Value
string
version
Version of the secret in key vault.
version?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript