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