Skip to main content

Get identity outlier contibuting feature summary

GET 

/outlier-feature-summaries/:outlierFeatureId

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.

This API returns a summary of a contributing feature for an identity outlier. The object contains: contributing feature name (translated text or message key), identity outlier display name, feature values, feature definition and explanation (translated text or message key), peer display name and identityId, access item reference, translation messages object Requires authorization scope of 'iai:outliers-management:read'

Request

Path Parameters

    outlierFeatureId stringrequired

    Contributing feature id

    Example: 04654b66-7561-4090-94f9-abee0722a1af

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

Succeeded. Returns selected contributing feature summary for an outlier

Response Headers

  • accept-language

    string

    The locale to use for translations

Schema

    contributingFeatureName string

    Contributing feature name

    identityOutlierDisplayName string

    Identity display name

    outlierFeatureDisplayValues

    object[]

  • Array [

  • displayName string

    display name

    value string

    value

    valueType string

    Possible values: [INTEGER, FLOAT]

    The data type of the value field

  • ]

  • featureDefinition string

    Definition of the feature

    featureExplanation string

    Detailed explanation of the feature

    peerDisplayName string

    outlier's peer identity display name

    peerIdentityId string

    outlier's peer identity id

    accessItemReference object

    Access Item reference

Loading...