Bot Management Stale Zone Configuration
data class BotManagementStaleZoneConfiguration(val fightMode: Boolean? = null, val optimizeWordpress: Boolean? = null, val sbfmDefinitelyAutomated: String? = null, val sbfmLikelyAutomated: String? = null, val sbfmStaticResourceProtection: String? = null, val sbfmVerifiedBots: String? = null, val suppressSessionScore: Boolean? = null)
Properties
Link copied to clipboard
Indicates that the zone's wordpress optimization for SBFM is turned on.
Link copied to clipboard
Indicates that the zone's definitely automated requests are being blocked or challenged.
Link copied to clipboard
Indicates that the zone's likely automated requests are being blocked or challenged.
Link copied to clipboard
Indicates that the zone's static resource protection is turned on.
Link copied to clipboard
Indicates that the zone's verified bot requests are being blocked.
Link copied to clipboard
Indicates that the zone's session score tracking is disabled.