你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServerVulnerabilityProperties 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 server vulnerability assessment
[Newtonsoft.Json.JsonObject("ServerVulnerabilityAssessment")]
public class ServerVulnerabilityProperties : Microsoft.Azure.Management.Security.Models.AdditionalData
[<Newtonsoft.Json.JsonObject("ServerVulnerabilityAssessment")>]
type ServerVulnerabilityProperties = class
inherit AdditionalData
Public Class ServerVulnerabilityProperties
Inherits AdditionalData
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ServerVulnerabilityProperties() |
Initializes a new instance of the ServerVulnerabilityProperties class. |
ServerVulnerabilityProperties(String, IDictionary<String,Cvss>, Nullable<Boolean>, IList<CVE>, String, Nullable<DateTime>, IList<VendorReference>) |
Initializes a new instance of the ServerVulnerabilityProperties class. |
Properties
Cve |
Gets list of CVEs |
Cvss |
Gets dictionary from cvss version to cvss details object |
Patchable |
Gets indicates whether a patch is available or not |
PublishedTime |
Gets published time |
Threat |
Gets threat name |
Type |
Gets vulnerability Type. e.g: Vulnerability, Potential Vulnerability, Information Gathered |
VendorReferences |
Gets |