vulnerableManagedDevice resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

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