Files
developer.sailpoint.com/docs/extensibility/event-triggers/available/source-updated.md
2024-02-28 12:14:29 -05:00

1.3 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-updated Source Updated Source Updated Source Updated sourceUpdated
event
trigger
source
updated
available
Fires after a source is updated. /extensibility/event-triggers/triggers/source-updated
Event Triggers
Available Event Triggers
Fire and Forget

Event Context

Source Updated events occur when configuration changes are made to a source. Some uses cases for this trigger include the following:

  • Provide evidence to show auditors connector logic and sources are not manipulated outside of proper change control processes.
  • Trigger review of an updated source.

This is an example input from this trigger:

{
  "id": "2c9180866166b5b0016167c32ef31a66",
  "name": "Test source",
  "type": "DIRECT_CONNECT",
  "modified": "2021-03-29T22:01:50.474Z",
  "connector": "active-directory",
  "actor": {
    "type": "IDENTITY",
    "id": "2c91808568c529c60168cca6f90c1313",
    "name": "William Wilson"
  }
}