Okta Identity Governance
/Management APIs
/- Retrieve the entitlement settings for the resource
Update the entitlement settings for the resource
Retrieve the entitlement...
Retrieves entitlement settings for the resource
GET
curl -i -X GET \
'https://okta-subdomain.pixtulate.com/governance/api/v2/resources/{resourceOrn}/entitlement-settings'A successful response
The status showing whether the resource is opted in to (enabled) or out of (disabled) entitlement management
| Enum Value | Description |
|---|---|
| OPTING_IN | The resource is in the process of opting in to entitlement management |
| OPTED_IN | The resource is opted in to entitlement management |
| OPTING_OUT | The resource is in the process of opting out of entitlement management |
| OPTED_OUT | The resource is opted out of the entitlement management |
Response
- Entitlement management disabled for a resource |tooltip| Entitlement management disabled for a resource
- Entitlement management enabled for a resource |tooltip| Entitlement management enabled for a resource
Entitlement management disabled for a resource
{ "status": "OPTED_OUT" }