public class KnownBotCategories extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| KnownBotCategories() | 
| KnownBotCategories(KnownBotCategories source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| SecurityAction | getBaseAction()Get 来自已知商业工具或开源工具的访问请求的处置方式。 SecurityAction 的 Name 取值支持:Deny:拦截;Monitor:观察;Disabled:未启用,不启用指定规则;Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge;Allow:放行(待废弃)。 | 
| BotManagementActionOverrides[] | getBotManagementActionOverrides()Get 指定已知商业工具或开源工具的访问请求的处置方式。 | 
| void | setBaseAction(SecurityAction BaseAction)Set 来自已知商业工具或开源工具的访问请求的处置方式。 SecurityAction 的 Name 取值支持:Deny:拦截;Monitor:观察;Disabled:未启用,不启用指定规则;Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge;Allow:放行(待废弃)。 | 
| void | setBotManagementActionOverrides(BotManagementActionOverrides[] BotManagementActionOverrides)Set 指定已知商业工具或开源工具的访问请求的处置方式。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic KnownBotCategories()
public KnownBotCategories(KnownBotCategories source)
public SecurityAction getBaseAction()
public void setBaseAction(SecurityAction BaseAction)
BaseAction - 来自已知商业工具或开源工具的访问请求的处置方式。 SecurityAction 的 Name 取值支持:public BotManagementActionOverrides[] getBotManagementActionOverrides()
public void setBotManagementActionOverrides(BotManagementActionOverrides[] BotManagementActionOverrides)
BotManagementActionOverrides - 指定已知商业工具或开源工具的访问请求的处置方式。Copyright © 2025. All rights reserved.