Class CustomDestinationHttpDestinationAuthCustomHeader

Custom header access authentication.

Hierarchy

  • CustomDestinationHttpDestinationAuthCustomHeader

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
headerName: string

The header name of the authentication.

headerValue: string

The header value of the authentication. This field is not returned by the API.

Type of the custom header access authentication.

Generated using TypeDoc