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]
}
Example
fromsailpoint.v2024.models.event_attributesimportEventAttributesevent_attributes=EventAttributes(id='idn:identity-attributes-changed',filter_='$.changes[?(@.attribute == 'manager')]',description='Triggered when an identity'smanagerattributechanges',attribute_to_filter='LifecycleState')