vulnerabilityComponent resource type

Namespace: microsoft.graph.security

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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"
}