Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/CompleteInvocationInput.md
2025-02-28 14:46:13 +00:00

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
v2024-complete-invocation-input CompleteInvocationInput CompleteInvocationInput CompleteInvocationInput powershellsdk
powershell
PowerShell
sdk
CompleteInvocationInput
V2024CompleteInvocationInput
/tools/sdk/powershell/v2024/models/complete-invocation-input
SDK
Software Development Kit
CompleteInvocationInput
V2024CompleteInvocationInput

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-PSSailpoint.V2024CompleteInvocationInput  -LocalizedError null `
 -Output {approved=false}
  • Convert the resource to JSON
$CompleteInvocationInput | ConvertTo-JSON

[Back to top]