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

The category entity stores the category of a group policy definition

Inherits from groupPolicyCategory

Methods

Method Return Type Description
List groupPolicyUploadedCategories groupPolicyUploadedCategory collection List properties and relationships of the groupPolicyUploadedCategory objects.
Get groupPolicyUploadedCategory groupPolicyUploadedCategory Read properties and relationships of the groupPolicyUploadedCategory object.
Create groupPolicyUploadedCategory groupPolicyUploadedCategory Create a new groupPolicyUploadedCategory object.
Delete groupPolicyUploadedCategory None Deletes a groupPolicyUploadedCategory.
Update groupPolicyUploadedCategory groupPolicyUploadedCategory Update the properties of a groupPolicyUploadedCategory object.

Properties

Property Type Description
displayName String The string id of the category's display name Inherited from groupPolicyCategory
isRoot Boolean Defines if the category is a root category Inherited from groupPolicyCategory
ingestionSource ingestionSource Defines this category's ingestion source (0 - unknown, 1 - custom, 2 - global) Inherited from groupPolicyCategory. Possible values are: unknown, custom, builtIn, unknownFutureValue.
id String Key of the entity. Inherited from groupPolicyCategory
lastModifiedDateTime DateTimeOffset The date and time the entity was last modified. Inherited from groupPolicyCategory

Relationships

Relationship Type Description
parent groupPolicyCategory The parent category Inherited from groupPolicyCategory
children groupPolicyCategory collection The children categories Inherited from groupPolicyCategory
definitions groupPolicyDefinition collection The immediate GroupPolicyDefinition children of the category Inherited from groupPolicyCategory
definitionFile groupPolicyDefinitionFile The id of the definition file the category came from Inherited from groupPolicyCategory

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.groupPolicyUploadedCategory",
  "displayName": "String",
  "isRoot": true,
  "ingestionSource": "String",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)"
}