Skip to main content

Return access request identity metrics

GET 

/access-request-identity-metrics/:identityId/requested-objects/:requestedObjectId/type/:type

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

Use this API to return information access metrics.

Request

Path Parameters

    identityId stringrequired

    Manager's identity ID.

    Example: 7025c863-c270-4ba6-beea-edf3cb091573
    requestedObjectId stringrequired

    Requested access item's ID.

    Example: 2db501be-f0fb-4cc5-a695-334133c52891
    type object[]required

    Requested access item's type.

    Example: ENTITLEMENT

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

Summary of the resource access and source activity for the direct reports of the provided manager.

Schema

  • Array [

  • identitiesWithAccess int64nullable

    A count of the provided manager's direct reports that have already been granted the access item in question.

    identitiesWithActivity int64nullable

    A count of the provided manager's direct reports that have activity within the associated source.

    totalIdentities int64nullable

    Total number of identities who share a manager with the identity requesting access.

    squadAvailable boolean

    True if the manager's ID can be found. False if the manager's ID cannot be found.

    validActivityObject boolean

    True if the requested access item is associated with a single Activity Data Insights connector source. False if the requested access item type is a role. If it's a role, it matches to multiple sources, so a single relevant source can't be determined for activity metrics.

    activitySourceConfigured boolean

    True if the Activity Data Insights connector is configured for the source associated with the requested access item. False if the matching Activity Data Insights connector is not configured.

    requestedObjectActive boolean

    True if the requested access item exists and is available. False if the requested access item is either missing or deleted.

  • ]

Loading...