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, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceLinker.Models.KeyVaultSecretReferenceSecretInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceLinker.Models.KeyVaultSecretReferenceSecretInfo>
public class KeyVaultSecretReferenceSecretInfo : Azure.ResourceManager.ServiceLinker.Models.SecretBaseInfo
type KeyVaultSecretReferenceSecretInfo = class
inherit SecretBaseInfo
interface IJsonModel<KeyVaultSecretReferenceSecretInfo>
interface IPersistableModel<KeyVaultSecretReferenceSecretInfo>
type KeyVaultSecretReferenceSecretInfo = class
inherit SecretBaseInfo
Public Class KeyVaultSecretReferenceSecretInfo
Inherits SecretBaseInfo
Implements IJsonModel(Of KeyVaultSecretReferenceSecretInfo), IPersistableModel(Of KeyVaultSecretReferenceSecretInfo)
Public Class KeyVaultSecretReferenceSecretInfo
Inherits SecretBaseInfo
- Inheritance
- Implements
Constructors
KeyVaultSecretReferenceSecretInfo() |
Initializes a new instance of KeyVaultSecretReferenceSecretInfo. |
Properties
Name |
Name of the Key Vault secret. |
Version |
Version of the Key Vault secret. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |