mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.2 KiB
1.2 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-complete-invocation-input | CompleteInvocationInput | CompleteInvocationInput | CompleteInvocationInput | powershellsdk |
|
/tools/sdk/powershell/beta/models/complete-invocation-input |
|
CompleteInvocationInput
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| LocalizedError | LocalizedMessage | [optional] | |
| Output | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | Trigger output that completed the invocation. Its schema is defined in the trigger definition. | [optional] |
Examples
- Prepare the resource
$CompleteInvocationInput = Initialize-BetaCompleteInvocationInput -LocalizedError null `
-Output {approved=false}
- Convert the resource to JSON
$CompleteInvocationInput | ConvertTo-JSON