Synthetic global variable.

Hierarchy

  • SyntheticsGlobalVariable

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

Attributes of the global variable.

description: string

Description of the global variable.

id?: string

Unique identifier of the global variable.

isFido?: boolean

Determines if the global variable is a FIDO variable.

isTotp?: boolean

Determines if the global variable is a TOTP/MFA variable.

name: string

Name of the global variable. Unique across Synthetic global variables.

Parser options to use for retrieving a Synthetic global variable from a Synthetic test. Used in conjunction with parse_test_public_id.

parseTestPublicId?: string

A Synthetic test ID to use as a test to generate the variable value.

tags: string[]

Tags of the global variable.

Value of the global variable.

Generated using TypeDoc