Table of Contents

Class SharePointOnlineContentSourceServiceSettings

Namespace
FoundationaLLM.Vectorization.Models.Configuration
Assembly
FoundationaLLM.Vectorization.Engine.dll

Provides configuration settings to initialize a SharePoint Online content source service.

public class SharePointOnlineContentSourceServiceSettings
Inheritance
SharePointOnlineContentSourceServiceSettings
Inherited Members
Extension Methods

Properties

CertificateName

The name of the X.509 certificate stored in Azure KeyVault.

public string? CertificateName { get; set; }

Property Value

string

ClientId

The application (client) identifier of the Azure app registration.

public string? ClientId { get; set; }

Property Value

string

KeyVaultURL

The Azure KeyVault URL in which the X.509 certificate is stored.

public string? KeyVaultURL { get; set; }

Property Value

string

TenantId

The Azure tenant identifier where the app was registered.

public string? TenantId { get; set; }

Property Value

string