Skip to main content

WorkflowOAuthClient

Import this model from the entry point of its package:

import { WorkflowOAuthClient } from '@sailpoint/angular-sdk/workflows';

Properties

NameTypeDescriptionNotes
id(optional) stringOAuth client ID for the trigger. This is a UUID generated upon creation.[default to undefined]
secret(optional) stringOAuthClient secret.[default to undefined]
url(optional) stringURL for the external trigger to invoke[default to undefined]