TestimoX

API Reference

Enum

AclRiskLevel

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

Severity levels for ACE risk classification.

Inheritance

  • Enum
  • AclRiskLevel

Values

public const AclRiskLevel Info #

Informational only; not a risk signal (e.g., Deny ACE, uncategorized).

Value: 0
public const AclRiskLevel Low #

Low risk; read-only rights or Apply Group Policy.

Value: 1
public const AclRiskLevel Medium #

Medium risk; targeted attribute writes or unknown extended rights.

Value: 2
public const AclRiskLevel High #

High risk; destructive changes or sensitive extended/validated writes.

Value: 3
public const AclRiskLevel Critical #

Critical risk; full control or takeover rights (WriteDacl/WriteOwner/DCSync).

Value: 4