SharePointConnectorAppRegistration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures a SharePoint connector app registration for the index, enabling document-level permissions from SharePoint.
public class SharePointConnectorAppRegistration : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.SharePointConnectorAppRegistration>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.SharePointConnectorAppRegistration>
type SharePointConnectorAppRegistration = class
interface IJsonModel<SharePointConnectorAppRegistration>
interface IPersistableModel<SharePointConnectorAppRegistration>
Public Class SharePointConnectorAppRegistration
Implements IJsonModel(Of SharePointConnectorAppRegistration), IPersistableModel(Of SharePointConnectorAppRegistration)
- Inheritance
-
SharePointConnectorAppRegistration
- Implements
Constructors
| Name | Description |
|---|---|
| SharePointConnectorAppRegistration(Guid, Guid) |
Initializes a new instance of SharePointConnectorAppRegistration. |
Properties
| Name | Description |
|---|---|
| ApplicationId |
The application (client) ID of the app registration used to connect to SharePoint. |
| FederatedCredentialId |
The federated credential ID configured on the app registration. |
| TenantId |
The tenant ID of the app registration. If not specified, the tenant of the search service is used. |