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
accountstring
Example:
johndoe
approverstring
Example:
dbailey
endDatestring
Example:
12-12-2018
endpointstring
Example:
Endpoint1
mitigatingControlstring
Example:
P2414
risknamestring
Example:
0105
rulesetstring
Example:
Global
startDatestring
Example:
09-09-2018
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
messagestring
Example:
Success-Mitigating Control Updated,
{
"message": "Success-Mitigating Control Updated,"
}
{
"message": "Success-Mitigating Control Updated,"
}