mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-complete-invocation-input | CompleteInvocationInput | CompleteInvocationInput | CompleteInvocationInput | pythonsdk |
|
/tools/sdk/python/v2024/models/complete-invocation-input |
|
CompleteInvocationInput
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| localized_error | LocalizedMessage | [optional] | |
| output | object | Trigger output that completed the invocation. Its schema is defined in the trigger definition. | [optional] |
| } |
Example
from sailpoint.v2024.models.complete_invocation_input import CompleteInvocationInput
complete_invocation_input = CompleteInvocationInput(
localized_error=sailpoint.v2024.models.localized_message.LocalizedMessage(
locale = 'An error has occurred!',
message = 'Error has occurred!', ),
output={approved=false}
)