Description: The risk threshold level object stores the level information (e.g. Low, Medium, High) for each risk threshold.
Field | Type | Description | Read-Only |
---|---|---|---|
color | String | The Hex representation for the color e.g. 0xFFFFFF. | No |
costRange | Double | The cost range of the threshold level. | Yes |
level | Int | The valid values are between 0 and 9. Defines a level for the risk threshold. | No |
lower | String | The lower limit of the risk score threshold range. | No |
probabilityRange | Double | The probability range of the threshold level. | Yes |
range | String | The user defined range. | Yes |
riskScoreThresholdCode | String | The unique identifier for the risk threshold level. | No |
riskScoreThresholdId | String | The unique ID generated by the system. | No |
riskScoreThresholdName | String | The name for the risk threshold level. | No |
riskScoreTypeId | ForeignKey | The unique ID of the associated risk threshold. | Yes |
riskScoreTypeName | String | The name of the risk threshold. | Yes |
scheduleRange | Double | The schedule range of the threshold level. | Yes |
stringValue | String | The value of the string. | No |
thresholdType | Enum | The type of Risk Threshold. Valid types are 'PROBABILITY', 'TOLERANCE', 'SCHEDULE', 'COST', 'RELATIVE_SCHEDULE', 'RELATIVE_COST' and 'USER'. | Yes |
toleranceRange | Int | The tolerance range of the threshold level. | Yes |
upper | String | The upper limit of the risk score threshold range. | No |