Skip to main content

Gets a difference of count for each access item types for the given identity between 2 snapshots

GET 

/historical-identities/:id/compare

This method gets a difference of count for each access item types for the given identity between 2 snapshots Requires authorization scope of 'idn:identity-history:read'

Request

Path Parameters

    id stringrequired

    The identity id

    Example: 8c190e6787aa4ed9a90bd9d5344523fb

Query Parameters

    snapshot1 string

    The snapshot 1 of identity

    Example: 2007-03-01T13:00:00Z
    snapshot2 string

    The snapshot 2 of identity

    Example: 2008-03-01T13:00:00Z
    accessItemTypes string[]

    An optional list of access item types (app, account, entitlement, etc...) to return. If null or empty, all access items types are returned

    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
    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
    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

A IdentityCompare object with difference details for each access item type

Schema
  • Array [
  • accessItemDiff object

    Arbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on completion of the violation check.

    property name* object
  • ]
Loading...