Files
api-specs/idn/beta/schemas/workflows/trigger-attributes/EventAttributes.yaml
GitHub Action Bot 1b3d0ed2a9 Automated commit 'Added Custom Forms tag, moved Governance Group tag to correct alphabe… (#1347)
* Added Custom Forms tag, moved Governance Group tag to correct alphabetic position, and removed schema definitions for triggers since they don't render properly anymore.

* Possible fix for cloudbees error

* Another possible fix for cloudbees error

* Another possible fix

* Removed single quotes from property name

* Added the attributes description back

---------

Co-authored-by: colin-mckibben-sp <coln.mckibben@sailpoint.com>' by github action: 5600115683
2023-07-19 14:01:49 +00:00

15 lines
423 B
YAML

title: Event Trigger Attributes
type: object
description: Attributes related to an IdentityNow ETS event
required:
- id
properties:
id:
type: string
description: The unique ID of the trigger
example: "idn:identity-attributes-changed"
filter.$:
type: string
description: JSON path expression that will limit which events the trigger will fire on
example: "$.changes[?(@.attribute == 'manager')]"