Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
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. The possible values are: none, upload, uploadNewVersion, addLanguageFiles, removeLanguageFiles, updateLanguageFiles, remove. |
| operationStatus | groupPolicyOperationStatus | The group policy operation status. The 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)"
}