Skip to main content

HttpConfig

Import this model from the entry point of its package:

import { HttpConfig } from '@sailpoint/angular-sdk/triggers';

Properties

NameTypeDescriptionNotes
urlstringURL of the external/custom integration.[default to undefined]
httpDispatchModeHttpDispatchMode[default to undefined]
httpAuthenticationType(optional) HttpAuthenticationType[default to undefined]
basicAuthConfig(optional) BasicAuthConfig[default to undefined]
bearerTokenAuthConfig(optional) BearerTokenAuthConfig[default to undefined]