Click or drag to resize

RequestValidator Properties

The RequestValidator type exposes the following members.

Properties
  NameDescription
Public propertyId
Public propertyName
Specifies the name of this configuration.
Public propertyPrivateApiKey
Specifies a key that can be used to sign a hash.
Public propertyValidationExpression
Specifies an expression that validates each request and has to evaluate to a boolean value. Use the expression variable 'Payload' to access the payload stream. Use the expression variable 'Request' to access the request context. Use the expression variable 'ApiKey' to access the private api key.
Top
See Also