Class SearchIndexerDataUserAssignedIdentity

java.lang.Object
com.azure.search.documents.indexes.models.SearchIndexerDataIdentity
com.azure.search.documents.indexes.models.SearchIndexerDataUserAssignedIdentity

public final class SearchIndexerDataUserAssignedIdentity extends SearchIndexerDataIdentity
Specifies the identity for a datasource to use.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of SearchIndexerDataUserAssignedIdentity class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the userAssignedIdentity property: 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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SearchIndexerDataUserAssignedIdentity

      public SearchIndexerDataUserAssignedIdentity(String userAssignedIdentity)
      Creates an instance of SearchIndexerDataUserAssignedIdentity class.
      Parameters:
      userAssignedIdentity - the userAssignedIdentity value to set.
  • Method Details

    • getUserAssignedIdentity

      public String getUserAssignedIdentity()
      Get the userAssignedIdentity property: 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.
      Returns:
      the userAssignedIdentity value.