Skip to main content

WorkflowTrigger

Properties

NameTypeDescriptionNotes
TypeEnum [ "EVENT", "EXTERNAL", "SCHEDULED", "" ]The trigger type[required]
DisplayNameString[optional]
AttributesWorkflowTriggerAttributes[required]

Examples

  • Prepare the resource
$WorkflowTrigger = Initialize-PSSailpoint.V2024WorkflowTrigger  -Type EVENT `
-DisplayName null `
-Attributes null
  • Convert the resource to JSON
$WorkflowTrigger | ConvertTo-JSON

[Back to top]