mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
1.0 KiB
1.0 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-workflow-trigger | WorkflowTrigger | WorkflowTrigger | WorkflowTrigger | powershellsdk |
|
/tools/sdk/powershell/v2024/models/workflow-trigger |
|
WorkflowTrigger
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "EVENT", "EXTERNAL", "SCHEDULED", "" ] | The trigger type | [required] |
| DisplayName | String | [optional] | |
| Attributes | WorkflowTriggerAttributes | [required] |
Examples
- Prepare the resource
$WorkflowTrigger = Initialize-V2024WorkflowTrigger -Type EVENT `
-DisplayName null `
-Attributes null
- Convert the resource to JSON
$WorkflowTrigger | ConvertTo-JSON