Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerDataIdentity
Packages that use SearchIndexerDataIdentity
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchIndexerDataIdentity in com.azure.search.documents.indexes.models
Subclasses of SearchIndexerDataIdentity in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classClears the identity property of a datasource.final classSpecifies the identity for a datasource to use.Methods in com.azure.search.documents.indexes.models that return SearchIndexerDataIdentityModifier and TypeMethodDescriptionstatic SearchIndexerDataIdentitySearchIndexerDataIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchIndexerDataIdentity from the JsonReader.AIServicesVisionParameters.getAuthIdentity()Get the authIdentity property: The user-assigned managed identity used for outbound connections.AzureOpenAIEmbeddingSkill.getAuthIdentity()Get the authIdentity property: The user-assigned managed identity used for outbound connections.AzureOpenAIVectorizerParameters.getAuthIdentity()Get the authIdentity property: The user-assigned managed identity used for outbound connections.WebApiSkill.getAuthIdentity()Get the authIdentity property: The user-assigned managed identity used for outbound connections.WebApiVectorizerParameters.getAuthIdentity()Get the authIdentity property: The user-assigned managed identity used for outbound connections.AIServicesAccountIdentity.getIdentity()Get the identity property: The user-assigned managed identity used for connections to AI Service.SearchIndexerCache.getIdentity()Get the identity property: The user-assigned managed identity used for connections to the enrichment cache.SearchIndexerDataSourceConnection.getIdentity()Get the identity property: An explicit managed identity to use for this datasource.SearchIndexerKnowledgeStore.getIdentity()Get the identity property: The user-assigned managed identity used for connections to Azure Storage when writing knowledge store projections.SearchResourceEncryptionKey.getIdentity()Get the identity property: An explicit managed identity to use for this encryption key.Methods in com.azure.search.documents.indexes.models with parameters of type SearchIndexerDataIdentityModifier and TypeMethodDescriptionAIServicesVisionParameters.setAuthIdentity(SearchIndexerDataIdentity authIdentity) Set the authIdentity property: The user-assigned managed identity used for outbound connections.AzureOpenAIEmbeddingSkill.setAuthIdentity(SearchIndexerDataIdentity authIdentity) Set the authIdentity property: The user-assigned managed identity used for outbound connections.AzureOpenAIVectorizerParameters.setAuthIdentity(SearchIndexerDataIdentity authIdentity) Set the authIdentity property: The user-assigned managed identity used for outbound connections.ChatCompletionSkill.setAuthIdentity(SearchIndexerDataIdentity authIdentity) Set the authIdentity property: The user-assigned managed identity used for outbound connections.WebApiSkill.setAuthIdentity(SearchIndexerDataIdentity authIdentity) Set the authIdentity property: The user-assigned managed identity used for outbound connections.WebApiVectorizerParameters.setAuthIdentity(SearchIndexerDataIdentity authIdentity) Set the authIdentity property: The user-assigned managed identity used for outbound connections.AIServicesAccountIdentity.setIdentity(SearchIndexerDataIdentity identity) Set the identity property: The user-assigned managed identity used for connections to AI Service.SearchIndexerCache.setIdentity(SearchIndexerDataIdentity identity) Set the identity property: The user-assigned managed identity used for connections to the enrichment cache.SearchIndexerDataSourceConnection.setIdentity(SearchIndexerDataIdentity identity) Set the identity property: An explicit managed identity to use for this datasource.SearchIndexerKnowledgeStore.setIdentity(SearchIndexerDataIdentity identity) Set the identity property: The user-assigned managed identity used for connections to Azure Storage when writing knowledge store projections.SearchResourceEncryptionKey.setIdentity(SearchIndexerDataIdentity identity) Set the identity property: An explicit managed identity to use for this encryption key.