Description: The risk impact object stores the pre-response qualitative value assigned to a risk for each of the risk thresholds.
Field | Type | Description | Read-Only |
---|---|---|---|
ObjectId | String | The unique ID generated by the system. | No |
ProjectId | String | The short name of the associated project. | Yes |
ProjectObjectId | ForeignKey | The unique ID of the associated project. | Yes |
RiskId | String | The short name of the associated risk. | Yes |
RiskName | String | The name of the associated risk. | Yes |
RiskObjectId | ForeignKey | The unique ID of the associated risk. | No |
RiskThresholdLevelCode | String | The short name of the associated risk threshold level. | Yes |
RiskThresholdLevelName | String | The name of the associated risk threshold level. | Yes |
RiskThresholdLevelObjectId | ForeignKey | The unique ID of the associated risk threshold level. | No |
RiskThresholdName | String | The name of the associated risk threshold. | Yes |
RiskThresholdObjectId | ForeignKey | The unique ID of the associated risk threshold. | Yes |