mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +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
|
description: One or more inputs that the action accepts
|
||||||
items:
|
items:
|
||||||
$ref: './WorkflowLibraryFormFields.yaml'
|
$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:
|
outputSchema:
|
||||||
type: object
|
type: object
|
||||||
description: Defines the output schema, if any, that this action produces.
|
description: Defines the output schema, if any, that this action produces.
|
||||||
|
|||||||
@@ -27,4 +27,18 @@ properties:
|
|||||||
- number
|
- number
|
||||||
- json
|
- json
|
||||||
- checkbox
|
- checkbox
|
||||||
|
- jsonpath
|
||||||
|
- select
|
||||||
|
- multiType
|
||||||
|
- duration
|
||||||
|
- toggle
|
||||||
|
- identityPicker
|
||||||
|
- governanceGroupPicker
|
||||||
|
- string
|
||||||
|
- number
|
||||||
|
- object
|
||||||
|
- array
|
||||||
|
- secret
|
||||||
|
- url
|
||||||
|
- keyValuePairs
|
||||||
example: text
|
example: text
|
||||||
|
|||||||
@@ -20,6 +20,10 @@ properties:
|
|||||||
type: string
|
type: string
|
||||||
description: Trigger Description
|
description: Trigger Description
|
||||||
example: One or more identity attributes changed.
|
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:
|
inputExample:
|
||||||
type: object
|
type: object
|
||||||
description: Example trigger payload if applicable
|
description: Example trigger payload if applicable
|
||||||
|
|||||||
Reference in New Issue
Block a user