Object to handle NTLM authentication when performing the test.

Hierarchy

  • SyntheticsBasicAuthNTLM

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
domain?: string

Domain for the authentication to use when performing the test.

password?: string

Password for the authentication to use when performing the test.

The type of authentication to use when performing the test.

username?: string

Username for the authentication to use when performing the test.

workstation?: string

Workstation for the authentication to use when performing the test.

Generated using TypeDoc