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}
)