SharePointConnectorAppRegistration interface
Configures a SharePoint connector app registration for the index, enabling document-level permissions from SharePoint.
Properties
| application |
The application (client) ID of the app registration used to connect to SharePoint. |
| federated |
The federated credential ID configured on the app registration. |
| tenant |
The tenant ID of the app registration. If not specified, the tenant of the search service is used. |
Property Details
applicationId
The application (client) ID of the app registration used to connect to SharePoint.
applicationId: string
Property Value
string
federatedCredentialId
The federated credential ID configured on the app registration.
federatedCredentialId: string
Property Value
string
tenantId
The tenant ID of the app registration. If not specified, the tenant of the search service is used.
tenantId?: string
Property Value
string