Edit

Share via


vulnerableManagedDevice resource type

Namespace: microsoft.graph

Important: APIs under the /beta version in Microsoft Graph are subject to change which could break your applications. While Intune /beta APIs are supported by Microsoft, you should use these at your own discretion. In general, /beta APIs are not recommended for use in production applications. To determine whether an API is available in v1.0, use the Version selector

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

This entity represents a device associated with a task.

Methods

Method Return Type Description
List vulnerableManagedDevices vulnerableManagedDevice collection List properties and relationships of the vulnerableManagedDevice objects.
Get vulnerableManagedDevice vulnerableManagedDevice Read properties and relationships of the vulnerableManagedDevice object.
Create vulnerableManagedDevice vulnerableManagedDevice Create a new vulnerableManagedDevice object.
Delete vulnerableManagedDevice None Deletes a vulnerableManagedDevice.
Update vulnerableManagedDevice vulnerableManagedDevice Update the properties of a vulnerableManagedDevice object.

Properties

Property Type Description
id String The entity key, and AAD device ID.
managedDeviceId String The Intune managed device ID.
displayName String The device name.
lastSyncDateTime DateTimeOffset The last sync date.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.vulnerableManagedDevice",
  "id": "String (identifier)",
  "managedDeviceId": "String",
  "displayName": "String",
  "lastSyncDateTime": "String (timestamp)"
}