Retrieves entitlements for a potential role in a role mining session

GET {{baseUrl}}/role-mining-sessions/:sessionId/potential-roles/:potentialRoleId/entitlement-popularities

This method returns entitlements for a potential role in a role mining session.

Request Params

KeyDatatypeRequiredDescription
includeCommonAccessbooleanBoolean determining whether common access entitlements will be included or not
sortersstringSort results using the standard syntax described in V3 API Standard Collection Parameters

Sorting is supported for the following fields: popularity, entitlementName, applicationName

The default sort is popularity in descending order. | | filters | string | | Filter results using the standard syntax described in V3 API Standard Collection Parameters

Filtering is supported for the following fields and operators:

applicationName: sw

entitlementRef.name: sw | | offset | number | | Offset into the full result set. Usually specified with limit to paginate through the results. See V3 API Standard Collection Parameters for more information. | | limit | number | | Max number of results to return. See V3 API Standard Collection Parameters for more information. | | count | boolean | | If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored.

Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.

See V3 API Standard Collection Parameters for more information. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"entitlementRef":{"name":"App.entitlement.1","description":"Entitlement 1","attribute":"groups"},"name":"Add/modify/delete users","applicationName":"AppName","identityCount":45,"popularity":65.2,"popularityInOrg":35.8,"sourceId":"2c9180877620c1460176267f336a106f","activitySourceState":"complete","sourceUsagePercent":65.6},{"entitlementRef":{"name":"App.entitlement.1","description":"Entitlement 1","attribute":"groups"},"name":"Add/modify/delete users","applicationName":"AppName","identityCount":45,"popularity":65.2,"popularityInOrg":35.8,"sourceId":"2c9180877620c1460176267f336a106f","activitySourceState":"complete","sourceUsagePercent":65.6}]