Skip to main content

Export (download) details for a potential role in a role mining session

GET 

/role-mining-sessions/:sessionId/potential-roles/:potentialRoleId/export

This endpoint downloads all the information for a potential role in a role mining session. Includes identities and entitlements in the potential role.

Request

Path Parameters

    sessionId stringrequired

    The role mining session id

    Example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb
    potentialRoleId stringrequired

    A potential role id in a role mining session

    Example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb

Responses

Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.

Schema

    string

Loading...