mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user