ServerVulnerabilityProperties interface
Additional context fields for server vulnerability assessment
- Extends
Properties
assessed |
Polymorphic discriminator, which specifies the different types this object can be |
cve | List of CVEs NOTE: This property will not be serialized. It can only be populated by the server. |
cvss | Dictionary from cvss version to cvss details object NOTE: This property will not be serialized. It can only be populated by the server. |
patchable | Indicates whether a patch is available or not NOTE: This property will not be serialized. It can only be populated by the server. |
published |
Published time NOTE: This property will not be serialized. It can only be populated by the server. |
threat | Threat name NOTE: This property will not be serialized. It can only be populated by the server. |
type | Vulnerability Type. e.g: Vulnerability, Potential Vulnerability, Information Gathered NOTE: This property will not be serialized. It can only be populated by the server. |
vendor |
NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
assessedResourceType
Polymorphic discriminator, which specifies the different types this object can be
assessedResourceType: "ServerVulnerabilityAssessment"
Property Value
"ServerVulnerabilityAssessment"
cve
List of CVEs NOTE: This property will not be serialized. It can only be populated by the server.
cve?: Cve[]
Property Value
Cve[]
cvss
Dictionary from cvss version to cvss details object NOTE: This property will not be serialized. It can only be populated by the server.
cvss?: {[propertyName: string]: Cvss}
Property Value
{[propertyName: string]: Cvss}
patchable
Indicates whether a patch is available or not NOTE: This property will not be serialized. It can only be populated by the server.
patchable?: boolean
Property Value
boolean
publishedTime
Published time NOTE: This property will not be serialized. It can only be populated by the server.
publishedTime?: Date
Property Value
Date
threat
Threat name NOTE: This property will not be serialized. It can only be populated by the server.
threat?: string
Property Value
string
type
Vulnerability Type. e.g: Vulnerability, Potential Vulnerability, Information Gathered NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
vendorReferences
NOTE: This property will not be serialized. It can only be populated by the server.
vendorReferences?: VendorReference[]
Property Value
Azure SDK for JavaScript