Class DataSourceConfigurationReferenceKeys
- Namespace
 - FoundationaLLM.Common.Constants.DataSource
 
- Assembly
 - FoundationaLLM.Common.dll
 
Defines the keys for data source configuration references.
public static class DataSourceConfigurationReferenceKeys
  - Inheritance
 - 
      
      DataSourceConfigurationReferenceKeys
 
- Inherited Members
 
Fields
CertificateName
The name of the X.509 certificate used for authentication.
public const string CertificateName = "CertificateName"
  Field Value
ClientId
The client identifier of the application registration.
public const string ClientId = "ClientId"
  Field Value
KeyVaultUrl
The URL of the Azure Key Vault where the X.509 certificate is stored.
public const string KeyVaultUrl = "KeyVaultURL"
  Field Value
TenantId
The Entra ID tenant identifier where the application registration is located.
public const string TenantId = "TenantId"