Description: The risk response plan object communicates how the project team plans to address the identified risk.
Field | Type | Description | Read-Only |
---|---|---|---|
Id | String | The short name of the risk response plan. | No |
IsActive | Boolean | The indication of whether the response plan is currently active for the associated risk. Only one response plan can be active at a given time for a risk. | No |
Name | String | The name of the risk response plan. | No |
ObjectId | String | The unique ID generated by the system. | No |
ProjectId | String | The short name of the associated project. | No |
ProjectObjectId | ForeignKey | The unique ID of the associated project. | No |
ResponseType | Enum | The risk response plan type. If the risk is a threat, the valid types are 'Avoid', 'Transfer', 'Reduce', and 'Accept'. If the risk is a opportunity, the valid types are 'Exploit', 'Facilitate', 'Enhance', and 'Reject'. | 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 |