IndexerPermissionOption Struct
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.
Options with various types of permission data to index.
public readonly struct IndexerPermissionOption : IEquatable<Azure.Search.Documents.Indexes.Models.IndexerPermissionOption>
type IndexerPermissionOption = struct
Public Structure IndexerPermissionOption
Implements IEquatable(Of IndexerPermissionOption)
- Inheritance
-
IndexerPermissionOption
- Implements
Constructors
IndexerPermissionOption(String) |
Initializes a new instance of IndexerPermissionOption. |
Properties
GroupIds |
Indexer to ingest ACL groupIds from data source to index. |
RbacScope |
Indexer to ingest Azure RBAC scope from data source to index. |
UserIds |
Indexer to ingest ACL userIds from data source to index. |
Methods
Equals(IndexerPermissionOption) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(IndexerPermissionOption, IndexerPermissionOption) |
Determines if two IndexerPermissionOption values are the same. |
Implicit(String to IndexerPermissionOption) |
Converts a String to a IndexerPermissionOption. |
Inequality(IndexerPermissionOption, IndexerPermissionOption) |
Determines if two IndexerPermissionOption values are not the same. |