Returns an Entitlement resource based on id.​
The Entitlement resource with matching id is returned.
Attributes to include in the response can be specified with the attributes query parameter.
Attributes to exclude from the response can be specified with the excludedAttributes query parameter.
Path Parameters
- entitlementId string required
id of Entitlement resource.
Query Parameters
- attributes string
A comma-separated list of attributes to return in the response. This query parameter supersedes excludedAttributes, so providing the same attribute(s) to both will result in the attribute(s) being returned.
- excludedAttributes string
A comma-separated list of attributes to exclude from the response. Some attributes cannot be excluded.
- 200
Returns a single Entitlement resource based on the id.
- application/json
- Schema
- Example (from schema)
Schema
- id string
Unique identifier of the Entitlement.
descriptions object
A list of localized descriptions of the Entitlement.
locale stringThe locale associated with this Entitlement description.
value stringThe description in localized form.
- displayableName string
Displayable name of the Entitlement.
- type string
Type of the Entitlement.
application undefined[]
The corresponding Application object of the Entitlement.
value stringThe Application associated with the Entitlement.
$ref stringThe URI of the SCIM resource representating the Entitlement application.
displayName stringThe name of the Entitlement Application. OPTIONAL and READ-ONLY.
owner undefined[]
The owner of the Entitlement.
value stringThe id of the SCIM resource representing the Entitlement Owner.
$ref stringThe URI of the SCIM resource representing the Entitlement Owner.
displayName stringThe displayName of the Entitlement Owner. OPTIONAL and READ-ONLY.
- requestable boolean
Flag to indicate this entitlement is requestable.
- aggregated boolean
Flag to indicate this entitlement has been aggregated.
- attribute string
Attribute of the Entitlement.
- value string
Attribute value of the Entitlement.
- lastRefresh date-time
The DateTime when the Entitlement was refreshed.
- lastTargetAggregation date-time
The date aggregation was last targeted of the Entitlement.
classifications object
Classifications of this Entitlement.
source stringThe source of the ObjectClassification.
effective booleanFlag indicating this is an effective Classification.
classification object
Classification of this object.
name stringThe name of the Classification.
displayName stringThe displayName of the Classification.
origin stringThe origin of the Classification.
type stringThe type of the Classification.
meta object
created date-timeDateTime when the Entitlement was created.
location stringURL to the Entitlement.
lastModified date-timeDateTime of Entitlement last modification.
version stringEntitlement version.
resourceType stringResource type of the metadata subject.
- schemas array
- entitleAuth string
This is an Extended Attribute from Managed Attribute used to describe the authorization level of an Entitlement.
- entDate date-time
This is an Extended Attribute from Managed Attribute. The Entitlement DateTime.
- active boolean
This is an Extended Attribute from Managed Attribute. Describes if an Entitlement is active.
- rank integer
This is an Extended Attribute from Managed Attribute.
- rule string
This is an Extended Attribute from Managed Attribute. Used to specify a Rule object for the Entitlement.
reviewer object
This is an Extended Attribute from Managed Attribute. The Identity that reviewed the Entitlement.
displayName stringDisplay name of the Entitlement reviewer.
value stringid of the Entitlement reviewer.
$ref stringURI reference of the Entitlement reviewer resource.
- emails string
This is an Extended Attribute from Managed Attribute. Used to specify the Entitlement owner email.
{
"id": "7f00000180281df7818028bfb7d204c1",
"descriptions": {
"locale": "en_US",
"value": "<strong>**Employee Database**</strong> <em>target friendly description</em>"
},
"displayableName": "a2a",
"type": "group",
"application": [
{
"value": "7f00000180281df7818028bfed100826",
"$ref": "http://localhost:8080/identityiq/scim/v2/Applications/7f00000180281df7818028bfed100826",
"displayName": "SAP"
}
],
"owner": [
{
"value": "7f00000180281df7818028bfab930361",
"$ref": "http://localhost:8080/identityiq/scim/v2/Users/7f00000180281df7818028bfab930361",
"displayName": "Mary Johnson"
}
],
"requestable": true,
"aggregated": true,
"attribute": "memberOf",
"value": "CN=a2a,OU=HierarchicalGroups,OU=DemoData,DC=test,DC=sailpoint,DC=com",
"lastRefresh": "2022-04-14T10:48:01.907-05:00",
"lastTargetAggregation": "2022-04-14T10:48:01.907-05:00",
"classifications": {
"source": "UI",
"effective": false,
"classification": {
"name": "ClassificationA",
"displayName": "ClassA",
"origin": "FAM Aggregation",
"type": "Aggregation"
}
},
"meta": {
"created": "2022-04-05T15:52:30.090-05:00",
"location": "http://localhost:8080/identityiq/scim/v2/Entitlements/c0a8019c7ffa186e817ffb80170a0195",
"lastModified": "2022-04-05T15:52:30.119-05:00",
"version": "\"W\"1649191950119\"",
"resourceType": "Entitlement"
},
"schemas": [
"urn:ietf:params:scim:schemas:sailpoint:1.0:Entitlement"
],
"entitleAuth": "None",
"entDate": "2022-04-14T10:44:54.738-05:00",
"active": false,
"rank": 3,
"rule": "APLogin-Contractors-Rule",
"reviewer": {
"displayName": "Caroline Lee",
"value": "c0b4568a4fe7458c434ee77f2fad267c",
"$ref": "http://localhost:8080/identityiq/scim/v2/Users/c0b4568a4fe7458c434ee77f2fad267c"
},
"emails": "clee@demoexample.com"
}