KeyVaultSecretReferenceSecretInfo interface
The secret info when type is keyVaultSecretReference. It's for scenario that user provides a secret stored in user's keyvault and source is Azure Kubernetes. The key Vault's resource id is linked to secretStore.keyVaultId.
- Extends
Properties
name | Name of the Key Vault secret. |
secret |
Polymorphic discriminator, which specifies the different types this object can be |
version | Version of the Key Vault secret. |
Property Details
name
Name of the Key Vault secret.
name?: string
Property Value
string
secretType
Polymorphic discriminator, which specifies the different types this object can be
secretType: "keyVaultSecretReference"
Property Value
"keyVaultSecretReference"
version
Version of the Key Vault secret.
version?: string
Property Value
string