- Retrieve a collection resource
Retrieves a collection resource with its details. Use the include query parameter to return additional properties such as resourceProfile, labels, and relatedApps.
The include query parameter returns additional properties in the response.
| Items Enum Value | Description |
|---|---|
| labels | Returns governance labels associated with the resource |
| relatedApps | Returns related apps for group and push group resources. Ignored for app resources. |
| resourceProfile | Returns the resource profile details (name, label, logo) for the resource. |
curl -i -X GET \
'https://okta-subdomain.pixtulate.com/governance/api/v2/collections/{collectionId}/resources/{resourceId}?include=labels'Response to a successful get resource collection operation
The ORN identifier for a collection resource (app, group, or push group).
See the supported-resources endpoint.
The unique resource ID for this resource (app, group, or push group). Use this identifier to reference the resource in collection-resource API calls, such as GET/PUT/DELETE /v2/collections/{collectionId}/resources/{resourceId}.
Links available on a resource within a resource collection
Server-resolved configuration details for this resource within the collection
List of push groups associated with an app collection resource
- Collection resource app with entitlements |tooltip| Response showing an app resource with entitlements
- Collection resource app with entitlements (include=resourceProfile&include=labels) |tooltip| Response showing an app resource with entitlements and all includes (include=resourceProfile&include=labels)
- Collection resource app with push groups |tooltip| Response showing an app resource with push groups
- Collection resource app with push groups (include=labels) |tooltip| Response showing an app resource with push groups and labels (include=labels)
- Collection resource direct app (include=labels) |tooltip| Response showing an app resource with direct access and labels (include=labels)
- Collection resource push group |tooltip| Response showing a push group resource
- Collection resource push group (include=labels&include=relatedApps) |tooltip| Response showing a push group resource with related apps and labels (include=labels&include=relatedApps)
- Collection resource group (include=labels&include=relatedApps) |tooltip| Response showing a group resource with related apps and labels (include=labels&include=relatedApps)
{ "resourceOrn": "orn:okta:idp:00o11edPwGqbUrsDm0g4:apps:salesforce:0oafxqCAJWWGELFTYASJ", "resourceId": "res789067asg6asdf7g", "resourceConfiguration": { "entitlementManagementEnabled": true, "type": "APPLICATION", "counts": { … } }, "entitlements": [ { … }, { … } ], "_links": { "resource": { … }, "entitlements": { … } } }