Files
developer.sailpoint.com/docs/extensibility/event-triggers/available/outlier-detected.md
darrell-thobe-sp 2cd5ccfc81 Prettified Code!
2024-04-18 10:31:05 +00:00

1.8 KiB
Raw Blame History

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, description, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords description slug tags
outlier-detected Outlier Detected Outlier Detected Outlier Detected outlierDetected
event
trigger
outlier
detected
Fires after an identity was detected as an outlier. /extensibility/event-triggers/triggers/outlier-detected
Event Triggers
Available Event Triggers
Fire and Forget

Event Context

The 'Outlier Detected' event trigger notifies subscribed applications of any identities that have unusual access when compared to their peers. Outliers are calculated daily, and any identities that are flagged as outliers will be sent to subscribers of the trigger.

This is an example input from this trigger:

{
  "identity": {
    "id": "ee769173319b41d19ccec6cea52f237b",
    "displayName": "John Doe",
    "type": "IDENTITY"
  },
  "outlierType": "LOW_SIMILARITY",
  "score": 0.82
}
  • outlierType - Only LOW_SIMILARITY is supported at this time.
  • score - The range is 0.0 to 1.0. The higher the score, the more likely the identity is an outlier.

Prerequisites

Before consuming this event trigger, the following prerequesites must be met:

  • Your organization must have Access Insights to access Identity Outliers.
  • Your organization must have configured a source and loaded account data.
  • Your organizations account data must be onboarded into AI-Driven Identity Security.

:::caution Important

If you don't meet the prerequisites and you subscribe to this event trigger, you will not receive any events. The prerequisites must be met in order to receive events.

:::