Edit

Share via


appVulnerabilityManagedDevice 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.

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