Description: The risk matrix threshold object creates a relationship between a RiskThreshold object and a RiskMatrix object. This allows a single RiskThreshold object to be associated with multiple RiskMatrix objects.
Name | Type | Description | Read-Only |
---|---|---|---|
matrixName | String | The name of the associated risk matrix. | Yes |
projectId | ForeignKey to Project | The unique project ID generated by the system. | No |
riskMatrixId | ForeignKey | The unique ID of the associated risk matrix. | No |
riskMatrixScoreTypeId | String | The unique ID generated by the system. | No |
riskScoreTypeId | ForeignKey | The unique ID of the associated risk threshold. | No |
riskScoreTypeName | String | The name of the associated risk threshold. | Yes |
riskThresholdCode | String | The code of the risk threshold. | No |