Update SOD policy by ID
PUT {{baseUrl}}/sod-policies/:id
This updates a specified SOD policy. Requires role of ORG_ADMIN.
Request Body
{"name"=>"Conflicting-Policy-Name", "description"=>"Modified Description", "externalPolicyReference"=>"XYZ policy", "compensatingControls"=>"Have a manager review the transaction decisions for their \"out of compliance\" employee", "correctionAdvice"=>"Based on the role of the employee, managers should remove access that is not required for their job function.", "state"=>"ENFORCED", "tags"=>["string"], "violationOwnerAssignmentConfig"=>{"assignmentRule"=>"MANAGER", "ownerRef"=>{"type"=>"IDENTITY", "id"=>"2c91808568c529c60168cca6f90c1313", "name"=>"Violation Owner Name"}}, "scheduled"=>true, "type"=>"CONFLICTING_ACCESS_BASED", "conflictingAccessCriteria"=>{"leftCriteria"=>{"name"=>"money-in", "criteriaList"=>[{"type"=>"ENTITLEMENT", "id"=>"2c9180866166b5b0016167c32ef31a66"}, {"type"=>"ENTITLEMENT", "id"=>"2c9180866166b5b0016167c32ef31a67"}]}, "rightCriteria"=>{"name"=>"money-out", "criteriaList"=>[{"type"=>"ENTITLEMENT", "id"=>"2c9180866166b5b0016167c32ef31a68"}, {"type"=>"ENTITLEMENT", "id"=>"2c9180866166b5b0016167c32ef31a69"}]}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |