Okta Identity Governance
/Management APIs
//
Retrieve an entitlement v...
OAuth 2.0 scope:
- okta.governance.entitlements.read
Admin roles:
- APP_ADMIN
Retrieves a single entitlement value
GET
curl -i -X GET \
'https://okta-subdomain.pixtulate.com/governance/api/v1/entitlements/{entitlementId}/values/{valueId}'A successful entitlement value response
The display name for an entitlement value
The value of an entitlement property value
The read-only ID of an entitlement property value in the downstream app
The description of an entitlement value
The entitlement value resource, in ORN format
The id property of an entitlement
The Okta resource in ORN format
See the ORN format for supported resources.
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
Response
Entitlement value data
{ "id": "entfxqCAJWWGELFTYAAA", "name": "Admin access", "description": "ability to grant an access", "externalValue": "admin", "entitlementId": "esp5zFLCIUV7Vibro0g2", "externalId": "75941239-123s-1245-xyz6-562fee27167r", "created": "2022-05-24T14:15:22Z", "createdBy": "00ub0oNGTSWTBKOLGLNR", "lastUpdated": "2022-05-24T14:15:22Z", "lastUpdatedBy": "00ub0oNGTSWTBKOLGLNR", "orn": "orn:okta:governance:00o11edPwGqbUrsDm0g4:entitlement-values:entfxqCAJWWGELFTYAAA", "parentResourceOrn": "orn:okta:idp:00o11edPwGqbUrsDm0g4:apps:salesforce:0oafxqCAJWWGELFTYASJ", "parent": { "externalId": "0oafxqCAJWWGELFTYASJ", "type": "APPLICATION" }, "_links": { "self": { … } } }