Module Values.ImmunityTimePropertySource

Used for CAPTCHA and challenge token settings. Determines how long a CAPTCHA or challenge timestamp remains valid after WAF updates it for a successful CAPTCHA or challenge response.

Sourcetype nonrec t = {
  1. immunityTime : TimeWindowSecond.t;
    (*

    The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by WAF. The default setting is 300. For the Challenge action, the minimum setting is 300.

    *)
}
Sourceval context_ : string
Sourceval make : immunityTime:TimeWindowSecond.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of TimeWindowSecond.t ]) 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