RulesEngine interface

A rules engine configuration containing a list of rules that will run to modify the runtime behavior of the request and response.

Extends

Properties

resourceState

Resource status.

rules

A list of rules that define a particular Rules Engine Configuration.

Inherited Properties

id

Resource ID.

name

Resource name.

type

Resource type.

Property Details

resourceState

Resource status.

resourceState?: string

Property Value

string

rules

A list of rules that define a particular Rules Engine Configuration.

rules?: RulesEngineRule[]

Property Value

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From BasicResource.id

name

Resource name.

name?: string

Property Value

string

Inherited From BasicResource.name

type

Resource type.

type?: string

Property Value

string

Inherited From BasicResource.type