RequestValidator Properties |
The RequestValidator type exposes the following members.
Name | Description | |
---|---|---|
Id | ||
Name | Specifies the name of this configuration. | |
PrivateApiKey | Specifies a key that can be used to sign a hash. | |
ValidationExpression | 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. |