mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
Automated commit by github action: 4597543518
This commit is contained in:
@@ -18,6 +18,10 @@ properties:
|
||||
description: One or more inputs that the action accepts
|
||||
items:
|
||||
$ref: './WorkflowLibraryFormFields.yaml'
|
||||
isDynamicSchema:
|
||||
type: boolean
|
||||
description: Determines whether the dynamic output schema is returned in place of the action's output schema. The dynamic schema lists non-static properties, like properties of a workflow form where each form has different fields. These will be provided dynamically based on available form fields.
|
||||
example: false
|
||||
outputSchema:
|
||||
type: object
|
||||
description: Defines the output schema, if any, that this action produces.
|
||||
|
||||
@@ -27,4 +27,18 @@ properties:
|
||||
- number
|
||||
- json
|
||||
- checkbox
|
||||
- jsonpath
|
||||
- select
|
||||
- multiType
|
||||
- duration
|
||||
- toggle
|
||||
- identityPicker
|
||||
- governanceGroupPicker
|
||||
- string
|
||||
- number
|
||||
- object
|
||||
- array
|
||||
- secret
|
||||
- url
|
||||
- keyValuePairs
|
||||
example: text
|
||||
|
||||
@@ -20,6 +20,10 @@ properties:
|
||||
type: string
|
||||
description: Trigger Description
|
||||
example: One or more identity attributes changed.
|
||||
isDynamicSchema:
|
||||
type: boolean
|
||||
description: Determines whether the dynamic output schema is returned in place of the action's output schema. The dynamic schema lists non-static properties, like properties of a workflow form where each form has different fields. These will be provided dynamically based on available form fields.
|
||||
example: false
|
||||
inputExample:
|
||||
type: object
|
||||
description: Example trigger payload if applicable
|
||||
|
||||
Reference in New Issue
Block a user