次の方法で共有


OwaspCrsExclusionEntry.MatchVariable プロパティ

定義

除外する変数を取得または設定します。 使用できる値は、'RequestHeaderNames'、'RequestCookieNames'、'RequestArgNames'、'RequestHeaderKeys'、'RequestHeaderValues'、'RequestCookieKeys'、'RequestCookieValues'、'RequestArgKeys'、'RequestArgValues' です。

[Newtonsoft.Json.JsonProperty(PropertyName="matchVariable")]
public string MatchVariable { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="matchVariable")>]
member this.MatchVariable : string with get, set
Public Property MatchVariable As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象