Module Values.ChallengeConfigSource

Specifies how WAF should handle Challenge evaluations. This is available at the web ACL level and in each rule.

Sourcetype nonrec t = {
  1. immunityTimeProperty : ImmunityTimeProperty.t option;
    (*

    Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a challenge.

    *)
}
Sourceval make : ?immunityTimeProperty:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Long of TimeWindowSecond.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t