groupPolicyOperation 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 entity represents an group policy operation.

Methods

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

Properties

Property Type Description
operationType groupPolicyOperationType The type of group policy operation. Possible values are: none, upload, uploadNewVersion, addLanguageFiles, removeLanguageFiles, updateLanguageFiles, remove.
operationStatus groupPolicyOperationStatus The group policy operation status. Possible values are: unknown, inProgress, success, failed.
statusDetails String The group policy operation status detail.
id String Key of the entity.
lastModifiedDateTime DateTimeOffset The date and time the entity was last modified.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.groupPolicyOperation",
  "operationType": "String",
  "operationStatus": "String",
  "statusDetails": "String",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)"
}