Skip to main content

Retrieves all saved potential roles

GET 

/role-mining-potential-roles/saved

This method returns all saved potential roles (draft roles).

Request

Query Parameters

    sorters comma-separated

    Sort results using the standard syntax described in V3 API Standard Collection Parameters Sorting is supported for the following fields: modified

    Example: modified
    offset int32

    Offset into the full result set. Usually specified with limit to paginate through the results. See V3 API Standard Collection Parameters for more information.

    Example: 0
    limit int32

    Possible values: <= 250

    Default value: 250

    Max number of results to return. See V3 API Standard Collection Parameters for more information.

    Example: 250
    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.

    Example: true

Responses

Succeeded. Returns a list of draft roles for a role mining session.

Schema
  • Array [
  • description string

    Draft role description

    identityIds string[]

    The list of identities for this role mining session.

    entitlementIds string[]

    The list of entitlement ids for this role mining session.

    excludedEntitlements string[]

    The list of excluded entitlement ids.

    modified date-time

    Last modified date

    name string

    Name of the draft role

    type RoleMiningRoleType

    Possible values: [SPECIALIZED, COMMON]

    Role mining session type

  • ]
Loading...