SearchIndexerDataSourceConnection.Identity 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.
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.
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