Skip to main content

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

Body

    account string
    approver string
    endDate string
    endpoint string
    mitigatingControl string
    riskname string
    ruleset string
    startDate string

Responses

Add Mitigating Control Risk Account

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    message string
Loading...