API Reference
Class
EffectivePolicySettings
Global evaluation settings for effective policy computation and related lookups. Hosts may tune these between top-level calls to balance performance and resource usage.
Inheritance
- Object
- EffectivePolicySettings
Inherited Methods
Properties
public static Int32 MaxSecurityParentGroups { get; set; } #Maximum number of parent group entries to traverse when expanding security tokens for applicability evaluation. This guard prevents runaway recursion in very large or cyclic group graphs. Default: 20,000.
public static TimeSpan GpoDetailsCacheTtl { get; set; } #Time-to-live for per-process caches used by GPO detail lookups (e.g., LDAP-backed GPO info). Default: 5 minutes.