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-PSSailpoint.V2024WorkflowTrigger -Type EVENT `
-DisplayName null `
-Attributes null
- Convert the resource to JSON
$WorkflowTrigger | ConvertTo-JSON