Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleBotManagement = cloudflare.getBotManagement({
zoneId: "023e105f4ecef8ad9ca31a8372d0c353",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_bot_management = cloudflare.get_bot_management(zone_id="023e105f4ecef8ad9ca31a8372d0c353")
package main
import (
"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloudflare.LookupBotManagement(ctx, &cloudflare.LookupBotManagementArgs{
ZoneId: "023e105f4ecef8ad9ca31a8372d0c353",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;
return await Deployment.RunAsync(() =>
{
var exampleBotManagement = Cloudflare.GetBotManagement.Invoke(new()
{
ZoneId = "023e105f4ecef8ad9ca31a8372d0c353",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.CloudflareFunctions;
import com.pulumi.cloudflare.inputs.GetBotManagementArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var exampleBotManagement = CloudflareFunctions.getBotManagement(GetBotManagementArgs.builder()
.zoneId("023e105f4ecef8ad9ca31a8372d0c353")
.build());
}
}
variables:
exampleBotManagement:
fn::invoke:
function: cloudflare:getBotManagement
arguments:
zoneId: 023e105f4ecef8ad9ca31a8372d0c353
Using getBotManagement
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBotManagement(args: GetBotManagementArgs, opts?: InvokeOptions): Promise<GetBotManagementResult>
function getBotManagementOutput(args: GetBotManagementOutputArgs, opts?: InvokeOptions): Output<GetBotManagementResult>def get_bot_management(zone_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBotManagementResult
def get_bot_management_output(zone_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBotManagementResult]func LookupBotManagement(ctx *Context, args *LookupBotManagementArgs, opts ...InvokeOption) (*LookupBotManagementResult, error)
func LookupBotManagementOutput(ctx *Context, args *LookupBotManagementOutputArgs, opts ...InvokeOption) LookupBotManagementResultOutput> Note: This function is named LookupBotManagement in the Go SDK.
public static class GetBotManagement
{
public static Task<GetBotManagementResult> InvokeAsync(GetBotManagementArgs args, InvokeOptions? opts = null)
public static Output<GetBotManagementResult> Invoke(GetBotManagementInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBotManagementResult> getBotManagement(GetBotManagementArgs args, InvokeOptions options)
public static Output<GetBotManagementResult> getBotManagement(GetBotManagementArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getBotManagement:getBotManagement
arguments:
# arguments dictionaryThe following arguments are supported:
- Zone
Id string - Identifier.
- Zone
Id string - Identifier.
- zone
Id String - Identifier.
- zone
Id string - Identifier.
- zone_
id str - Identifier.
- zone
Id String - Identifier.
getBotManagement Result
The following output properties are available:
- Ai
Bots stringProtection - Enable rule to block AI Scrapers and Crawlers. Please note the value
only_on_ad_pagesis currently not available for Enterprise customers. Available values: "block", "disabled", "onlyonad_pages". - Auto
Update boolModel - Automatically update to the newest bot detection models created by Cloudflare as they are released. Learn more.
- bool
- Indicates that the bot management cookie can be placed on end user devices accessing the site. Defaults to true
- Cf
Robots stringVariant - Specifies the Robots Access Control License variant to use. Available values: "off", <span pulumi-lang-nodejs=""policyOnly"" pulumi-lang-dotnet=""PolicyOnly"" pulumi-lang-go=""policyOnly"" pulumi-lang-python=""policy_only"" pulumi-lang-yaml=""policyOnly"" pulumi-lang-java=""policyOnly"">"policy_only".
- Crawler
Protection string - Enable rule to punish AI Scrapers and Crawlers via a link maze. Available values: "enabled", "disabled".
- Enable
Js bool - Use lightweight, invisible JavaScript detections to improve Bot Management. Learn more about JavaScript Detections.
- Fight
Mode bool - Whether to enable Bot Fight Mode.
- Id string
- Identifier.
- Is
Robots boolTxt Managed - Enable cloudflare managed robots.txt. If an existing robots.txt is detected, then managed robots.txt will be prepended to the existing robots.txt.
- Optimize
Wordpress bool - Whether to optimize Super Bot Fight Mode protections for Wordpress.
- Sbfm
Definitely stringAutomated - Super Bot Fight Mode (SBFM) action to take on definitely automated requests. Available values: "allow", "block", <span pulumi-lang-nodejs=""managedChallenge"" pulumi-lang-dotnet=""ManagedChallenge"" pulumi-lang-go=""managedChallenge"" pulumi-lang-python=""managed_challenge"" pulumi-lang-yaml=""managedChallenge"" pulumi-lang-java=""managedChallenge"">"managed_challenge".
- Sbfm
Likely stringAutomated - Super Bot Fight Mode (SBFM) action to take on likely automated requests. Available values: "allow", "block", <span pulumi-lang-nodejs=""managedChallenge"" pulumi-lang-dotnet=""ManagedChallenge"" pulumi-lang-go=""managedChallenge"" pulumi-lang-python=""managed_challenge"" pulumi-lang-yaml=""managedChallenge"" pulumi-lang-java=""managedChallenge"">"managed_challenge".
- Sbfm
Static boolResource Protection - Super Bot Fight Mode (SBFM) to enable static resource protection. Enable if static resources on your application need bot protection. Note: Static resource protection can also result in legitimate traffic being blocked.
- Sbfm
Verified stringBots - Super Bot Fight Mode (SBFM) action to take on verified bots requests. Available values: "allow", "block".
- Stale
Zone GetConfiguration Bot Management Stale Zone Configuration - A read-only field that shows which unauthorized settings are currently active on the zone. These settings typically result from upgrades or downgrades.
- Suppress
Session boolScore - Whether to disable tracking the highest bot score for a session in the Bot Management cookie.
- Using
Latest boolModel - A read-only field that indicates whether the zone currently is running the latest ML model.
- Zone
Id string - Identifier.
- Ai
Bots stringProtection - Enable rule to block AI Scrapers and Crawlers. Please note the value
only_on_ad_pagesis currently not available for Enterprise customers. Available values: "block", "disabled", "onlyonad_pages". - Auto
Update boolModel - Automatically update to the newest bot detection models created by Cloudflare as they are released. Learn more.
- bool
- Indicates that the bot management cookie can be placed on end user devices accessing the site. Defaults to true
- Cf
Robots stringVariant - Specifies the Robots Access Control License variant to use. Available values: "off", <span pulumi-lang-nodejs=""policyOnly"" pulumi-lang-dotnet=""PolicyOnly"" pulumi-lang-go=""policyOnly"" pulumi-lang-python=""policy_only"" pulumi-lang-yaml=""policyOnly"" pulumi-lang-java=""policyOnly"">"policy_only".
- Crawler
Protection string - Enable rule to punish AI Scrapers and Crawlers via a link maze. Available values: "enabled", "disabled".
- Enable
Js bool - Use lightweight, invisible JavaScript detections to improve Bot Management. Learn more about JavaScript Detections.
- Fight
Mode bool - Whether to enable Bot Fight Mode.
- Id string
- Identifier.
- Is
Robots boolTxt Managed - Enable cloudflare managed robots.txt. If an existing robots.txt is detected, then managed robots.txt will be prepended to the existing robots.txt.
- Optimize
Wordpress bool - Whether to optimize Super Bot Fight Mode protections for Wordpress.
- Sbfm
Definitely stringAutomated - Super Bot Fight Mode (SBFM) action to take on definitely automated requests. Available values: "allow", "block", <span pulumi-lang-nodejs=""managedChallenge"" pulumi-lang-dotnet=""ManagedChallenge"" pulumi-lang-go=""managedChallenge"" pulumi-lang-python=""managed_challenge"" pulumi-lang-yaml=""managedChallenge"" pulumi-lang-java=""managedChallenge"">"managed_challenge".
- Sbfm
Likely stringAutomated - Super Bot Fight Mode (SBFM) action to take on likely automated requests. Available values: "allow", "block", <span pulumi-lang-nodejs=""managedChallenge"" pulumi-lang-dotnet=""ManagedChallenge"" pulumi-lang-go=""managedChallenge"" pulumi-lang-python=""managed_challenge"" pulumi-lang-yaml=""managedChallenge"" pulumi-lang-java=""managedChallenge"">"managed_challenge".
- Sbfm
Static boolResource Protection - Super Bot Fight Mode (SBFM) to enable static resource protection. Enable if static resources on your application need bot protection. Note: Static resource protection can also result in legitimate traffic being blocked.
- Sbfm
Verified stringBots - Super Bot Fight Mode (SBFM) action to take on verified bots requests. Available values: "allow", "block".
- Stale
Zone GetConfiguration Bot Management Stale Zone Configuration - A read-only field that shows which unauthorized settings are currently active on the zone. These settings typically result from upgrades or downgrades.
- Suppress
Session boolScore - Whether to disable tracking the highest bot score for a session in the Bot Management cookie.
- Using
Latest boolModel - A read-only field that indicates whether the zone currently is running the latest ML model.
- Zone
Id string - Identifier.
- ai
Bots StringProtection - Enable rule to block AI Scrapers and Crawlers. Please note the value
only_on_ad_pagesis currently not available for Enterprise customers. Available values: "block", "disabled", "onlyonad_pages". - auto
Update BooleanModel - Automatically update to the newest bot detection models created by Cloudflare as they are released. Learn more.
- Boolean
- Indicates that the bot management cookie can be placed on end user devices accessing the site. Defaults to true
- cf
Robots StringVariant - Specifies the Robots Access Control License variant to use. Available values: "off", <span pulumi-lang-nodejs=""policyOnly"" pulumi-lang-dotnet=""PolicyOnly"" pulumi-lang-go=""policyOnly"" pulumi-lang-python=""policy_only"" pulumi-lang-yaml=""policyOnly"" pulumi-lang-java=""policyOnly"">"policy_only".
- crawler
Protection String - Enable rule to punish AI Scrapers and Crawlers via a link maze. Available values: "enabled", "disabled".
- enable
Js Boolean - Use lightweight, invisible JavaScript detections to improve Bot Management. Learn more about JavaScript Detections.
- fight
Mode Boolean - Whether to enable Bot Fight Mode.
- id String
- Identifier.
- is
Robots BooleanTxt Managed - Enable cloudflare managed robots.txt. If an existing robots.txt is detected, then managed robots.txt will be prepended to the existing robots.txt.
- optimize
Wordpress Boolean - Whether to optimize Super Bot Fight Mode protections for Wordpress.
- sbfm
Definitely StringAutomated - Super Bot Fight Mode (SBFM) action to take on definitely automated requests. Available values: "allow", "block", <span pulumi-lang-nodejs=""managedChallenge"" pulumi-lang-dotnet=""ManagedChallenge"" pulumi-lang-go=""managedChallenge"" pulumi-lang-python=""managed_challenge"" pulumi-lang-yaml=""managedChallenge"" pulumi-lang-java=""managedChallenge"">"managed_challenge".
- sbfm
Likely StringAutomated - Super Bot Fight Mode (SBFM) action to take on likely automated requests. Available values: "allow", "block", <span pulumi-lang-nodejs=""managedChallenge"" pulumi-lang-dotnet=""ManagedChallenge"" pulumi-lang-go=""managedChallenge"" pulumi-lang-python=""managed_challenge"" pulumi-lang-yaml=""managedChallenge"" pulumi-lang-java=""managedChallenge"">"managed_challenge".
- sbfm
Static BooleanResource Protection - Super Bot Fight Mode (SBFM) to enable static resource protection. Enable if static resources on your application need bot protection. Note: Static resource protection can also result in legitimate traffic being blocked.
- sbfm
Verified StringBots - Super Bot Fight Mode (SBFM) action to take on verified bots requests. Available values: "allow", "block".
- stale
Zone GetConfiguration Bot Management Stale Zone Configuration - A read-only field that shows which unauthorized settings are currently active on the zone. These settings typically result from upgrades or downgrades.
- suppress
Session BooleanScore - Whether to disable tracking the highest bot score for a session in the Bot Management cookie.
- using
Latest BooleanModel - A read-only field that indicates whether the zone currently is running the latest ML model.
- zone
Id String - Identifier.
- ai
Bots stringProtection - Enable rule to block AI Scrapers and Crawlers. Please note the value
only_on_ad_pagesis currently not available for Enterprise customers. Available values: "block", "disabled", "onlyonad_pages". - auto
Update booleanModel - Automatically update to the newest bot detection models created by Cloudflare as they are released. Learn more.
- boolean
- Indicates that the bot management cookie can be placed on end user devices accessing the site. Defaults to true
- cf
Robots stringVariant - Specifies the Robots Access Control License variant to use. Available values: "off", <span pulumi-lang-nodejs=""policyOnly"" pulumi-lang-dotnet=""PolicyOnly"" pulumi-lang-go=""policyOnly"" pulumi-lang-python=""policy_only"" pulumi-lang-yaml=""policyOnly"" pulumi-lang-java=""policyOnly"">"policy_only".
- crawler
Protection string - Enable rule to punish AI Scrapers and Crawlers via a link maze. Available values: "enabled", "disabled".
- enable
Js boolean - Use lightweight, invisible JavaScript detections to improve Bot Management. Learn more about JavaScript Detections.
- fight
Mode boolean - Whether to enable Bot Fight Mode.
- id string
- Identifier.
- is
Robots booleanTxt Managed - Enable cloudflare managed robots.txt. If an existing robots.txt is detected, then managed robots.txt will be prepended to the existing robots.txt.
- optimize
Wordpress boolean - Whether to optimize Super Bot Fight Mode protections for Wordpress.
- sbfm
Definitely stringAutomated - Super Bot Fight Mode (SBFM) action to take on definitely automated requests. Available values: "allow", "block", <span pulumi-lang-nodejs=""managedChallenge"" pulumi-lang-dotnet=""ManagedChallenge"" pulumi-lang-go=""managedChallenge"" pulumi-lang-python=""managed_challenge"" pulumi-lang-yaml=""managedChallenge"" pulumi-lang-java=""managedChallenge"">"managed_challenge".
- sbfm
Likely stringAutomated - Super Bot Fight Mode (SBFM) action to take on likely automated requests. Available values: "allow", "block", <span pulumi-lang-nodejs=""managedChallenge"" pulumi-lang-dotnet=""ManagedChallenge"" pulumi-lang-go=""managedChallenge"" pulumi-lang-python=""managed_challenge"" pulumi-lang-yaml=""managedChallenge"" pulumi-lang-java=""managedChallenge"">"managed_challenge".
- sbfm
Static booleanResource Protection - Super Bot Fight Mode (SBFM) to enable static resource protection. Enable if static resources on your application need bot protection. Note: Static resource protection can also result in legitimate traffic being blocked.
- sbfm
Verified stringBots - Super Bot Fight Mode (SBFM) action to take on verified bots requests. Available values: "allow", "block".
- stale
Zone GetConfiguration Bot Management Stale Zone Configuration - A read-only field that shows which unauthorized settings are currently active on the zone. These settings typically result from upgrades or downgrades.
- suppress
Session booleanScore - Whether to disable tracking the highest bot score for a session in the Bot Management cookie.
- using
Latest booleanModel - A read-only field that indicates whether the zone currently is running the latest ML model.
- zone
Id string - Identifier.
- ai_
bots_ strprotection - Enable rule to block AI Scrapers and Crawlers. Please note the value
only_on_ad_pagesis currently not available for Enterprise customers. Available values: "block", "disabled", "onlyonad_pages". - auto_
update_ boolmodel - Automatically update to the newest bot detection models created by Cloudflare as they are released. Learn more.
- bool
- Indicates that the bot management cookie can be placed on end user devices accessing the site. Defaults to true
- cf_
robots_ strvariant - Specifies the Robots Access Control License variant to use. Available values: "off", <span pulumi-lang-nodejs=""policyOnly"" pulumi-lang-dotnet=""PolicyOnly"" pulumi-lang-go=""policyOnly"" pulumi-lang-python=""policy_only"" pulumi-lang-yaml=""policyOnly"" pulumi-lang-java=""policyOnly"">"policy_only".
- crawler_
protection str - Enable rule to punish AI Scrapers and Crawlers via a link maze. Available values: "enabled", "disabled".
- enable_
js bool - Use lightweight, invisible JavaScript detections to improve Bot Management. Learn more about JavaScript Detections.
- fight_
mode bool - Whether to enable Bot Fight Mode.
- id str
- Identifier.
- is_
robots_ booltxt_ managed - Enable cloudflare managed robots.txt. If an existing robots.txt is detected, then managed robots.txt will be prepended to the existing robots.txt.
- optimize_
wordpress bool - Whether to optimize Super Bot Fight Mode protections for Wordpress.
- sbfm_
definitely_ strautomated - Super Bot Fight Mode (SBFM) action to take on definitely automated requests. Available values: "allow", "block", <span pulumi-lang-nodejs=""managedChallenge"" pulumi-lang-dotnet=""ManagedChallenge"" pulumi-lang-go=""managedChallenge"" pulumi-lang-python=""managed_challenge"" pulumi-lang-yaml=""managedChallenge"" pulumi-lang-java=""managedChallenge"">"managed_challenge".
- sbfm_
likely_ strautomated - Super Bot Fight Mode (SBFM) action to take on likely automated requests. Available values: "allow", "block", <span pulumi-lang-nodejs=""managedChallenge"" pulumi-lang-dotnet=""ManagedChallenge"" pulumi-lang-go=""managedChallenge"" pulumi-lang-python=""managed_challenge"" pulumi-lang-yaml=""managedChallenge"" pulumi-lang-java=""managedChallenge"">"managed_challenge".
- sbfm_
static_ boolresource_ protection - Super Bot Fight Mode (SBFM) to enable static resource protection. Enable if static resources on your application need bot protection. Note: Static resource protection can also result in legitimate traffic being blocked.
- sbfm_
verified_ strbots - Super Bot Fight Mode (SBFM) action to take on verified bots requests. Available values: "allow", "block".
- stale_
zone_ Getconfiguration Bot Management Stale Zone Configuration - A read-only field that shows which unauthorized settings are currently active on the zone. These settings typically result from upgrades or downgrades.
- suppress_
session_ boolscore - Whether to disable tracking the highest bot score for a session in the Bot Management cookie.
- using_
latest_ boolmodel - A read-only field that indicates whether the zone currently is running the latest ML model.
- zone_
id str - Identifier.
- ai
Bots StringProtection - Enable rule to block AI Scrapers and Crawlers. Please note the value
only_on_ad_pagesis currently not available for Enterprise customers. Available values: "block", "disabled", "onlyonad_pages". - auto
Update BooleanModel - Automatically update to the newest bot detection models created by Cloudflare as they are released. Learn more.
- Boolean
- Indicates that the bot management cookie can be placed on end user devices accessing the site. Defaults to true
- cf
Robots StringVariant - Specifies the Robots Access Control License variant to use. Available values: "off", <span pulumi-lang-nodejs=""policyOnly"" pulumi-lang-dotnet=""PolicyOnly"" pulumi-lang-go=""policyOnly"" pulumi-lang-python=""policy_only"" pulumi-lang-yaml=""policyOnly"" pulumi-lang-java=""policyOnly"">"policy_only".
- crawler
Protection String - Enable rule to punish AI Scrapers and Crawlers via a link maze. Available values: "enabled", "disabled".
- enable
Js Boolean - Use lightweight, invisible JavaScript detections to improve Bot Management. Learn more about JavaScript Detections.
- fight
Mode Boolean - Whether to enable Bot Fight Mode.
- id String
- Identifier.
- is
Robots BooleanTxt Managed - Enable cloudflare managed robots.txt. If an existing robots.txt is detected, then managed robots.txt will be prepended to the existing robots.txt.
- optimize
Wordpress Boolean - Whether to optimize Super Bot Fight Mode protections for Wordpress.
- sbfm
Definitely StringAutomated - Super Bot Fight Mode (SBFM) action to take on definitely automated requests. Available values: "allow", "block", <span pulumi-lang-nodejs=""managedChallenge"" pulumi-lang-dotnet=""ManagedChallenge"" pulumi-lang-go=""managedChallenge"" pulumi-lang-python=""managed_challenge"" pulumi-lang-yaml=""managedChallenge"" pulumi-lang-java=""managedChallenge"">"managed_challenge".
- sbfm
Likely StringAutomated - Super Bot Fight Mode (SBFM) action to take on likely automated requests. Available values: "allow", "block", <span pulumi-lang-nodejs=""managedChallenge"" pulumi-lang-dotnet=""ManagedChallenge"" pulumi-lang-go=""managedChallenge"" pulumi-lang-python=""managed_challenge"" pulumi-lang-yaml=""managedChallenge"" pulumi-lang-java=""managedChallenge"">"managed_challenge".
- sbfm
Static BooleanResource Protection - Super Bot Fight Mode (SBFM) to enable static resource protection. Enable if static resources on your application need bot protection. Note: Static resource protection can also result in legitimate traffic being blocked.
- sbfm
Verified StringBots - Super Bot Fight Mode (SBFM) action to take on verified bots requests. Available values: "allow", "block".
- stale
Zone Property MapConfiguration - A read-only field that shows which unauthorized settings are currently active on the zone. These settings typically result from upgrades or downgrades.
- suppress
Session BooleanScore - Whether to disable tracking the highest bot score for a session in the Bot Management cookie.
- using
Latest BooleanModel - A read-only field that indicates whether the zone currently is running the latest ML model.
- zone
Id String - Identifier.
Supporting Types
GetBotManagementStaleZoneConfiguration
- Fight
Mode bool - Indicates that the zone's Bot Fight Mode is turned on.
- Optimize
Wordpress bool - Indicates that the zone's wordpress optimization for SBFM is turned on.
- Sbfm
Definitely stringAutomated - Indicates that the zone's definitely automated requests are being blocked or challenged.
- Sbfm
Likely stringAutomated - Indicates that the zone's likely automated requests are being blocked or challenged.
- Sbfm
Static stringResource Protection - Indicates that the zone's static resource protection is turned on.
- Sbfm
Verified stringBots - Indicates that the zone's verified bot requests are being blocked.
- Suppress
Session boolScore - Indicates that the zone's session score tracking is disabled.
- Fight
Mode bool - Indicates that the zone's Bot Fight Mode is turned on.
- Optimize
Wordpress bool - Indicates that the zone's wordpress optimization for SBFM is turned on.
- Sbfm
Definitely stringAutomated - Indicates that the zone's definitely automated requests are being blocked or challenged.
- Sbfm
Likely stringAutomated - Indicates that the zone's likely automated requests are being blocked or challenged.
- Sbfm
Static stringResource Protection - Indicates that the zone's static resource protection is turned on.
- Sbfm
Verified stringBots - Indicates that the zone's verified bot requests are being blocked.
- Suppress
Session boolScore - Indicates that the zone's session score tracking is disabled.
- fight
Mode Boolean - Indicates that the zone's Bot Fight Mode is turned on.
- optimize
Wordpress Boolean - Indicates that the zone's wordpress optimization for SBFM is turned on.
- sbfm
Definitely StringAutomated - Indicates that the zone's definitely automated requests are being blocked or challenged.
- sbfm
Likely StringAutomated - Indicates that the zone's likely automated requests are being blocked or challenged.
- sbfm
Static StringResource Protection - Indicates that the zone's static resource protection is turned on.
- sbfm
Verified StringBots - Indicates that the zone's verified bot requests are being blocked.
- suppress
Session BooleanScore - Indicates that the zone's session score tracking is disabled.
- fight
Mode boolean - Indicates that the zone's Bot Fight Mode is turned on.
- optimize
Wordpress boolean - Indicates that the zone's wordpress optimization for SBFM is turned on.
- sbfm
Definitely stringAutomated - Indicates that the zone's definitely automated requests are being blocked or challenged.
- sbfm
Likely stringAutomated - Indicates that the zone's likely automated requests are being blocked or challenged.
- sbfm
Static stringResource Protection - Indicates that the zone's static resource protection is turned on.
- sbfm
Verified stringBots - Indicates that the zone's verified bot requests are being blocked.
- suppress
Session booleanScore - Indicates that the zone's session score tracking is disabled.
- fight_
mode bool - Indicates that the zone's Bot Fight Mode is turned on.
- optimize_
wordpress bool - Indicates that the zone's wordpress optimization for SBFM is turned on.
- sbfm_
definitely_ strautomated - Indicates that the zone's definitely automated requests are being blocked or challenged.
- sbfm_
likely_ strautomated - Indicates that the zone's likely automated requests are being blocked or challenged.
- sbfm_
static_ strresource_ protection - Indicates that the zone's static resource protection is turned on.
- sbfm_
verified_ strbots - Indicates that the zone's verified bot requests are being blocked.
- suppress_
session_ boolscore - Indicates that the zone's session score tracking is disabled.
- fight
Mode Boolean - Indicates that the zone's Bot Fight Mode is turned on.
- optimize
Wordpress Boolean - Indicates that the zone's wordpress optimization for SBFM is turned on.
- sbfm
Definitely StringAutomated - Indicates that the zone's definitely automated requests are being blocked or challenged.
- sbfm
Likely StringAutomated - Indicates that the zone's likely automated requests are being blocked or challenged.
- sbfm
Static StringResource Protection - Indicates that the zone's static resource protection is turned on.
- sbfm
Verified StringBots - Indicates that the zone's verified bot requests are being blocked.
- suppress
Session BooleanScore - Indicates that the zone's session score tracking is disabled.
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
