mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-08 20:37:48 +00:00
* 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
15 lines
423 B
YAML
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')]"
|