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