Class CustomDestinationHttpDestinationAuthBasic

Basic access authentication.

Hierarchy

  • CustomDestinationHttpDestinationAuthBasic

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
password: string

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

Type of the basic access authentication.

username: string

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

Generated using TypeDoc