WorkflowTrigger
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "EVENT", "EXTERNAL", "SCHEDULED", "" ] | The trigger type | [required] |
| DisplayName | String | The trigger display name | [optional] |
| Attributes | WorkflowTriggerAttributes | [required] |
Examples
- Prepare the resource
$WorkflowTrigger = Initialize-V2025WorkflowTrigger -Type EVENT `
-DisplayName null `
-Attributes null
- Convert the resource to JSON
$WorkflowTrigger | ConvertTo-JSON