Get identity outlier contibuting feature summary
GET {{baseUrl}}/outlier-feature-summaries/:outlierFeatureId
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'
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
Accept | string |
RESPONSES
status: OK
{"contributingFeatureName":"Rare Access","identityOutlierDisplayName":"John Smith","outlierFeatureDisplayValues":[{"displayName":"Aliza Chris","value":"in ut","valueType":"INTEGER"},{"displayName":"Aliza Chris","value":"ad aliqua","valueType":"INTEGER"}],"featureDefinition":"Identity total number of entitlements","featureExplanation":"An identity that has too much rare access has a higher change of becoming a security threat due to the unique access they possess","peerDisplayName":"Mary Jane","peerIdentityId":"9f9d5d53ad0e48fba7352f6da9f1b8gbg","accessItemReference":{"displayName":"All Rare Entitlements","searchPlaceholder":"Search by name or description"}}