| Package | Description |
|---|---|
| com.tencentcloudapi.teo.v20220901.models |
| Modifier and Type | Method and Description |
|---|---|
SecurityAction |
ManagedRuleAction.getAction()
Get Action for the managed rule item specified by RuleId, the SecurityAction Name parameter supports: `Deny`: block and respond with an block page; `Monitor`: observe, do not process the request and record the security event in logs; `Disabled`: disabled, do not scan the request and skip this rule..
|
SecurityAction |
CustomRule.getAction()
Get Action for custom rules.
|
SecurityAction |
ManagedRuleGroup.getAction()
Get Action for ManagedRuleGroup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedRuleAction.setAction(SecurityAction Action)
Set Action for the managed rule item specified by RuleId, the SecurityAction Name parameter supports: `Deny`: block and respond with an block page; `Monitor`: observe, do not process the request and record the security event in logs; `Disabled`: disabled, do not scan the request and skip this rule..
|
void |
CustomRule.setAction(SecurityAction Action)
Set Action for custom rules.
|
void |
ManagedRuleGroup.setAction(SecurityAction Action)
Set Action for ManagedRuleGroup.
|
| Constructor and Description |
|---|
SecurityAction(SecurityAction 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.
|
Copyright © 2025. All rights reserved.