Files
developer.sailpoint.com/docs/extensibility/event-triggers/early-access/source-account-deleted.md

2.0 KiB

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
source-account-deleted Source Account Deleted Source Account Deleted Source Account Deleted sourceAccountDeleted
event
trigger
source
account
deleted
early access
Fires after a source account is deleted. /extensibility/event-triggers/triggers/source-account-deleted
Event Triggers
Early Access Event Triggers
Fire and Forget

:::info

This is an early access event trigger. Please contact support to have it enabled in your tenant.

:::

Event Context

Source Account Deleted events occur whenever an account is deleted from its source during an account aggregation operation. The account may have been manually removed or deleted as the result of a provisioning event. The trigger cannot determine whether the account deletion happened on a source or in Identity Security Cloud. It omits events related to Identity Security Cloud accounts, such as the Identity Security Cloud Admin.

Use this event trigger to watch for deletions of authoritative accounts, such as an account deleted on Workday.

This is an example input from this trigger:

{
  "uuid": "b7264868-7201-415f-9118-b581d431c688",
  "id": "ee769173319b41d19ccec35ba52f237b",
  "nativeIdentifier": "E009",
  "sourceId": "2c918082814e693601816e09471b29b6",
  "sourceName": "Active Directory",
  "identityId": "ee769173319b41d19ccec6c235423237b",
  "identityName": "john.doe",
  "attributes": {
    "firstname": "John",
    "lastname": "Doe",
    "email": "john.doe@gmail.com",
    "department": "Sales",
    "displayName": "John Doe",
    "created": "2020-04-27T16:48:33.597Z",
    "employeeNumber": "E009",
    "uid": "E009",
    "inactive": "true",
    "phone": null,
    "identificationNumber": "E009"
  }
}