Okta Identity Governance
/Management APIs
//
Retrieve a risk rule
Retrieves a risk rule
GET
curl -i -X GET \
'https://okta-subdomain.pixtulate.com/governance/api/v1/risk-rules/{ruleId}'Risk rule success response
The id of the Okta user who created the resource
The ISO 8601 formatted date and time when the resource was created
The ISO 8601 formatted date and time when the object was last updated
The id of the Okta user who last updated the object
Resources that the risk rule applies to
Response
{ "id": "rulb0oNGTSWTBKOLGLNR", "name": "Process and Approve Payment", "description": "Process and Approve Payment", "type": "SEPARATION_OF_DUTIES", "status": "ACTIVE", "resources": [ { … } ], "lastUpdated": "2022-05-24T14:15:22Z", "createdBy": "00ub0oNGTSWTBKOLGLNR", "created": "2022-05-24T14:15:22Z", "lastUpdatedBy": "00ub0oNGTSWTBKOLGLNR", "conflictCriteria": { "and": [ … ] }, "_links": { "self": { … } } }