Skip to main content

Get a role mining session

GET 

/role-mining-sessions/:sessionId

The method retrieves a role mining session.

Request

Path Parameters

    sessionId stringrequired

    The role mining session id to be retrieved.

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

Responses

Returns a role mining session

Schema
    scope object

    The scope of identities for this role mining session

    identityIds string[]

    The list of identities for this role mining session.

    criteria stringnullable

    The "search" criteria that produces the list of identities for this role mining session.

    attributeFilterCriteria object[]nullable

    The filter criteria for this role mining session.

    minNumIdentitiesInPotentialRole integer

    Minimum number of identities in a potential role

    prescribedPruneThreshold integer

    The computed (or prescribed) prune threshold for this session

    pruneThreshold integer

    The prune threshold to be used for this role mining session

    potentialRoleCount integer

    The number of potential roles

    potentialRolesReadyCount integer

    The number of potential roles which have completed processing

    status object

    The role mining session status

    state RoleMiningSessionState

    Possible values: [CREATED, UPDATED, IDENTITIES_OBTAINED, PRUNE_THRESHOLD_OBTAINED, POTENTIAL_ROLES_PROCESSING, POTENTIAL_ROLES_CREATED]

    Role mining session state

    id string

    Session Id for this role mining session

    createdDate date-time

    The date-time when this role mining session was created.

    modifiedDate date-time

    The date-time when this role mining session was completed.

    type RoleMiningRoleType

    Possible values: [SPECIALIZED, COMMON]

    Role mining session type

Loading...