Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SetQueryParameterPolicyItem

Set will add a new query parameter if it was not in the original request. If the parameter already exists on the request, you can choose to override, append, or skip it.

Enumerations

Properties

Functions

Properties

Optional ifExists

ifExists: IfExists

If a query parameter with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.

name

name: string

The case-sensitive name of the query parameter. This name must be unique across transformation policies.

values

values: Array<string>

A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.

Functions

getDeserializedJsonObj

getJsonObj