mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.4 KiB
1.4 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-start-invocation-input | StartInvocationInput | StartInvocationInput | StartInvocationInput | powershellsdk |
|
/tools/sdk/powershell/v2024/models/start-invocation-input |
|
StartInvocationInput
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| TriggerId | String | Trigger ID | [optional] |
| VarInput | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | Trigger input payload. Its schema is defined in the trigger definition. | [optional] |
| ContentJson | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | JSON map of invocation metadata | [optional] |
Examples
- Prepare the resource
$StartInvocationInput = Initialize-PSSailpoint.V2024StartInvocationInput -TriggerId idn:access-requested `
-VarInput {identityId=201327fda1c44704ac01181e963d463c} `
-ContentJson {workflowId=1234}
- Convert the resource to JSON
$StartInvocationInput | ConvertTo-JSON