PolicySettings.RequestBodyCheck Property

Definition

Gets or sets whether to allow WAF to check request Body.

[Newtonsoft.Json.JsonProperty(PropertyName="requestBodyCheck")]
public bool? RequestBodyCheck { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="requestBodyCheck")>]
member this.RequestBodyCheck : Nullable<bool> with get, set
Public Property RequestBodyCheck As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to