SecretArchiveReference interface
SecretArchiveReference represents the reference to a secret in a key vault.
Properties
key |
The resource ID of the key vault containing the secret. NOTE: This property will not be serialized. It can only be populated by the server. |
secret |
The name of the secret in the key vault. NOTE: This property will not be serialized. It can only be populated by the server. |
secret |
The version of the secret in the key vault. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
keyVaultId
The resource ID of the key vault containing the secret. NOTE: This property will not be serialized. It can only be populated by the server.
keyVaultId?: string
Property Value
string
secretName
The name of the secret in the key vault. NOTE: This property will not be serialized. It can only be populated by the server.
secretName?: string
Property Value
string
secretVersion
The version of the secret in the key vault. NOTE: This property will not be serialized. It can only be populated by the server.
secretVersion?: string
Property Value
string