CreateExternalExecuteWorkflowRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
VarInput | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | The 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