Class AppConfigurationKeyVaultReference
- Assembly
 - FoundationaLLM.Common.dll
 
Azure App Configuration key vault reference.
public class AppConfigurationKeyVaultReference : AppConfigurationKeyBase
  - Inheritance
 - 
      
      
      
      
      AppConfigurationKeyVaultReference
 
- Inherited Members
 
- Extension Methods
 
Properties
KeyVaultSecretName
The name of the Azure Key Vault secret being referenced.
[JsonPropertyName("key_vault_secret_name")]
public string? KeyVaultSecretName { get; set; }
  Property Value
KeyVaultUri
The URI of the Azure Key Vault service being referenced.
[JsonPropertyName("key_vault_uri")]
public string? KeyVaultUri { get; set; }