Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.13 KB

WafExclusionResponseDataAttributes.md

File metadata and controls

19 lines (14 loc) · 1.13 KB

WafExclusionResponseDataAttributes

Properties

Name Type Description Notes
created_at Option<String> Date and time in ISO 8601 format. [readonly]
deleted_at Option<String> Date and time in ISO 8601 format. [readonly]
updated_at Option<String> Date and time in ISO 8601 format. [readonly]
condition Option<String> A conditional expression in VCL used to determine if the condition is met.
exclusion_type Option<String> The type of exclusion.
logging Option<bool> Whether to generate a log upon matching. [default to true]
name Option<String> Name of the exclusion.
number Option<i32> A numeric ID identifying a WAF exclusion.
variable Option<String> The variable to exclude. An optional selector can be specified after the variable separated by a colon (:) to restrict the variable to a particular parameter. Required for exclusion_type=variable.

[Back to API list] [Back to README]