API Reference
Enum
GroupReportingRiskLevel
Risk posture for a group reporting row.
Inheritance
- Enum
- GroupReportingRiskLevel
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 GroupReportingRiskLevel Low #No elevated risk signals based on configured thresholds.
Value:
0public const GroupReportingRiskLevel Medium #Elevated risk signals based on medium thresholds.
Value:
1public const GroupReportingRiskLevel High #High-risk signals based on high thresholds or circular membership.
Value:
2