Edit

Share via


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

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