Package version:

Interface AIServicesAccountIdentity

The multi-region account of an Azure AI service resource that's attached to a skillset.

interface AIServicesAccountIdentity {
    description?: string;
    identity?: SearchIndexerDataIdentity;
    odatatype: "#Microsoft.Azure.Search.AIServicesByIdentity";
    subdomainUrl: string;
}

Hierarchy (view full)

Properties

description?: string

Description of the Azure AI service resource attached to a skillset.

The user-assigned managed identity used for connections to AI Service. If not specified, the system-assigned managed identity is used. On updates to the skillset, if the identity is unspecified, the value remains unchanged. If set to "none", the value of this property is cleared.

odatatype

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

subdomainUrl: string

The subdomain url for the corresponding AI Service.