Files
developer.sailpoint.com/static/api-specs/idn/beta/schemas/HttpConfig.yaml
2022-09-26 21:59:54 -04:00

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