vulnerabilityComponent 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 component identified in relation to a known vulnerability.

Methods

Method Return type Description
List components microsoft.graph.security.vulnerabilityComponent collection Get a list of vulnerabilityComponent objects related to a known vulnerability.
Get vulnerabilityComponent microsoft.graph.security.vulnerabilityComponent Read the properties and relationships of a vulnerabilityComponent object.

Properties

Property Type Description
id String The system-generated ID for this vulnerability component.
name String The name of this vulnerability component.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.security.vulnerabilityComponent",
  "id": "String (identifier)",
  "name": "String"
}