Table of Contents

Class AppConfigurationKeyVaultUri

Namespace
FoundationaLLM.Common.Models.Configuration.AppConfiguration
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; }

Property Value

string