mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
19 lines
429 B
YAML
19 lines
429 B
YAML
type: object
|
|
properties:
|
|
url:
|
|
type: string
|
|
description: URL of the external/custom integration.
|
|
example: "https://www.example.com"
|
|
httpDispatchMode:
|
|
$ref: './HttpDispatchMode.yaml'
|
|
httpAuthenticationType:
|
|
$ref: './HttpAuthenticationType.yaml'
|
|
basicAuthConfig:
|
|
$ref: './BasicAuthConfig.yaml'
|
|
bearerTokenAuthConfig:
|
|
$ref: './BearerTokenAuthConfig.yaml'
|
|
|
|
required:
|
|
- url
|
|
- httpDispatchMode
|