WebApiSkill.AuthResourceId Property
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.
Applies to custom skills that connect to external code in an Azure function or some other application that provides the transformations. This value should be the application ID created for the function or app when it was registered with Azure Active Directory. When specified, the custom skill connects to the function or app using a managed ID (either system or user-assigned) of the search service and the access token of the function or app, using this value as the resource id for creating the scope of the access token.
public Azure.Core.ResourceIdentifier AuthResourceId { get; set; }
member this.AuthResourceId : Azure.Core.ResourceIdentifier with get, set
Public Property AuthResourceId As ResourceIdentifier
Property Value
Applies to
Azure SDK for .NET