public class K8sApiAbnormalRuleScopeInfo extends AbstractModel
Constructor and Description |
---|
K8sApiAbnormalRuleScopeInfo() |
K8sApiAbnormalRuleScopeInfo(K8sApiAbnormalRuleScopeInfo 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 |
---|---|
String |
getAction()
Get Action (RULE_MODE_ALERT: Alarm RULE_MODE_RELEASE: Release)
|
Boolean |
getIsDelete()
Get Whether to delete: applicable to custom rule input parameters.
|
String |
getRiskLevel()
Get Threat level: "HIGH": High-risk level; "MIDDLE": Middle-risk level; "LOW": Low-risk level; "NOTICE": Notice level
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getScope()
Get Range
System event:
ANONYMOUS_ACCESS: Anonymous access
ABNORMAL_UA_REQ: Abnormal UA request
ANONYMOUS_ABNORMAL_PERMISSION: Abnormal changes on permissions of an anonymous user
GET_CREDENTIALS: Credential information acquisition
MOUNT_SENSITIVE_PATH: Sensitive path mounting
COMMAND_RUN: Command execution
PRIVILEGE_CONTAINER: Privilege container
EXCEPTION_CRONTAB_TASK: Aabnormal scheduled task
STATICS_POD: Static pod creation
ABNORMAL_CREATE_POD: Abnormal pod creation
USER_DEFINED: User defined
|
Boolean |
getStatus()
Get Switch status (true: On; false: Off): applicable to system rules.
|
void |
setAction(String Action)
Set Action (RULE_MODE_ALERT: Alarm RULE_MODE_RELEASE: Release)
|
void |
setIsDelete(Boolean IsDelete)
Set Whether to delete: applicable to custom rule input parameters.
|
void |
setRiskLevel(String RiskLevel)
Set Threat level: "HIGH": High-risk level; "MIDDLE": Middle-risk level; "LOW": Low-risk level; "NOTICE": Notice level
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setScope(String Scope)
Set Range
System event:
ANONYMOUS_ACCESS: Anonymous access
ABNORMAL_UA_REQ: Abnormal UA request
ANONYMOUS_ABNORMAL_PERMISSION: Abnormal changes on permissions of an anonymous user
GET_CREDENTIALS: Credential information acquisition
MOUNT_SENSITIVE_PATH: Sensitive path mounting
COMMAND_RUN: Command execution
PRIVILEGE_CONTAINER: Privilege container
EXCEPTION_CRONTAB_TASK: Aabnormal scheduled task
STATICS_POD: Static pod creation
ABNORMAL_CREATE_POD: Abnormal pod creation
USER_DEFINED: User defined
|
void |
setStatus(Boolean Status)
Set Switch status (true: On; false: Off): applicable to system rules.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public K8sApiAbnormalRuleScopeInfo()
public K8sApiAbnormalRuleScopeInfo(K8sApiAbnormalRuleScopeInfo source)
public String getScope()
public void setScope(String Scope)
Scope
- Range
System event:
ANONYMOUS_ACCESS: Anonymous access
ABNORMAL_UA_REQ: Abnormal UA request
ANONYMOUS_ABNORMAL_PERMISSION: Abnormal changes on permissions of an anonymous user
GET_CREDENTIALS: Credential information acquisition
MOUNT_SENSITIVE_PATH: Sensitive path mounting
COMMAND_RUN: Command execution
PRIVILEGE_CONTAINER: Privilege container
EXCEPTION_CRONTAB_TASK: Aabnormal scheduled task
STATICS_POD: Static pod creation
ABNORMAL_CREATE_POD: Abnormal pod creation
USER_DEFINED: User definedpublic String getAction()
public void setAction(String Action)
Action
- Action (RULE_MODE_ALERT: Alarm RULE_MODE_RELEASE: Release)public String getRiskLevel()
public void setRiskLevel(String RiskLevel)
RiskLevel
- Threat level: "HIGH": High-risk level; "MIDDLE": Middle-risk level; "LOW": Low-risk level; "NOTICE": Notice level
Note: This field may return `null`, indicating that no valid value was found.public Boolean getStatus()
public void setStatus(Boolean Status)
Status
- Switch status (true: On; false: Off): applicable to system rules.
Note: This field may return `null`, indicating that no valid value was found.public Boolean getIsDelete()
public void setIsDelete(Boolean IsDelete)
IsDelete
- Whether to delete: applicable to custom rule input parameters.
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2023. All rights reserved.