Parsing options for variables to extract.

Hierarchy

  • SyntheticsParsingOptions

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

When type is http_header or grpc_metadata, name of the header or metadatum to extract.

name?: string

Name of the variable to extract.

Details of the parser to use for the global variable.

secure?: boolean

Determines whether or not the extracted value will be obfuscated.

Property of the Synthetic Test Response to extract into a local variable.

Generated using TypeDoc