Update SOD policy by ID

PUT {{baseUrl}}/sod-policies/:id

This updates a specified SOD policy. Requires role of ORG_ADMIN.

Request Body

{"id"=>"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde", "name"=>"Conflicting-Policy-Name", "created"=>"2020-01-01T00:00:00.000000Z", "modified"=>"2020-01-01T00:00:00.000000Z", "description"=>"Modified Description", "ownerRef"=>{"type"=>"IDENTITY", "id"=>"2c91808568c529c60168cca6f90c1313", "name"=>"Owner Name"}, "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"], "creatorId"=>"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde", "modifierId"=>"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde", "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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring