Edit

Share via


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

A ConfigManager defined collection of devices or users.

Methods

Method Return Type Description
List configManagerCollections configManagerCollection collection List properties and relationships of the configManagerCollection objects.
Get configManagerCollection configManagerCollection Read properties and relationships of the configManagerCollection object.
Create configManagerCollection configManagerCollection Create a new configManagerCollection object.
Delete configManagerCollection None Deletes a configManagerCollection.
Update configManagerCollection configManagerCollection Update the properties of a configManagerCollection object.
getPolicySummary function configManagerPolicySummary

Properties

Property Type Description
id String The key for the ConfigManager Collection.
displayName String The DisplayName.
collectionIdentifier String The collection identifier in SCCM.
hierarchyName String The HierarchyName.
hierarchyIdentifier String The Hierarchy Identifier.
createdDateTime DateTimeOffset The created date.
lastModifiedDateTime DateTimeOffset The last modified date.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.configManagerCollection",
  "id": "String (identifier)",
  "displayName": "String",
  "collectionIdentifier": "String",
  "hierarchyName": "String",
  "hierarchyIdentifier": "String",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)"
}