public static final class ModifyNoticeConfigRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ModifyNoticeConfigRequest |
build() |
ModifyNoticeConfigRequest.Builder |
project(String project)
The identifier of the notification item.
|
ModifyNoticeConfigRequest.Builder |
route(Integer route)
The notification method.
|
ModifyNoticeConfigRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
ModifyNoticeConfigRequest.Builder |
timeLimit(Integer timeLimit)
The time period during which Security Center sends notifications.
|
public ModifyNoticeConfigRequest.Builder project(String project)
* **yundun\_security_Weekreport**: notification for vulnerabilities * **yundun\_sas\_antiransomware_task**: notification for results of restoration tasks * **sas_healthcheck**: notification for baseline checks * **sas_suspicious**: notification for alerts generated by Security Center * **yundun\_aegis\_AV_true**: notification for precision defense * **yundun\_sas\_ak_leakage**: notification for AccessKey pair leaks * **yundun\_sas\_config_alert**: notification for configuration assessment * **yundun\_sas\_vul_Emergency**: notification for urgent vulnerabilities * **yundun\_webguard_event**: notification for web tamper proofing * **yundun\_sas\_cloud\_native_firewall**: notification for alerts generated by the container firewall feature * **yundun\_sas\_cloud\_native\_firewall_Defense**: notification for proactive defense implemented by the container firewall feature * **yundun\_IP_Blocking**: notification for blocked brute-force attacks initiated from malicious IP addresses * **yundun\_sas\_anti\_virus_config**: notification for virus scan * **yundun\_sas_log**: notification for excess logs * **yundun\_honeypot_alarm**: notification for alerts generated by the honeypot feature * **aliyun\_rasp_alarm**: notification for alerts generated by the application security feature * **virusScheduleTask**: notification for completion of scheduled virus scans * **yundun\_anti_Virus**: notification that no security checks are performed * **sas_vulnerability**: notification for vulnerabilities * **weeklyreport**: notification for weekly reports * **agent**: notification that the Security Center agent is offline * **bruteforcesuccess**: notification for protection against brute-force attacks * **webshell**: notification for webshells * **suspicious**: notification for alerts generated by Server Guard * **patch**: deprecated * **remotelogin**: notification for remote logons * **health**: notification for security checks * **yundun\_sas\_cloudsiem_log**: notifications of insufficient threat analysis log capacity > If the value is **yundun\_security_Weekreport**, weekly reports are sent to notify you of unhandled vulnerabilities.
public ModifyNoticeConfigRequest.Builder route(Integer route)
* **1**: text message * **2**: email * **4**: internal message * **3**: text message and email * **5**: text message and internal message * **6**: email and internal message * **7**: text message, email, and internal message
public ModifyNoticeConfigRequest.Builder sourceIp(String sourceIp)
public ModifyNoticeConfigRequest.Builder timeLimit(Integer timeLimit)
* **0**: any time * **1**: 08:00 to 22:00
public ModifyNoticeConfigRequest build()
Copyright © 2023. All rights reserved.