Class IndexerPermissionOption

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IndexerPermissionOption>
com.azure.search.documents.indexes.models.IndexerPermissionOption
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class IndexerPermissionOption extends com.azure.core.util.ExpandableStringEnum<IndexerPermissionOption>
Options with various types of permission data to index.
  • Field Details

    • USER_IDS

      public static final IndexerPermissionOption USER_IDS
      Indexer to ingest ACL userIds from data source to index.
    • GROUP_IDS

      public static final IndexerPermissionOption GROUP_IDS
      Indexer to ingest ACL groupIds from data source to index.
    • RBAC_SCOPE

      public static final IndexerPermissionOption RBAC_SCOPE
      Indexer to ingest Azure RBAC scope from data source to index.
  • Constructor Details

    • IndexerPermissionOption

      @Deprecated public IndexerPermissionOption()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of IndexerPermissionOption value.
  • Method Details

    • fromString

      public static IndexerPermissionOption fromString(String name)
      Creates or finds a IndexerPermissionOption from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding IndexerPermissionOption.
    • values

      public static Collection<IndexerPermissionOption> values()
      Gets known IndexerPermissionOption values.
      Returns:
      known IndexerPermissionOption values.