API Reference
Enum
GroupReportingRiskReason
Risk reasons assigned to a group reporting row.
Inheritance
- Enum
- GroupReportingRiskReason
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const GroupReportingRiskReason CircularMembership #Circular membership was detected in the group membership graph.
Value:
1public const GroupReportingRiskReason DirectMembershipThresholdExceeded #Direct membership count crossed the configured medium-or-higher threshold band. Use RiskLevel to distinguish medium versus high severity.
Value:
2public const GroupReportingRiskReason TotalMembershipThresholdExceeded #Effective total membership count crossed the configured medium-or-higher threshold band. Use RiskLevel to distinguish medium versus high severity.
Value:
4public const GroupReportingRiskReason NestingDepthThresholdExceeded #Maximum nesting depth crossed the configured medium-or-higher threshold band. Use RiskLevel to distinguish medium versus high severity.
Value:
8