TestimoX

API Reference

Enum

DirectoryGraphTrustMode

Namespace ADPlayground
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines trust-handling posture for directory graph scenarios.

Inheritance

  • Enum
  • DirectoryGraphTrustMode

Values

public const DirectoryGraphTrustMode Default #

Uses standard behavior: apply allow/deny filters and continue.

Value: 0
public const DirectoryGraphTrustMode Strict #

Enforces strict trust boundaries and fails the partition when disallowed cross-boundary entries are present.

Value: 1
public const DirectoryGraphTrustMode BestEffort #

Continues with filtered results and emits diagnostics when disallowed cross-boundary entries are present.

Value: 2