mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
Automated commit by github action: 5578924213
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
type: object
|
||||
description: The trigger that starts the workflow
|
||||
required:
|
||||
- type
|
||||
- attributes
|
||||
- type
|
||||
- attributes
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
enum:
|
||||
- EVENT
|
||||
- EXTERNAL
|
||||
@@ -12,8 +13,9 @@ properties:
|
||||
example: EVENT
|
||||
description: The trigger type
|
||||
attributes:
|
||||
type: object
|
||||
description: Workflow Trigger Attributes.
|
||||
oneOf:
|
||||
- $ref: './workflows/trigger-attributes/EventAttributes.yaml'
|
||||
# - $ref: './workflows/trigger-attributes/ExternalAttributes.yaml'
|
||||
- $ref: './workflows/trigger-attributes/ScheduledAttributes.yaml'
|
||||
anyOf:
|
||||
- $ref: "./workflows/trigger-attributes/EventAttributes.yaml"
|
||||
- $ref: "./workflows/trigger-attributes/ExternalAttributes.yaml"
|
||||
- $ref: "./workflows/trigger-attributes/ScheduledAttributes.yaml"
|
||||
|
||||
@@ -7,7 +7,7 @@ properties:
|
||||
type: string
|
||||
description: The unique ID of the trigger
|
||||
example: "idn:identity-attributes-changed"
|
||||
filter:
|
||||
filter.$:
|
||||
type: string
|
||||
description: JSON path expression that will limit which events the trigger will fire on
|
||||
example: "$.changes[?(@.attribute == 'manager')]"
|
||||
Reference in New Issue
Block a user