Skip to main content

Get a single role insight

GET 

/role-insights/:insightId

This endpoint gets role insights information for a role.

Request

Path Parameters

    insightId stringrequired

    The role insight id

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

Responses

Succeeded. Returns information about insights for a single role.

Schema
    id string

    Insight id

    numberOfUpdates integer

    Total number of updates for this role

    createdDate date-time

    The date-time insights were last created for this role.

    role object

    A role

    name string

    Role name

    id string

    Role id

    description string

    Role description

    ownerName string

    Role owner name

    ownerId string

    Role owner id

    insight object

    The kind of insight this is and some stats

    type string

    The number of identities in this role with the entitlement.

    identitiesWithAccess integer

    The number of identities in this role with the entitlement.

    identitiesImpacted integer

    The number of identities in this role that do not have the specified entitlement.

    totalNumberOfIdentities integer

    The total number of identities.

Loading...