WorkflowOAuthClient
Import this model from the entry point of its package:
import { WorkflowOAuthClient } from '@sailpoint/angular-sdk/workflows';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | (optional) string | OAuth client ID for the trigger. This is a UUID generated upon creation. | [default to undefined] |
| secret | (optional) string | OAuthClient secret. | [default to undefined] |
| url | (optional) string | URL for the external trigger to invoke | [default to undefined] |