mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
update doc files
This commit is contained in:
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
**OutputSchema** | Pointer to **map[string]interface{}** | Example output schema | [optional]
|
||||
**Name** | Pointer to **string** | Trigger Name | [optional]
|
||||
**Description** | Pointer to **string** | Trigger Description | [optional]
|
||||
**IsDynamicSchema** | Pointer to **bool** | 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. | [optional]
|
||||
**IsDynamicSchema** | Pointer to **bool** | 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. | [optional]
|
||||
**InputExample** | Pointer to **map[string]interface{}** | Example trigger payload if applicable | [optional]
|
||||
**FormFields** | Pointer to [**[]WorkflowLibraryFormFields**](workflow-library-form-fields) | One or more inputs that the trigger accepts | [optional]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user