SearchIndexerDataSourceConnection.Identity Property

Definition

An explicit managed identity to use for this datasource. If not specified and the connection string is a managed identity, the system-assigned managed identity is used. If not specified, the value remains unchanged. If "none" is specified, the value of this property is cleared. Please note SearchIndexerDataIdentity is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SearchIndexerDataNoneIdentity and SearchIndexerDataUserAssignedIdentity.

public Azure.Search.Documents.Indexes.Models.SearchIndexerDataIdentity Identity { get; set; }
member this.Identity : Azure.Search.Documents.Indexes.Models.SearchIndexerDataIdentity with get, set
Public Property Identity As SearchIndexerDataIdentity

Property Value

Applies to