Get Turnstile Widget Result
data class GetTurnstileWidgetResult(val accountId: String, val botFightMode: Boolean, val clearanceLevel: String, val createdOn: String, val domains: List<String>, val ephemeralId: Boolean, val filter: GetTurnstileWidgetFilter? = null, val id: String, val mode: String, val modifiedOn: String, val name: String, val offlabel: Boolean, val region: String, val secret: String, val sitekey: String)
A collection of values returned by getTurnstileWidget.
Constructors
Link copied to clipboard
constructor(accountId: String, botFightMode: Boolean, clearanceLevel: String, createdOn: String, domains: List<String>, ephemeralId: Boolean, filter: GetTurnstileWidgetFilter? = null, id: String, mode: String, modifiedOn: String, name: String, offlabel: Boolean, region: String, secret: String, sitekey: String)
Properties
Link copied to clipboard
If botfightmode is set to true, Cloudflare issues computationally expensive challenges in response to malicious bots (ENT only).
Link copied to clipboard
If Turnstile is embedded on a Cloudflare site and the widget should grant challenge clearance, this setting can determine the clearance level to be set Available values: "no_clearance", "jschallenge", "managed", "interactive".
Link copied to clipboard
Return the Ephemeral ID in /siteverify (ENT only).
Link copied to clipboard
Link copied to clipboard
When the widget was modified.