Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AnyOfSelectionKey

When dynamically routing and dynamically authenticating requests, the route or authentication server associated with a set of selection keys is used if the context variable in an incoming request exactly matches one of the keys in the set.

Properties

Optional isDefault

isDefault: undefined | false | true

Specifies whether to use the route or authentication server associated with this selection key as the default. The default is used if the value of a context variable in an incoming request does not match any of the other selection key values when dynamically routing and dynamically authenticating requests.

name

name: string

Name assigned to the branch.

Const type

type: string = "ANY_OF"

Optional values

values: Array<string>

The set of selection keys to match with the context variable in an incoming request. If the context variable exactly matches one of the keys in the set, the request is sent to the route or authentication server associated with the set.

Methods

getDeserializedJsonObj

getJsonObj