你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContainerRegistryVulnerabilityProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Additional context fields for container registry Vulnerability assessment
[Newtonsoft.Json.JsonObject("ContainerRegistryVulnerability")]
public class ContainerRegistryVulnerabilityProperties : Microsoft.Azure.Management.Security.Models.AdditionalData
[<Newtonsoft.Json.JsonObject("ContainerRegistryVulnerability")>]
type ContainerRegistryVulnerabilityProperties = class
inherit AdditionalData
Public Class ContainerRegistryVulnerabilityProperties
Inherits AdditionalData
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ContainerRegistryVulnerabilityProperties() |
Initializes a new instance of the ContainerRegistryVulnerabilityProperties class. |
ContainerRegistryVulnerabilityProperties(String, IDictionary<String, Cvss>, Nullable<Boolean>, IList<CVE>, Nullable<DateTime>, IList<VendorReference>, String, String) |
Initializes a new instance of the ContainerRegistryVulnerabilityProperties class. |
Properties
Cve |
Gets list of CVEs |
Cvss |
Gets dictionary from cvss version to cvss details object |
ImageDigest |
Gets digest of the vulnerable image |
Patchable |
Gets indicates whether a patch is available or not |
PublishedTime |
Gets published time |
RepositoryName |
Gets name of the repository which the vulnerable image belongs to |
Type |
Gets vulnerability Type. e.g: Vulnerability, Potential Vulnerability, Information Gathered, Vulnerability |
VendorReferences |
Gets |