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', 'WorkflowTriggerAttributes', 'BetaWork
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **String** | The unique ID of the trigger | [required]
**VarFilter** | Pointer to **String** | JSON path expression that will limit which events the trigger will fire on | [optional]
**Description** | Pointer to **String** | Additional context about the external trigger | [optional]
**Name** | Pointer to **String** | A unique name for the external trigger | [optional]
**ClientId** | Pointer to **String** | OAuth Client ID to authenticate with this trigger | [optional]
**Url** | Pointer to **String** | URL to invoke this workflow | [optional]
**Frequency** | **Enum** [ "daily", "weekly", "monthly", "yearly", "cronSchedule" ] | Frequency of execution | [required]
**TimeZone** | Pointer to **String** | Time zone identifier | [optional]
**CronString** | Pointer to **String** | | [optional]
**WeeklyDays** | Pointer to **[]String** | Scheduled days of the week for execution | [optional]
**WeeklyTimes** | Pointer to **[]String** | Scheduled execution times | [optional]
**Id** | **String** | The unique ID of the trigger | [required]
**VarFilter** | **String** | JSON path expression that will limit which events the trigger will fire on | [optional]
**Description** | **String** | Additional context about the external trigger | [optional]
**Name** | **String** | A unique name for the external trigger | [optional]
**ClientId** | **String** | OAuth Client ID to authenticate with this trigger | [optional]
**Url** | **String** | URL to invoke this workflow | [optional]
**Frequency** | **Enum** [ "daily", "weekly", "monthly", "yearly", "cronSchedule" ] | Frequency of execution | [required]
**TimeZone** | **String** | Time zone identifier | [optional]
**CronString** | **String** | | [optional]
**WeeklyDays** | **[]String** | Scheduled days of the week for execution | [optional]
**WeeklyTimes** | **[]String** | Scheduled execution times | [optional]
## Examples