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.triggers.models.completeinvocationinput import Completeinvocationinput
completeinvocationinput = Completeinvocationinput(
localized_error=sailpoint.triggers.models.localized_message.Localized Message(
locale = 'An error has occurred!',
message = 'Error has occurred!', ),
output={"approved":false}
)