mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
15 lines
524 B
YAML
15 lines
524 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
description: OAuth client ID for the trigger. This is a UUID generated upon creation.
|
|
example: 1a58c03a6bf64dc2876f6988c6e2c7b7
|
|
secret:
|
|
type: string
|
|
description: OAuthClient secret.
|
|
example: 00cc24a7fe810fe06a7cb38bc168ae104d703c7abb296f9944dc68e69ddb578b
|
|
url:
|
|
type: string
|
|
description: URL for the external trigger to invoke
|
|
example: https://tenant.api.identitynow.com/beta/workflows/execute/external/c17bea3a-574d-453c-9e04-4365fbf5af0b
|