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

Singleton that acts as container for a collection of Resource Access entities.

Methods

Method Return Type Description
Get deviceManagement deviceManagement Read properties and relationships of the deviceManagement object.
Update deviceManagement deviceManagement Update the properties of a deviceManagement object.

Properties

Property Type Description
id String

Relationships

Relationship Type Description
microsoftTunnelConfigurations microsoftTunnelConfiguration collection Collection of MicrosoftTunnelConfiguration settings associated with account.
microsoftTunnelSites microsoftTunnelSite collection Collection of MicrosoftTunnelSite settings associated with account.
microsoftTunnelHealthThresholds microsoftTunnelHealthThreshold collection Collection of MicrosoftTunnelHealthThreshold settings associated with account.
microsoftTunnelServerLogCollectionResponses microsoftTunnelServerLogCollectionResponse collection Collection of MicrosoftTunnelServerLogCollectionResponse settings associated with account.

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceManagement",
  "id": "String (identifier)"
}