Package version:

Interface SearchIndexerDataUserAssignedIdentity

Specifies the identity for a datasource to use.

interface SearchIndexerDataUserAssignedIdentity {
    odatatype: "#Microsoft.Azure.Search.DataUserAssignedIdentity";
    resourceId: string;
}

Hierarchy (view full)

Properties

odatatype

Polymorphic discriminator, which specifies the different types this object can be

resourceId: string

The fully qualified Azure resource Id of a user assigned managed identity typically in the form "/subscriptions/12345678-1234-1234-1234-1234567890ab/resourceGroups/rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId" that should have been assigned to the search service.