TestimoX

API Reference

Class

GroupRiskThresholds

Namespace ADPlayground.Groups
Assembly ADPlayground
Modifiers sealed

Thresholds used to classify groups into risk levels for reporting scenarios.

Inheritance

  • Object
  • GroupRiskThresholds

Constructors

Properties

public Int32 MediumDirectMemberCount { get; set; } #

Medium threshold for direct membership count. A value of 0 means the medium direct-membership reason is always flagged.

public Int32 HighDirectMemberCount { get; set; } #

High threshold for direct membership count.

public Int32 MediumTotalMemberCount { get; set; } #

Medium threshold for effective total membership count. A value of 0 means the medium total-membership reason is always flagged.

public Int32 HighTotalMemberCount { get; set; } #

High threshold for effective total membership count.

public Int32 MediumNestingDepth { get; set; } #

Medium threshold for maximum nesting depth. A value of 0 means the medium nesting-depth reason is always flagged.

public Int32 HighNestingDepth { get; set; } #

High threshold for maximum nesting depth.

public Boolean TreatCircularAsHighRisk { get; set; } #

Treat circular membership as high risk when set.

public static GroupRiskThresholds Default { get; } #

Default risk thresholds.