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 |
PostRiskThresholdLevelCode | String | The code of the associated post risk threshold level. | No |
PostRiskThresholdLevelObjectId | Foreign Key to RiskThresholdLevel | The unique ID of the associated post risk threshold level. | No |
ProjectId | String | The short name of the associated project. | No |
ProjectObjectId | ForeignKey | The unique ID of the associated project. | No |
RiskId | String | The short name of the associated risk. | No |
RiskName | String | The name of the associated risk. | No |
RiskObjectId | ForeignKey | The unique ID of the associated risk. | No |
RiskThresholdCode | String | The code of the risk threshold. | No |
RiskThresholdLevelCode | String | The short name of the associated risk threshold level. | No |
RiskThresholdLevelName | String | The name of the associated risk threshold level. | No |
RiskThresholdLevelObjectId | ForeignKey | The unique ID of the associated risk threshold level. | No |
RiskThresholdName | String | The name of the associated risk threshold. | No |
RiskThresholdObjectId | ForeignKey | The unique ID of the associated risk threshold. | No |
WorkspaceCode | String | The unique identifier of the workspace. | No |