Edit

Share via


appVulnerabilityManagedDevice resource type

Namespace: microsoft.graph

Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.

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

An app vulnerability managed device.

Methods

Method Return Type Description
List appVulnerabilityManagedDevices appVulnerabilityManagedDevice collection List properties and relationships of the appVulnerabilityManagedDevice objects.
Get appVulnerabilityManagedDevice appVulnerabilityManagedDevice Read properties and relationships of the appVulnerabilityManagedDevice object.
Create appVulnerabilityManagedDevice appVulnerabilityManagedDevice Create a new appVulnerabilityManagedDevice object.
Delete appVulnerabilityManagedDevice None Deletes a appVulnerabilityManagedDevice.
Update appVulnerabilityManagedDevice appVulnerabilityManagedDevice Update the properties of a appVulnerabilityManagedDevice 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 created date.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

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