public class SourceIDC extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SourceIDC() | 
| SourceIDC(SourceIDC 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 来自指定 IDC 请求的处置方式。 SecurityAction 的 Name 取值支持:Deny:拦截;Monitor:观察;Disabled:未启用,不启用指定规则;Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge;Allow:放行(待废弃)。 | 
| BotManagementActionOverrides[] | getBotManagementActionOverrides()Get 指定 IDC 请求的处置方式。 | 
| void | setBaseAction(SecurityAction BaseAction)Set 来自指定 IDC 请求的处置方式。 SecurityAction 的 Name 取值支持:Deny:拦截;Monitor:观察;Disabled:未启用,不启用指定规则;Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge;Allow:放行(待废弃)。 | 
| void | setBotManagementActionOverrides(BotManagementActionOverrides[] BotManagementActionOverrides)Set 指定 IDC 请求的处置方式。 | 
| 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 SourceIDC()
public SourceIDC(SourceIDC source)
public SecurityAction getBaseAction()
public void setBaseAction(SecurityAction BaseAction)
BaseAction - 来自指定 IDC 请求的处置方式。 SecurityAction 的 Name 取值支持:public BotManagementActionOverrides[] getBotManagementActionOverrides()
public void setBotManagementActionOverrides(BotManagementActionOverrides[] BotManagementActionOverrides)
BotManagementActionOverrides - 指定 IDC 请求的处置方式。Copyright © 2025. All rights reserved.