mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
Update to python SDK docs: 13984088294
This commit is contained in:
@@ -21,6 +21,7 @@ Name | Type | Description | Notes
|
||||
**filter_** | **str** | JSON path expression that will limit which events the trigger will fire on | [optional]
|
||||
**description** | **str** | Description of the event trigger | [optional]
|
||||
**attribute_to_filter** | **str** | The attribute to filter on | [optional]
|
||||
**form_definition_id** | **str** | Form definition's unique identifier. | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
@@ -32,7 +33,8 @@ event_attributes = EventAttributes(
|
||||
id='idn:identity-attributes-changed',
|
||||
filter_='$.changes[?(@.attribute == 'manager')]',
|
||||
description='Triggered when an identity's manager attribute changes',
|
||||
attribute_to_filter='LifecycleState'
|
||||
attribute_to_filter='LifecycleState',
|
||||
form_definition_id='Admin_Access_Request_Form'
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user