Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,17 +16,17 @@ tags: ['SDK', 'Software Development Kit', 'WorkflowLibraryTrigger', 'WorkflowLib
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | Trigger ID. This is a static namespaced ID for the trigger. | [optional]
**Type** | Pointer to **Enum** [ "EVENT", "SCHEDULED", "EXTERNAL" ] | Trigger type | [optional]
**Deprecated** | Pointer to **Boolean** | | [optional]
**DeprecatedBy** | Pointer to **System.DateTime** | | [optional]
**IsSimulationEnabled** | Pointer to **Boolean** | | [optional]
**OutputSchema** | Pointer to [**SystemCollectionsHashtable**]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | Example output schema | [optional]
**Name** | Pointer to **String** | Trigger Name | [optional]
**Description** | Pointer to **String** | Trigger Description | [optional]
**IsDynamicSchema** | Pointer to **Boolean** | 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] [default to $false]
**InputExample** | Pointer to [**SystemCollectionsHashtable**]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | Example trigger payload if applicable | [optional]
**FormFields** | Pointer to [**[]WorkflowLibraryFormFields**](workflow-library-form-fields) | One or more inputs that the trigger accepts | [optional]
**Id** | **String** | Trigger ID. This is a static namespaced ID for the trigger. | [optional]
**Type** | **Enum** [ "EVENT", "SCHEDULED", "EXTERNAL" ] | Trigger type | [optional]
**Deprecated** | **Boolean** | | [optional]
**DeprecatedBy** | **System.DateTime** | | [optional]
**IsSimulationEnabled** | **Boolean** | | [optional]
**OutputSchema** | [**SystemCollectionsHashtable**]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | Example output schema | [optional]
**Name** | **String** | Trigger Name | [optional]
**Description** | **String** | Trigger Description | [optional]
**IsDynamicSchema** | **Boolean** | 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] [default to $false]
**InputExample** | [**SystemCollectionsHashtable**]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | Example trigger payload if applicable | [optional]
**FormFields** | [**[]WorkflowLibraryFormFields**](workflow-library-form-fields) | One or more inputs that the trigger accepts | [optional]
## Examples