Skip to main content

CreateExternalExecuteWorkflowRequest

Properties

NameTypeDescriptionNotes
VarInput[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0The input for the workflow[optional]

Examples

  • Prepare the resource
$CreateExternalExecuteWorkflowRequest = Initialize-PSSailpoint.V2024CreateExternalExecuteWorkflowRequest  -VarInput {customAttribute1=value1, customAttribute2=value2}
  • Convert the resource to JSON
$CreateExternalExecuteWorkflowRequest | ConvertTo-JSON

[Back to top]