Table of Contents

Property Allowlist

Namespace
QueryGuard
Assembly
QueryGuard.Core.dll

Allowlist

Gets the intentional repetitions this policy has recorded, each with its reason.

public IReadOnlyList<QueryGuardAllowlistEntry> Allowlist { get; }

Property Value

IReadOnlyList<QueryGuardAllowlistEntry>

Remarks

An allowlisted finding is reported as ignored rather than removed, so this list narrows what fails without narrowing what is visible.