TestimoX

API Reference

Enum

GroupReportingRiskReason

Namespace ADPlayground.Groups
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
Flags

Risk reasons assigned to a group reporting row.

Inheritance

  • Enum
  • GroupReportingRiskReason

Values

public const GroupReportingRiskReason None #

No risk reason assigned.

Value: 0
public const GroupReportingRiskReason CircularMembership #

Circular membership was detected in the group membership graph.

Value: 1
public const GroupReportingRiskReason DirectMembershipThresholdExceeded #

Direct membership count crossed the configured medium-or-higher threshold band. Use RiskLevel to distinguish medium versus high severity.

Value: 2
public const GroupReportingRiskReason TotalMembershipThresholdExceeded #

Effective total membership count crossed the configured medium-or-higher threshold band. Use RiskLevel to distinguish medium versus high severity.

Value: 4
public const GroupReportingRiskReason NestingDepthThresholdExceeded #

Maximum nesting depth crossed the configured medium-or-higher threshold band. Use RiskLevel to distinguish medium versus high severity.

Value: 8