Skip to main content

CompleteInvocation

Import this model from the entry point of its package:

import { CompleteInvocation } from '@sailpoint/angular-sdk/triggers';

Properties

NameTypeDescriptionNotes
secretstringUnique invocation secret that was generated when the invocation was created. Required to authenticate to the endpoint.[default to undefined]
error(optional) stringThe error message to indicate a failed invocation or error if any.[default to undefined]
outputobjectTrigger output to complete the invocation. Its schema is defined in the trigger definition.[default to undefined]