Language

KnowledgeSourceIngestionPermissionOption Struct

Definition

Permission types to ingest together with document content.

public readonly struct KnowledgeSourceIngestionPermissionOption : IEquatable<Azure.Search.Documents.Indexes.Models.KnowledgeSourceIngestionPermissionOption>
type KnowledgeSourceIngestionPermissionOption = struct
Public Structure KnowledgeSourceIngestionPermissionOption
Implements IEquatable(Of KnowledgeSourceIngestionPermissionOption)
Inheritance
KnowledgeSourceIngestionPermissionOption
Implements

Constructors

Name Description
KnowledgeSourceIngestionPermissionOption(String)

Initializes a new instance of KnowledgeSourceIngestionPermissionOption.

Properties

Name Description
GroupIds

Ingest group identifiers alongside document content.

RbacScope

Ingest RBAC scope information alongside document content.

SensitivityLabels

Ingest Microsoft Purview sensitivity labels alongside document content.

UserIds

Ingest explicit user identifiers alongside document content.

Methods

Name Description
Equals(KnowledgeSourceIngestionPermissionOption)

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

Name Description
Equality(KnowledgeSourceIngestionPermissionOption, KnowledgeSourceIngestionPermissionOption)

Determines if two KnowledgeSourceIngestionPermissionOption values are the same.

Implicit(String to KnowledgeSourceIngestionPermissionOption)

Converts a string to a KnowledgeSourceIngestionPermissionOption.

Implicit(String to Nullable<KnowledgeSourceIngestionPermissionOption>)
Inequality(KnowledgeSourceIngestionPermissionOption, KnowledgeSourceIngestionPermissionOption)

Determines if two KnowledgeSourceIngestionPermissionOption values are not the same.

Applies to