Value of the global variable.

Hierarchy

  • SyntheticsGlobalVariableValue

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

Options for the Global Variable for MFA.

secure?: boolean

Determines if the value of the variable is hidden.

value?: string

Value of the global variable. When reading a global variable, the value will not be present if the variable is hidden with the secure property.

Generated using TypeDoc