HttpConfig
Import this model from the entry point of its package:
import { HttpConfig } from '@sailpoint/angular-sdk/triggers';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| url | string | URL of the external/custom integration. | [default to undefined] |
| httpDispatchMode | HttpDispatchMode | [default to undefined] | |
| httpAuthenticationType | (optional) HttpAuthenticationType | [default to undefined] | |
| basicAuthConfig | (optional) BasicAuthConfig | [default to undefined] | |
| bearerTokenAuthConfig | (optional) BearerTokenAuthConfig | [default to undefined] |