Class KnowledgeSourceIngestionPermissionOption
java.lang.Object
com.azure.core.util.ExpandableStringEnum<KnowledgeSourceIngestionPermissionOption>
com.azure.search.documents.indexes.models.KnowledgeSourceIngestionPermissionOption
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class KnowledgeSourceIngestionPermissionOption
extends com.azure.core.util.ExpandableStringEnum<KnowledgeSourceIngestionPermissionOption>
Defines values for KnowledgeSourceIngestionPermissionOption.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final KnowledgeSourceIngestionPermissionOptionIngest group identifiers alongside document content.static final KnowledgeSourceIngestionPermissionOptionIngest RBAC scope information alongside document content.static final KnowledgeSourceIngestionPermissionOptionIngest explicit user identifiers alongside document content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a KnowledgeSourceIngestionPermissionOption from its string representation.values()Gets known KnowledgeSourceIngestionPermissionOption values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
USER_IDS
Ingest explicit user identifiers alongside document content. -
GROUP_IDS
Ingest group identifiers alongside document content. -
RBAC_SCOPE
Ingest RBAC scope information alongside document content.
-
-
Constructor Details
-
KnowledgeSourceIngestionPermissionOption
Deprecated.Use thefromString(String)factory method.Creates a new instance of KnowledgeSourceIngestionPermissionOption value.
-
-
Method Details
-
fromString
Creates or finds a KnowledgeSourceIngestionPermissionOption from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding KnowledgeSourceIngestionPermissionOption.
-
values
Gets known KnowledgeSourceIngestionPermissionOption values.- Returns:
- known KnowledgeSourceIngestionPermissionOption values.
-
fromString(String)factory method.