public class ModifyEscapeWhiteListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ModifyEscapeWhiteListRequest()  | 
ModifyEscapeWhiteListRequest(ModifyEscapeWhiteListRequest 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[] | 
getEventType()
Get Allowed event type
   `ESCAPE_CGROUPS`: Cgroup escape. 
 | 
Long[] | 
getIDSet()
Get Allowed item ID 
 | 
void | 
setEventType(String[] EventType)
Set Allowed event type
   `ESCAPE_CGROUPS`: Cgroup escape. 
 | 
void | 
setIDSet(Long[] IDSet)
Set Allowed item ID 
 | 
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 ModifyEscapeWhiteListRequest()
public ModifyEscapeWhiteListRequest(ModifyEscapeWhiteListRequest source)
public String[] getEventType()
public void setEventType(String[] EventType)
EventType - Allowed event type
   `ESCAPE_CGROUPS`: Cgroup escape.
   `ESCAPE_TAMPER_SENSITIVE_FILE`: File tamper escape.
   `ESCAPE_DOCKER_API`: Docker API access escape.
   `ESCAPE_VUL_OCCURRED`: Vulnerability exploit.
   `MOUNT_SENSITIVE_PTAH`: Sensitive path mount.
   `PRIVILEGE_CONTAINER_START`: Privileged container.
   `PRIVILEGE`: Program privilege escalation escape.public Long[] getIDSet()
public void setIDSet(Long[] IDSet)
IDSet - Allowed item IDCopyright © 2025. All rights reserved.