Add Mitigating Control Risk Account
POST/addMCRiskAccount
This API can be used to create a mitigating control association for a user-account which has SOD violation.
Mandatory params:
mitigatingControl
- Mitigating control name.
approver
- User name of the user approving the mitigating control association.
Optional params:
ruleset
- Ruleset name
riskname
- Risk name
endpoint
- Endpoint name
account
- Account Name, endpoint
needs to be populated too
startDate
- MM-dd-yyyy, if left null, current date will be used as start date
endDate
- MM-dd-yyyy, if left null, 12-31-9999 will be used as end date
The Authorization
must have Bearer
followed by Token
.
Request
- application/x-www-form-urlencoded
Body
account string
approver string
endDate string
endpoint string
mitigatingControl string
riskname string
ruleset string
startDate string
Responses
- 200
Add Mitigating Control Risk Account
Response Headers
Date
string
Server
string
Set-Cookie
string
- application/json
- Schema
- Example (from schema)
- Add Mitigating Control Risk Account
Schema
message string
{
"message": "Success-Mitigating Control Updated,"
}
{
"message": "Success-Mitigating Control Updated,"
}
Loading...