public static final class DescribeImageVulWhiteListResponseBody.ImageVulWhitelist.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeImageVulWhiteListResponseBody.ImageVulWhitelist.Builder |
aliasName(String aliasName)
The alias of the vulnerability that is specified in Common Vulnerabilities and Exposures (CVE).
|
DescribeImageVulWhiteListResponseBody.ImageVulWhitelist |
build() |
DescribeImageVulWhiteListResponseBody.ImageVulWhitelist.Builder |
id(Long id)
The primary key ID of the vulnerability.
|
DescribeImageVulWhiteListResponseBody.ImageVulWhitelist.Builder |
name(String name)
The name of the vulnerability.
|
DescribeImageVulWhiteListResponseBody.ImageVulWhitelist.Builder |
reason(String reason)
The reason why the vulnerability is added to the whitelist.
|
DescribeImageVulWhiteListResponseBody.ImageVulWhitelist.Builder |
target(String target)
The object on which the query is performed.
|
DescribeImageVulWhiteListResponseBody.ImageVulWhitelist.Builder |
type(String type)
The type of the vulnerability.
|
public DescribeImageVulWhiteListResponseBody.ImageVulWhitelist.Builder aliasName(String aliasName)
The alias of the vulnerability that is specified in Common Vulnerabilities and Exposures (CVE).
example:CVE-2019-19906:in_sasl_add_string
public DescribeImageVulWhiteListResponseBody.ImageVulWhitelist.Builder id(Long id)
The primary key ID of the vulnerability.
example:34032043
public DescribeImageVulWhiteListResponseBody.ImageVulWhitelist.Builder name(String name)
The name of the vulnerability.
example:scan:AVD-2022-953356
public DescribeImageVulWhiteListResponseBody.ImageVulWhitelist.Builder reason(String reason)
The reason why the vulnerability is added to the whitelist.
example:already config in another way
public DescribeImageVulWhiteListResponseBody.ImageVulWhitelist.Builder target(String target)
The object on which the query is performed. The value of this parameter is in the JSON format and contains the following fields:
{"type":"repo","target":["sas_test/script_0209","sas_test/script"]}
public DescribeImageVulWhiteListResponseBody.ImageVulWhitelist.Builder type(String type)
The type of the vulnerability. Valid values:
sca
public DescribeImageVulWhiteListResponseBody.ImageVulWhitelist build()
Copyright © 2026. All rights reserved.