Description: The risk threshold level object stores the level information (e.g. Low, Medium, High) for each risk threshold.
Field | Type | Description | Read-Only |
---|---|---|---|
Code | String | The 10 character code for the threshold level. | No |
Color | String | The Hex representation for the color e.g. 0xFFFFFF. | No |
CostRange | Double | The cost range of the threshold level. | No |
Level | Int | The valid values are between 0 and 9. Defines a level for the Risk Threshold. | No |
Name | String | The 40 character name for the threshold level. | No |
ObjectId | String | The unique ID generated by the system. | No |
ProbabilityRange | Double | The probability range of the threshold level. | No |
Range | String | The user defined range. | No |
RiskThresholdName | String | The name of the associated risk threshold. | Yes |
RiskThresholdObjectId | ForeignKey | The unique ID of the associated risk threshold. | No |
ScheduleRange | Double | The schedule range of the threshold level. | No |
ThresholdType | Enum | The type of Risk Threshold. Valid types are 'Probability', 'Tolerance', 'Schedule', 'Cost', 'Relative Schedule', 'Relative Cost' and 'User Defined'. | Yes |
ToleranceRange | Int | The tolerance range of the threshold level. | No |