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.
Field | Type | Description | Read-Only |
---|---|---|---|
ObjectId | String | The unique ID generated by the system. | No |
RiskMatrixName | String | The name of the associated risk matrix. | Yes |
RiskMatrixObjectId | ForeignKey | The unique ID of the associated risk matrix. | No |
RiskThresholdName | String | The name of the associated risk threshold. | Yes |
RiskThresholdObjectId | ForeignKey | The unique ID of the associated risk threshold. | No |