Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | microsoft.graph.security.vulnerabilityComponent collection | Get a list of vulnerabilityComponent objects related to a known vulnerability. | 
| Get | 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 JSON representation shows the resource type.
{
  "@odata.type": "#microsoft.graph.security.vulnerabilityComponent",
  "id": "String (identifier)",
  "name": "String"
}