mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
1.3 KiB
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 |
|
Fires after a source is updated. | /extensibility/event-triggers/triggers/source-updated |
|
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"
}
}
Additional Information and Links
- Trigger Type: FIRE_AND_FORGET