API Reference
Class
VulnerabilityReport
Represents patch level information for a domain controller and related CVEs.
Inheritance
- Object
- VulnerabilityReport
Constructors
public VulnerabilityReport() #Inherited Methods
Properties
public String DomainController { get; set; } #Gets or sets the domain controller host name.
public String OperatingSystem { get; set; } #Gets or sets the operating system.
public String Build { get; set; } #Gets or sets the build number including UBR.
public List<String> Cves { get; set; } #Gets applicable CVE identifiers.