KeyVaultSecretReferenceSecretInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public class KeyVaultSecretReferenceSecretInfo : Azure.ResourceManager.ServiceLinker.Models.SecretBaseInfo
type KeyVaultSecretReferenceSecretInfo = class
inherit SecretBaseInfo
Public Class KeyVaultSecretReferenceSecretInfo
Inherits SecretBaseInfo
- Inheritance
Constructors
KeyVaultSecretReferenceSecretInfo() |
Initializes a new instance of KeyVaultSecretReferenceSecretInfo. |
Properties
Name |
Name of the Key Vault secret. |
Version |
Version of the Key Vault secret. |
Applies to
Azure SDK for .NET