Class AppConfigurationKeyVaultUri
- Assembly
- FoundationaLLM.Common.dll
Provides details about an Azure Key Vault secret.
public class AppConfigurationKeyVaultUri
- Inheritance
-
AppConfigurationKeyVaultUri
- Inherited Members
- Extension Methods
Properties
Uri
The URI identifying the Azure Key Vault secret.
[JsonPropertyName("uri")]
public string? Uri { get; set; }