cvssSummary resource type

Namespace: microsoft.graph.security

Note

The Microsoft Graph API for Microsoft Defender Threat Intelligence requires an active Defender Threat Intelligence Portal license and API add-on license for the tenant.

Represents a common vulnerability scoring system (CVSS) evaluation of a vulnerability.

Properties

Property Type Description
score Edm.Double The CVSS score about this vulnerability.
severity microsoft.graph.security.vulnerabilitySeverity The CVSS severity rating for this vulnerability. The possible values are: none, low, medium, high, critical, unknownFutureValue.
vectorString String The CVSS vector string for this vulnerability.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.security.cvssSummary",
  "score": "Double",
  "severity": "String",
  "vectorString": "String"
}