Updates from: 09/03/2022 02:38:52
Service Microsoft Docs article Related commit history on GitHub Change details
v1.0 Accesspackage List Accesspackageresourcerolescopes https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/accesspackage-list-accesspackageresourcerolescopes.md
Namespace: microsoft.graph
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
-Retrieve an access package with a list of [accessPackageResourceRoleScope](../resources/accesspackageresourcerolescope.md) objects. Each object links to an [accessPackageResourceRole](../resources/accesspackageresourcerole.md) and an [accessPackageResourceScope](../resources/accesspackageresourcescope.md).
+Retrieve an access package with a list of [accessPackageResourceRoleScope](../resources/accesspackageresourcerolescope.md) objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an [accessPackageResourceRole](../resources/accesspackageresourcerole.md) and an [accessPackageResourceScope](../resources/accesspackageresourcescope.md).
## Permissions
Do not supply a request body for this method.
## Response
-If successful, this method returns a `200 OK` response code and an [accessPackage](../resources/accesspackage.md) containing a collection of [accessPackageResourceRoleScope](../resources/accesspackageresourcerolescope.md) objects in the response body.
+If successful, this method returns a `200 OK` response code and an [accessPackage](../resources/accesspackage.md) that contains a collection of [accessPackageResourceRoleScope](../resources/accesspackageresourcerolescope.md) objects in the response body.
## Examples
v1.0 Accesspackage Post Accesspackageresourcerolescopes https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/accesspackage-post-accesspackageresourcerolescopes.md
Content-type: application/json
The following is an example of the request for a non-root scope resource. The access package resource for the site must already have been added to the access package catalog containing this access package.
+The request contains an [accessPackageResourceRole](../resources/accesspackageresourcerole.md) object, which can be obtained from an earlier request to [list access package resource roles of a resource in a catalog](accesspackagecatalog-list-accesspackageresourceroles.md). Each type of resource defines the format of the originId field in a resource role. For a SharePoint Online site, the originId will be the sequence number of the role in the site.
+ If the [accessPackageResourceScope](../resources/accesspackageresourcescope.md) object obtained from an earlier request to [list access package resources](accesspackagecatalog-list-accesspackageresources.md) has the resource as a root scope (**isRootScope** set to `true`), include the **isRootScope** property in the **accessPackageResourceScope** object of the request.
v1.0 Accesspackagecatalog List Accesspackageresourceroles https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/accesspackagecatalog-list-accesspackageresourceroles.md
Content-type: application/json
### Example 2: Retrieve the roles of a resource for a SharePoint Online site
-This is an example of retrieving the roles of a resource, to obtain the **originId** of each role. This would be used after a SharePoint Online site has been added as a resource to the catalog, as the **originId** of a role is needed to add the role to an access package.
+This is an example of retrieving the roles of a resource, to obtain the **originId** of each role. This would be used after a SharePoint Online site has been added as a resource to the catalog, as the **originId** of a SharePoint site role, the sequence number of the role in the site, is needed to add the role to an access package.
#### Request
v1.0 Accessreviewinstance List Decisions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/accessreviewinstance-list-decisions.md
Content-type: application/json
"descriptionForAdmins": "Hello world" } }
- },
+ }
+ ]
+}
+```
+
+### Example 3: Retrieve all decisions for an instance of an access review along with insights
+
+#### Request
++
+# [HTTP](#tab/http)
+<!-- {
+ "blockType": "request",
+ "name": "list_accessreviewinstancedecisionitem_expandinsights"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/accessReviews/definitions/60860cdd-fb4d-4054-91ba-444404f3baa6/instances/14444cdb-6a18-4c08-ba2c-48c02f0a0138/decisions?$expand=insights
+```
+
+# [C#](#tab/csharp)
+
+# [JavaScript](#tab/javascript)
+
+# [Java](#tab/java)
+
+# [Go](#tab/go)
+
+# [PowerShell](#tab/powershell)
+
+# [PHP](#tab/php)
++++
+#### Response
+>**Note:** The response object shown here might be shortened for readability.
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "Collection(microsoft.graph.accessReviewInstanceDecisionItem)"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/accessReviews/definitions('5eac5a70-7cd7-4f20-92b0-f9dba70dd7f0')/instances('6444d4fd-ab55-4608-8cf9-c6702d172bcc')/decisions(insights())",
+ "@odata.count": 2,
+ "value": [
{
- "id": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d",
- "principal": {
- "odata.type": "#microsoft.graph.userIdentity",
- "id": "a6c7aecb-cbfd-4763-87ef-e91b4bd509d9",
- "displayName": "Adele Vance",
- "userPrincipalName": "adele@contoso.com"
- },
- "resource": {
- "odata.type": "#microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource",
- "id": "f1edce7a-edad-49fb-83eb-b7f1eda48dd2",
- "displayName": "Global Administrator",
- "type": "azureRole",
- "scope": {
- "id": "b649368b-d667-40c6-acc9-b45b822a3037",
- "displayName": "Hello world",
- "type": "subscription"
- }
+ "id": "e6cafba0-cbf0-4748-8868-0810c7f4cc06",
+ "accessReviewId": "6444d4fd-ab55-4608-8cf9-c6702d172bcc",
+ "applyResult": "New",
+ "recommendation": "Approve",
+ "principalLink": "https://graph.microsoft.com/v1.0/users/04777c4b-4d43-4d32-a2e7-1eba5d03f8cf",
+ "resourceLink": "https://graph.microsoft.com/v1.0/groups/98f41dad-68d5-42f6-a50f-ddd75c5c5539",
+ "reviewedBy": {
+ "id": "00000000-0000-0000-0000-000000000000"
},
- "instance": {
- "startDate": "2018-08-03T21:02:30.667Z",
- "endDate": "2018-08-05T21:02:30.667Z",
- "definition": {
- "displayName": "Hello world",
- "descriptionForAdmins": "Hello world"
- }
- }
- },
- {
- "id": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d",
- "principal": {
- "odata.type": "#microsoft.graph.userIdentity",
- "id": "a6c7aecb-cbfd-4763-87ef-e91b4bd509d9",
- "displayName": "John Doe",
- "userPrincipalName": "johndoe@contoso.com"
+ "appliedBy": {
+ "id": "00000000-0000-0000-0000-000000000000"
}, "resource": {
- "odata.type": "#microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource",
- "id": "f1edce7a-edad-49fb-83eb-b7f1eda48dd2",
- "displayName": "Global Administrator",
- "type": "azureRole",
- "scope": {
- "id": "b649368b-d667-40c6-acc9-b45b822a3037",
- "displayName": "Hello world",
- "type": "subscription"
- }
+ "id": "98f41dad-68d5-42f6-a50f-ddd75c5c5539",
+ "displayName": "poltest1_g01",
+ "type": "group"
},
- "instance": {
- "startDate": "2018-08-03T21:02:30.667Z",
- "endDate": "2018-08-05T21:02:30.667Z",
- "definition": {
- "displayName": "Hello world",
- "descriptionForAdmins": "Hello world"
- }
- }
- },
- {
- "id": "2e8e717b-a857-49f0-918a-013cf0415456",
"principal": {
- "odata.type": "#microsoft.graph.userIdentity",
- "id": "a6c7aecb-cbfd-4763-87ef-e91b4bd509d9",
- "displayName": "John Doe 1",
- "userPrincipalName": "johndoe1@contoso.com"
- },
- "resource": {
- "odata.type": "#microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource",
- "id": "20a97808-56dd-490a-97a9-73bf2344cce7",
- "displayName": "Hello world",
- "type": "azureRole",
- "scope": {
- "id": "b649368b-d667-40c6-acc9-b45b822a3037",
- "displayName": "Hello world",
- "type": "subscription"
- }
+ "@odata.type": "#microsoft.graph.userIdentity",
+ "id": "04777c4b-4d43-4d32-a2e7-1eba5d03f8cf"
},
- "instance": {
- "startDate": "2018-08-03T21:02:30.667Z",
- "endDate": "2018-08-05T21:02:30.667Z",
- "definition": {
- "displayName": "Hello world",
- "descriptionForAdmins": "Hello world"
+ "insights@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/accessReviews/definitions('5eac5a70-7cd7-4f20-92b0-f9dba70dd7f0')/instances('6444d4fd-ab55-4608-8cf9-c6702d172bcc')/decisions('e6cafba0-cbf0-4748-8868-0810c7f4cc06')/insights",
+ "insights": [
+ {
+ "@odata.type": "#microsoft.graph.userSignInInsight",
+ "id": "00000000-0000-0000-0000-000000000000",
+ "insightCreatedDateTime": null,
+ "lastSignInDateTime": "2022-02-11T20:00:34Z"
+ },
+ {
+ "@odata.type": "#microsoft.graph.membershipOutlierInsight",
+ "id": "f8b5b125-2df6-405c-9cab-6c0e477cbf0a",
+ "insightCreatedDateTime": "2022-08-09T08:25:00Z",
+ "memberId": "04777c4b-4d43-4d32-a2e7-1eba5d03f8cf",
+ "containerId": "98f41dad-68d5-42f6-a50f-ddd75c5c5539",
+ "outlierMemberType": "user",
+ "outlierContainerType": "group"
}
- }
+ ]
} ] }
v1.0 Accessreviewset Post Definitions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/accessreviewset-post-definitions.md
Content-type: application/json
"principalScopes": [ { "@odata.type": "#microsoft.graph.accessReviewQueryScope",
- "query": "/users",
- "queryType": "MicrosoftGraph",
- "queryRoot": null
+ "query": "/users"
} ], "resourceScopes": [ { "@odata.type": "#microsoft.graph.accessReviewQueryScope",
- "query": "/servicePrincipals/bae11f90-7d5d-46ba-9f55-8112b59d92ae",
- "queryType": "MicrosoftGraph",
- "queryRoot": null
+ "query": "/servicePrincipals/bae11f90-7d5d-46ba-9f55-8112b59d92ae"
} ] }, "reviewers": [ {
- "query": "./manager",
- "queryType": "MicrosoftGraph",
- "queryRoot": "decisions"
- }
- ],
- "backupReviewers": [
- {
- "query": "/groups/072ac5f4-3f13-4088-ab30-0a276f3e6322/transitiveMembers",
- "queryType": "MicrosoftGraph",
- "queryRoot": null
+ "query": "./manager"
} ], "fallbackReviewers": [ {
- "query": "/groups/072ac5f4-3f13-4088-ab30-0a276f3e6322/transitiveMembers",
- "queryType": "MicrosoftGraph",
- "queryRoot": null
+ "query": "/groups/072ac5f4-3f13-4088-ab30-0a276f3e6322/transitiveMembers"
}
- ],
- "settings": {
- "instanceDurationInDays": 180,
- "recurrence": {
- "pattern": {
- "type": "absoluteMonthly",
- "interval": 6,
- "month": 0,
- "dayOfMonth": 0,
- "daysOfWeek": [],
- "firstDayOfWeek": "sunday",
- "index": "first"
- },
- "range": {
- "type": "numbered",
- "numberOfOccurrences": 0,
- "recurrenceTimeZone": null,
- "startDate": "2021-05-05",
- "endDate": "2022-05-05"
- }
- }
- },
- "additionalNotificationRecipients": []
+ ]
} ```
Content-type: application/json
} ], "settings": {
- "mailNotificationsEnabled": true,
- "reminderNotificationsEnabled": true,
- "justificationRequiredOnApproval": true,
- "defaultDecisionEnabled": false,
- "defaultDecision": "None",
"instanceDurationInDays": 4, "recurrence": { "pattern": {
Content-type: application/json
{ "id": "29f2d16e-9ca6-4052-bbfe-802c48944448", "displayName": "Group Multi-stage Access Review",
- "createdDateTime": "0001-01-01T00:00:00Z",
- "lastModifiedDateTime": "0001-01-01T00:00:00Z",
- "status": "NotStarted",
- "descriptionForAdmins": "New scheduled access review",
- "descriptionForReviewers": "If you have any questions, contact jerry@contoso.com",
- "instanceEnumerationScope": null,
"createdBy": {
- "id": "957f1027-c0ee-460d-9269-b8444459e0fe",
- "displayName": "MOD Administrator",
- "userPrincipalName": "admin@contoso.com"
+ "id": "957f1027-c0ee-460d-9269-b8444459e0fe"
}, "scope": { "@odata.type": "#microsoft.graph.accessReviewQueryScope",
- "query": "/groups/b74444cb-038a-4802-8fc9-b9d1ed0cf11f/transitiveMembers",
- "queryType": "MicrosoftGraph"
+ "query": "/groups/b74444cb-038a-4802-8fc9-b9d1ed0cf11f/transitiveMembers"
}, "stageSettings": [ {
Content-type: application/json
} ] }
- ],
- "settings": {
- "mailNotificationsEnabled": true,
- "reminderNotificationsEnabled": true,
- "justificationRequiredOnApproval": true,
- "defaultDecisionEnabled": false,
- "defaultDecision": "None",
- "instanceDurationInDays": 1,
- "autoApplyDecisionsEnabled": false,
- "recommendationsEnabled": false,
- "recurrence": {
- "pattern": {
- "type": "weekly",
- "interval": 1,
- "month": 0,
- "dayOfMonth": 0,
- "daysOfWeek": [],
- "firstDayOfWeek": "sunday",
- "index": "first"
- },
- "range": {
- "type": "noEnd",
- "numberOfOccurrences": 0,
- "recurrenceTimeZone": null,
- "startDate": "2020-09-08",
- "endDate": null
- }
+ ]
+}
+```
+
+### Example 5: Create an access review on a group with membership outlier insights and user sign in insights for recommendations
+
+The following example creates an access review with the following settings:
++ The review reviews all members of a group with the **id** `02f3bafb-448c-487c-88c2-5fd65ce49a41`.++ A specific user with the user **id** `398164b1-5196-49dd-ada2-364b49f99b27` is the reviewer.++ It recurs weekly and continues indefinitely.++ Both membership outlier and user sign in are insights for reviewers.+
+#### Request
++
+# [HTTP](#tab/http)
+<!-- {
+ "blockType": "request",
+ "name": "create_accessReviewScheduleDefinition_insights"
+}-->
+```http
+POST https://graph.microsoft.com/beta/identityGovernance/accessReviews/definitions
+Content-type: application/json
+
+{
+ "displayName": "Test create",
+ "descriptionForAdmins": "New scheduled access review",
+ "descriptionForReviewers": "If you have any questions, contact jerry@contoso.com",
+ "scope": {
+ "@odata.type": "#microsoft.graph.accessReviewQueryScope",
+ "query": "/groups/02f3bafb-448c-487c-88c2-5fd65ce49a41/transitiveMembers",
+ "queryType": "MicrosoftGraph"
},
- "decisionHistoriesForReviewersEnabled": true,
- "applyActions": []
- },
- "additionalNotificationRecipients": []
+ "reviewers": [
+ {
+ "query": "/users/398164b1-5196-49dd-ada2-364b49f99b27",
+ "queryType": "MicrosoftGraph"
+ }
+ ],
+ "settings": {
+ "instanceDurationInDays": 1,
+ "recurrence": {
+ "pattern": {
+ "type": "weekly",
+ "interval": 1
+ },
+ "range": {
+ "type": "noEnd",
+ "startDate": "2020-09-08T12:02:30.667Z"
+ }
+ },
+ "recommendationInsightSettings": [
+ {
+ "@odata.type": "#microsoft.graph.userLastSignInRecommendationInsightSetting",
+ "recommendationLookBackDuration": "P30D",
+ "signInScope": "tenant"
+ },
+ {
+ "@odata.type": "#microsoft.graph.groupPeerOutlierRecommendationInsightSettings"
+ }
+ ]
+ }
} ```
-<!--
+# [C#](#tab/csharp)
+
+# [JavaScript](#tab/javascript)
+
+# [Java](#tab/java)
+
+# [Go](#tab/go)
+
+# [PowerShell](#tab/powershell)
+
+# [PHP](#tab/php)
+++++
+#### Response
+>**Note:** The response object shown here might be shortened for readability.
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.accessReviewScheduleDefinition"
+} -->
+```http
+HTTP/1.1 201 Created
+Content-type: application/json
+ {
- "type": "#page.annotation",
- "description": "Create accessReviewScheduleDefinition",
- "keywords": "",
- "section": "documentation",
- "tocPath": "",
- "suppressions": [
- ]
+ "id": "29f2d16e-9ca6-4052-bbfe-802c48944448",
+ "displayName": "Test create",
+ "createdBy": {
+ "id": "957f1027-c0ee-460d-9269-b8444459e0fe"
+ },
+ "scope": {
+ "@odata.type": "#microsoft.graph.accessReviewQueryScope",
+ "query": "/groups/b74444cb-038a-4802-8fc9-b9d1ed0cf11f/transitiveMembers"
+ },
+ "reviewers": [
+ {
+ "query": "/users/7eae986b-d425-48b2-adf2-3c777f4444f3"
+ }
+ ],
+ "settings": {
+ "recommendationInsightSettings": [
+ {
+ "@odata.type": "#microsoft.graph.userLastSignInRecommendationInsightSetting",
+ "recommendationLookBackDuration": "P30D",
+ "signInScope": "tenant"
+ },
+ {
+ "@odata.type": "#microsoft.graph.groupPeerOutlierRecommendationInsightSettings"
+ }
+ ]
+ }
}>
+```
v1.0 Application Addkey https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/application-addkey.md
Namespace: microsoft.graph
Add a key credential to an [application](../resources/application.md). This method, along with [removeKey](application-removekey.md), can be used by an application to automate rolling its expiring keys. > [!NOTE]
-> You can continue to use the [Create application](../api/application-post-applications.md) and [Update application](../api/application-update.md) application operations to add and update key credentials for any application with or without a user's context.
+> You can continue to use the [Create application](../api/application-post-applications.md) and [Update application](../api/application-update.md) operations to add and update key credentials for any application with or without a user's context.
+>
+> You should only provide the public key value when adding a certificate credential to your application. Adding a private key certificate to your application risks compromising the application.
As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed.
v1.0 Calendar Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/calendar-delete.md
Title: "Delete calendar" description: "Delete a calendar other than the default calendar."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendar Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/calendar-get.md
Title: "Get calendar" description: "Get the properties and relationships of a calendar object. The calendar can be one for a user, " ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendar List Calendarpermissions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/calendar-list-calendarpermissions.md
Title: "List calendarPermissions" description: "Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. " ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: "apiPageType"
v1.0 Calendar List Calendarview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/calendar-list-calendarview.md
Title: "List calendarView" description: "Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range." ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendar List Events https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/calendar-list-events.md
Title: "List events" description: "Retrieve a list of events in a calendar. The list contains single instance meetings and series masters."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendar Post Calendarpermissions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/calendar-post-calendarpermissions.md
Title: "Create calendarPermission" description: "Create the calendarpermission object." ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: "apiPageType"
v1.0 Calendar Post Events https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/calendar-post-events.md
Title: "Create event" description: "Use this API to create a new event in the default or the specified calendar."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendar Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/calendar-update.md
Title: "Update calendar" description: "Update the properties of a calendar object. The calendar can be one for a user, " ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendargroup Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/calendargroup-delete.md
Title: "Delete calendarGroup" description: "Delete a calendar group other than the default calendar group."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendargroup Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/calendargroup-get.md
Title: "Get calendarGroup" description: "Retrieve the properties and relationships of a calendar group object."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendargroup List Calendars https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/calendargroup-list-calendars.md
Title: "List calendars" description: "Retrieve a list of calendars belonging to a calendar group."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendargroup Post Calendars https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/calendargroup-post-calendars.md
Title: "Create Calendar" description: "Use this API to create a new calendar in a calendar group for a user."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendargroup Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/calendargroup-update.md
Title: "Update calendargroup" description: "Update the properties of calendargroup object."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendarpermission Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/calendarpermission-delete.md
Title: "Delete calendarPermission" description: "Delete calendarPermission."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: "apiPageType"
v1.0 Calendarpermission Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/calendarpermission-get.md
Title: "Get calendarPermission" description: "Get the properties and relationships of calendarpermission object."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: "apiPageType"
v1.0 Calendarpermission Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/calendarpermission-update.md
Title: "Update calendarpermission" description: "Update the properties of calendarpermission object."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: "apiPageType"
v1.0 Cloudpc Restore https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/cloudpc-restore.md
+
+ Title: "cloudPC: restore"
+description: "Restore a specific Cloud PC."
+
+ms.localizationpriority: medium
++
+# cloudPC: restore
+
+Namespace: microsoft.graph
++
+Restore a specific Cloud PC. Use this API to trigger a remote action that restores a Cloud PC device to a previous state.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|CloudPC.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|CloudPC.ReadWrite.All|
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+
+``` http
+POST /deviceManagement/virtualEndpoint/cloudPCs/{id}/restore
+```
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+|Content-Type|application/json. Required.|
+
+## Request body
+
+In the request body, supply a JSON representation of the parameters.
+
+The following table shows the parameters that can be used with this action.
+
+|Parameter|Type|Description|
+|:|:|:|
+|cloudPcSnapshotId|String|The unique identifier for the snapshot of the Cloud PC device at a specific point in time.|
+
+## Response
+
+If successful, this method returns a `204 No Content` response code.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
++
+# [HTTP](#tab/http)
+<!-- {
+ "blockType": "request",
+ "name": "cloudpc_restore",
+ "sampleKeys": ["4b5ad5e0-6a0b-4ffc-818d-36bb23cf4dbd"]
+}
+-->
+
+``` http
+POST https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/cloudPCs/4b5ad5e0-6a0b-4ffc-818d-36bb23cf4dbd/restore
+Content-Type: application/json
+Content-length: 37
+
+{
+ "cloudPcSnapshotId": "A00009UV000_93aff428-61f2-467f-a879-1102af6fd4a8"
+}
+```
+
+# [C#](#tab/csharp)
+
+# [JavaScript](#tab/javascript)
+
+# [Java](#tab/java)
+
+# [Go](#tab/go)
+
+# [PHP](#tab/php)
+++++
+### Response
+
+The following is an example of the response.
+
+<!-- {
+ "blockType": "response",
+ "truncated": true
+}
+-->
+
+``` http
+HTTP/1.1 204 No Content
+```
v1.0 Driveitem Assignsensitivitylabel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/driveitem-assignsensitivitylabel.md
+
+ Title: "driveItem: assignSensitivityLabel"
+description: "Asynchronously assign a sensitivity label to a driveItem."
+
+ms.localizationpriority: medium
++
+# driveItem: assignSensitivityLabel
+Namespace: microsoft.graph
++
+Asynchronously assign a sensitivity label to a [driveItem][item-resource].
+
+## Permissions
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type | Permissions (from least to most privileged) |
+|:--|:--|
+|Delegated (work or school account) | Files.ReadWrite, Files.ReadWrite.All, Sites.ReadWrite.All |
+|Delegated (personal Microsoft account) | Files.ReadWrite, Files.ReadWrite.All |
+|Application | Files.ReadWrite.All, Sites.ReadWrite.All |
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+POST /drives/{drive-id}/items/{item-id}/assignSensitivityLabel
+POST /drives/{drive-id}/root:/{item-path}/assignSensitivityLabel
+POST /groups/{group-id}/drive/items/{item-id}/assignSensitivityLabel
+POST /groups/{group-id}/drive/root:/{item-path}/assignSensitivityLabel
+POST /me/drive/items/{item-id}/assignSensitivityLabel
+POST /me/drive/root:/{item-path}/assignSensitivityLabel
+POST /sites/{site-id}/drive/items/{item-id}/assignSensitivityLabel
+POST /sites/{site-id}/drive/root:/{item-path}/assignSensitivityLabel
+POST /users/{user-id}/drive/items/{item-id}/assignSensitivityLabel
+POST /users/{user-id}/drive/root:/{item-path}/assignSensitivityLabel
+```
+
+## Request headers
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+In the request body, provide the ID for the sensitivity label that is to be assigned to a given file. The following table lists the required and optional input parameters.
+
+| Name | Value |Description |
+|:--|:--|:|
+| sensitivityLabelId | String | Required. ID of the sensitivity label to be assigned, or empty string to remove the sensitivity label. |
+| assignmentMethod | [sensitivityLabelAssignmentMethod](/graph/api/resources/sensitivitylabelassignment?view=graph-rest-beta#sensitivitylabelassignmentmethod-values) | Optional. The assignment method of the label on the document. Indicates whether the assignment of the label was done automatically, standard, or as a privileged operation (the equivalent of an administrator operation). |
+| justificationText | String | Optional. Justification text for audit purposes. Required when downgrading/removing a label. |
+
+## Response
+
+If successful, the API returns a `202 Accepted` HTTP response code with an empty response body. The `Location` header provides the URL to get operation details.
+For more details about how to monitor the progress of an assign sensitivity label operation, see [monitoring long-running operations](/graph/long-running-actions-overview).
+
+In addition to general errors that apply to Microsoft Graph, this API returns the `423 Locked` response code, which indicates that the file being accessed is locked. In such cases, the **code** property of the response object indicates the error type that blocks the operation.
+
+The following table lists the possible values for the error types.
+
+| Value | Description |
+|:-|:--|
+| fileDoubleKeyEncrypted | Indicates that the file is protected via double key encryption; therefore, it cannot be opened. |
+| fileDecryptionNotSupported | Indicates that the encrypted file has specific properties that do not allow these files to be opened by SharePoint.|
+| fileDecryptionDeferred | Indicates that the file is being processed for decryption; therefore, it cannot be opened. |
+| unknownFutureValue | Evolvable enumeration sentinel value. Do not use. |
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+
+<!-- { "blockType": "request", "name": "assignSensitivityLabel", "tags": "service.graph" } -->
+``` http
+POST https://graph.microsoft.com/beta/drive/root/items/016GVDAP3RCQS5VBQHORFIVU2ZMOSBL25U/assignSensitivityLabel
+Content-Type: application/json
+
+{
+ "sensitivityLabelId": "5feba255-812e-446a-ac59-a7044ef827b5",
+ "assignmentMethod": "standard",
+ "justificationText": "test_justification"
+}
+```
++
+### Response
+
+The following is an example of the response.
+
+<!-- { "blockType": "response" } -->
+```http
+HTTP/1.1 202 Accepted
+Location: https://contoso.sharepoint.com/_api/v2.0/monitor/QXNzaWduU2Vuc2l0aXZpdHlMYWJlbCxiMzc3ODY3OS04OWQ3LTRkYmYtYjg0MC1jYWM1NzRhY2FlNmE?tempAuth=eyJ0eXAiOiJKV1QiLCJhb....
+```
+The value of the `Location` header provides a URL for a service that will return the current state of the assign sensitivity label operation.
+You can use this information to [determine when the assign sensitivity label operation has finished](/graph/long-running-actions-overview).
+
+### Remarks
+The response from the API only indicates that the assign sensitivity label operation was accepted or rejected. The operation might be rejected, for example, if the file type is not supported, or the file is double encrypted.
+
+[item-resource]: ../resources/driveitem.md
v1.0 Driveitem Checkin https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/driveitem-checkin.md
Content-Type: application/json
[!INCLUDE [sample-code](../includes/snippets/go/checkin-item-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
-# [PowerShell](#tab/powershell)
- # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/checkin-item-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
v1.0 Educationassignmentdefaults Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationassignmentdefaults-get.md
Content-Type: application/json
{ "@odata.context": "https://graph.microsoft.com/beta/$metadata#education/classes('72a7baec-c3e9-4213-a850-f62de0adad5f')/assignmentDefaults/$entity",
- "dueTime": "23:59:00",
+ "dueTime": "2021-08-30T23:59:00Z",
"notificationChannelUrl": null, "addedStudentAction": "none", "addToCalendarAction": "none"
v1.0 Educationassignmentdefaults Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationassignmentdefaults-update.md
Content-Type: application/json
{ "addedStudentAction": "assignIfOpen", "addToCalendarAction": "studentsAndTeamOwners",
- "dueTime": "23:59:00",
+ "dueTime": "2021-08-30T23:59:00Z",
"notificationChannelUrl": "https://graph.microsoft.com/beta/teams('id')/channels('id')" } ```
v1.0 Educationsubmission Unsubmit https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationsubmission-unsubmit.md
POST https://graph.microsoft.com/beta/education/classes/72a7baec-c3e9-4213-a850-
[!INCLUDE [sample-code](../includes/snippets/go/educationsubmission-unsubmit-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
+# [PowerShell](#tab/powershell)
+ # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/educationsubmission-unsubmit-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
v1.0 Entitlementmanagement Post Accesspackageresourcerequests https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/entitlementmanagement-post-accesspackageresourcerequests.md
Namespace: microsoft.graph
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
-Create a new [accessPackageResourceRequest](../resources/accesspackageresourcerequest.md) object to request the addition of a resource to an access package catalog, or the removal of a resource from a catalog. A resource must be included in an access package catalog before the role of that resource can be added to an access package.
+Create a new [accessPackageResourceRequest](../resources/accesspackageresourcerequest.md) object to request the addition of a resource to an access package catalog, or the removal of a resource from a catalog. A resource must be included in an access package catalog before a [role of that resource](../resources/accesspackageresourcerole.md) can be added to an access package.
## Permissions
v1.0 Event Accept https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/event-accept.md
Title: "event: accept" description: "Accept the specified event in a user calendar."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Cancel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/event-cancel.md
Title: "event: cancel" description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. "-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Decline https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/event-decline.md
Title: "event: decline" description: "Decline invitation to the specified event in a user calendar."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/event-delete.md
Title: "Delete event" description: "Delete event."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Delta https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/event-delta.md
Title: "event: delta" description: "Get a set of events that have been added, deleted, or updated in a **calendarView** (a range of events)" ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Dismissreminder https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/event-dismissreminder.md
Title: "event: dismissReminder" description: "Dismiss a reminder that has been triggered for an event in a user calendar."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Forward https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/event-forward.md
Title: "event: forward" description: "This action allows the organizer or attendee of a meeting event to forward the "-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/event-get.md
Title: "Get event" description: "Get the properties and relationships of the specified event object."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Event List Instances https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/event-list-instances.md
Title: "List instances" description: "Get the instances (occurrences) of an event for a specified time range." ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Snoozereminder https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/event-snoozereminder.md
Title: "event: snoozeReminder" description: "Postpone a reminder for an event in a user calendar until a new time."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Tentativelyaccept https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/event-tentativelyaccept.md
Title: "event: tentativelyAccept" description: "Tentatively accept the specified event in a user calendar."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/event-update.md
Title: "Update event" description: "Update the properties of the event object."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Eventmessage Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/eventmessage-delete.md
Title: "Delete eventMessage" description: "Delete eventMessage."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Eventmessage Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/eventmessage-get.md
Title: "Get eventMessage" description: "expand` parameter on the **event**" ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: apiPageType
v1.0 Eventmessage Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/eventmessage-update.md
Title: "Update eventMessage" description: "Update the properties of an eventMessage object."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Group List Events https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/group-list-events.md
Title: "List events" description: "Retrieve a list of event objects."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Identitygovernance Customtaskextension Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-customtaskextension-delete.md
+
+ Title: "Delete customTaskExtension"
+description: "Delete a customTaskExtension object."
+
+ms.localizationpriority: medium
++
+# Delete customTaskExtension
+
+Namespace: microsoft.graph.identityGovernance
++
+Delete a [customTaskExtension](../resources/identitygovernance-customtaskextension.md) object. Can only be deleted if it is not referenced in any task objects in a lifecycle workflow.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+DELETE /identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtensionId}/
+```
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `204 No Content` response code.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_delete_customtaskextension"
+}
+-->
+``` http
+DELETE https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/customTaskExtensions/2af4670b-47d3-460f-ad16-fc7d4c511d33
+```
+
+### Response
+
+<!-- {
+ "blockType": "response",
+ "truncated": true
+}
+-->
+``` http
+HTTP/1.1 204 No Content
+```
v1.0 Identitygovernance Customtaskextension Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-customtaskextension-get.md
+
+ Title: "Get customTaskExtension"
+description: "Read the properties and relationships of a customTaskExtension object."
+
+ms.localizationpriority: medium
++
+# Get customTaskExtension
+
+Namespace: microsoft.graph.identityGovernance
++
+Read the properties and relationships of a [customTaskExtension](../resources/identitygovernance-customtaskextension.md) object.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtensionId}
+```
+
+## Optional query parameters
+
+This method supports the `$select` and `$expand` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a [customTaskExtension](../resources/identitygovernance-customtaskextension.md) object in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_get_customtaskextension"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/customTaskExtensions/ffcc4c85-5a14-448e-a390-77abf2700369
+```
+
+### Response
+
+The following is an example of the response
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.customTaskExtension"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/customTaskExtensions/$entity",
+ "id": "ffcc4c85-5a14-448e-a390-77abf2700369",
+ "displayName": "Grant manager access to mailbox and OneDrive",
+ "description": "Grant manager access to mailbox and OneDrive",
+ "createdDateTime": "2022-08-24T20:36:14.7006029Z",
+ "lastModifiedDateTime": "2022-08-24T22:42:34.0744491Z",
+ "endpointConfiguration": {
+ "@odata.type": "#microsoft.graph.logicAppTriggerEndpointConfiguration",
+ "subscriptionId": "c500b67c-e9b7-4ad2-a90d-77d41385ae55",
+ "resourceGroupName": "RG-LCM",
+ "logicAppWorkflowName": "ManagerAccess"
+ },
+ "authenticationConfiguration": {
+ "@odata.type": "#microsoft.graph.azureAdTokenAuthentication",
+ "resourceId": "542dc01a-0b5d-4edc-b3f9-5cfe6393f557"
+ },
+ "clientConfiguration": {
+ "@odata.type": "#microsoft.graph.customExtensionClientConfiguration",
+ "maximumRetries": 1,
+ "timeoutInMilliseconds": 1000
+ },
+ "callbackConfiguration": {
+ "@odata.type": "#microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration",
+ "timeoutDuration": "PT10M"
+ },
+ "createdBy": {
+ "@odata.type": "#microsoft.graph.user",
+ "id": "a698128f-b34f-44db-a9f9-7661c7aba8d8"
+ },
+ "lastModifiedBy": {
+ "@odata.type": "#microsoft.graph.user",
+ "id": "a698128f-b34f-44db-a9f9-7661c7aba8d8"
+ }
+}
+```
v1.0 Identitygovernance Customtaskextension Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-customtaskextension-update.md
+
+ Title: "Update customTaskExtension"
+description: "Update the properties of a customTaskExtension object."
+
+ms.localizationpriority: medium
++
+# Update customTaskExtension
+
+Namespace: microsoft.graph.identityGovernance
++
+Update the properties of a [customTaskExtension](../resources/identitygovernance-customtaskextension.md) object.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|Not supported|
+
+> [!IMPORTANT]
+> The calling user also requires one of the following Azure Resource Manager roles for the specified Azure Logic App: **Logic App contributor**, **Contributor**, or **Owner**.
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+PATCH /identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtensionId}
+```
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+|Content-Type|application/json. Required.|
+
+## Request body
++
+|Property|Type|Description|
+|:|:|:|
+|authenticationConfiguration|[microsoft.graph.customExtensionAuthenticationConfiguration](../resources/customextensionauthenticationconfiguration.md)|The authentication configuration for the customTaskExtension.|
+|clientConfiguration|[microsoft.graph.customExtensionClientConfiguration](../resources/customextensionclientconfiguration.md)|The client configuration for a custom extension.|
+|description|String|The description of the customTaskExtension.|
+|displayName|String|The display name of the customTaskExtension.|
+|endpointConfiguration|[microsoft.graph.customExtensionEndpointConfiguration](../resources/customextensionendpointconfiguration.md)|The endpoint configuration for a custom extension.|
+|callbackConfiguration|[microsoft.graph.identitygovernance.customTaskExtensionCallbackConfiguration](../resources/identitygovernance-customtaskextensioncallbackconfiguration.md)|The callback configuration for a custom extension.|
+
+## Response
+
+If successful, this action returns a `204 No Content` response code.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_update_customtaskextension"
+}
+-->
+``` http
+PATCH https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/customTaskExtensions/ffcc4c85-5a14-448e-a390-77abf2700369
+Content-Type: application/json
+Content-length: 588
+
+{
+ "displayName": "Grant manager access to mailbox and OneDrive",
+ "description": "Grant manager access to mailbox and OneDrive",
+ "endpointConfiguration": {
+ "@odata.type": "#microsoft.graph.logicAppTriggerEndpointConfiguration",
+ "subscriptionId": "c500b67c-e9b7-4ad2-a90d-77d41385ae55",
+ "resourceGroupName": "RG-LCM",
+ "logicAppWorkflowName": "ManagerAccess"
+ },
+ "authenticationConfiguration": {
+ "@odata.type": "#microsoft.graph.azureAdTokenAuthentication",
+ "resourceId": "542dc01a-0b5d-4edc-b3f9-5cfe6393f557"
+ },
+ "clientConfiguration": {
+ "@odata.type": "#microsoft.graph.customExtensionClientConfiguration",
+ "maximumRetries": 1,
+ "timeoutInMilliseconds": 1000
+ },
+ "callbackConfiguration": {
+ "@odata.type": "#microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration",
+ "timeoutDuration": "PT20M"
+ }
+}
+```
+
+### Response
+
+<!-- {
+ "blockType": "response",
+ "truncated": true
+}
+-->
+``` http
+HTTP/1.1 204 No Content
+```
v1.0 Identitygovernance Deleteditemcontainer Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-deletedItemcontainer-delete.md
+
+ Title: "Delete deletedItemContainer (permanently delete a deleted lifecycle workflow)"
+description: "Permanently delete a deleted lifecycle workflow."
+
+ms.localizationpriority: medium
++
+# Delete deletedItemContainer (permanently delete a deleted lifecycle workflow)
+
+Namespace: microsoft.graph.identityGovernance
++
+Delete a [workflow](../resources/identitygovernance-workflow.md) object.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+DELETE /identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflowId}/
+```
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `204 No Content` response code.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_delete_deleteditems"
+}
+-->
+``` http
+DELETE https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflowId}
+```
+
+### Response
+
+<!-- {
+ "blockType": "response",
+ "truncated": true
+
+}
+-->
+``` http
+HTTP/1.1 204 No Content
+```
v1.0 Identitygovernance Deleteditemcontainer Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-deleteditemcontainer-get.md
+
+ Title: "Get deletedItemContainer (a deleted lifecycle workflow)"
+description: "Read the properties and relationships of a deleted lifecycle workflow."
+
+ms.localizationpriority: medium
++
+# Get deletedItemContainer (a deleted lifecycle workflow)
+
+Namespace: microsoft.graph.identityGovernance
++
+Retrieve a deleted [workflow](../resources/identitygovernance-workflow.md) object.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflowId}/
+```
+
+## Optional query parameters
+
+This method supports the `$select` and `$expand` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a collection of [workflow](../resources/identitygovernance-workflow.md) objects in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_get_deleteditemcontainer"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/deletedItems/workflows/4557805a-1af5-4c29-b271-2cd7fb5de9bf
+```
+
+### Response
+
+The following is an example of the response
+>**Note:** The response object shown here might be shortened for readability.
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.workflow"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/deletedItems/workflows/$entity",
+ "category": "joiner",
+ "description": "Configure new hire tasks for onboarding employees on their first day",
+ "displayName": "Australia Onboard new hire employee",
+ "lastModifiedDateTime": "2022-08-24T19:06:39.4291388Z",
+ "createdDateTime": "2022-08-24T19:06:07.9926094Z",
+ "deletedDateTime": "2022-08-24T19:06:39.6981917Z",
+ "id": "4557805a-1af5-4c29-b271-2cd7fb5de9bf",
+ "isEnabled": false,
+ "isSchedulingEnabled": false,
+ "nextScheduleRunDateTime": null,
+ "version": 1,
+ "executionConditions": {
+ "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions",
+ "scope": {
+ "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet",
+ "rule": "(country eq 'Australia')"
+ },
+ "trigger": {
+ "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger",
+ "timeBasedAttribute": "employeeHireDate",
+ "offsetInDays": 0
+ }
+ },
+ "lastModifiedBy": {
+ "id": "537b3620-fab7-435e-81bb-03fee751b789"
+ },
+ "tasks@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/deletedItems/workflows('4557805a-1af5-4c29-b271-2cd7fb5de9bf')/tasks",
+ "tasks": [],
+ "createdBy": {
+ "id": "537b3620-fab7-435e-81bb-03fee751b789"
+ }
+}
+```
v1.0 Identitygovernance Lifecyclemanagementsettings Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-lifecyclemanagementsettings-get.md
+
+ Title: "Get lifecycleManagementSettings (tenant settings for Lifecycle Workflows)"
+description: "Read the properties and relationships of a lifecycleManagementSettings object."
+
+ms.localizationpriority: medium
++
+# Get lifecycleManagementSettings (tenant settings for Lifecycle Workflows)
+
+Namespace: microsoft.graph.identityGovernance
++
+Read the properties and relationships of a [lifecycleManagementSettings](../resources/identitygovernance-lifecyclemanagementsettings.md) object.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/settings
+```
+
+## Optional query parameters
+
+This method supports the `$select` OData query parameter to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a [lifecycleManagementSettings](../resources/identitygovernance-lifecyclemanagementsettings.md) object in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_get_lifecyclemanagementsettings"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/settings
+```
+
+### Response
+
+The following is an example of the response
+
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.lifecycleManagementSettings"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/settings/$entity",
+ "workflowScheduleIntervalInHours": 1
+}
+```
v1.0 Identitygovernance Lifecyclemanagementsettings Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-lifecyclemanagementsettings-update.md
+
+ Title: "Update lifecycleManagementSettings (tenant settings for Lifecycle Workflows)"
+description: "Update the properties of a lifecycleManagementSettings object."
+
+ms.localizationpriority: medium
++
+# Update lifecycleManagementSettings (tenant settings for Lifecycle Workflows)
+
+Namespace: microsoft.graph.identityGovernance
++
+Update the properties of a [lifecycleManagementSettings](../resources/identitygovernance-lifecyclemanagementsettings.md) object.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+PATCH /identityGovernance/lifecycleWorkflows/settings
+```
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+|Content-Type|application/json. Required.|
+
+## Request body
++
+|Property|Type|Description|
+|:|:|:|
+|workflowScheduleIntervalInHours|Int32|The workflow schedule interval. Required.|
+
+## Response
+
+If successful, this action returns a `204 No Content` response code.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_update_lifecyclemanagementsettings"
+}
+-->
+``` http
+PATCH https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/settings
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/settings/$entity",
+ "workflowScheduleIntervalInHours": 3
+}
+```
+
+### Response
+<!-- {
+ "blockType": "response",
+ "truncated": true
+}
+-->
+``` http
+HTTP/1.1 204 No Content
+```
v1.0 Identitygovernance Lifecycleworkflowscontainer List Customtaskextensions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions.md
+
+ Title: "List customTaskExtensions"
+description: "Get a list of the customTaskExtension objects and their properties."
+
+ms.localizationpriority: medium
++
+# List customTaskExtensions
+
+Namespace: microsoft.graph.identityGovernance
++
+Get a list of the [customTaskExtension](../resources/identitygovernance-customtaskextension.md) objects and their properties.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/customTaskExtensions
+```
+
+## Optional query parameters
+
+This method supports the `$select` `$search`, `$orderby`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a collection of [customTaskExtension](../resources/identitygovernance-customtaskextension.md) objects in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_list_customtaskextension"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/customTaskExtensions
+```
+
+### Response
+
+The following is an example of the response
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "Collection(microsoft.graph.identityGovernance.customTaskExtension)"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/customTaskExtensions",
+ "@odata.count": 2,
+ "value": [
+ {
+ "id": "c0c5b05b-6b5b-4c8d-8060-2ae8df425f4b",
+ "displayName": "Query and assign Teams phone number",
+ "description": "Query and assign Teams phone number",
+ "createdDateTime": "2022-08-24T20:34:52.3028938Z",
+ "lastModifiedDateTime": "2022-08-24T20:35:07.716353Z",
+ "callbackConfiguration": null,
+ "endpointConfiguration": {
+ "@odata.type": "#microsoft.graph.logicAppTriggerEndpointConfiguration",
+ "subscriptionId": "c500b67c-e9b7-4ad2-a90d-77d41385ae55",
+ "resourceGroupName": "RG-LCM",
+ "logicAppWorkflowName": "TeamsPhoneNumber"
+ },
+ "authenticationConfiguration": {
+ "@odata.type": "#microsoft.graph.azureAdTokenAuthentication",
+ "resourceId": "b9c29c27-b116-47a9-925b-ff3b19bafa3b"
+ },
+ "clientConfiguration": {
+ "@odata.type": "#microsoft.graph.customExtensionClientConfiguration",
+ "maximumRetries": 1,
+ "timeoutInMilliseconds": 1000
+ }
+ },
+ {
+ "id": "ffcc4c85-5a14-448e-a390-77abf2700369",
+ "displayName": "Grant manager access to mailbox and OneDrive",
+ "description": "Grant manager access to mailbox and OneDrive",
+ "createdDateTime": "2022-08-24T20:36:14.7006029Z",
+ "lastModifiedDateTime": "2022-08-24T20:42:07.9885265Z",
+ "endpointConfiguration": {
+ "@odata.type": "#microsoft.graph.logicAppTriggerEndpointConfiguration",
+ "subscriptionId": "c500b67c-e9b7-4ad2-a90d-77d41385ae55",
+ "resourceGroupName": "RG-LCM",
+ "logicAppWorkflowName": "ManagerAccess"
+ },
+ "authenticationConfiguration": {
+ "@odata.type": "#microsoft.graph.azureAdTokenAuthentication",
+ "resourceId": "542dc01a-0b5d-4edc-b3f9-5cfe6393f557"
+ },
+ "clientConfiguration": {
+ "@odata.type": "#microsoft.graph.customExtensionClientConfiguration",
+ "maximumRetries": 1,
+ "timeoutInMilliseconds": 1000
+ },
+ "callbackConfiguration": {
+ "@odata.type": "#microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration",
+ "timeoutDuration": "PT5M"
+ }
+ }
+ ]
+}
+```
v1.0 Identitygovernance Lifecycleworkflowscontainer List Deleteditems https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems.md
+
+ Title: "List deletedItems (deleted lifecycle workflows)"
+description: "Get a list of the deleted workflows objects and their properties."
+
+ms.localizationpriority: medium
++
+# List deletedItems (deleted lifecycle workflows)
+
+Namespace: microsoft.graph
++
+Get a list of the deleted workflow objects and their properties.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/deletedItems/workflows/
+```
+
+## Optional query parameters
+
+This method supports the `$select`, `$search`, `$orderby`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a collection of [workflow](../resources/identitygovernance-workflow.md) objects in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_list_deleteditemcontainer"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/deletedItems/workflows
+```
+
+### Response
+
+The following is an example of the response
+>**Note:** The response object shown here might be shortened for readability.
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "Collection(microsoft.graph.deletedItemContainer)"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/deletedItems/workflows",
+ "value": [
+ {
+ "category": "joiner",
+ "description": "Configure new hire tasks for onboarding employees on their first day",
+ "displayName": "US Onboard new hire employee",
+ "lastModifiedDateTime": "2022-08-24T18:25:09.4212828Z",
+ "createdDateTime": "2022-08-24T18:24:14.4067873Z",
+ "deletedDateTime": "2022-08-24T18:25:09.5729865Z",
+ "id": "f1937e0c-c509-4250-ab51-d5e6e35fcbda",
+ "version": 1
+ },
+ {
+ "category": "joiner",
+ "description": "Configure new hire tasks for onboarding employees on their first day",
+ "displayName": "EU Onboard new hire employee",
+ "lastModifiedDateTime": "2022-08-24T18:25:09.4050443Z",
+ "createdDateTime": "2022-08-24T18:24:40.0689833Z",
+ "deletedDateTime": "2022-08-24T18:25:09.5542954Z",
+ "id": "21d2c0fb-dcaa-4abb-88db-891d76c84e9a",
+ "version": 1
+ }
+ ]
+}
+```
v1.0 Identitygovernance Lifecycleworkflowscontainer List Taskdefinitions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions.md
+
+ Title: "List taskDefinitions"
+description: "Get a list of the taskDefinition objects and their properties."
+
+ms.localizationpriority: medium
++
+# List taskDefinitions
+
+Namespace: microsoft.graph.identityGovernance
++
+Get a list of the [taskDefinition](../resources/identitygovernance-taskdefinition.md) objects and their properties.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/taskDefinitions
+```
+
+## Optional query parameters
+
+This method supports the `$select`, `$orderBy`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a collection of [taskDefinition](../resources/identitygovernance-taskdefinition.md) objects in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_list_taskdefinition"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/taskDefinitions
+```
+
+### Response
+
+The following is an example of the response
+
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "Collection(microsoft.graph.identityGovernance.taskDefinition)"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/taskDefinitions",
+ "@odata.count": 16,
+ "value": [
+ {
+ "category": "joiner,leaver",
+ "description": "Add user to selected groups",
+ "displayName": "Add User To Groups",
+ "id": "22085229-5809-45e8-97fd-270d28d66910",
+ "version": 1,
+ "parameters": [
+ {
+ "name": "groupID",
+ "values": [],
+ "valueType": "string"
+ }
+ ]
+ },
+ {
+ "category": "joiner,leaver",
+ "description": "Disable user account in the directory",
+ "displayName": "Disable User Account",
+ "id": "1dfdfcc7-52fa-4c2e-bf3a-e3919cc12950",
+ "version": 1,
+ "parameters": []
+ },
+ {
+ "category": "joiner,leaver",
+ "description": "Enable user account in the directory",
+ "displayName": "Enable User Account",
+ "id": "6fc52c9d-398b-4305-9763-15f42c1676fc",
+ "version": 1,
+ "parameters": []
+ },
+ {
+ "category": "joiner,leaver",
+ "description": "Remove user from membership of selected Azure AD groups",
+ "displayName": "Remove user from selected groups",
+ "id": "1953a66c-751c-45e5-8bfe-01462c70da3c",
+ "version": 1,
+ "parameters": [
+ {
+ "name": "groupID",
+ "values": [],
+ "valueType": "string"
+ }
+ ]
+ },
+ {
+ "category": "joiner",
+ "description": "Generate Temporary Access Pass and send via email to user's manager",
+ "displayName": "Generate TAP And Send Email",
+ "id": "1b555e50-7f65-41d5-b514-5894a026d10d",
+ "version": 1,
+ "parameters": [
+ {
+ "name": "tapLifetimeMinutes",
+ "values": [],
+ "valueType": "string"
+ },
+ {
+ "name": "tapIsUsableOnce",
+ "values": [
+ "true",
+ "false"
+ ],
+ "valueType": "enum"
+ }
+ ]
+ },
+ {
+ "category": "joiner",
+ "description": "Send welcome email to new hire",
+ "displayName": "Send Welcome Email",
+ "id": "70b29d51-b59a-4773-9280-8841dfd3f2ea",
+ "version": 1,
+ "parameters": []
+ },
+ {
+ "category": "joiner,leaver",
+ "description": "Add user to selected teams",
+ "displayName": "Add User To Teams",
+ "id": "e440ed8d-25a1-4618-84ce-091ed5be5594",
+ "version": 1,
+ "parameters": [
+ {
+ "name": "teamID",
+ "values": [],
+ "valueType": "string"
+ }
+ ]
+ },
+ {
+ "category": "leaver",
+ "description": "Delete user account in Azure AD",
+ "displayName": "Delete User Account",
+ "id": "8d18588d-9ad3-4c0f-99d0-ec215f0e3dff",
+ "version": 1,
+ "parameters": []
+ },
+ {
+ "category": "joiner,leaver",
+ "description": "Remove user from membership of selected Teams",
+ "displayName": "Remove user from selected Teams",
+ "id": "06aa7acb-01af-4824-8899-b14e5ed788d6",
+ "version": 1,
+ "parameters": [
+ {
+ "name": "teamID",
+ "values": [],
+ "valueType": "string"
+ }
+ ]
+ },
+ {
+ "category": "leaver",
+ "description": "Remove user from all Azure AD groups memberships",
+ "displayName": "Remove user from all groups",
+ "id": "b3a31406-2a15-4c9a-b25b-a658fa5f07fc",
+ "version": 1,
+ "parameters": []
+ },
+ {
+ "category": "leaver",
+ "description": "Remove user from all Teams memberships",
+ "displayName": "Remove user from all Teams",
+ "id": "81f7b200-2816-4b3b-8c5d-dc556f07b024",
+ "version": 1,
+ "parameters": []
+ },
+ {
+ "category": "leaver",
+ "description": "Remove all licenses assigned to the user",
+ "displayName": "Remove all licenses for user",
+ "id": "8fa97d28-3e52-4985-b3a9-a1126f9b8b4e",
+ "version": 1,
+ "parameters": []
+ },
+ {
+ "category": "joiner,leaver",
+ "description": "Run a Custom Task Extension to callout to an external system.",
+ "displayName": "Run a Custom Task Extension",
+ "id": "4262b724-8dba-4fad-afc3-43fcbb497a0e",
+ "version": 1,
+ "parameters": [
+ {
+ "name": "customTaskExtensionID",
+ "values": [],
+ "valueType": "string"
+ }
+ ]
+ },
+ {
+ "category": "leaver",
+ "description": "Send offboarding email to userΓÇÖs manager before the last day of work",
+ "displayName": "Send email before userΓÇÖs last day",
+ "id": "52853a3e-f4e5-4eb8-bb24-1ac09a1da935",
+ "version": 1,
+ "parameters": []
+ },
+ {
+ "category": "leaver",
+ "description": "Send offboarding email to userΓÇÖs manager on the last day of work",
+ "displayName": "Send email on userΓÇÖs last day",
+ "id": "9c0a1eaf-5bda-4392-9d9e-6e155bb57411",
+ "version": 1,
+ "parameters": []
+ },
+ {
+ "category": "leaver",
+ "description": "Send offboarding email to userΓÇÖs manager after the last day of work",
+ "displayName": "Send email after userΓÇÖs last day",
+ "id": "6f22ddd4-b3a5-47a4-a846-0d7c201a49ce",
+ "version": 1,
+ "parameters": []
+ }
+ ]
+}
+```
v1.0 Identitygovernance Lifecycleworkflowscontainer List Workflows https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-lifecycleworkflowscontainer-list-workflows.md
+
+ Title: "List workflows (lifecycle workflows)"
+description: "Get a list of the workflow objects and their properties."
+
+ms.localizationpriority: medium
++
+# List workflows (lifecycle workflows)
+
+Namespace: microsoft.graph.identityGovernance
++
+Get the workflow resources from the workflows navigation property.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflows
+```
+
+## Optional query parameters
+
+This method supports the `$search`, `$select`, `$orderBy`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a collection of [workflow](../resources/identitygovernance-workflow.md) objects in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_list_workflow"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows
+```
+
+### Response
+
+The following is an example of the response
+
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "Collection(microsoft.graph.identityGovernance.workflow)"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows",
+ "value": [
+ {
+ "category": "joiner",
+ "description": "Configure pre-hire tasks for onboarding employees before their first day",
+ "displayName": "Global pre hire",
+ "lastModifiedDateTime": "2022-08-16T20:05:51.4618603Z",
+ "createdDateTime": "2022-01-10T20:04:30.619368Z",
+ "id": "c007a148-5bf1-4f38-82b4-377fb23b1711",
+ "isEnabled": true,
+ "isSchedulingEnabled": true,
+ "version": 12
+ },
+ {
+ "category": "joiner",
+ "description": "Configure new hire tasks for onboarding employees on their first day",
+ "displayName": "Global new hire",
+ "lastModifiedDateTime": "2022-08-18T17:24:42.6051254Z",
+ "createdDateTime": "2022-05-06T14:10:39.9700268Z",
+ "id": "559d8339-ab4e-4c41-a517-ed5d8dd9fbf5",
+ "isEnabled": true,
+ "isSchedulingEnabled": true,
+ "version": 5
+ },
+ {
+ "category": "joiner",
+ "description": "Configure pre-hire tasks for onboarding employees before their first day",
+ "displayName": "Onboard pre-hire employee",
+ "lastModifiedDateTime": "2022-08-16T20:01:28.3589067Z",
+ "createdDateTime": "2022-08-16T17:48:55.2262907Z",
+ "id": "d0454160-b8e9-432f-8a85-790021e64c9e",
+ "isEnabled": false,
+ "isSchedulingEnabled": false,
+ "version": 1
+ },
+ {
+ "category": "leaver",
+ "description": "Configure offboarding tasks for employees after their last day of work",
+ "displayName": "Post-Offboarding of an employee",
+ "lastModifiedDateTime": "2022-08-17T18:57:30.5091553Z",
+ "createdDateTime": "2022-08-17T18:57:07.1840042Z",
+ "id": "15f9c6db-ada8-4417-927f-17ac24b54b9b",
+ "isEnabled": true,
+ "isSchedulingEnabled": false,
+ "version": 1
+ },
+ {
+ "category": "leaver",
+ "description": "Execute real-time termination tasks for employees on their last day of work",
+ "displayName": "Real-time employee termination",
+ "lastModifiedDateTime": "2022-08-19T20:34:15.4212506Z",
+ "createdDateTime": "2022-08-19T20:34:15.4212481Z",
+ "id": "57bc6612-2c20-4141-9dab-aa11a95b8fbc",
+ "isEnabled": true,
+ "isSchedulingEnabled": false,
+ "version": 1
+ },
+ {
+ "category": "joiner",
+ "description": "Configure new hire tasks for onboarding employees on their first day",
+ "displayName": "Onboard new hire employee",
+ "lastModifiedDateTime": "2022-08-24T15:39:17.6496744Z",
+ "createdDateTime": "2022-08-24T15:39:17.6496704Z",
+ "id": "156ce798-1eb6-4e0a-8515-e79f54d04390",
+ "isEnabled": true,
+ "isSchedulingEnabled": false,
+ "version": 1
+ }
+ ]
+}
+```
v1.0 Identitygovernance Lifecycleworkflowscontainer List Workflowtemplates https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates.md
+
+ Title: "List workflowTemplates"
+description: "Get a list of the workflowTemplate objects and their properties."
+
+ms.localizationpriority: medium
++
+# List workflowTemplates
+
+Namespace: microsoft.graph.identityGovernance
++
+Get a list of the [workflowTemplate](../resources/identitygovernance-workflowtemplate.md) objects and their properties.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflowTemplates
+```
+
+## Optional query parameters
+
+This method supports the `$select`, `$orderby`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a collection of [workflowTemplate](../resources/identitygovernance-workflowtemplate.md) objects in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_list_workflowtemplate"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflowTemplates
+```
+
+### Response
+
+The following is an example of the response
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "Collection(microsoft.graph.identityGovernance.workflowTemplate)"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflowTemplates",
+ "value": [
+ {
+ "category": "joiner",
+ "description": "Configure pre-hire tasks for onboarding employees before their first day",
+ "displayName": "Onboard pre-hire employee",
+ "id": "77179007-8114-41b5-922e-2e22109df41f",
+ "executionConditions": {
+ "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions",
+ "scope": {
+ "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet",
+ "rule": "department eq 'Marketing'"
+ },
+ "trigger": {
+ "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger",
+ "timeBasedAttribute": "employeeHireDate",
+ "offsetInDays": -7
+ }
+ },
+ "tasks@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflowTemplates('77179007-8114-41b5-922e-2e22109df41f')/tasks",
+ "tasks": [
+ {
+ "category": "joiner",
+ "continueOnError": false,
+ "description": "Generate Temporary Access Pass and send via email to user's manager",
+ "displayName": "Generate TAP And Send Email",
+ "executionSequence": 1,
+ "id": "3e062c24-d219-483d-9258-288f2a039b94",
+ "isEnabled": true,
+ "taskDefinitionId": "1b555e50-7f65-41d5-b514-5894a026d10d",
+ "arguments": [
+ {
+ "name": "tapLifetimeMinutes",
+ "value": "480"
+ },
+ {
+ "name": "tapIsUsableOnce",
+ "value": "true"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "category": "joiner",
+ "description": "Configure new hire tasks for onboarding employees on their first day",
+ "displayName": "Onboard new hire employee",
+ "id": "4e06785d-7c1d-4b24-b9e1-bba2b890c58b",
+ "executionConditions": {
+ "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions",
+ "scope": {
+ "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet",
+ "rule": "department eq 'Marketing'"
+ },
+ "trigger": {
+ "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger",
+ "timeBasedAttribute": "employeeHireDate",
+ "offsetInDays": 0
+ }
+ },
+ "tasks@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflowTemplates('4e06785d-7c1d-4b24-b9e1-bba2b890c58b')/tasks",
+ "tasks": [
+ {
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Enable user account in the directory",
+ "displayName": "Enable User Account",
+ "executionSequence": 1,
+ "id": "e18f3208-311c-46a3-a27b-d9c15cd595bc",
+ "isEnabled": true,
+ "taskDefinitionId": "6fc52c9d-398b-4305-9763-15f42c1676fc",
+ "arguments": []
+ },
+ {
+ "category": "joiner",
+ "continueOnError": false,
+ "description": "Send welcome email to new hire",
+ "displayName": "Send Welcome Email",
+ "executionSequence": 2,
+ "id": "e9551045-4302-499f-9108-60b9e23c067a",
+ "isEnabled": true,
+ "taskDefinitionId": "70b29d51-b59a-4773-9280-8841dfd3f2ea",
+ "arguments": []
+ },
+ {
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Add user to selected groups",
+ "displayName": "Add User To Groups",
+ "executionSequence": 3,
+ "id": "560acd0c-321e-4e7e-9f31-ff8899c55878",
+ "isEnabled": true,
+ "taskDefinitionId": "22085229-5809-45e8-97fd-270d28d66910",
+ "arguments": [
+ {
+ "name": "groupID",
+ "value": ""
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "category": "leaver",
+ "description": "Execute real-time termination tasks for employees on their last day of work",
+ "displayName": "Real-time employee termination",
+ "id": "145735f1-57cc-48c2-81ec-727f07a10096",
+ "executionConditions": {
+ "@odata.type": "#microsoft.graph.identityGovernance.onDemandExecutionOnly"
+ },
+ "tasks@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflowTemplates('145735f1-57cc-48c2-81ec-727f07a10096')/tasks",
+ "tasks": [
+ {
+ "category": "leaver",
+ "continueOnError": false,
+ "description": "Remove user from all Azure AD groups memberships",
+ "displayName": "Remove user from all groups",
+ "executionSequence": 1,
+ "id": "1b89bb69-a8cf-416b-a69e-4f6d8108834c",
+ "isEnabled": true,
+ "taskDefinitionId": "b3a31406-2a15-4c9a-b25b-a658fa5f07fc",
+ "arguments": []
+ },
+ {
+ "category": "leaver",
+ "continueOnError": false,
+ "description": "Remove user from all Teams memberships",
+ "displayName": "Remove user from all Teams",
+ "executionSequence": 2,
+ "id": "d3cea676-ccce-4426-825c-63c63e9a64c7",
+ "isEnabled": true,
+ "taskDefinitionId": "81f7b200-2816-4b3b-8c5d-dc556f07b024",
+ "arguments": []
+ },
+ {
+ "category": "leaver",
+ "continueOnError": false,
+ "description": "Delete user account in Azure AD",
+ "displayName": "Delete User Account",
+ "executionSequence": 3,
+ "id": "adbd4f05-99f0-4260-a155-7657623ca071",
+ "isEnabled": true,
+ "taskDefinitionId": "8d18588d-9ad3-4c0f-99d0-ec215f0e3dff",
+ "arguments": []
+ }
+ ]
+ },
+ {
+ "category": "leaver",
+ "description": "Configure pre-offboarding tasks for employees before their last day of work",
+ "displayName": "Pre-Offboarding of an employee",
+ "id": "25abd83d-3b5d-4d6f-bb9a-4ed366fd96b1",
+ "executionConditions": {
+ "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions",
+ "scope": {
+ "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet",
+ "rule": "department eq 'Marketing'"
+ },
+ "trigger": {
+ "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger",
+ "timeBasedAttribute": "employeeLeaveDateTime",
+ "offsetInDays": -7
+ }
+ },
+ "tasks@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflowTemplates('25abd83d-3b5d-4d6f-bb9a-4ed366fd96b1')/tasks",
+ "tasks": [
+ {
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Remove user from membership of selected Azure AD groups",
+ "displayName": "Remove user from selected groups",
+ "executionSequence": 1,
+ "id": "7e9aac8a-d239-4867-be60-b3c999c50ee7",
+ "isEnabled": true,
+ "taskDefinitionId": "1953a66c-751c-45e5-8bfe-01462c70da3c",
+ "arguments": [
+ {
+ "name": "groupID",
+ "value": ""
+ }
+ ]
+ },
+ {
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Remove user from membership of selected Teams",
+ "displayName": "Remove user from selected Teams",
+ "executionSequence": 2,
+ "id": "40eab675-1aaf-432d-b17e-053d93b0fe2e",
+ "isEnabled": true,
+ "taskDefinitionId": "06aa7acb-01af-4824-8899-b14e5ed788d6",
+ "arguments": [
+ {
+ "name": "teamID",
+ "value": ""
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "category": "leaver",
+ "description": "Configure offboarding tasks for employees on their last day of work",
+ "displayName": "Offboard an employee",
+ "id": "e821c59e-d28c-44d7-902f-5fed05e926f1",
+ "executionConditions": {
+ "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions",
+ "scope": {
+ "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet",
+ "rule": "department eq 'Marketing'"
+ },
+ "trigger": {
+ "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger",
+ "timeBasedAttribute": "employeeLeaveDateTime",
+ "offsetInDays": 0
+ }
+ },
+ "tasks@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflowTemplates('e821c59e-d28c-44d7-902f-5fed05e926f1')/tasks",
+ "tasks": [
+ {
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Disable user account in the directory",
+ "displayName": "Disable User Account",
+ "executionSequence": 1,
+ "id": "8d9eab35-6c32-4b76-acbd-6a22cb07aa6a",
+ "isEnabled": true,
+ "taskDefinitionId": "1dfdfcc7-52fa-4c2e-bf3a-e3919cc12950",
+ "arguments": []
+ },
+ {
+ "category": "leaver",
+ "continueOnError": false,
+ "description": "Remove user from all Azure AD groups memberships",
+ "displayName": "Remove user from all groups",
+ "executionSequence": 2,
+ "id": "4f5d8835-5d38-4106-ac7e-ebc407749bd2",
+ "isEnabled": true,
+ "taskDefinitionId": "b3a31406-2a15-4c9a-b25b-a658fa5f07fc",
+ "arguments": []
+ },
+ {
+ "category": "leaver",
+ "continueOnError": false,
+ "description": "Remove user from all Teams memberships",
+ "displayName": "Remove user from all Teams",
+ "executionSequence": 3,
+ "id": "8087b303-e7d5-492d-ab75-31d4aa34bd73",
+ "isEnabled": true,
+ "taskDefinitionId": "81f7b200-2816-4b3b-8c5d-dc556f07b024",
+ "arguments": []
+ }
+ ]
+ },
+ {
+ "category": "leaver",
+ "description": "Configure offboarding tasks for employees after their last day of work",
+ "displayName": "Post-Offboarding of an employee",
+ "id": "50149a4a-7c2d-4fd8-8018-761f4eb915cb",
+ "executionConditions": {
+ "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions",
+ "scope": {
+ "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet",
+ "rule": "department eq 'Marketing'"
+ },
+ "trigger": {
+ "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger",
+ "timeBasedAttribute": "employeeLeaveDateTime",
+ "offsetInDays": 7
+ }
+ },
+ "tasks@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflowTemplates('50149a4a-7c2d-4fd8-8018-761f4eb915cb')/tasks",
+ "tasks": [
+ {
+ "category": "leaver",
+ "continueOnError": false,
+ "description": "Remove all licenses assigned to the user",
+ "displayName": "Remove all licenses for user",
+ "executionSequence": 1,
+ "id": "760ab754-8249-4bce-9315-1ad06488e434",
+ "isEnabled": true,
+ "taskDefinitionId": "8fa97d28-3e52-4985-b3a9-a1126f9b8b4e",
+ "arguments": []
+ },
+ {
+ "category": "leaver",
+ "continueOnError": false,
+ "description": "Remove user from all Teams memberships",
+ "displayName": "Remove user from all Teams",
+ "executionSequence": 2,
+ "id": "17b4e37b-c50b-4e04-a11c-93479f487d1d",
+ "isEnabled": true,
+ "taskDefinitionId": "81f7b200-2816-4b3b-8c5d-dc556f07b024",
+ "arguments": []
+ },
+ {
+ "category": "leaver",
+ "continueOnError": false,
+ "description": "Delete user account in Azure AD",
+ "displayName": "Delete User Account",
+ "executionSequence": 3,
+ "id": "46849618-30e7-4b67-abf0-f8c7f0d54b95",
+ "isEnabled": true,
+ "taskDefinitionId": "8d18588d-9ad3-4c0f-99d0-ec215f0e3dff",
+ "arguments": []
+ }
+ ]
+ }
+ ]
+}
+```
v1.0 Identitygovernance Lifecycleworkflowscontainer Post Customtaskextensions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions.md
+
+ Title: "Create Custom Task Extension"
+description: "Create a new customTaskExtension object."
+
+ms.localizationpriority: medium
++
+# Create customTaskExtensions
+
+Namespace: microsoft.graph.identityGovernance
++
+Create a new [customTaskExtension](../resources/identitygovernance-customtaskextension.md) object.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported|
+|Application|Not supported|
+
+> [!IMPORTANT]
+> The calling user also requires one of the following Azure Resource Manager roles for the specified Azure Logic App: **Logic App contributor**, **Contributor**, or **Owner**.
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+POST /identityGovernance/lifecycleWorkflows/customTaskExtensions
+```
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+|Content-Type|application/json. Required.|
+
+## Request body
+
+In the request body, supply a JSON representation of the [customTaskExtension](../resources/identitygovernance-customtaskextension.md) object.
+
+You can specify the following properties when creating a **customTaskExtension**.
+
+|Property|Type|Description|
+|:|:|:|
+|authenticationConfiguration|[microsoft.graph.customExtensionAuthenticationConfiguration](../resources/customextensionauthenticationconfiguration.md)|The authentication configuration for the `customTaskExtension`.|
+|clientConfiguration|[microsoft.graph.customExtensionClientConfiguration](../resources/customextensionclientconfiguration.md)|The client configuration for a custom extension.|
+|description|String|The description of the `customTaskExtension`.|
+|displayName|String|The display name of the `customTaskExtension`.|
+|endpointConfiguration|[microsoft.graph.customExtensionEndpointConfiguration](../resources/customextensionendpointconfiguration.md)|The endpoint configuration for a custom extension. Optional.|
+|callbackConfiguration|[microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration](../resources/identitygovernance-customtaskextensioncallbackconfiguration.md)|The callback configuration for a custom extension. Optional.|
+
+## Response
+
+If successful, this method returns a `201 Created` response code and a [customTaskExtension](../resources/identitygovernance-customtaskextension.md) object in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_create_customtaskextension_from_"
+}
+-->
+``` http
+POST https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/customTaskExtensions
+Content-Type: application/json
+Content-length: 588
+
+{
+ "displayName": "Grant manager access to mailbox and OneDrive",
+ "description": "Grant manager access to mailbox and OneDrive",
+ "endpointConfiguration": {
+ "@odata.type": "#microsoft.graph.logicAppTriggerEndpointConfiguration",
+ "subscriptionId": "c500b67c-e9b7-4ad2-a90d-77d41385ae55",
+ "resourceGroupName": "RG-LCM",
+ "logicAppWorkflowName": "ManagerAccess"
+ },
+ "authenticationConfiguration": {
+ "@odata.type": "#microsoft.graph.azureAdTokenAuthentication",
+ "resourceId": "542dc01a-0b5d-4edc-b3f9-5cfe6393f557"
+ },
+ "clientConfiguration": {
+ "@odata.type": "#microsoft.graph.customExtensionClientConfiguration",
+ "maximumRetries": 1,
+ "timeoutInMilliseconds": 1000
+ },
+ "callbackConfiguration": {
+ "@odata.type": "#microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration",
+ "timeoutDuration": "PT5M"
+ }
+}
+```
+
+### Response
+
+The following is an example of the response
+>**Note:** The response object shown here might be shortened for readability.
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.customTaskExtension"
+}
+-->
+``` http
+HTTP/1.1 201 Created
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/customTaskExtensions/$entity",
+ "id": "ee2590e4-4572-4820-a397-969ecd7bd6a9",
+ "displayName": "Grant manager access to mailbox and OneDrive",
+ "description": "Grant manager access to mailbox and OneDrive",
+ "createdDateTime": "2022-08-24T22:37:46.1790566Z",
+ "lastModifiedDateTime": "2022-08-24T22:37:46.179062Z",
+ "endpointConfiguration": {
+ "@odata.type": "#microsoft.graph.logicAppTriggerEndpointConfiguration",
+ "subscriptionId": "c500b67c-e9b7-4ad2-a90d-77d41385ae55",
+ "resourceGroupName": "RG-LCM",
+ "logicAppWorkflowName": "ManagerAccess"
+ },
+ "authenticationConfiguration": {
+ "@odata.type": "#microsoft.graph.azureAdTokenAuthentication",
+ "resourceId": "542dc01a-0b5d-4edc-b3f9-5cfe6393f557"
+ },
+ "clientConfiguration": {
+ "@odata.type": "#microsoft.graph.customExtensionClientConfiguration",
+ "maximumRetries": 1,
+ "timeoutInMilliseconds": 1000
+ },
+ "callbackConfiguration": {
+ "@odata.type": "#microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration",
+ "timeoutDuration": "PT5M"
+ }
+}
+```
v1.0 Identitygovernance Lifecycleworkflowscontainer Post Workflows https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-lifecycleworkflowscontainer-post-workflows.md
+
+ Title: "Create workflow (lifecycle workflow)"
+description: "Create a new workflow object."
+
+ms.localizationpriority: medium
++
+# Create workflow (lifecycle workflow)
+
+Namespace: microsoft.graph.identityGovernance
++
+Create a new [workflow](../resources/identitygovernance-workflow.md) object.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+POST /identityGovernance/lifecycleWorkflows/workflows
+```
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+|Content-Type|application/json. Required.|
+
+## Request body
+
+In the request body, supply a JSON representation of the [workflow](../resources/identitygovernance-workflow.md) object.
+
+You can specify the following properties when creating a **workflow**.
+
+|Property|Type|Description|
+|:|:|:|
+|category|[microsoft.graph.identityGovernance.lifecycleWorkflowCategory](../resources/identitygovernance-workflow.md)|The category of the workflow. The possible values are: `joiner`, `leaver`, `unknownFutureValue`. Can be only one value.|
+|description|String|A string that describes the purpose of the workflow for administrative use.|
+|displayName|String|A unique string that identifies the workflow. |
+|executionConditions|[microsoft.graph.identityGovernance.workflowExecutionConditions](../resources/identitygovernance-workflowexecutionconditions.md)|Defines for who and when a workflow will run. |
+|id|String|Identifier used for individually addressing a specific workflow.|
+|isEnabled|Boolean|A Boolean value that denotes whether the workflow is set to run or not.|
+|isSchedulingEnabled|Boolean|A Boolean value that denotes whether scheduling is enabled or not. |
+|tasks|[microsoft.graph.identityGovernance.task](../resources/identitygovernance-task.md) collection| Represents the configured tasks to execute and their execution sequence within the workflow. Required. |
+
+## Response
+
+If successful, this method returns a `201 Created` response code and a [workflow](../resources/identitygovernance-workflow.md) object in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_create_workflow_from_"
+}
+-->
+``` http
+POST https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows
+Content-Type: application/json
+Content-length: 454
+
+{
+ "category": "joiner",
+ "description": "Configure new hire tasks for onboarding employees on their first day",
+ "displayName": "Australia Onboard new hire employee",
+ "isEnabled": true,
+ "isSchedulingEnabled": false,
+ "executionConditions": {
+ "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions",
+ "scope": {
+ "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet",
+ "rule": "(country eq 'Australia')"
+ },
+ "trigger": {
+ "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger",
+ "timeBasedAttribute": "employeeHireDate",
+ "offsetInDays": 0
+ }
+ },
+ "tasks": [
+ {
+ "continueOnError": false,
+ "description": "Enable user account in the directory",
+ "displayName": "Enable User Account",
+ "isEnabled": true,
+ "taskDefinitionId": "6fc52c9d-398b-4305-9763-15f42c1676fc",
+ "arguments": []
+ },
+ {
+ "continueOnError": false,
+ "description": "Send welcome email to new hire",
+ "displayName": "Send Welcome Email",
+ "isEnabled": true,
+ "taskDefinitionId": "70b29d51-b59a-4773-9280-8841dfd3f2ea",
+ "arguments": []
+ }
+ ]
+}
+```
+
+### Response
+
+The following is an example of the response
+>**Note:** The response object shown here might be shortened for readability.
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.workflow"
+}
+-->
+``` http
+HTTP/1.1 201 Created
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows/$entity",
+ "category": "joiner",
+ "description": "Configure new hire tasks for onboarding employees on their first day",
+ "displayName": "New Zealand new hire",
+ "lastModifiedDateTime": "2022-08-26T04:51:27.521792Z",
+ "createdDateTime": "2022-08-26T04:51:27.5217824Z",
+ "deletedDateTime": null,
+ "id": "818cd47f-138c-4a83-b3f5-afa92bfcf391",
+ "isEnabled": true,
+ "isSchedulingEnabled": false,
+ "nextScheduleRunDateTime": null,
+ "version": 1,
+ "executionConditions": {
+ "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions",
+ "scope": {
+ "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet",
+ "rule": "(country eq 'New Zealand')"
+ },
+ "trigger": {
+ "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger",
+ "timeBasedAttribute": "employeeHireDate",
+ "offsetInDays": 0
+ }
+ }
+}
+```
v1.0 Identitygovernance Run Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-run-get.md
+
+ Title: "Get run (for a lifecycle workflow)"
+description: "Read the properties and relationships of a run object."
+
+ms.localizationpriority: medium
++
+# Get run (for a lifecycle workflow)
+
+Namespace: microsoft.graph.identityGovernance
++
+Read the properties and relationships of a [run](../resources/identitygovernance-run.md) object.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/runs/{runId}
+```
+
+## Optional query parameters
+
+This method supports the `$select` OData query parameter to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a [run](../resources/identitygovernance-run.md) object in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_get_workflow_run"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/IdentityGovernance/lifecycleWorkflows/workflows/14879e66-9ea9-48d0-804d-8fea672d0341/runs/dad77a47-6eda-4de7-bc37-fe8eb5aaf17d
+```
+
+### Response
+
+The following is an example of the response
+>**Note:** The response object shown here might be shortened for readability.
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.run"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('14879e66-9ea9-48d0-804d-8fea672d0341')/runs/$entity",
+ "id": "dad77a47-6eda-4de7-bc37-fe8eb5aaf17d",
+ "completedDateTime": "2022-08-24T23:28:11.1348863Z",
+ "failedTasksCount": 0,
+ "failedUsersCount": 0,
+ "lastUpdatedDateTime": "2022-08-24T23:33:09.186588Z",
+ "processingStatus": "completed",
+ "scheduledDateTime": "2022-08-24T23:28:01.6476554Z",
+ "startedDateTime": "2022-08-24T23:28:04.5688752Z",
+ "successfulUsersCount": 2,
+ "totalTasksCount": 4,
+ "totalUsersCount": 2,
+ "totalUnprocessedTasksCount": 0,
+ "workflowExecutionType": "onDemand"
+}
+```
v1.0 Identitygovernance Run List Taskprocessingresults https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-run-list-taskprocessingresults.md
+
+ Title: "List taskProcessingResults (for a userProcessingResult in a run)"
+description: "Get the taskProcessingResult resources for a userProcessingResult from a run."
+
+ms.localizationpriority: medium
++
+# List taskProcessingResults (for a userProcessingResult in a run)
+
+Namespace: microsoft.graph.identityGovernance
++
+Get the taskProcessingResult resources for a [userProcessingResult](../resources/identitygovernance-userprocessingresult.md) from a [run](../resources/identitygovernance-run.md).
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/runs/{runId}/userProcessingResults/{userProcessingResultId}/taskProcessingResults
+```
+
+## Optional query parameters
+
+This method supports the `$select`, `$orderby`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a collection of [taskProcessingResult](../resources/identitygovernance-taskprocessingresult.md) objects in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_list_run_taskprocessingresult"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/IdentityGovernance/lifecycleWorkflows/workflows/14879e66-9ea9-48d0-804d-8fea672d0341/runs/72885f91-2cf0-44b1-b3ed-bd145af0192c/userProcessingResults/78b83505-6967-4168-a7ea-4921c0543ce9/taskProcessingResults
+```
+
+### Response
+
+The following is an example of the response
+>**Note:** The response object shown here might be shortened for readability.
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "Collection(microsoft.graph.identityGovernance.taskProcessingResult)"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('14879e66-9ea9-48d0-804d-8fea672d0341')/runs('dad77a47-6eda-4de7-bc37-fe8eb5aaf17d')/userProcessingResults('78b83505-6967-4168-a7ea-4921c0543ce9')/taskProcessingResults",
+ "value": [
+ {
+ "completedDateTime": "2022-08-24T23:28:05.3529197Z",
+ "createdDateTime": "2022-08-24T23:28:04.5490995Z",
+ "id": "05a96d7a-0e00-459c-b6c8-1870099e8275",
+ "processingStatus": "completed",
+ "startedDateTime": "2022-08-24T23:28:05.1234966Z",
+ "failureReason": null,
+ "subject": {
+ "id": "ea09ac2e-77e3-4134-85f2-25ccf3c33387"
+ },
+ "task": {
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Enable user account in the directory",
+ "displayName": "Enable User Account",
+ "executionSequence": 1,
+ "id": "917e9eab-415d-4e45-b39d-87eb5e30de38",
+ "isEnabled": false,
+ "taskDefinitionId": "6fc52c9d-398b-4305-9763-15f42c1676fc",
+ "arguments": []
+ }
+ },
+ {
+ "completedDateTime": "2022-08-24T23:28:06.760333Z",
+ "createdDateTime": "2022-08-24T23:28:04.5571759Z",
+ "id": "e30b12e1-45fa-4463-8d54-48f43fd8942a",
+ "processingStatus": "completed",
+ "startedDateTime": "2022-08-24T23:28:06.3926865Z",
+ "failureReason": null,
+ "subject": {
+ "id": "ea09ac2e-77e3-4134-85f2-25ccf3c33387"
+ },
+ "task": {
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Add user to selected groups",
+ "displayName": "Add User To Groups",
+ "executionSequence": 2,
+ "id": "eedd8043-90a1-4e3c-9112-b2a8917ea3ae",
+ "isEnabled": true,
+ "taskDefinitionId": "22085229-5809-45e8-97fd-270d28d66910",
+ "arguments": [
+ {
+ "name": "groupID",
+ "value": "e5659cb0-bcbb-4a9f-9092-90f72bd19028"
+ }
+ ]
+ }
+ }
+ ]
+}
+```
v1.0 Identitygovernance Run List Userprocessingresults https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-run-list-userprocessingresults.md
+
+ Title: "List userProcessingResults (for a run of a lifecycle workflow)"
+description: "List user processing results of a workflow run."
+
+ms.localizationpriority: medium
++
+# List userProcessingResults (for a run of a lifecycle workflow)
+
+Namespace: microsoft.graph.identityGovernance
++
+Get user processing results of a workflow [run](../resources/identitygovernance-run.md) object.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/runs/{runId}/userProcessingResults/
+```
+
+## Optional query parameters
+
+This method supports the `$select`, `$orderBy`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a collection of [userProcessingResults](../resources/identitygovernance-userprocessingresult.md) object in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_get_run_taskprocessingresult"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/14879e66-9ea9-48d0-804d-8fea672d0341/runs/dad77a47-6eda-4de7-bc37-fe8eb5aaf17d/userProcessingResults/
+```
+
+### Response
+
+The following is an example of the response
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.run"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('14879e66-9ea9-48d0-804d-8fea672d0341')/runs('dad77a47-6eda-4de7-bc37-fe8eb5aaf17d')/userProcessingResults",
+ "value": [
+ {
+ "id": "78b83505-6967-4168-a7ea-4921c0543ce9",
+ "completedDateTime": "2022-08-24T23:28:11.1348863Z",
+ "failedTasksCount": 0,
+ "processingStatus": "completed",
+ "scheduledDateTime": "2022-08-24T23:28:01.6476554Z",
+ "startedDateTime": "2022-08-24T23:28:04.490313Z",
+ "totalTasksCount": 2,
+ "totalUnprocessedTasksCount": 0,
+ "workflowExecutionType": "onDemand",
+ "workflowVersion": 1,
+ "subject": {
+ "id": "ea09ac2e-77e3-4134-85f2-25ccf3c33387"
+ }
+ },
+ {
+ "id": "16db611b-2518-48cf-89c0-3763abf8d0ab",
+ "completedDateTime": "2022-08-24T23:28:11.1100134Z",
+ "failedTasksCount": 0,
+ "processingStatus": "completed",
+ "scheduledDateTime": "2022-08-24T23:28:01.6476554Z",
+ "startedDateTime": "2022-08-24T23:28:04.5469497Z",
+ "totalTasksCount": 2,
+ "totalUnprocessedTasksCount": 0,
+ "workflowExecutionType": "onDemand",
+ "workflowVersion": 1,
+ "subject": {
+ "id": "8cdf25a8-c9d2-423e-a03d-3f39f03c3e97"
+ }
+ }
+ ]
+}
+```
v1.0 Identitygovernance Run Summary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-run-summary.md
+
+ Title: "run: summary (of a lifecycle workflow)"
+description: "A summary of runs for a specified time period. Since the amount of runs returned by the List API call can be overwhelming, this summary allows the administrator to get a quick overview based on counts."
+
+ms.localizationpriority: medium
++
+# run: summary (of a lifecycle workflow)
+
+Namespace: microsoft.graph.identityGovernance
++
+A summary of runs for a specified time period. Since the amount of runs returned by the List API call can be overwhelming, this summary allows the administrator to get a quick overview based on counts.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/runs/summary(startDateTime={timestamp},endDateTime={timestamp})
+```
+
+## Function parameters
+
+In the request URL, provide the following query parameters with values.
+The following table shows the parameters that are required with this function.
+
+|Parameter|Type|Description|
+|:|:|:|
+|startDateTime|DateTimeOffset|The start date and time of the workflow run|
+|endDateTime|DateTimeOffset|The end date and time of the workflow run|
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this function returns a `200 OK` response code and a [runSummary](../resources/identitygovernance-runsummary.md) in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_runthis.summary"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/14879e66-9ea9-48d0-804d-8fea672d0341/runs/summary(startDateTime=2022-08-01T00:00:00Z,endDateTime=2022-08-31T00:00:00Z)
+```
+
+### Response
+
+The following is an example of the response
+>**Note:** The response object shown here might be shortened for readability.
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.runSummary"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#microsoft.graph.identityGovernance.runSummary",
+ "failedRuns": 0,
+ "failedTasks": 0,
+ "successfulRuns": 1,
+ "totalRuns": 2,
+ "totalTasks": 4,
+ "totalUsers": 2
+}
+```
v1.0 Identitygovernance Task Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-task-get.md
+
+ Title: "Get task (in a lifecycle workflow)"
+description: "Read the properties of a task object in a lifecycle workflow."
+
+ms.localizationpriority: medium
++
+# Get task (in a lifecycle workflow)
+
+Namespace: microsoft.graph.identityGovernance
++
+Get a task specific from a [workflow](../resources/identitygovernance-workflow.md) or [workflowVersion](../resources/identitygovernance-workflowversion.md).
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+Fetch tasks for a lifecycle workflow.
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflow/{workflowId}/tasks/{taskId}
+```
+
+Fetch tasks for a lifecycle workflow version.
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/156ce798-1eb6-4e0a-8515-e79f54d04390/versions/2/tasks/4d9d41d7-a8e1-4f2f-8c8c-a883bc02e6ee
+```
+
+## Optional query parameters
+
+This method does not support OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a [task](../resources/identitygovernance-task.md) object in the response body.
+
+## Examples
+
+### Example 1: Get a task from a workflow
+
+#### Request
+
+The following is an example of a request to get a task from a workflow.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_get_workflow_task"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflow/156ce798-1eb6-4e0a-8515-e79f54d04390/tasks/fafa2189-cd62-4643-a825-06cab8817086
+```
+
+#### Response
+
+The following is an example of the response of a request to get a task from a workflow.
+
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.task"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('156ce798-1eb6-4e0a-8515-e79f54d04390')/tasks/$entity",
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Enable user account in the directory",
+ "displayName": "Enable User Account",
+ "executionSequence": 1,
+ "id": "fafa2189-cd62-4643-a825-06cab8817086",
+ "isEnabled": true,
+ "taskDefinitionId": "6fc52c9d-398b-4305-9763-15f42c1676fc",
+ "arguments": []
+}
+```
+
+### Example 2: Get a task from a workflow version
+
+#### Request
+
+The following is an example of a request to get a task from a workflow version.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_get_workflowVersion_task"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/156ce798-1eb6-4e0a-8515-e79f54d04390/versions/2/tasks/4d9d41d7-a8e1-4f2f-8c8c-a883bc02e6ee
+```
+
+#### Response
+
+The following is an example of the response of a request to get a task from a workflow version.
+
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.task"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('14879e66-9ea9-48d0-804d-8fea672d0341')/versions(1)/tasks/$entity",
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Add user to selected groups",
+ "displayName": "Add User To Groups",
+ "executionSequence": 2,
+ "id": "eedd8043-90a1-4e3c-9112-b2a8917ea3ae",
+ "isEnabled": true,
+ "taskDefinitionId": "22085229-5809-45e8-97fd-270d28d66910",
+ "arguments": [
+ {
+ "name": "groupID",
+ "value": "e5659cb0-bcbb-4a9f-9092-90f72bd19028"
+ }
+ ]
+}
+```
v1.0 Identitygovernance Taskdefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-taskdefinition-get.md
+
+ Title: "Get taskDefinition"
+description: "Read the properties and relationships of a taskDefinition object."
+
+ms.localizationpriority: medium
++
+# Get taskDefinition
+
+Namespace: microsoft.graph.identityGovernance
++
+Read the properties and relationships of a [taskDefinition](../resources/identitygovernance-taskdefinition.md) object.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinitionId}
+```
+
+## Optional query parameters
+
+This method supports the `$select` OData query parameter to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a [taskDefinition](../resources/identitygovernance-taskdefinition.md) object in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_get_taskdefinition"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/taskDefinitions/1dfdfcc7-52fa-4c2e-bf3a-e3919cc12950
+```
+
+### Response
+
+The following is an example of the response
+>**Note:** The response object shown here might be shortened for readability.
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.taskDefinition"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/taskDefinitions/$entity",
+ "category": "joiner,leaver",
+ "description": "Disable user account in the directory",
+ "displayName": "Disable User Account",
+ "id": "1dfdfcc7-52fa-4c2e-bf3a-e3919cc12950",
+ "version": 1,
+ "parameters": []
+}
+```
v1.0 Identitygovernance Taskprocessingresult Resume https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-taskprocessingresult-resume.md
+
+ Title: "taskProcessingResult: resume"
+description: "An Azure Logic Apps system-assigned managed identity calls this API to resume the task processing result that's in progress."
+
+ms.localizationpriority: medium
++
+# taskProcessingResult: resume
+
+Namespace: microsoft.graph.identityGovernance
++
+Resume a task processing result that's `inProgress`. An Azure Logic Apps system-assigned managed identity calls this API.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|Not supported.|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|Not Supported.|
+
+> [!IMPORTANT]
+> Only the Azure Logic Apps system-assigned managed identity that's specified in the [custom task extension authentication Configuration](../resources/identitygovernance-customtaskextension.md) can call this API. The authorized resource doesn't require any Microsoft Graph permissions.
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+POST /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/tasks/{taskId}/taskProcessingResults/{taskProcessingResultsId}/resume
+```
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+|Content-Type|application/json. Required.|
+
+## Request body
+
+In the request body, supply a [custom extension callout response](../resources/customextensioncalloutresponse.md).
+
+The following table shows the parameters that can be used with this action.
+
+|Parameter|Type|Description|
+|:|:|:|
+|source|String|The source of the `taskProcessingResult`.|
+|type|String|The type of the `taskProcessingResult`.|
+|data|[microsoft.graph.identityGovernance.customTaskExtensionCallbackData](../resources/identitygovernance-customtaskextensioncallbackdata.md)|The customtaskextensionCallbackData of the taskProcessingResult. The logic app returns an operation status of whether or not it successfully ran. The taskprocessingresult resumes based on how the task was designed in the workflow. |
+
+## Response
+
+If successful, this action returns a `204 No Content` response code.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_taskprocessingresultthis.resume"
+}
+-->
+``` http
+POST https://graph.microsoft.com/beta//identityGovernance/lifecycleWorkflows/workflows/4f36da05-5df8-457d-adb3-b132e7b59571/tasks/e07dcdb2-0a77-4ee3-8645-3801fbe1cf9f/taskProcessingResults/6e1ec336-8d06-4386-a377-79dbab1a2eb6/resume
+Content-Type: application/json
+Content-length: 155
+
+{
+ "data": {
+ "operationStatus": "Completed"
+ },
+ "source": "sample",
+ "type": "lifecycleEvent"
+}
+```
+
+### Response
+
+The following is an example of the response.
+<!-- {
+ "blockType": "response",
+ "truncated": true
+}
+-->
+``` http
+HTTP/1.1 204 No Content
+```
v1.0 Identitygovernance Taskreport List Taskprocessingresults https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-taskreport-list-taskprocessingresults.md
+
+ Title: "List taskProcessingResult (for a taskReport)"
+description: "Get a list of taskProcessingResult objects and their properties for a taskReport."
+
+ms.localizationpriority: medium
++
+# List taskProcessingResult (for a taskReport)
+
+Namespace: microsoft.graph.identityGovernance
++
+Get the task processing result resources from the [taskReport](../resources/identitygovernance-taskreport.md).
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/taskReports/{taskReportId}/taskProcessingResults
+```
+
+## Optional query parameters
+
+This method supports the `$select`, `$orderby`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a collection of [taskProcessingResult](../resources/identitygovernance-taskprocessingresult.md) objects in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_list_taskreport_taskprocessingresult"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/14879e66-9ea9-48d0-804d-8fea672d0341/taskReports/3a3bea11-99ca-462d-86fb-d283db8d734a/taskProcessingResults
+```
+
+### Response
+
+The following is an example of the response
+>**Note:** The response object shown here might be shortened for readability.
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "Collection(microsoft.graph.identityGovernance.taskProcessingResult)"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('14879e66-9ea9-48d0-804d-8fea672d0341')/taskReports('3a3bea11-99ca-462d-86fb-d283db8d734a')/taskProcessingResults",
+ "value": [
+ {
+ "completedDateTime": "2022-08-24T23:28:05.3529197Z",
+ "createdDateTime": "2022-08-24T23:28:04.5490995Z",
+ "id": "05a96d7a-0e00-459c-b6c8-1870099e8275",
+ "processingStatus": "completed",
+ "startedDateTime": "2022-08-24T23:28:05.1234966Z",
+ "failureReason": null,
+ "subject": {
+ "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet",
+ "id": "ea09ac2e-77e3-4134-85f2-25ccf3c33387"
+ },
+ "task": {
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Enable user account in the directory",
+ "displayName": "Enable User Account",
+ "executionSequence": 1,
+ "id": "917e9eab-415d-4e45-b39d-87eb5e30de38",
+ "isEnabled": true,
+ "taskDefinitionId": "6fc52c9d-398b-4305-9763-15f42c1676fc",
+ "arguments": []
+ }
+ },
+ {
+ "completedDateTime": "2022-08-24T23:28:05.3665043Z",
+ "createdDateTime": "2022-08-24T23:28:04.6062005Z",
+ "id": "bf3cf897-d08d-41fe-b874-bbaca883f2d4",
+ "processingStatus": "completed",
+ "startedDateTime": "2022-08-24T23:28:05.1438145Z",
+ "failureReason": null,
+ "subject": {
+ "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet",
+ "id": "8cdf25a8-c9d2-423e-a03d-3f39f03c3e97"
+ },
+ "task": {
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Enable user account in the directory",
+ "displayName": "Enable User Account",
+ "executionSequence": 1,
+ "id": "917e9eab-415d-4e45-b39d-87eb5e30de38",
+ "isEnabled": true,
+ "taskDefinitionId": "6fc52c9d-398b-4305-9763-15f42c1676fc",
+ "arguments": []
+ }
+ }
+ ]
+}
+```
v1.0 Identitygovernance Taskreport Summary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-taskreport-summary.md
+
+ Title: "taskReport: summary (of a lifecycle workflow)"
+description: "A summary of task processing results for a specified time period. Since the amount of task processing results and task reports returned by the List API calls can be overwhelming, this summary allows the administrator to get a quick overview based on counts."
+
+ms.localizationpriority: medium
++
+# taskReport: summary (of a lifecycle workflow)
+
+Namespace: microsoft.graph.identityGovernance
++
+Get a [taskReportSummary](../resources/identitygovernance-taskreportsummary.md) object.
+
+This API provides a summary of task processing results for a specified time period. Because the volume of task processing results and task reports returned by the List API calls can be overwhelming, this summary allows the administrator to get a quick overview based on counts.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/taskReports/summary(startDateTime={timestamp},endDateTime={timestamp})
+```
++
+## Function parameters
+In the request URL, provide the following query parameters with values.
+
+|Parameter|Type|Description|
+|:|:|:|
+|startDateTime|DateTimeOffset|The start date and time of the period for which the **taskReport** summary will be generated.|
+|endDateTime|DateTimeOffset|The end date and time of the period for which the **taskReport** summary will be generated.|
+
+## Optional query parameters
+
+This method supports the `$count`, `$orderBy`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a [taskReportSummary](../resources/identitygovernance-taskreportsummary.md) object in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_get_taskreport.summary"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/14879e66-9ea9-48d0-804d-8fea672d0341/taskReports/summary(startDateTime=2022-08-19T00:00:00.000Z,endDateTime=2022-08-25T00:33:31.533Z)
+```
+
+### Response
+
+The following is an example of the response
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.taskReport"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#microsoft.graph.identityGovernance.taskReportSummary",
+ "successfulTasks": 8,
+ "failedTasks": 0,
+ "unprocessedTasks": 0,
+ "totalTasks": 8
+}
+```
v1.0 Identitygovernance Userprocessingresult Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-userprocessingresult-get.md
+
+ Title: "Get userProcessingResult (for a run of a lifecycle workflow)"
+description: "Read the properties of a userProcessingResult for a run of a lifecycle workflow."
+
+ms.localizationpriority: medium
++
+# Get userProcessingResult (for a run of a lifecycle workflow)
+
+Namespace: microsoft.graph.identityGovernance
++
+Get the user processing result of a [run](../resources/identitygovernance-run.md) object.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflows/{{workflow_id}}/runs/{runId}/userProcessingResults/{userProcessingResultId}
+```
+
+## Optional query parameters
+
+This method supports the `$select` OData query parameter to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a [userProcessingResult](../resources/identitygovernance-userprocessingresult.md) object in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_get_run_userprocessingresult"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/14879e66-9ea9-48d0-804d-8fea672d0341/runs/dad77a47-6eda-4de7-bc37-fe8eb5aaf17d/userProcessingResults/78b83505-6967-4168-a7ea-4921c0543ce9
+```
+
+### Response
+
+The following is an example of the response
+>**Note:** The response object shown here might be shortened for readability.
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.run"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('14879e66-9ea9-48d0-804d-8fea672d0341')/runs('dad77a47-6eda-4de7-bc37-fe8eb5aaf17d')/userProcessingResults/$entity",
+ "id": "78b83505-6967-4168-a7ea-4921c0543ce9",
+ "completedDateTime": "2022-08-24T23:28:11.1348863Z",
+ "failedTasksCount": 0,
+ "processingStatus": "completed",
+ "scheduledDateTime": "2022-08-24T23:28:01.6476554Z",
+ "startedDateTime": "2022-08-24T23:28:04.490313Z",
+ "totalTasksCount": 2,
+ "totalUnprocessedTasksCount": 0,
+ "workflowExecutionType": "onDemand",
+ "workflowVersion": 1,
+ "subject": {
+ "id": "ea09ac2e-77e3-4134-85f2-25ccf3c33387"
+ }
+}
+```
v1.0 Identitygovernance Userprocessingresult List Taskprocessingresults https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-userprocessingresult-list-taskprocessingresults.md
+
+ Title: "List taskProcessingResults (for a userProcessingResult)"
+description: "Get the taskProcessingResult resources from the taskProcessingResults object."
+
+ms.localizationpriority: medium
++
+# List taskProcessingResults (for a userProcessingResult)
+
+Namespace: microsoft.graph.identityGovernance
++
+Get the task processing result from a [userProcessingResult](../resources/identitygovernance-userprocessingresult.md).
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/userProcessingResults/{userProcessingResultId}/taskProcessingResults
+```
+
+## Optional query parameters
+
+This method supports the `$select`, `$orderby`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a collection of [taskProcessingResult](../resources/identitygovernance-taskprocessingresult.md) objects in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_list_workflow_userprocessingresult_taskprocessingresult"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/IdentityGovernance/lifecycleWorkflows/workflows/14879e66-9ea9-48d0-804d-8fea672d0341/userProcessingResults/78b83505-6967-4168-a7ea-4921c0543ce9/taskProcessingResults
+```
+
+### Response
+
+The following is an example of the response
+>**Note:** The response object shown here might be shortened for readability.
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "Collection(microsoft.graph.identityGovernance.taskProcessingResult)"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('14879e66-9ea9-48d0-804d-8fea672d0341')/userProcessingResults('78b83505-6967-4168-a7ea-4921c0543ce9')/taskProcessingResults",
+ "value": [
+ {
+ "completedDateTime": "2022-08-24T23:28:05.3529197Z",
+ "createdDateTime": "2022-08-24T23:28:04.5490995Z",
+ "id": "05a96d7a-0e00-459c-b6c8-1870099e8275",
+ "processingStatus": "completed",
+ "startedDateTime": "2022-08-24T23:28:05.1234966Z",
+ "failureReason": null,
+ "subject": {
+ "id": "ea09ac2e-77e3-4134-85f2-25ccf3c33387"
+ },
+ "task": {
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Enable user account in the directory",
+ "displayName": "Enable User Account",
+ "executionSequence": 1,
+ "id": "917e9eab-415d-4e45-b39d-87eb5e30de38",
+ "isEnabled": false,
+ "taskDefinitionId": "6fc52c9d-398b-4305-9763-15f42c1676fc",
+ "arguments": []
+ }
+ },
+ {
+ "completedDateTime": "2022-08-24T23:28:06.760333Z",
+ "createdDateTime": "2022-08-24T23:28:04.5571759Z",
+ "id": "e30b12e1-45fa-4463-8d54-48f43fd8942a",
+ "processingStatus": "completed",
+ "startedDateTime": "2022-08-24T23:28:06.3926865Z",
+ "failureReason": null,
+ "subject": {
+ "id": "ea09ac2e-77e3-4134-85f2-25ccf3c33387"
+ },
+ "task": {
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Add user to selected groups",
+ "displayName": "Add User To Groups",
+ "executionSequence": 2,
+ "id": "eedd8043-90a1-4e3c-9112-b2a8917ea3ae",
+ "isEnabled": true,
+ "taskDefinitionId": "22085229-5809-45e8-97fd-270d28d66910",
+ "arguments": [
+ {
+ "name": "groupID",
+ "value": "e5659cb0-bcbb-4a9f-9092-90f72bd19028"
+ }
+ ]
+ }
+ }
+ ]
+}
+```
v1.0 Identitygovernance Userprocessingresult Summary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-userprocessingresult-summary.md
+
+ Title: "userProcessingResult: summary"
+description: "The summary of userProcessingResult for a lifecycle workflow."
+
+ms.localizationpriority: medium
++
+# userProcessingResult: summary
+
+Namespace: microsoft.graph.identityGovernance
++
+Provide a summary of user processing results for a specified time period. Because the amount of user processing results returned by the List API call can be overwhelming, this summary allows the administrator to get a quick overview based on counts.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported|
+|Application|LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/userProcessingResults/summary(startDateTime={TimeStamp},endDateTime={TimeStamp})
+```
+
+## Function parameters
+
+In the request URL, provide the following query parameters with values.
+
+|Parameter|Type|Description|
+|:|:|:|
+|startDateTime|DateTimeOffset|The start date and time of the user processing result summary.|
+|endDateTime|DateTimeOffset|The end date and time of the user processing result summary|
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this function returns a `200 OK` response code and a [userSummary](../resources/identitygovernance-usersummary.md) in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_userprocessingresultthis.summary"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/IdentityGovernance/lifecycleWorkflows/workflows/14879e66-9ea9-48d0-804d-8fea672d0341/userProcessingResults/summary(startDateTime=2022-07-20T00:00:00Z,endDateTime=2022-07-23T00:00:00Z)
+```
+
+### Response
+
+The following is an example of the response
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.usersProcessingSummary"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#microsoft.graph.identityGovernance.userSummary",
+ "failedTasks": 0,
+ "failedUsers": 0,
+ "successfulUsers": 2,
+ "totalTasks": 4,
+ "totalUsers": 2
+}
+```
v1.0 Identitygovernance Workflow Activate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-activate.md
+
+ Title: "workflow: activate (run a workflow on-demand)"
+description: "Run a workflow on-demand for time critical execution and testing."
+
+ms.localizationpriority: medium
++
+# workflow: activate (run a workflow on-demand)
+
+Namespace: microsoft.graph.identityGovernance
++
+Activate (run on-demand) a [workflow](../resources/identitygovernance-workflow.md) object.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+POST /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/activate
+```
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+|Content-Type|application/json. Required.|
+
+## Request body
+
+In the request body, supply a JSON representation of the parameters.
+
+The following table shows the parameters that are required with this action.
+
+|Parameter|Type|Description|
+|:|:|:|
+|subjects|[microsoft.graph.user](../resources/user.md) collection|The subjects for whom the workflow is activated.|
+
+## Response
+
+If successful, this action returns a `204 No Content` response code.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_workflowthis.activate"
+}
+-->
+``` http
+POST https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/14879e66-9ea9-48d0-804d-8fea672d0341/activate
+Content-Type: application/json
+
+{
+ "subjects": [
+ { "id": "8cdf25a8-c9d2-423e-a03d-3f39f03c3e97"},
+ { "id": "ea09ac2e-77e3-4134-85f2-25ccf3c33387"}
+ ]
+}
+```
+
+### Response
+
+<!-- {
+ "blockType": "response",
+ "truncated": true
+}
+-->
+``` http
+HTTP/1.1 204 No Content
+```
v1.0 Identitygovernance Workflow Createnewversion https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-createnewversion.md
+
+ Title: "workflow: createNewVersion"
+description: "Create a new version of a lifecycle workflow object."
+
+ms.localizationpriority: medium
++
+# workflow: createNewVersion
+
+Namespace: microsoft.graph.identityGovernance
++
+Create a new version of the [workflow](../resources/identitygovernance-workflow.md) object.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+POST /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/createNewVersion
+
+```
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+|Content-Type|application/json. Required.|
+
+## Request body
+
+In the request body, supply a JSON representation of the parameters.
+
+The following table shows the parameters that can be used with this action.
+
+|Parameter|Type|Description|
+|:|:|:|
+|workflow|[microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md)|The workflow for which you want to create a new version.|
+
+## Response
+
+If successful, this action returns a `200 OK` response code and a [workflow](../resources/identitygovernance-workflow.md) in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_workflowthis.createnewversion"
+}
+-->
+``` http
+POST https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/{workflowId}/createNewVersion
+Content-Type: application/json
+Content-length: 631
+
+{
+ "workflow":{
+ "description": "Configure new hire tasks for onboarding employees on their first day",
+ "displayName": "Global onboard new hire employee",
+ "isEnabled": true,
+ "isSchedulingEnabled": false,
+ "executionConditions": {
+ "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions",
+ "scope": {
+ "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet",
+ "rule": "(department eq 'Marketing')"
+ },
+ "trigger": {
+ "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger",
+ "timeBasedAttribute": "employeeHireDate",
+ "offsetInDays": 1
+ }
+ },
+ "tasks": [
+ {
+ "continueOnError": false,
+ "description": "Enable user account in the directory",
+ "displayName": "Enable User Account",
+ "isEnabled": true,
+ "taskDefinitionId": "6fc52c9d-398b-4305-9763-15f42c1676fc",
+ "arguments": []
+ },
+ {
+ "continueOnError": false,
+ "description": "Send welcome email to new hire",
+ "displayName": "Send Welcome Email",
+ "isEnabled": true,
+ "taskDefinitionId": "70b29d51-b59a-4773-9280-8841dfd3f2ea",
+ "arguments": []
+ }
+ ]
+ }
+}
+```
+
+### Response
+
+The following is an example of the response
+>**Note:** The response object shown here might be shortened for readability.
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.workflow"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "workflow":{
+ "description": "Configure new hire tasks for onboarding employees on their first day",
+ "displayName": "Global onboard new hire employee",
+ "isEnabled": true,
+ "isSchedulingEnabled": false,
+ "executionConditions": {
+ "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions",
+ "scope": {
+ "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet",
+ "rule": "(department eq 'Marketing')"
+ },
+ "trigger": {
+ "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger",
+ "timeBasedAttribute": "employeeHireDate",
+ "offsetInDays": 1
+ }
+ },
+ "tasks": [
+ {
+ "continueOnError": false,
+ "description": "Enable user account in the directory",
+ "displayName": "Enable User Account",
+ "isEnabled": true,
+ "taskDefinitionId": "6fc52c9d-398b-4305-9763-15f42c1676fc",
+ "arguments": []
+ },
+ {
+ "continueOnError": false,
+ "description": "Send welcome email to new hire",
+ "displayName": "Send Welcome Email",
+ "isEnabled": true,
+ "taskDefinitionId": "70b29d51-b59a-4773-9280-8841dfd3f2ea",
+ "arguments": []
+ }
+ ]
+ }
+}
+```
v1.0 Identitygovernance Workflow Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-delete.md
+
+ Title: "Delete workflow (lifecycle workflow)"
+description: "Deletes a workflow object."
+
+ms.localizationpriority: medium
++
+# Delete workflow (lifecycle workflow)
+
+Namespace: microsoft.graph.identityGovernance
++
+Delete a [workflow](../resources/identitygovernance-workflow.md) object and its associated [tasks](../resources/identitygovernance-task.md), [taskProcessingResults](../resources/identitygovernance-taskprocessingresult.md) and [versions](../resources/identitygovernance-workflowversion.md). You can restore a deleted workflow and its associated objects within 30 days of deletion.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+DELETE /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/
+```
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `204 No Content` response code.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_delete_workflow"
+}
+-->
+``` http
+DELETE https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/4c9c57b9-e1e9-4bed-a936-4fad9d8f5638
+```
+
+### Response
+
+<!-- {
+ "blockType": "response",
+ "truncated": true
+}
+-->
+``` http
+HTTP/1.1 204 No Content
+```
v1.0 Identitygovernance Workflow Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-get.md
+
+ Title: "Get workflow (lifecycle workflow)"
+description: "Read the properties and relationships of a workflow object."
+
+ms.localizationpriority: medium
++
+# Get workflow (lifecycle workflow)
+
+Namespace: microsoft.graph.identityGovernance
++
+Read the properties and relationships of a [workflow](../resources/identitygovernance-workflow.md) object.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}
+```
+
+## Optional query parameters
+
+This method supports the `$select` and `$expand` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a [workflow](../resources/identitygovernance-workflow.md) object in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_get_workflow"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/156ce798-1eb6-4e0a-8515-e79f54d04390
+```
+
+### Response
+
+The following is an example of the response
+
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.workflow"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows/$entity",
+ "category": "joiner",
+ "description": "Configure new hire tasks for onboarding employees on their first day",
+ "displayName": "Onboard new hire employee",
+ "lastModifiedDateTime": "2022-08-24T15:39:17.6496744Z",
+ "createdDateTime": "2022-08-24T15:39:17.6496704Z",
+ "deletedDateTime": null,
+ "id": "156ce798-1eb6-4e0a-8515-e79f54d04390",
+ "isEnabled": true,
+ "isSchedulingEnabled": false,
+ "nextScheduleRunDateTime": null,
+ "version": 1,
+ "executionConditions": {
+ "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions",
+ "scope": {
+ "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet",
+ "rule": "(department eq 'Marketing')"
+ },
+ "trigger": {
+ "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger",
+ "timeBasedAttribute": "employeeHireDate",
+ "offsetInDays": 0
+ }
+ },
+ "lastModifiedBy": {
+ "id": "a698128f-b34f-44db-a9f9-7661c7aba8d8"
+ },
+ "tasks@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('156ce798-1eb6-4e0a-8515-e79f54d04390')/tasks",
+ "tasks": [
+ {
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Enable user account in the directory",
+ "displayName": "Enable User Account",
+ "executionSequence": 1,
+ "id": "4469d2ee-0626-4aa6-a792-84afcb9f3759",
+ "isEnabled": true,
+ "taskDefinitionId": "6fc52c9d-398b-4305-9763-15f42c1676fc",
+ "arguments": []
+ },
+ {
+ "category": "joiner",
+ "continueOnError": false,
+ "description": "Send welcome email to new hire",
+ "displayName": "Send Welcome Email",
+ "executionSequence": 2,
+ "id": "e93e4d5d-1bcd-4175-b8a1-81729e3b4df9",
+ "isEnabled": true,
+ "taskDefinitionId": "70b29d51-b59a-4773-9280-8841dfd3f2ea",
+ "arguments": []
+ },
+ {
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Add user to selected groups",
+ "displayName": "Add User To Groups",
+ "executionSequence": 3,
+ "id": "072a6872-6052-4d4a-93f0-a0ff3f1dec19",
+ "isEnabled": true,
+ "taskDefinitionId": "22085229-5809-45e8-97fd-270d28d66910",
+ "arguments": [
+ {
+ "name": "groupID",
+ "value": "e5659cb0-bcbb-4a9f-9092-90f72bd19028"
+ }
+ ]
+ }
+ ],
+ "createdBy": {
+ "id": "a698128f-b34f-44db-a9f9-7661c7aba8d8"
+ }
+}
+```
v1.0 Identitygovernance Workflow List Runs https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-list-runs.md
+
+ Title: "List runs (for a lifecycle workflow)"
+description: "Get a list of the run objects and their properties for a lifecycle workflow."
+
+ms.localizationpriority: medium
++
+# List runs (for a lifecycle workflow)
+
+Namespace: microsoft.graph.identityGovernance
++
+Get a list of the run objects and their properties for a [lifecycle workflow](../resources/identitygovernance-workflow.md).
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/runs/
+```
+
+## Optional query parameters
+
+This method supports the `$select`, `$orderby`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a collection of [run](../resources/identitygovernance-run.md) objects in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_list_run"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/14879e66-9ea9-48d0-804d-8fea672d0341/runs/
+```
+
+### Response
+
+The following is an example of the response
+>**Note:** The response object shown here might be shortened for readability.
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "Collection(microsoft.graph.identityGovernance.run)"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('14879e66-9ea9-48d0-804d-8fea672d0341')/runs",
+ "@odata.count": 2,
+ "value": [
+ {
+ "id": "dad77a47-6eda-4de7-bc37-fe8eb5aaf17d",
+ "completedDateTime": "2022-08-24T23:28:11.1348863Z",
+ "failedTasksCount": 0,
+ "failedUsersCount": 0,
+ "lastUpdatedDateTime": "2022-08-24T23:33:09.186588Z",
+ "processingStatus": "completed",
+ "scheduledDateTime": "2022-08-24T23:28:01.6476554Z",
+ "startedDateTime": "2022-08-24T23:28:04.5688752Z",
+ "successfulUsersCount": 2,
+ "totalTasksCount": 4,
+ "totalUsersCount": 2,
+ "totalUnprocessedTasksCount": 0,
+ "workflowExecutionType": "onDemand"
+ },
+ {
+ "id": "a512bb50-3423-4bdc-ad5e-9731095b3b9a",
+ "completedDateTime": "2022-08-25T00:15:11.8535443Z",
+ "failedTasksCount": 0,
+ "failedUsersCount": 0,
+ "lastUpdatedDateTime": "2022-08-25T00:20:05.8667912Z",
+ "processingStatus": "completed",
+ "scheduledDateTime": "2022-08-25T00:15:04.0253846Z",
+ "startedDateTime": "2022-08-25T00:15:05.1818741Z",
+ "successfulUsersCount": 2,
+ "totalTasksCount": 4,
+ "totalUsersCount": 2,
+ "totalUnprocessedTasksCount": 0,
+ "workflowExecutionType": "onDemand"
+ }
+ ]
+}
+```
v1.0 Identitygovernance Workflow List Task https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-list-task.md
+
+ Title: "List tasks (in a lifecycle workflow)"
+description: "Get a list of the task objects and their properties in a lifecycle workflow."
+
+ms.localizationpriority: medium
++
+# List tasks (in a lifecycle workflow)
+
+Namespace: microsoft.graph.identityGovernance
++
+Get the task resources from the tasks navigation property.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflow/{workflowId}/tasks
+```
+
+## Optional query parameters
+
+This method supports the `$search`, `$orderby`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a collection of [task](../resources/identitygovernance-task.md) objects in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_list_task"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflow/156ce798-1eb6-4e0a-8515-e79f54d04390/tasks
+```
+
+### Response
+
+The following is an example of the response
+>**Note:** The response object shown here might be shortened for readability.
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "Collection(microsoft.graph.identityGovernance.task)"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('156ce798-1eb6-4e0a-8515-e79f54d04390')/tasks",
+ "@odata.count": 2,
+ "value": [
+ {
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Enable user account in the directory",
+ "displayName": "Enable User Account",
+ "executionSequence": 1,
+ "id": "4d9d41d7-a8e1-4f2f-8c8c-a883bc02e6ee",
+ "isEnabled": true,
+ "taskDefinitionId": "6fc52c9d-398b-4305-9763-15f42c1676fc",
+ "arguments": []
+ },
+ {
+ "category": "joiner",
+ "continueOnError": false,
+ "description": "Send welcome email to new hire",
+ "displayName": "Send Welcome Email",
+ "executionSequence": 2,
+ "id": "a51a6a57-2ef7-4006-b0ca-285b19d5e1c8",
+ "isEnabled": true,
+ "taskDefinitionId": "70b29d51-b59a-4773-9280-8841dfd3f2ea",
+ "arguments": []
+ }
+ ]
+}
+```
v1.0 Identitygovernance Workflow List Taskreports https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-list-taskreports.md
+
+ Title: "List taskReports (for a lifecycle workflow)"
+description: "Get a list of the taskReport objects and their properties for a lifecycle workflow."
+
+ms.localizationpriority: medium
++
+# List taskReports (for a lifecycle workflow)
+
+Namespace: microsoft.graph.identityGovernance
++
+Get a list of the [taskReport](../resources/identitygovernance-taskreport.md) objects and their properties.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/taskReports
+```
+
+## Optional query parameters
+
+This method supports the `$select`, `$orderBy`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a collection of [taskReport](../resources/identitygovernance-taskreport.md) objects in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_list_taskreport"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/14879e66-9ea9-48d0-804d-8fea672d0341/taskReports
+```
+
+### Response
+
+The following is an example of the response
+>**Note:** The response object shown here might be shortened for readability.
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "Collection(microsoft.graph.identityGovernance.taskReport)"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('14879e66-9ea9-48d0-804d-8fea672d0341')/taskReports",
+ "@odata.count": 4,
+ "value": [
+ {
+ "id": "3a3bea11-99ca-462d-86fb-d283db8d734a",
+ "runId": "dad77a47-6eda-4de7-bc37-fe8eb5aaf17d",
+ "processingStatus": "completed",
+ "successfulUsersCount": 2,
+ "failedUsersCount": 0,
+ "unprocessedUsersCount": 0,
+ "totalUsersCount": 2,
+ "startedDateTime": "2022-08-24T23:28:04.5785337Z",
+ "completedDateTime": "2022-08-24T23:28:11.1348863Z",
+ "lastUpdatedDateTime": "2022-08-24T23:33:09.1980352Z"
+ },
+ {
+ "id": "23f37fcb-040d-4ee9-91df-1234700ebeb6",
+ "runId": "dad77a47-6eda-4de7-bc37-fe8eb5aaf17d",
+ "processingStatus": "completed",
+ "successfulUsersCount": 2,
+ "failedUsersCount": 0,
+ "unprocessedUsersCount": 0,
+ "totalUsersCount": 2,
+ "startedDateTime": "2022-08-24T23:28:04.5861287Z",
+ "completedDateTime": "2022-08-24T23:28:11.1348863Z",
+ "lastUpdatedDateTime": "2022-08-24T23:33:09.2051571Z"
+ },
+ {
+ "id": "462e6deb-a7b4-4777-a494-389c495862b8",
+ "runId": "a512bb50-3423-4bdc-ad5e-9731095b3b9a",
+ "processingStatus": "completed",
+ "successfulUsersCount": 2,
+ "failedUsersCount": 0,
+ "unprocessedUsersCount": 0,
+ "totalUsersCount": 2,
+ "startedDateTime": "2022-08-25T00:15:05.25581Z",
+ "completedDateTime": "2022-08-25T00:15:11.8535443Z",
+ "lastUpdatedDateTime": "2022-08-25T00:20:05.8759088Z"
+ },
+ {
+ "id": "e3dd0719-a50a-463d-b32d-7176fa4519e4",
+ "runId": "a512bb50-3423-4bdc-ad5e-9731095b3b9a",
+ "processingStatus": "completed",
+ "successfulUsersCount": 2,
+ "failedUsersCount": 0,
+ "unprocessedUsersCount": 0,
+ "totalUsersCount": 2,
+ "startedDateTime": "2022-08-25T00:15:05.2771389Z",
+ "completedDateTime": "2022-08-25T00:15:11.8535443Z",
+ "lastUpdatedDateTime": "2022-08-25T00:20:05.9002556Z"
+ }
+ ]
+}
+```
v1.0 Identitygovernance Workflow List Userprocessingresults https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-list-userprocessingresults.md
+
+ Title: "List userProcessingResults (for a lifecycle workflow)"
+description: "Get a list of the userProcessingResult objects and their properties for a lifecycle workflow."
+
+ms.localizationpriority: medium
++
+# List userProcessingResults (for a lifecycle workflow)
+
+Namespace: microsoft.graph.identityGovernance
++
+Get the **userProcessingResult** resources for a [workflow](../resources/identitygovernance-workflow.md).
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /workflow/userProcessingResults
+```
+
+## Optional query parameters
+
+This method supports the `$select`, `$orderBy`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a collection of [userProcessingResult](../resources/identitygovernance-userprocessingresult.md) objects in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_list_userprocessingresult"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/{workflowid}/userProcessingResults
+```
+
+### Response
+
+The following is an example of the response
+>**Note:** The response object shown here might be shortened for readability.
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "Collection(microsoft.graph.identityGovernance.userProcessingResult)"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('156ce798-1eb6-4e0a-8515-e79f54d04390')/userProcessingResults",
+ "value": [
+ {
+ "id": "e831ffea-4156-482a-ba43-a8161f83efa8",
+ "completedDateTime": "2022-08-24T18:27:43.1283747Z",
+ "failedTasksCount": 1,
+ "processingStatus": "failed",
+ "scheduledDateTime": "2022-08-24T18:27:28.4105696Z",
+ "startedDateTime": "2022-08-24T18:27:34.47941Z",
+ "totalTasksCount": 3,
+ "totalUnprocessedTasksCount": 2,
+ "workflowExecutionType": "onDemand",
+ "workflowVersion": 1,
+ "subject": {
+ "@odata.type": "microsoft.graph.user",
+ "id": "b276ff04-835d-414c-a2a7-5c59e37cccc9"
+ }
+ },
+ {
+ "id": "c1fab0b4-222d-4bdf-ab09-eb99fc5a8061",
+ "completedDateTime": "2022-08-24T18:35:53.5871731Z",
+ "failedTasksCount": 1,
+ "processingStatus": "failed",
+ "scheduledDateTime": "2022-08-24T18:35:39.0021384Z",
+ "startedDateTime": "2022-08-24T18:35:48.0824202Z",
+ "totalTasksCount": 3,
+ "totalUnprocessedTasksCount": 2,
+ "workflowExecutionType": "onDemand",
+ "workflowVersion": 1,
+ "subject": {
+ "@odata.type": "microsoft.graph.user",
+ "id": "b276ff04-835d-414c-a2a7-5c59e37cccc9"
+ }
+ },
+ {
+ "id": "0481a153-f437-45f0-b07c-ebe1008f10c5",
+ "completedDateTime": "2022-08-24T23:26:41.4425594Z",
+ "failedTasksCount": 0,
+ "processingStatus": "completed",
+ "scheduledDateTime": "2022-08-24T23:26:24.1178409Z",
+ "startedDateTime": "2022-08-24T23:26:29.315238Z",
+ "totalTasksCount": 2,
+ "totalUnprocessedTasksCount": 0,
+ "workflowExecutionType": "onDemand",
+ "workflowVersion": 13,
+ "subject": {
+ "@odata.type": "microsoft.graph.user",
+ "id": "ea09ac2e-77e3-4134-85f2-25ccf3c33387"
+ }
+ }
+ ]
+}
+```
v1.0 Identitygovernance Workflow List Versions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-list-versions.md
+
+ Title: "List workflowVersions"
+description: "Get a list of the workflowVersion objects and their properties."
+
+ms.localizationpriority: medium
++
+# List versions (of a lifecycle workflow)
+
+Namespace: microsoft.graph.identityGovernance
++
+Get a list of the [workflowVersion](../resources/identitygovernance-workflowversion.md) objects and their properties.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/versions
+```
+
+## Optional query parameters
+
+This method supports the `$select`, `$count`, `$search`, `$orderby`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a collection of [workflowVersion](../resources/identitygovernance-workflowversion.md) objects in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_list_workflowversion"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/156ce798-1eb6-4e0a-8515-e79f54d04390/versions
+```
+
+### Response
+
+The following is an example of the response
+
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "Collection(microsoft.graph.identityGovernance.workflowVersion)"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('156ce798-1eb6-4e0a-8515-e79f54d04390')/versions",
+ "value": [
+ {
+ "category": "joiner",
+ "description": "Configure new hire tasks for onboarding employees on their first day",
+ "displayName": "Global onboard new hire employee",
+ "lastModifiedDateTime": "2022-08-24T19:33:03.8664941Z",
+ "versionNumber": 3,
+ "createdDateTime": "2022-08-24T19:31:33.5534766Z"
+ },
+ {
+ "category": "joiner",
+ "description": "Configure new hire tasks for onboarding employees on their first day",
+ "displayName": "Onboard new hire employee",
+ "lastModifiedDateTime": "2022-08-24T19:31:33.4303233Z",
+ "versionNumber": 2,
+ "createdDateTime": "2022-08-24T19:18:18.6841471Z"
+ },
+ {
+ "category": "joiner",
+ "description": "Configure new hire tasks for onboarding employees on their first day",
+ "displayName": "Onboard new hire employee",
+ "lastModifiedDateTime": "2022-08-24T19:18:18.5633638Z",
+ "versionNumber": 1,
+ "createdDateTime": "2022-08-24T15:39:17.6496784Z"
+ }
+ ]
+}
+```
v1.0 Identitygovernance Workflow Restore https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-restore.md
+
+ Title: "workflow: restore (a deleted workflow)"
+description: "Restore a lifecycle workflow."
+
+ms.localizationpriority: medium
++
+# workflow: restore (a deleted workflow)
+
+Namespace: microsoft.graph.identityGovernance
++
+Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Azure AD automatically permanently deletes it.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+POST /identityGovernance/deletedItems/lifecycleWorkflows/workflows/{workflowId}/restore
+```
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this action returns a `200 OK` response code and a [workflow](../resources/identitygovernance-workflow.md) in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_workflowthis.restore"
+}
+-->
+``` http
+POST https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/deletedItems/workflows/4c9c57b9-e1e9-4bed-a936-4fad9d8f5638/restore
+```
+
+### Response
+The following is an example of the response
+
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.workflow"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#workflow",
+ "@odata.type": "#microsoft.graph.identityGovernance.workflow",
+ "category": "joiner",
+ "description": "Configure new hire tasks for onboarding employees on their first day",
+ "displayName": "Australia Onboard new hire employee",
+ "lastModifiedDateTime": "2022-08-24T18:51:29.4301671Z",
+ "createdDateTime": "2022-08-24T18:30:33.1050022Z",
+ "deletedDateTime": null,
+ "id": "4c9c57b9-e1e9-4bed-a936-4fad9d8f5638",
+ "isEnabled": true,
+ "isSchedulingEnabled": false,
+ "nextScheduleRunDateTime": null,
+ "version": 1,
+ "executionConditions": null,
+ "lastModifiedBy": {
+ "id": "537b3620-fab7-435e-81bb-03fee751b789"
+ },
+ "tasks@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/deletedItems/workflows('4c9c57b9-e1e9-4bed-a936-4fad9d8f5638')('4c9c57b9-e1e9-4bed-a936-4fad9d8f5638')/tasks",
+ "tasks": [],
+ "createdBy": {
+ "id": "537b3620-fab7-435e-81bb-03fee751b789"
+ }
+}
+```
v1.0 Identitygovernance Workflow Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-update.md
+
+ Title: "Update workflow (lifecycle workflow)"
+description: "Update the properties of a workflow object."
+
+ms.localizationpriority: medium
++
+# Update workflow (lifecycle workflow)
+
+Namespace: microsoft.graph.identityGovernance
++
+Update the properties of a [workflow](../resources/identitygovernance-workflow.md) object.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+PATCH /identityGovernance/lifecycleWorkflows/workflows/{workflowId}
+```
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+|Content-Type|application/json. Required.|
+
+## Request body
++
+|Property|Type|Description|
+|:|:|:|
+|description|String|Describes the purpose of the workflow for administrative use.|
+|displayName|String|A unique string that identifies the workflow.|
+|isEnabled|Boolean|A boolean value that denotes whether the workflow is set to run or not.|
+|isSchedulingEnabled|Boolean|A Boolean value that denotes whether scheduling is enabled or not. |
++
+## Response
+
+If successful, this action returns a `204 No Content` response code.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_update_workflow"
+}
+-->
+``` http
+PATCH https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/156ce798-1eb6-4e0a-8515-e79f54d04390
+Content-Type: application/json
+Content-length: 454
+
+{
+ "description": "Configure new hire tasks for onboarding employees on their first day",
+ "displayName": "Australia Onboard new hire employee",
+ "isEnabled": true,
+ "isSchedulingEnabled": false
+}
+```
+
+### Response
+
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+
+}
+-->
+``` http
+HTTP/1.1 204 No Content
+```
v1.0 Identitygovernance Workflowtemplate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflowtemplate-get.md
+
+ Title: "Get workflowTemplate"
+description: "Read the properties and relationships of a workflowTemplate object."
+
+ms.localizationpriority: medium
++
+# Get workflowTemplate
+
+Namespace: microsoft.graph.identityGovernance
++
+Read the properties and relationships of a [workflowTemplate](../resources/identitygovernance-workflowtemplate.md) object.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplateId}
+```
+
+## Optional query parameters
+
+This method does not support any OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a [workflowTemplate](../resources/identitygovernance-workflowtemplate.md) object in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_get_workflowtemplate"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflowTemplates/77179007-8114-41b5-922e-2e22109df41f
+```
+
+### Response
+
+The following is an example of the response
+
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.workflowTemplate"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflowTemplates/$entity",
+ "category": "joiner",
+ "description": "Configure pre-hire tasks for onboarding employees before their first day",
+ "displayName": "Onboard pre-hire employee",
+ "id": "77179007-8114-41b5-922e-2e22109df41f",
+ "executionConditions": {
+ "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions",
+ "scope": {
+ "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet",
+ "rule": "department eq 'Marketing'"
+ },
+ "trigger": {
+ "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger",
+ "timeBasedAttribute": "employeeHireDate",
+ "offsetInDays": -7
+ }
+ },
+ "tasks@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflowTemplates('77179007-8114-41b5-922e-2e22109df41f')/tasks",
+ "tasks": [
+ {
+ "category": "joiner",
+ "continueOnError": false,
+ "description": "Generate Temporary Access Pass and send via email to user's manager",
+ "displayName": "Generate TAP And Send Email",
+ "executionSequence": 1,
+ "id": "3e062c24-d219-483d-9258-288f2a039b94",
+ "isEnabled": true,
+ "taskDefinitionId": "1b555e50-7f65-41d5-b514-5894a026d10d",
+ "arguments": [
+ {
+ "name": "tapLifetimeMinutes",
+ "value": "480"
+ },
+ {
+ "name": "tapIsUsableOnce",
+ "value": "true"
+ }
+ ]
+ }
+ ]
+}
+```
v1.0 Identitygovernance Workflowversion Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflowversion-get.md
+
+ Title: "Get workflowVersion"
+description: "Read the properties and relationships of a workflowVersion object."
+
+ms.localizationpriority: medium
++
+# Get workflowVersion
+
+Namespace: microsoft.graph.identityGovernance
++
+Read the properties and relationships of a [workflowVersion](../resources/identitygovernance-workflowversion.md) object.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/versions/{workflowVersionId}
+```
+
+## Optional query parameters
+
+This method supports the `$select` and `$expand` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a [workflowVersion](../resources/identitygovernance-workflowversion.md) object in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_get_workflowversion"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/156ce798-1eb6-4e0a-8515-e79f54d04390/versions/3
+```
+
+### Response
+
+The following is an example of the response
+
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.identityGovernance.workflowVersion"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('156ce798-1eb6-4e0a-8515-e79f54d04390')/versions/$entity",
+ "category": "joiner",
+ "description": "Configure new hire tasks for onboarding employees on their first day",
+ "displayName": "Global onboard new hire employee",
+ "lastModifiedDateTime": "2022-08-24T19:33:03.8664941Z",
+ "versionNumber": 3,
+ "createdDateTime": "2022-08-24T19:31:33.5534766Z",
+ "executionConditions": {
+ "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions",
+ "scope": {
+ "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet",
+ "rule": "(department eq 'Marketing')"
+ },
+ "trigger": {
+ "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger",
+ "timeBasedAttribute": "employeeHireDate",
+ "offsetInDays": 0
+ }
+ },
+ "lastModifiedBy": {
+ "id": "a698128f-b34f-44db-a9f9-7661c7aba8d8"
+ },
+ "tasks@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('156ce798-1eb6-4e0a-8515-e79f54d04390')/versions(3)/tasks",
+ "tasks": [
+ {
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Enable user account in the directory",
+ "displayName": "Enable User Account",
+ "executionSequence": 1,
+ "id": "fafa2189-cd62-4643-a825-06cab8817086",
+ "isEnabled": true,
+ "taskDefinitionId": "6fc52c9d-398b-4305-9763-15f42c1676fc",
+ "arguments": []
+ },
+ {
+ "category": "joiner",
+ "continueOnError": false,
+ "description": "Send welcome email to new hire",
+ "displayName": "Send Welcome Email",
+ "executionSequence": 2,
+ "id": "5d7cb666-4f02-40c1-b300-dffb79b60e45",
+ "isEnabled": true,
+ "taskDefinitionId": "70b29d51-b59a-4773-9280-8841dfd3f2ea",
+ "arguments": []
+ },
+ {
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Add user to selected groups",
+ "displayName": "Add user to groups",
+ "executionSequence": 3,
+ "id": "96e30311-566d-4959-ab79-3a2685c2a4b2",
+ "isEnabled": true,
+ "taskDefinitionId": "22085229-5809-45e8-97fd-270d28d66910",
+ "arguments": [
+ {
+ "name": "groupID",
+ "value": "e5659cb0-bcbb-4a9f-9092-90f72bd19028"
+ }
+ ]
+ }
+ ],
+ "createdBy": {
+ "id": "a698128f-b34f-44db-a9f9-7661c7aba8d8"
+ }
+}
+```
v1.0 Identitygovernance Workflowversion List Tasks https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflowversion-list-tasks.md
+
+ Title: "List tasks (in a workflowVersion)"
+description: "Get a list of the task objects and their properties in a workflowVersion."
+
+ms.localizationpriority: medium
++
+# List tasks (in a workflowVersion)
+
+Namespace: microsoft.graph.identityGovernance
++
+Get a list of [task](../resources/identitygovernance-task.md) objects in a [workflowVersion](../resources/identitygovernance-workflowversion.md).
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All|
+
+For delegated scenarios, the admin needs one of the following [Azure AD roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#available-roles):
+
+- Global administrator
+- Global reader
+- Lifecycle workflows administrator
+
+## HTTP request
+
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/versions/{version number}/tasks
+```
+
+## Optional query parameters
+
+This method supports the `$select`, `$top`, `$count`, `$search`, `$orderby`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+
+## Request headers
+
+|Name|Description|
+|:|:|
+|Authorization|Bearer {token}. Required.|
+
+## Request body
+
+Do not supply a request body for this method.
+
+## Response
+
+If successful, this method returns a `200 OK` response code and a collection of [task](../resources/identitygovernance-task.md) objects in the response body.
+
+## Examples
+
+### Request
+
+The following is an example of a request.
+<!-- {
+ "blockType": "request",
+ "name": "lifecycleworkflows_list_workflowversion_task"
+}
+-->
+``` http
+GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/156ce798-1eb6-4e0a-8515-e79f54d04390/versions/2/tasks
+```
+
+### Response
+
+The following is an example of the response
+
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "Collection(microsoft.graph.identityGovernance.workflowVersion)"
+}
+-->
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('156ce798-1eb6-4e0a-8515-e79f54d04390')/versions(2)/tasks",
+ "@odata.count": 2,
+ "value": [
+ {
+ "category": "joiner,leaver",
+ "continueOnError": false,
+ "description": "Enable user account in the directory",
+ "displayName": "Enable User Account",
+ "executionSequence": 1,
+ "id": "4d9d41d7-a8e1-4f2f-8c8c-a883bc02e6ee",
+ "isEnabled": true,
+ "taskDefinitionId": "6fc52c9d-398b-4305-9763-15f42c1676fc",
+ "arguments": []
+ },
+ {
+ "category": "joiner",
+ "continueOnError": false,
+ "description": "Send welcome email to new hire",
+ "displayName": "Send Welcome Email",
+ "executionSequence": 2,
+ "id": "a51a6a57-2ef7-4006-b0ca-285b19d5e1c8",
+ "isEnabled": true,
+ "taskDefinitionId": "70b29d51-b59a-4773-9280-8841dfd3f2ea",
+ "arguments": []
+ }
+ ]
+}
+```
v1.0 Inferenceclassificationoverride Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/inferenceclassificationoverride-delete.md
Do not supply a request body for this method.
If successful, this method returns `204 No Content` response code. It does not return anything in the response body. ## Example
-##### Request
-Here is an example of the request.
+### Request
+The following is an example of a request.
# [HTTP](#tab/http) <!-- {
DELETE https://graph.microsoft.com/beta/me/inferenceClassification/overrides/98f
-##### Response
-Here is an example of the response. Note: The response object shown here might be shortened for readability.
+### Response
+The following is an example of the response.
<!-- { "blockType": "response", "truncated": true
v1.0 Intune Androidforwork Androiddeviceownerenrollmentprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-create.md
The following table shows the properties that are required when you create the a
|qrCodeContent|String|String used to generate a QR code for the token.| |qrCodeImage|[mimeContent](../resources/intune-shared-mimecontent.md)|String used to generate a QR code for the token.| |roleScopeTagIds|String collection|List of Scope Tags for this Entity instance.|
+|configureWifi|Boolean|Boolean that indicates that the Wi-Fi network should be configured during device provisioning. When set to TRUE, device provisioning will use Wi-Fi related properties to automatically connect to Wi-Fi networks. When set to FALSE or undefined, other Wi-Fi related properties will be ignored. Default value is TRUE. Returned by default.|
|wifiSsid|String|String that contains the wi-fi login ssid| |wifiPassword|String|String that contains the wi-fi login password| |wifiSecurityType|[aospWifiSecurityType](../resources/intune-androidforwork-aospwifisecuritytype.md)|String that contains the wi-fi security type. Possible values are: `none`, `wpa`, `wep`.|
Here is an example of the request.
``` http POST https://graph.microsoft.com/beta/deviceManagement/androidDeviceOwnerEnrollmentProfiles Content-type: application/json
-Content-length: 922
+Content-length: 948
{ "@odata.type": "#microsoft.graph.androidDeviceOwnerEnrollmentProfile",
Content-length: 922
"roleScopeTagIds": [ "Role Scope Tag Ids value" ],
+ "configureWifi": true,
"wifiSsid": "Wifi Ssid value", "wifiPassword": "Wifi Password value", "wifiSecurityType": "wpa",
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 201 Created Content-Type: application/json
-Content-Length: 1094
+Content-Length: 1120
{ "@odata.type": "#microsoft.graph.androidDeviceOwnerEnrollmentProfile",
Content-Length: 1094
"roleScopeTagIds": [ "Role Scope Tag Ids value" ],
+ "configureWifi": true,
"wifiSsid": "Wifi Ssid value", "wifiPassword": "Wifi Password value", "wifiSecurityType": "wpa",
Content-Length: 1094
++
v1.0 Intune Androidforwork Androiddeviceownerenrollmentprofile Createtoken https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-createtoken.md
HTTP/1.1 204 No Content
++
v1.0 Intune Androidforwork Androiddeviceownerenrollmentprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Androidforwork Androiddeviceownerenrollmentprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-get.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 1167
+Content-Length: 1195
{ "value": {
Content-Length: 1167
"roleScopeTagIds": [ "Role Scope Tag Ids value" ],
+ "configureWifi": true,
"wifiSsid": "Wifi Ssid value", "wifiPassword": "Wifi Password value", "wifiSecurityType": "wpa",
Content-Length: 1167
++
v1.0 Intune Androidforwork Androiddeviceownerenrollmentprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-list.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 1235
+Content-Length: 1265
{ "value": [
Content-Length: 1235
"roleScopeTagIds": [ "Role Scope Tag Ids value" ],
+ "configureWifi": true,
"wifiSsid": "Wifi Ssid value", "wifiPassword": "Wifi Password value", "wifiSecurityType": "wpa",
Content-Length: 1235
++
v1.0 Intune Androidforwork Androiddeviceownerenrollmentprofile Revoketoken https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-revoketoken.md
HTTP/1.1 204 No Content
++
v1.0 Intune Androidforwork Androiddeviceownerenrollmentprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-update.md
The following table shows the properties that are required when you create the [
|qrCodeContent|String|String used to generate a QR code for the token.| |qrCodeImage|[mimeContent](../resources/intune-shared-mimecontent.md)|String used to generate a QR code for the token.| |roleScopeTagIds|String collection|List of Scope Tags for this Entity instance.|
+|configureWifi|Boolean|Boolean that indicates that the Wi-Fi network should be configured during device provisioning. When set to TRUE, device provisioning will use Wi-Fi related properties to automatically connect to Wi-Fi networks. When set to FALSE or undefined, other Wi-Fi related properties will be ignored. Default value is TRUE. Returned by default.|
|wifiSsid|String|String that contains the wi-fi login ssid| |wifiPassword|String|String that contains the wi-fi login password| |wifiSecurityType|[aospWifiSecurityType](../resources/intune-androidforwork-aospwifisecuritytype.md)|String that contains the wi-fi security type. Possible values are: `none`, `wpa`, `wep`.|
Here is an example of the request.
``` http PATCH https://graph.microsoft.com/beta/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfileId} Content-type: application/json
-Content-length: 922
+Content-length: 948
{ "@odata.type": "#microsoft.graph.androidDeviceOwnerEnrollmentProfile",
Content-length: 922
"roleScopeTagIds": [ "Role Scope Tag Ids value" ],
+ "configureWifi": true,
"wifiSsid": "Wifi Ssid value", "wifiPassword": "Wifi Password value", "wifiSecurityType": "wpa",
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 1094
+Content-Length: 1120
{ "@odata.type": "#microsoft.graph.androidDeviceOwnerEnrollmentProfile",
Content-Length: 1094
"roleScopeTagIds": [ "Role Scope Tag Ids value" ],
+ "configureWifi": true,
"wifiSsid": "Wifi Ssid value", "wifiPassword": "Wifi Password value", "wifiSecurityType": "wpa",
Content-Length: 1094
++
v1.0 Intune Androidforwork Androidforworkappconfigurationschema Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkappconfigurationschema-create.md
Content-Length: 844
++
v1.0 Intune Androidforwork Androidforworkappconfigurationschema Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkappconfigurationschema-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Androidforwork Androidforworkappconfigurationschema Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkappconfigurationschema-get.md
Content-Length: 913
++
v1.0 Intune Androidforwork Androidforworkappconfigurationschema List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkappconfigurationschema-list.md
Content-Length: 977
++
v1.0 Intune Androidforwork Androidforworkappconfigurationschema Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkappconfigurationschema-update.md
Content-Length: 844
++
v1.0 Intune Androidforwork Androidforworkenrollmentprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkenrollmentprofile-create.md
Content-Length: 668
++
v1.0 Intune Androidforwork Androidforworkenrollmentprofile Createtoken https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkenrollmentprofile-createtoken.md
HTTP/1.1 204 No Content
++
v1.0 Intune Androidforwork Androidforworkenrollmentprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkenrollmentprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Androidforwork Androidforworkenrollmentprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkenrollmentprofile-get.md
Content-Length: 719
++
v1.0 Intune Androidforwork Androidforworkenrollmentprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkenrollmentprofile-list.md
Content-Length: 765
++
v1.0 Intune Androidforwork Androidforworkenrollmentprofile Revoketoken https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkenrollmentprofile-revoketoken.md
HTTP/1.1 204 No Content
++
v1.0 Intune Androidforwork Androidforworkenrollmentprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkenrollmentprofile-update.md
Content-Length: 668
++
v1.0 Intune Androidforwork Androidforworksettings Completesignup https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworksettings-completesignup.md
HTTP/1.1 204 No Content
++
v1.0 Intune Androidforwork Androidforworksettings Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworksettings-get.md
Content-Length: 613
++
v1.0 Intune Androidforwork Androidforworksettings Requestsignupurl https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworksettings-requestsignupurl.md
Content-Length: 56
++
v1.0 Intune Androidforwork Androidforworksettings Syncapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworksettings-syncapps.md
HTTP/1.1 204 No Content
++
v1.0 Intune Androidforwork Androidforworksettings Unbind https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworksettings-unbind.md
HTTP/1.1 204 No Content
++
v1.0 Intune Androidforwork Androidforworksettings Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworksettings-update.md
Content-Length: 568
++
v1.0 Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Approveapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-approveapps.md
HTTP/1.1 204 No Content
++
v1.0 Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Completesignup https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-completesignup.md
HTTP/1.1 204 No Content
++
v1.0 Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Creategoogleplaywebtoken https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-creategoogleplaywebtoken.md
Content-Length: 53
++
v1.0 Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-get.md
Content-Length: 1192
++
v1.0 Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Requestsignupurl https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-requestsignupurl.md
Content-Length: 56
++
v1.0 Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Setandroiddeviceownerfullymanagedenrollmentstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-setandroiddeviceownerfullymanagedenrollmentstate.md
HTTP/1.1 204 No Content
++
v1.0 Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Syncapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-syncapps.md
HTTP/1.1 204 No Content
++
v1.0 Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Unbind https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-unbind.md
HTTP/1.1 204 No Content
++
v1.0 Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-update.md
Content-Length: 1115
++
v1.0 Intune Androidforwork Androidmanagedstoreappconfigurationschema Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreappconfigurationschema-create.md
Content-Length: 1634
++
v1.0 Intune Androidforwork Androidmanagedstoreappconfigurationschema Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreappconfigurationschema-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Androidforwork Androidmanagedstoreappconfigurationschema Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreappconfigurationschema-get.md
Content-Length: 1755
++
v1.0 Intune Androidforwork Androidmanagedstoreappconfigurationschema List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreappconfigurationschema-list.md
Content-Length: 1871
++
v1.0 Intune Androidforwork Androidmanagedstoreappconfigurationschema Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreappconfigurationschema-update.md
Content-Length: 1634
++
v1.0 Intune Androidfotaservice Devicemanagementreports Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-devicemanagementreports-get.md
Content-Length: 86
++
v1.0 Intune Androidfotaservice Devicemanagementreports Getzebrafotadeploymentreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-devicemanagementreports-getzebrafotadeploymentreport.md
The following table shows the parameters that can be used with this action.
|orderBy|String collection|Not yet documented| |skip|Int32|Not yet documented| |top|Int32|Not yet documented|
-|sessionId|Int32|Not yet documented|
+|sessionId|String|Not yet documented|
|filter|String|Not yet documented|
Here is an example of the request.
POST https://graph.microsoft.com/beta/deviceManagement/reports/getZebraFotaDeploymentReport Content-type: application/json
-Content-length: 261
+Content-length: 278
{ "name": "Name value",
Content-length: 261
], "skip": 4, "top": 3,
- "sessionId": 9,
+ "sessionId": "Session Id value",
"filter": "Filter value" } ```
Content-Length: 95
++
v1.0 Intune Androidfotaservice Devicemanagementreports Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-devicemanagementreports-update.md
Content-Length: 65
++
v1.0 Intune Androidfotaservice Zebrafotaartifact Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaartifact-create.md
Content-Length: 399
++
v1.0 Intune Androidfotaservice Zebrafotaartifact Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaartifact-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Androidfotaservice Zebrafotaartifact Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaartifact-get.md
Content-Length: 434
++
v1.0 Intune Androidfotaservice Zebrafotaartifact List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaartifact-list.md
Content-Length: 464
++
v1.0 Intune Androidfotaservice Zebrafotaartifact Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaartifact-update.md
Content-Length: 399
++
v1.0 Intune Androidfotaservice Zebrafotaconnector Approvefotaapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaconnector-approvefotaapps.md
Content-Length: 21
++
v1.0 Intune Androidfotaservice Zebrafotaconnector Connect https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaconnector-connect.md
Content-Length: 21
++
v1.0 Intune Androidfotaservice Zebrafotaconnector Disconnect https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaconnector-disconnect.md
Content-Length: 21
++
v1.0 Intune Androidfotaservice Zebrafotaconnector Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaconnector-get.md
Content-Length: 388
++
v1.0 Intune Androidfotaservice Zebrafotaconnector Hasactivedeployments https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaconnector-hasactivedeployments.md
Content-Length: 21
++
v1.0 Intune Androidfotaservice Zebrafotaconnector Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaconnector-update.md
Content-Length: 355
++
v1.0 Intune Androidfotaservice Zebrafotadeployment Cancel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotadeployment-cancel.md
Content-Length: 21
++
v1.0 Intune Androidfotaservice Zebrafotadeployment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotadeployment-create.md
Content-Length: 1985
++
v1.0 Intune Androidfotaservice Zebrafotadeployment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotadeployment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Androidfotaservice Zebrafotadeployment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotadeployment-get.md
Content-Length: 2104
++
v1.0 Intune Androidfotaservice Zebrafotadeployment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotadeployment-list.md
Content-Length: 2218
++
v1.0 Intune Androidfotaservice Zebrafotadeployment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotadeployment-update.md
Content-Length: 1985
++
v1.0 Intune Apps Androidforworkapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkapp-create.md
Content-Length: 1132
++
v1.0 Intune Apps Androidforworkapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Androidforworkapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkapp-get.md
Content-Length: 1215
++
v1.0 Intune Apps Androidforworkapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkapp-list.md
Content-Length: 1293
++
v1.0 Intune Apps Androidforworkapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkapp-update.md
Content-Length: 1132
++
v1.0 Intune Apps Androidforworkmobileappconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkmobileappconfiguration-create.md
Content-Length: 814
++
v1.0 Intune Apps Androidforworkmobileappconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkmobileappconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Androidforworkmobileappconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkmobileappconfiguration-get.md
Content-Length: 881
++
v1.0 Intune Apps Androidforworkmobileappconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkmobileappconfiguration-list.md
Content-Length: 943
++
v1.0 Intune Apps Androidforworkmobileappconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkmobileappconfiguration-update.md
Content-Length: 814
++
v1.0 Intune Apps Androidlobapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidlobapp-create.md
Content-Length: 1682
++
v1.0 Intune Apps Androidlobapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidlobapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Androidlobapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidlobapp-get.md
Content-Length: 1809
++
v1.0 Intune Apps Androidlobapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidlobapp-list.md
Content-Length: 1931
++
v1.0 Intune Apps Androidlobapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidlobapp-update.md
Content-Length: 1682
++
v1.0 Intune Apps Androidmanagedstoreapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreapp-create.md
Content-Length: 1397
++
v1.0 Intune Apps Androidmanagedstoreapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Androidmanagedstoreapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreapp-get.md
Content-Length: 1500
++
v1.0 Intune Apps Androidmanagedstoreapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreapp-list.md
Content-Length: 1598
++
v1.0 Intune Apps Androidmanagedstoreapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreapp-update.md
Content-Length: 1397
++
v1.0 Intune Apps Androidmanagedstoreappconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreappconfiguration-create.md
Content-Length: 846
++
v1.0 Intune Apps Androidmanagedstoreappconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreappconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Androidmanagedstoreappconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreappconfiguration-get.md
Content-Length: 915
++
v1.0 Intune Apps Androidmanagedstoreappconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreappconfiguration-list.md
Content-Length: 979
++
v1.0 Intune Apps Androidmanagedstoreappconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreappconfiguration-update.md
Content-Length: 846
++
v1.0 Intune Apps Androidmanagedstorewebapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstorewebapp-create.md
Content-Length: 1400
++
v1.0 Intune Apps Androidmanagedstorewebapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstorewebapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Androidmanagedstorewebapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstorewebapp-get.md
Content-Length: 1503
++
v1.0 Intune Apps Androidmanagedstorewebapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstorewebapp-list.md
Content-Length: 1601
++
v1.0 Intune Apps Androidmanagedstorewebapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstorewebapp-update.md
Content-Length: 1400
++
v1.0 Intune Apps Androidstoreapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidstoreapp-create.md
Content-Length: 1499
++
v1.0 Intune Apps Androidstoreapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidstoreapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Androidstoreapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidstoreapp-get.md
Content-Length: 1616
++
v1.0 Intune Apps Androidstoreapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidstoreapp-list.md
Content-Length: 1728
++
v1.0 Intune Apps Androidstoreapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidstoreapp-update.md
Content-Length: 1499
++
v1.0 Intune Apps Enterprisecodesigningcertificate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-enterprisecodesigningcertificate-create.md
Content-Length: 439
++
v1.0 Intune Apps Enterprisecodesigningcertificate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-enterprisecodesigningcertificate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Enterprisecodesigningcertificate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-enterprisecodesigningcertificate-get.md
Content-Length: 478
++
v1.0 Intune Apps Enterprisecodesigningcertificate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-enterprisecodesigningcertificate-list.md
Content-Length: 512
++
v1.0 Intune Apps Enterprisecodesigningcertificate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-enterprisecodesigningcertificate-update.md
Content-Length: 439
++
v1.0 Intune Apps Iosipadoswebclip Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosipadoswebclip-create.md
Content-Length: 1018
++
v1.0 Intune Apps Iosipadoswebclip Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosipadoswebclip-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Iosipadoswebclip Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosipadoswebclip-get.md
Content-Length: 1095
++
v1.0 Intune Apps Iosipadoswebclip List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosipadoswebclip-list.md
Content-Length: 1167
++
v1.0 Intune Apps Iosipadoswebclip Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosipadoswebclip-update.md
Content-Length: 1018
++
v1.0 Intune Apps Ioslobapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobapp-create.md
Content-Length: 1680
++
v1.0 Intune Apps Ioslobapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Ioslobapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobapp-get.md
Content-Length: 1801
++
v1.0 Intune Apps Ioslobapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobapp-list.md
Content-Length: 1917
++
v1.0 Intune Apps Ioslobapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobapp-update.md
Content-Length: 1680
++
v1.0 Intune Apps Ioslobappprovisioningconfigurationassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobappprovisioningconfigurationassignment-create.md
Content-Length: 400
++
v1.0 Intune Apps Ioslobappprovisioningconfigurationassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobappprovisioningconfigurationassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Ioslobappprovisioningconfigurationassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobappprovisioningconfigurationassignment-get.md
Content-Length: 433
++
v1.0 Intune Apps Ioslobappprovisioningconfigurationassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobappprovisioningconfigurationassignment-list.md
Content-Length: 461
++
v1.0 Intune Apps Ioslobappprovisioningconfigurationassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobappprovisioningconfigurationassignment-update.md
Content-Length: 400
++
v1.0 Intune Apps Iosmobileappconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosmobileappconfiguration-create.md
Content-Length: 768
++
v1.0 Intune Apps Iosmobileappconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosmobileappconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Iosmobileappconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosmobileappconfiguration-get.md
Content-Length: 831
++
v1.0 Intune Apps Iosmobileappconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosmobileappconfiguration-list.md
Content-Length: 889
++
v1.0 Intune Apps Iosmobileappconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosmobileappconfiguration-update.md
Content-Length: 768
++
v1.0 Intune Apps Iosstoreapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosstoreapp-create.md
Content-Length: 1429
++
v1.0 Intune Apps Iosstoreapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosstoreapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Iosstoreapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosstoreapp-get.md
Content-Length: 1538
++
v1.0 Intune Apps Iosstoreapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosstoreapp-list.md
Content-Length: 1642
++
v1.0 Intune Apps Iosstoreapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosstoreapp-update.md
Content-Length: 1429
++
v1.0 Intune Apps Iosvppapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppapp-create.md
Content-Length: 2228
++
v1.0 Intune Apps Iosvppapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Iosvppapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppapp-get.md
Content-Length: 2371
++
v1.0 Intune Apps Iosvppapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppapp-list.md
Content-Length: 2509
++
v1.0 Intune Apps Iosvppapp Revokealllicenses https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppapp-revokealllicenses.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Iosvppapp Revokedevicelicense https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppapp-revokedevicelicense.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Iosvppapp Revokeuserlicense https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppapp-revokeuserlicense.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Iosvppapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppapp-update.md
Content-Length: 2228
++
v1.0 Intune Apps Iosvppappassigneddevicelicense Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneddevicelicense-create.md
Content-Length: 376
++
v1.0 Intune Apps Iosvppappassigneddevicelicense Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneddevicelicense-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Iosvppappassigneddevicelicense Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneddevicelicense-get.md
Content-Length: 411
++
v1.0 Intune Apps Iosvppappassigneddevicelicense List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneddevicelicense-list.md
Content-Length: 441
++
v1.0 Intune Apps Iosvppappassigneddevicelicense Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneddevicelicense-update.md
Content-Length: 376
++
v1.0 Intune Apps Iosvppappassignedlicense Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassignedlicense-create.md
Content-Length: 283
++
v1.0 Intune Apps Iosvppappassignedlicense Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassignedlicense-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Iosvppappassignedlicense Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassignedlicense-get.md
Content-Length: 314
++
v1.0 Intune Apps Iosvppappassignedlicense List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassignedlicense-list.md
Content-Length: 340
++
v1.0 Intune Apps Iosvppappassignedlicense Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassignedlicense-update.md
Content-Length: 283
++
v1.0 Intune Apps Iosvppappassigneduserlicense Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneduserlicense-create.md
Content-Length: 287
++
v1.0 Intune Apps Iosvppappassigneduserlicense Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneduserlicense-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Iosvppappassigneduserlicense Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneduserlicense-get.md
Content-Length: 318
++
v1.0 Intune Apps Iosvppappassigneduserlicense List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneduserlicense-list.md
Content-Length: 344
++
v1.0 Intune Apps Iosvppappassigneduserlicense Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneduserlicense-update.md
Content-Length: 287
++
v1.0 Intune Apps Macosdmgapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosdmgapp-create.md
Content-Length: 1717
++
v1.0 Intune Apps Macosdmgapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosdmgapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Macosdmgapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosdmgapp-get.md
Content-Length: 1844
++
v1.0 Intune Apps Macosdmgapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosdmgapp-list.md
Content-Length: 1966
++
v1.0 Intune Apps Macosdmgapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosdmgapp-update.md
Content-Length: 1717
++
v1.0 Intune Apps Macoslobapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macoslobapp-create.md
Content-Length: 1914
++
v1.0 Intune Apps Macoslobapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macoslobapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Macoslobapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macoslobapp-get.md
Content-Length: 2057
++
v1.0 Intune Apps Macoslobapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macoslobapp-list.md
Content-Length: 2195
++
v1.0 Intune Apps Macoslobapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macoslobapp-update.md
Content-Length: 1914
++
v1.0 Intune Apps Macosmdatpapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmdatpapp-create.md
Content-Length: 941
++
v1.0 Intune Apps Macosmdatpapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmdatpapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Macosmdatpapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmdatpapp-get.md
Content-Length: 1014
++
v1.0 Intune Apps Macosmdatpapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmdatpapp-list.md
Content-Length: 1082
++
v1.0 Intune Apps Macosmdatpapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmdatpapp-update.md
Content-Length: 941
++
v1.0 Intune Apps Macosmicrosoftedgeapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmicrosoftedgeapp-create.md
Content-Length: 971
++
v1.0 Intune Apps Macosmicrosoftedgeapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmicrosoftedgeapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Macosmicrosoftedgeapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmicrosoftedgeapp-get.md
Content-Length: 1046
++
v1.0 Intune Apps Macosmicrosoftedgeapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmicrosoftedgeapp-list.md
Content-Length: 1116
++
v1.0 Intune Apps Macosmicrosoftedgeapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmicrosoftedgeapp-update.md
Content-Length: 971
++
v1.0 Intune Apps Macosofficesuiteapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosofficesuiteapp-create.md
Content-Length: 947
++
v1.0 Intune Apps Macosofficesuiteapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosofficesuiteapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Macosofficesuiteapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosofficesuiteapp-get.md
Content-Length: 1020
++
v1.0 Intune Apps Macosofficesuiteapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosofficesuiteapp-list.md
Content-Length: 1088
++
v1.0 Intune Apps Macosofficesuiteapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosofficesuiteapp-update.md
Content-Length: 947
++
v1.0 Intune Apps Macosvppapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppapp-create.md
Content-Length: 2098
++
v1.0 Intune Apps Macosvppapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Macosvppapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppapp-get.md
Content-Length: 2231
++
v1.0 Intune Apps Macosvppapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppapp-list.md
Content-Length: 2359
++
v1.0 Intune Apps Macosvppapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppapp-update.md
Content-Length: 2098
++
v1.0 Intune Apps Macosvppappassignedlicense Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppappassignedlicense-create.md
Content-Length: 285
++
v1.0 Intune Apps Macosvppappassignedlicense Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppappassignedlicense-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Macosvppappassignedlicense Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppappassignedlicense-get.md
Content-Length: 316
++
v1.0 Intune Apps Macosvppappassignedlicense List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppappassignedlicense-list.md
Content-Length: 342
++
v1.0 Intune Apps Macosvppappassignedlicense Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppappassignedlicense-update.md
Content-Length: 285
++
v1.0 Intune Apps Managedandroidlobapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidlobapp-create.md
Content-Length: 1760
++
v1.0 Intune Apps Managedandroidlobapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidlobapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Managedandroidlobapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidlobapp-get.md
Content-Length: 1891
++
v1.0 Intune Apps Managedandroidlobapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidlobapp-list.md
Content-Length: 2017
++
v1.0 Intune Apps Managedandroidlobapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidlobapp-update.md
Content-Length: 1760
++
v1.0 Intune Apps Managedandroidstoreapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidstoreapp-create.md
Content-Length: 1533
++
v1.0 Intune Apps Managedandroidstoreapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidstoreapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Managedandroidstoreapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidstoreapp-get.md
Content-Length: 1652
++
v1.0 Intune Apps Managedandroidstoreapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidstoreapp-list.md
Content-Length: 1766
++
v1.0 Intune Apps Managedandroidstoreapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidstoreapp-update.md
Content-Length: 1533
++
v1.0 Intune Apps Managedapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedapp-get.md
Content-Length: 1086
++
v1.0 Intune Apps Managedapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedapp-list.md
Content-Length: 1158
++
v1.0 Intune Apps Manageddevicemobileappconfiguration Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfiguration-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Manageddevicemobileappconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfiguration-get.md
Content-Length: 519
++
v1.0 Intune Apps Manageddevicemobileappconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfiguration-list.md
Content-Length: 559
++
v1.0 Intune Apps Manageddevicemobileappconfigurationassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationassignment-create.md
Content-Length: 395
++
v1.0 Intune Apps Manageddevicemobileappconfigurationassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Manageddevicemobileappconfigurationassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationassignment-get.md
Content-Length: 428
++
v1.0 Intune Apps Manageddevicemobileappconfigurationassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationassignment-list.md
Content-Length: 456
++
v1.0 Intune Apps Manageddevicemobileappconfigurationassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationassignment-update.md
Content-Length: 395
++
v1.0 Intune Apps Manageddevicemobileappconfigurationdevicestatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create.md
Content-Length: 512
++
v1.0 Intune Apps Manageddevicemobileappconfigurationdevicestatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Manageddevicemobileappconfigurationdevicestatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get.md
Content-Length: 551
++
v1.0 Intune Apps Manageddevicemobileappconfigurationdevicestatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list.md
Content-Length: 585
++
v1.0 Intune Apps Manageddevicemobileappconfigurationdevicestatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-update.md
Content-Length: 512
++
v1.0 Intune Apps Manageddevicemobileappconfigurationdevicesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get.md
Content-Length: 450
++
v1.0 Intune Apps Manageddevicemobileappconfigurationdevicesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-update.md
Content-Length: 409
++
v1.0 Intune Apps Manageddevicemobileappconfigurationuserstatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationuserstatus-create.md
Content-Length: 355
++
v1.0 Intune Apps Manageddevicemobileappconfigurationuserstatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationuserstatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Manageddevicemobileappconfigurationuserstatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationuserstatus-get.md
Content-Length: 388
++
v1.0 Intune Apps Manageddevicemobileappconfigurationuserstatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationuserstatus-list.md
Content-Length: 416
++
v1.0 Intune Apps Manageddevicemobileappconfigurationuserstatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationuserstatus-update.md
Content-Length: 355
++
v1.0 Intune Apps Manageddevicemobileappconfigurationusersummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationusersummary-get.md
Content-Length: 409
++
v1.0 Intune Apps Manageddevicemobileappconfigurationusersummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationusersummary-update.md
Content-Length: 370
++
v1.0 Intune Apps Managedioslobapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedioslobapp-create.md
Content-Length: 1758
++
v1.0 Intune Apps Managedioslobapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedioslobapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Managedioslobapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedioslobapp-get.md
Content-Length: 1883
++
v1.0 Intune Apps Managedioslobapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedioslobapp-list.md
Content-Length: 2003
++
v1.0 Intune Apps Managedioslobapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedioslobapp-update.md
Content-Length: 1758
++
v1.0 Intune Apps Managediosstoreapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managediosstoreapp-create.md
Content-Length: 1507
++
v1.0 Intune Apps Managediosstoreapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managediosstoreapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Managediosstoreapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managediosstoreapp-get.md
Content-Length: 1620
++
v1.0 Intune Apps Managediosstoreapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managediosstoreapp-list.md
Content-Length: 1728
++
v1.0 Intune Apps Managediosstoreapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managediosstoreapp-update.md
Content-Length: 1507
++
v1.0 Intune Apps Managedmobilelobapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedmobilelobapp-get.md
Content-Length: 1214
++
v1.0 Intune Apps Managedmobilelobapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedmobilelobapp-list.md
Content-Length: 1292
++
v1.0 Intune Apps Microsoftstoreforbusinessapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinessapp-create.md
Content-Length: 1361
++
v1.0 Intune Apps Microsoftstoreforbusinessapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinessapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Microsoftstoreforbusinessapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinessapp-get.md
Content-Length: 1458
++
v1.0 Intune Apps Microsoftstoreforbusinessapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinessapp-list.md
Content-Length: 1550
++
v1.0 Intune Apps Microsoftstoreforbusinessapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinessapp-update.md
Content-Length: 1361
++
v1.0 Intune Apps Microsoftstoreforbusinesscontainedapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinesscontainedapp-create.md
Content-Length: 176
++
v1.0 Intune Apps Microsoftstoreforbusinesscontainedapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinesscontainedapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Microsoftstoreforbusinesscontainedapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinesscontainedapp-get.md
Content-Length: 201
++
v1.0 Intune Apps Microsoftstoreforbusinesscontainedapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinesscontainedapp-list.md
Content-Length: 221
++
v1.0 Intune Apps Microsoftstoreforbusinesscontainedapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinesscontainedapp-update.md
Content-Length: 176
++
v1.0 Intune Apps Mobileapp Validatexml https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileapp-validatexml.md
Content-Length: 37
++
v1.0 Intune Apps Mobileappassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappassignment-create.md
Here is an example of the request.
``` http POST https://graph.microsoft.com/beta/deviceAppManagement/mobileApps/{mobileAppId}/assignments Content-type: application/json
-Content-length: 540
+Content-length: 973
{ "@odata.type": "#microsoft.graph.mobileAppAssignment",
Content-length: 540
"deviceAndAppManagementAssignmentFilterType": "include" }, "settings": {
- "@odata.type": "microsoft.graph.windowsUniversalAppXAppAssignmentSettings",
- "useDeviceContext": true
+ "@odata.type": "microsoft.graph.winGetAppAssignmentSettings",
+ "notifications": "showReboot",
+ "restartSettings": {
+ "@odata.type": "microsoft.graph.winGetAppRestartSettings",
+ "gracePeriodInMinutes": 4,
+ "countdownDisplayBeforeRestartInMinutes": 6,
+ "restartNotificationSnoozeDurationInMinutes": 10
+ },
+ "installTimeSettings": {
+ "@odata.type": "microsoft.graph.winGetAppInstallTimeSettings",
+ "useLocalTime": true,
+ "deadlineDateTime": "2017-01-01T00:00:21.0378955-08:00"
+ }
}, "source": "policySets", "sourceId": "Source Id value"
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 201 Created Content-Type: application/json
-Content-Length: 589
+Content-Length: 1022
{ "@odata.type": "#microsoft.graph.mobileAppAssignment",
Content-Length: 589
"deviceAndAppManagementAssignmentFilterType": "include" }, "settings": {
- "@odata.type": "microsoft.graph.windowsUniversalAppXAppAssignmentSettings",
- "useDeviceContext": true
+ "@odata.type": "microsoft.graph.winGetAppAssignmentSettings",
+ "notifications": "showReboot",
+ "restartSettings": {
+ "@odata.type": "microsoft.graph.winGetAppRestartSettings",
+ "gracePeriodInMinutes": 4,
+ "countdownDisplayBeforeRestartInMinutes": 6,
+ "restartNotificationSnoozeDurationInMinutes": 10
+ },
+ "installTimeSettings": {
+ "@odata.type": "microsoft.graph.winGetAppInstallTimeSettings",
+ "useLocalTime": true,
+ "deadlineDateTime": "2017-01-01T00:00:21.0378955-08:00"
+ }
}, "source": "policySets", "sourceId": "Source Id value"
Content-Length: 589
++
v1.0 Intune Apps Mobileappassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Mobileappassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappassignment-get.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 636
+Content-Length: 1091
{ "value": {
Content-Length: 636
"deviceAndAppManagementAssignmentFilterType": "include" }, "settings": {
- "@odata.type": "microsoft.graph.windowsUniversalAppXAppAssignmentSettings",
- "useDeviceContext": true
+ "@odata.type": "microsoft.graph.winGetAppAssignmentSettings",
+ "notifications": "showReboot",
+ "restartSettings": {
+ "@odata.type": "microsoft.graph.winGetAppRestartSettings",
+ "gracePeriodInMinutes": 4,
+ "countdownDisplayBeforeRestartInMinutes": 6,
+ "restartNotificationSnoozeDurationInMinutes": 10
+ },
+ "installTimeSettings": {
+ "@odata.type": "microsoft.graph.winGetAppInstallTimeSettings",
+ "useLocalTime": true,
+ "deadlineDateTime": "2017-01-01T00:00:21.0378955-08:00"
+ }
}, "source": "policySets", "sourceId": "Source Id value"
Content-Length: 636
++
v1.0 Intune Apps Mobileappassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappassignment-list.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 678
+Content-Length: 1155
{ "value": [
Content-Length: 678
"deviceAndAppManagementAssignmentFilterType": "include" }, "settings": {
- "@odata.type": "microsoft.graph.windowsUniversalAppXAppAssignmentSettings",
- "useDeviceContext": true
+ "@odata.type": "microsoft.graph.winGetAppAssignmentSettings",
+ "notifications": "showReboot",
+ "restartSettings": {
+ "@odata.type": "microsoft.graph.winGetAppRestartSettings",
+ "gracePeriodInMinutes": 4,
+ "countdownDisplayBeforeRestartInMinutes": 6,
+ "restartNotificationSnoozeDurationInMinutes": 10
+ },
+ "installTimeSettings": {
+ "@odata.type": "microsoft.graph.winGetAppInstallTimeSettings",
+ "useLocalTime": true,
+ "deadlineDateTime": "2017-01-01T00:00:21.0378955-08:00"
+ }
}, "source": "policySets", "sourceId": "Source Id value"
Content-Length: 678
++
v1.0 Intune Apps Mobileappassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappassignment-update.md
Here is an example of the request.
``` http PATCH https://graph.microsoft.com/beta/deviceAppManagement/mobileApps/{mobileAppId}/assignments/{mobileAppAssignmentId} Content-type: application/json
-Content-length: 540
+Content-length: 973
{ "@odata.type": "#microsoft.graph.mobileAppAssignment",
Content-length: 540
"deviceAndAppManagementAssignmentFilterType": "include" }, "settings": {
- "@odata.type": "microsoft.graph.windowsUniversalAppXAppAssignmentSettings",
- "useDeviceContext": true
+ "@odata.type": "microsoft.graph.winGetAppAssignmentSettings",
+ "notifications": "showReboot",
+ "restartSettings": {
+ "@odata.type": "microsoft.graph.winGetAppRestartSettings",
+ "gracePeriodInMinutes": 4,
+ "countdownDisplayBeforeRestartInMinutes": 6,
+ "restartNotificationSnoozeDurationInMinutes": 10
+ },
+ "installTimeSettings": {
+ "@odata.type": "microsoft.graph.winGetAppInstallTimeSettings",
+ "useLocalTime": true,
+ "deadlineDateTime": "2017-01-01T00:00:21.0378955-08:00"
+ }
}, "source": "policySets", "sourceId": "Source Id value"
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 589
+Content-Length: 1022
{ "@odata.type": "#microsoft.graph.mobileAppAssignment",
Content-Length: 589
"deviceAndAppManagementAssignmentFilterType": "include" }, "settings": {
- "@odata.type": "microsoft.graph.windowsUniversalAppXAppAssignmentSettings",
- "useDeviceContext": true
+ "@odata.type": "microsoft.graph.winGetAppAssignmentSettings",
+ "notifications": "showReboot",
+ "restartSettings": {
+ "@odata.type": "microsoft.graph.winGetAppRestartSettings",
+ "gracePeriodInMinutes": 4,
+ "countdownDisplayBeforeRestartInMinutes": 6,
+ "restartNotificationSnoozeDurationInMinutes": 10
+ },
+ "installTimeSettings": {
+ "@odata.type": "microsoft.graph.winGetAppInstallTimeSettings",
+ "useLocalTime": true,
+ "deadlineDateTime": "2017-01-01T00:00:21.0378955-08:00"
+ }
}, "source": "policySets", "sourceId": "Source Id value"
Content-Length: 589
++
v1.0 Intune Apps Mobileappcategory Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcategory-create.md
Content-Length: 212
++
v1.0 Intune Apps Mobileappcategory Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcategory-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Mobileappcategory Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcategory-get.md
Content-Length: 239
++
v1.0 Intune Apps Mobileappcategory List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcategory-list.md
Content-Length: 261
++
v1.0 Intune Apps Mobileappcategory Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcategory-update.md
Content-Length: 212
++
v1.0 Intune Apps Mobileappcontent Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontent-create.md
Content-Length: 107
++
v1.0 Intune Apps Mobileappcontent Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontent-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Mobileappcontent Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontent-get.md
Content-Length: 130
++
v1.0 Intune Apps Mobileappcontent List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontent-list.md
Content-Length: 148
++
v1.0 Intune Apps Mobileappcontent Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontent-update.md
Content-Length: 107
++
v1.0 Intune Apps Mobileappcontentfile Commit https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontentfile-commit.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Mobileappcontentfile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontentfile-create.md
Content-Length: 503
++
v1.0 Intune Apps Mobileappcontentfile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontentfile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Mobileappcontentfile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontentfile-get.md
Content-Length: 548
++
v1.0 Intune Apps Mobileappcontentfile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontentfile-list.md
Content-Length: 588
++
v1.0 Intune Apps Mobileappcontentfile Renewupload https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontentfile-renewupload.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Mobileappcontentfile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontentfile-update.md
Content-Length: 503
++
v1.0 Intune Apps Mobileappdependency Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappdependency-create.md
Content-Length: 421
++
v1.0 Intune Apps Mobileappdependency Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappdependency-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Mobileappdependency Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappdependency-get.md
Content-Length: 460
++
v1.0 Intune Apps Mobileappdependency List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappdependency-list.md
Content-Length: 494
++
v1.0 Intune Apps Mobileappdependency Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappdependency-update.md
Content-Length: 421
++
v1.0 Intune Apps Mobileappinstallstatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappinstallstatus-create.md
Content-Length: 604
++
v1.0 Intune Apps Mobileappinstallstatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappinstallstatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Mobileappinstallstatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappinstallstatus-get.md
Content-Length: 651
++
v1.0 Intune Apps Mobileappinstallstatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappinstallstatus-list.md
Content-Length: 693
++
v1.0 Intune Apps Mobileappinstallstatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappinstallstatus-update.md
Content-Length: 604
++
v1.0 Intune Apps Mobileappinstallsummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappinstallsummary-get.md
Content-Length: 466
++
v1.0 Intune Apps Mobileappinstallsummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappinstallsummary-update.md
Content-Length: 423
++
v1.0 Intune Apps Mobileappprovisioningconfiggroupassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappprovisioningconfiggroupassignment-create.md
Content-Length: 178
++
v1.0 Intune Apps Mobileappprovisioningconfiggroupassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappprovisioningconfiggroupassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Mobileappprovisioningconfiggroupassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappprovisioningconfiggroupassignment-get.md
Content-Length: 203
++
v1.0 Intune Apps Mobileappprovisioningconfiggroupassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappprovisioningconfiggroupassignment-list.md
Content-Length: 223
++
v1.0 Intune Apps Mobileappprovisioningconfiggroupassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappprovisioningconfiggroupassignment-update.md
Content-Length: 178
++
v1.0 Intune Apps Mobileapprelationship Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileapprelationship-get.md
Content-Length: 366
++
v1.0 Intune Apps Mobileapprelationship List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileapprelationship-list.md
Content-Length: 394
++
v1.0 Intune Apps Mobileappsupersedence Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappsupersedence-create.md
Content-Length: 424
++
v1.0 Intune Apps Mobileappsupersedence Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappsupersedence-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Mobileappsupersedence Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappsupersedence-get.md
Content-Length: 463
++
v1.0 Intune Apps Mobileappsupersedence List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappsupersedence-list.md
Content-Length: 497
++
v1.0 Intune Apps Mobileappsupersedence Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappsupersedence-update.md
Content-Length: 424
++
v1.0 Intune Apps Mobilecontainedapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobilecontainedapp-get.md
Content-Length: 132
++
v1.0 Intune Apps Mobilecontainedapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobilecontainedapp-list.md
Content-Length: 150
++
v1.0 Intune Apps Mobilelobapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobilelobapp-get.md
Content-Length: 1132
++
v1.0 Intune Apps Mobilelobapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobilelobapp-list.md
Content-Length: 1206
++
v1.0 Intune Apps Officesuiteapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-officesuiteapp-create.md
Content-Length: 1908
+++
v1.0 Intune Apps Officesuiteapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-officesuiteapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Officesuiteapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-officesuiteapp-get.md
Content-Length: 2049
++
v1.0 Intune Apps Officesuiteapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-officesuiteapp-list.md
Content-Length: 2185
++
v1.0 Intune Apps Officesuiteapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-officesuiteapp-update.md
Content-Length: 1908
+++
v1.0 Intune Apps Symanteccodesigningcertificate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-symanteccodesigningcertificate-get.md
Content-Length: 511
++
v1.0 Intune Apps Symanteccodesigningcertificate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-symanteccodesigningcertificate-update.md
Content-Length: 470
++
v1.0 Intune Apps Userappinstallstatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-userappinstallstatus-create.md
Content-Length: 288
++
v1.0 Intune Apps Userappinstallstatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-userappinstallstatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Userappinstallstatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-userappinstallstatus-get.md
Content-Length: 321
++
v1.0 Intune Apps Userappinstallstatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-userappinstallstatus-list.md
Content-Length: 349
++
v1.0 Intune Apps Userappinstallstatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-userappinstallstatus-update.md
Content-Length: 288
++
v1.0 Intune Apps Webapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-webapp-create.md
Content-Length: 1008
++
v1.0 Intune Apps Webapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-webapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Webapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-webapp-get.md
Content-Length: 1085
++
v1.0 Intune Apps Webapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-webapp-list.md
Content-Length: 1157
++
v1.0 Intune Apps Webapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-webapp-update.md
Content-Length: 1008
++
v1.0 Intune Apps Win32lobapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-win32lobapp-create.md
Content-Length: 3659
++
v1.0 Intune Apps Win32lobapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-win32lobapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Win32lobapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-win32lobapp-get.md
Content-Length: 3904
++
v1.0 Intune Apps Win32lobapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-win32lobapp-list.md
Content-Length: 4144
++
v1.0 Intune Apps Win32lobapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-win32lobapp-update.md
Content-Length: 3659
++
v1.0 Intune Apps Windowsappx Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsappx-create.md
Content-Length: 1734
++
v1.0 Intune Apps Windowsappx Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsappx-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Windowsappx Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsappx-get.md
Content-Length: 1857
++
v1.0 Intune Apps Windowsappx List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsappx-list.md
Content-Length: 1975
++
v1.0 Intune Apps Windowsappx Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsappx-update.md
Content-Length: 1734
++
v1.0 Intune Apps Windowsmicrosoftedgeapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmicrosoftedgeapp-create.md
Content-Length: 1034
++
v1.0 Intune Apps Windowsmicrosoftedgeapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmicrosoftedgeapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Windowsmicrosoftedgeapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmicrosoftedgeapp-get.md
Content-Length: 1111
++
v1.0 Intune Apps Windowsmicrosoftedgeapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmicrosoftedgeapp-list.md
Content-Length: 1183
++
v1.0 Intune Apps Windowsmicrosoftedgeapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmicrosoftedgeapp-update.md
Content-Length: 1034
++
v1.0 Intune Apps Windowsmobilemsi Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmobilemsi-create.md
Content-Length: 1295
++
v1.0 Intune Apps Windowsmobilemsi Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmobilemsi-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Windowsmobilemsi Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmobilemsi-get.md
Content-Length: 1386
++
v1.0 Intune Apps Windowsmobilemsi List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmobilemsi-list.md
Content-Length: 1472
++
v1.0 Intune Apps Windowsmobilemsi Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmobilemsi-update.md
Content-Length: 1295
++
v1.0 Intune Apps Windowsphone81appx Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appx-create.md
Content-Length: 1834
++
v1.0 Intune Apps Windowsphone81appx Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appx-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Windowsphone81appx Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appx-get.md
Content-Length: 1959
++
v1.0 Intune Apps Windowsphone81appx List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appx-list.md
Content-Length: 2079
++
v1.0 Intune Apps Windowsphone81appx Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appx-update.md
Content-Length: 1834
++
v1.0 Intune Apps Windowsphone81appxbundle Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appxbundle-create.md
Content-Length: 2740
++
v1.0 Intune Apps Windowsphone81appxbundle Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appxbundle-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Windowsphone81appxbundle Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appxbundle-get.md
Content-Length: 2919
++
v1.0 Intune Apps Windowsphone81appxbundle List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appxbundle-list.md
Content-Length: 3093
++
v1.0 Intune Apps Windowsphone81appxbundle Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appxbundle-update.md
Content-Length: 2740
++
v1.0 Intune Apps Windowsphone81storeapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81storeapp-create.md
Content-Length: 1004
++
v1.0 Intune Apps Windowsphone81storeapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81storeapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Windowsphone81storeapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81storeapp-get.md
Content-Length: 1079
++
v1.0 Intune Apps Windowsphone81storeapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81storeapp-list.md
Content-Length: 1149
++
v1.0 Intune Apps Windowsphone81storeapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81storeapp-update.md
Content-Length: 1004
++
v1.0 Intune Apps Windowsphonexap Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphonexap-create.md
Content-Length: 1558
++
v1.0 Intune Apps Windowsphonexap Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphonexap-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Windowsphonexap Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphonexap-get.md
Content-Length: 1673
++
v1.0 Intune Apps Windowsphonexap List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphonexap-list.md
Content-Length: 1783
++
v1.0 Intune Apps Windowsphonexap Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphonexap-update.md
Content-Length: 1558
++
v1.0 Intune Apps Windowsstoreapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsstoreapp-create.md
Content-Length: 997
++
v1.0 Intune Apps Windowsstoreapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsstoreapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Windowsstoreapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsstoreapp-get.md
Content-Length: 1072
++
v1.0 Intune Apps Windowsstoreapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsstoreapp-list.md
Content-Length: 1142
++
v1.0 Intune Apps Windowsstoreapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsstoreapp-update.md
Content-Length: 997
++
v1.0 Intune Apps Windowsuniversalappx Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappx-create.md
Content-Length: 1782
++
v1.0 Intune Apps Windowsuniversalappx Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappx-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Windowsuniversalappx Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappx-get.md
Content-Length: 1907
++
v1.0 Intune Apps Windowsuniversalappx List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappx-list.md
Content-Length: 2027
++
v1.0 Intune Apps Windowsuniversalappx Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappx-update.md
Content-Length: 1782
++
v1.0 Intune Apps Windowsuniversalappxcontainedapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappxcontainedapp-create.md
Content-Length: 171
++
v1.0 Intune Apps Windowsuniversalappxcontainedapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappxcontainedapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Windowsuniversalappxcontainedapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappxcontainedapp-get.md
Content-Length: 196
++
v1.0 Intune Apps Windowsuniversalappxcontainedapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappxcontainedapp-list.md
Content-Length: 216
++
v1.0 Intune Apps Windowsuniversalappxcontainedapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappxcontainedapp-update.md
Content-Length: 171
++
v1.0 Intune Apps Windowswebapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowswebapp-create.md
Content-Length: 985
++
v1.0 Intune Apps Windowswebapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowswebapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Windowswebapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowswebapp-get.md
Content-Length: 1060
++
v1.0 Intune Apps Windowswebapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowswebapp-list.md
Content-Length: 1130
++
v1.0 Intune Apps Windowswebapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowswebapp-update.md
Content-Length: 985
++
v1.0 Intune Apps Wingetapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-wingetapp-create.md
+
+ Title: "Create winGetApp"
+description: "Create a new winGetApp object."
+
+localization_priority: Normal
++
+# Create winGetApp
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Create a new [winGetApp](../resources/intune-apps-wingetapp.md) object.
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementApps.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementApps.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+POST /deviceAppManagement/mobileApps
+```
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+In the request body, supply a JSON representation for the winGetApp object.
+
+The following table shows the properties that are required when you create the winGetApp.
+
+|Property|Type|Description|
+|:|:|:|
+|id|String|Key of the entity. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|displayName|String|The admin provided or imported title of the app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|description|String|The description of the app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|publisher|String|The publisher of the app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|largeIcon|[mimeContent](../resources/intune-shared-mimecontent.md)|The large icon, to be displayed in the app details and used for upload of the icon. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|createdDateTime|DateTimeOffset|The date and time the app was created. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|lastModifiedDateTime|DateTimeOffset|The date and time the app was last modified. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|isFeatured|Boolean|The value indicating whether the app is marked as featured by the admin. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|privacyInformationUrl|String|The privacy statement Url. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|informationUrl|String|The more information Url. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|owner|String|The owner of the app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|developer|String|The developer of the app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|notes|String|Notes for the app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|uploadState|Int32|The upload state. Possible values are: 0 - `Not Ready`, 1 - `Ready`, 2 - `Processing`. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|publishingState|[mobileAppPublishingState](../resources/intune-apps-mobileapppublishingstate.md)|The publishing state for the app. The app cannot be assigned unless the app is published. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md). Possible values are: `notPublished`, `processing`, `published`.|
+|isAssigned|Boolean|The value indicating whether the app is assigned to at least one group. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|roleScopeTagIds|String collection|List of scope tag ids for this mobile app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|dependentAppCount|Int32|The total number of dependencies the child app has. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|supersedingAppCount|Int32|The total number of apps this app directly or indirectly supersedes. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|supersededAppCount|Int32|The total number of apps this app is directly or indirectly superseded by. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|packageIdentifier|String|The PackageIdentifier from the WinGet source repository REST API. This also maps to the Id when using the WinGet client command line application. Required at creation time, cannot be modified on existing objects.|
+|installExperience|[winGetAppInstallExperience](../resources/intune-apps-wingetappinstallexperience.md)|The install experience settings associated with this application, which are used to ensure the desired install experiences on the target device are taken into account. This includes the account type (System or User) that actions should be run as on target devices. Required at creation time.|
+++
+## Response
+If successful, this method returns a `201 Created` response code and a [winGetApp](../resources/intune-apps-wingetapp.md) object in the response body.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+POST https://graph.microsoft.com/beta/deviceAppManagement/mobileApps
+Content-type: application/json
+Content-length: 943
+
+{
+ "@odata.type": "#microsoft.graph.winGetApp",
+ "displayName": "Display Name value",
+ "description": "Description value",
+ "publisher": "Publisher value",
+ "largeIcon": {
+ "@odata.type": "microsoft.graph.mimeContent",
+ "type": "Type value",
+ "value": "dmFsdWU="
+ },
+ "isFeatured": true,
+ "privacyInformationUrl": "https://example.com/privacyInformationUrl/",
+ "informationUrl": "https://example.com/informationUrl/",
+ "owner": "Owner value",
+ "developer": "Developer value",
+ "notes": "Notes value",
+ "uploadState": 11,
+ "publishingState": "processing",
+ "isAssigned": true,
+ "roleScopeTagIds": [
+ "Role Scope Tag Ids value"
+ ],
+ "dependentAppCount": 1,
+ "supersedingAppCount": 3,
+ "supersededAppCount": 2,
+ "packageIdentifier": "Package Identifier value",
+ "installExperience": {
+ "@odata.type": "microsoft.graph.winGetAppInstallExperience",
+ "runAsAccount": "user"
+ }
+}
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 201 Created
+Content-Type: application/json
+Content-Length: 1115
+
+{
+ "@odata.type": "#microsoft.graph.winGetApp",
+ "id": "22032c2e-2c2e-2203-2e2c-03222e2c0322",
+ "displayName": "Display Name value",
+ "description": "Description value",
+ "publisher": "Publisher value",
+ "largeIcon": {
+ "@odata.type": "microsoft.graph.mimeContent",
+ "type": "Type value",
+ "value": "dmFsdWU="
+ },
+ "createdDateTime": "2017-01-01T00:02:43.5775965-08:00",
+ "lastModifiedDateTime": "2017-01-01T00:00:35.1329464-08:00",
+ "isFeatured": true,
+ "privacyInformationUrl": "https://example.com/privacyInformationUrl/",
+ "informationUrl": "https://example.com/informationUrl/",
+ "owner": "Owner value",
+ "developer": "Developer value",
+ "notes": "Notes value",
+ "uploadState": 11,
+ "publishingState": "processing",
+ "isAssigned": true,
+ "roleScopeTagIds": [
+ "Role Scope Tag Ids value"
+ ],
+ "dependentAppCount": 1,
+ "supersedingAppCount": 3,
+ "supersededAppCount": 2,
+ "packageIdentifier": "Package Identifier value",
+ "installExperience": {
+ "@odata.type": "microsoft.graph.winGetAppInstallExperience",
+ "runAsAccount": "user"
+ }
+}
+```
++++++
v1.0 Intune Apps Wingetapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-wingetapp-delete.md
+
+ Title: "Delete winGetApp"
+description: "Deletes a winGetApp."
+
+localization_priority: Normal
++
+# Delete winGetApp
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Deletes a [winGetApp](../resources/intune-apps-wingetapp.md).
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementApps.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementApps.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+DELETE /deviceAppManagement/mobileApps/{mobileAppId}
+DELETE /deviceAppManagement/mobileApps/{mobileAppId}/userStatuses/{userAppInstallStatusId}/app
+DELETE /deviceAppManagement/mobileApps/{mobileAppId}/deviceStatuses/{mobileAppInstallStatusId}/app
+```
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+Do not supply a request body for this method.
+
+## Response
+If successful, this method returns a `204 No Content` response code.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+DELETE https://graph.microsoft.com/beta/deviceAppManagement/mobileApps/{mobileAppId}
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 204 No Content
+```
++++++
v1.0 Intune Apps Wingetapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-wingetapp-get.md
+
+ Title: "Get winGetApp"
+description: "Read properties and relationships of the winGetApp object."
+
+localization_priority: Normal
++
+# Get winGetApp
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Read properties and relationships of the [winGetApp](../resources/intune-apps-wingetapp.md) object.
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /deviceAppManagement/mobileApps/{mobileAppId}
+GET /deviceAppManagement/mobileApps/{mobileAppId}/userStatuses/{userAppInstallStatusId}/app
+GET /deviceAppManagement/mobileApps/{mobileAppId}/deviceStatuses/{mobileAppInstallStatusId}/app
+```
+
+## Optional query parameters
+This method supports the [OData Query Parameters](/graph/query-parameters) to help customize the response.
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+Do not supply a request body for this method.
+
+## Response
+If successful, this method returns a `200 OK` response code and [winGetApp](../resources/intune-apps-wingetapp.md) object in the response body.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+GET https://graph.microsoft.com/beta/deviceAppManagement/mobileApps/{mobileAppId}
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+Content-Length: 1198
+
+{
+ "value": {
+ "@odata.type": "#microsoft.graph.winGetApp",
+ "id": "22032c2e-2c2e-2203-2e2c-03222e2c0322",
+ "displayName": "Display Name value",
+ "description": "Description value",
+ "publisher": "Publisher value",
+ "largeIcon": {
+ "@odata.type": "microsoft.graph.mimeContent",
+ "type": "Type value",
+ "value": "dmFsdWU="
+ },
+ "createdDateTime": "2017-01-01T00:02:43.5775965-08:00",
+ "lastModifiedDateTime": "2017-01-01T00:00:35.1329464-08:00",
+ "isFeatured": true,
+ "privacyInformationUrl": "https://example.com/privacyInformationUrl/",
+ "informationUrl": "https://example.com/informationUrl/",
+ "owner": "Owner value",
+ "developer": "Developer value",
+ "notes": "Notes value",
+ "uploadState": 11,
+ "publishingState": "processing",
+ "isAssigned": true,
+ "roleScopeTagIds": [
+ "Role Scope Tag Ids value"
+ ],
+ "dependentAppCount": 1,
+ "supersedingAppCount": 3,
+ "supersededAppCount": 2,
+ "packageIdentifier": "Package Identifier value",
+ "installExperience": {
+ "@odata.type": "microsoft.graph.winGetAppInstallExperience",
+ "runAsAccount": "user"
+ }
+ }
+}
+```
++++++
v1.0 Intune Apps Wingetapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-wingetapp-list.md
+
+ Title: "List winGetApps"
+description: "List properties and relationships of the winGetApp objects."
+
+localization_priority: Normal
++
+# List winGetApps
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+List properties and relationships of the [winGetApp](../resources/intune-apps-wingetapp.md) objects.
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /deviceAppManagement/mobileApps
+```
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+Do not supply a request body for this method.
+
+## Response
+If successful, this method returns a `200 OK` response code and a collection of [winGetApp](../resources/intune-apps-wingetapp.md) objects in the response body.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+GET https://graph.microsoft.com/beta/deviceAppManagement/mobileApps
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+Content-Length: 1276
+
+{
+ "value": [
+ {
+ "@odata.type": "#microsoft.graph.winGetApp",
+ "id": "22032c2e-2c2e-2203-2e2c-03222e2c0322",
+ "displayName": "Display Name value",
+ "description": "Description value",
+ "publisher": "Publisher value",
+ "largeIcon": {
+ "@odata.type": "microsoft.graph.mimeContent",
+ "type": "Type value",
+ "value": "dmFsdWU="
+ },
+ "createdDateTime": "2017-01-01T00:02:43.5775965-08:00",
+ "lastModifiedDateTime": "2017-01-01T00:00:35.1329464-08:00",
+ "isFeatured": true,
+ "privacyInformationUrl": "https://example.com/privacyInformationUrl/",
+ "informationUrl": "https://example.com/informationUrl/",
+ "owner": "Owner value",
+ "developer": "Developer value",
+ "notes": "Notes value",
+ "uploadState": 11,
+ "publishingState": "processing",
+ "isAssigned": true,
+ "roleScopeTagIds": [
+ "Role Scope Tag Ids value"
+ ],
+ "dependentAppCount": 1,
+ "supersedingAppCount": 3,
+ "supersededAppCount": 2,
+ "packageIdentifier": "Package Identifier value",
+ "installExperience": {
+ "@odata.type": "microsoft.graph.winGetAppInstallExperience",
+ "runAsAccount": "user"
+ }
+ }
+ ]
+}
+```
++++++
v1.0 Intune Apps Wingetapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-wingetapp-update.md
+
+ Title: "Update winGetApp"
+description: "Update the properties of a winGetApp object."
+
+localization_priority: Normal
++
+# Update winGetApp
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Update the properties of a [winGetApp](../resources/intune-apps-wingetapp.md) object.
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementApps.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementApps.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+PATCH /deviceAppManagement/mobileApps/{mobileAppId}
+PATCH /deviceAppManagement/mobileApps/{mobileAppId}/userStatuses/{userAppInstallStatusId}/app
+PATCH /deviceAppManagement/mobileApps/{mobileAppId}/deviceStatuses/{mobileAppInstallStatusId}/app
+```
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+In the request body, supply a JSON representation for the [winGetApp](../resources/intune-apps-wingetapp.md) object.
+
+The following table shows the properties that are required when you create the [winGetApp](../resources/intune-apps-wingetapp.md).
+
+|Property|Type|Description|
+|:|:|:|
+|id|String|Key of the entity. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|displayName|String|The admin provided or imported title of the app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|description|String|The description of the app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|publisher|String|The publisher of the app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|largeIcon|[mimeContent](../resources/intune-shared-mimecontent.md)|The large icon, to be displayed in the app details and used for upload of the icon. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|createdDateTime|DateTimeOffset|The date and time the app was created. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|lastModifiedDateTime|DateTimeOffset|The date and time the app was last modified. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|isFeatured|Boolean|The value indicating whether the app is marked as featured by the admin. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|privacyInformationUrl|String|The privacy statement Url. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|informationUrl|String|The more information Url. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|owner|String|The owner of the app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|developer|String|The developer of the app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|notes|String|Notes for the app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|uploadState|Int32|The upload state. Possible values are: 0 - `Not Ready`, 1 - `Ready`, 2 - `Processing`. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|publishingState|[mobileAppPublishingState](../resources/intune-apps-mobileapppublishingstate.md)|The publishing state for the app. The app cannot be assigned unless the app is published. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md). Possible values are: `notPublished`, `processing`, `published`.|
+|isAssigned|Boolean|The value indicating whether the app is assigned to at least one group. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|roleScopeTagIds|String collection|List of scope tag ids for this mobile app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|dependentAppCount|Int32|The total number of dependencies the child app has. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|supersedingAppCount|Int32|The total number of apps this app directly or indirectly supersedes. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|supersededAppCount|Int32|The total number of apps this app is directly or indirectly superseded by. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|packageIdentifier|String|The PackageIdentifier from the WinGet source repository REST API. This also maps to the Id when using the WinGet client command line application. Required at creation time, cannot be modified on existing objects.|
+|installExperience|[winGetAppInstallExperience](../resources/intune-apps-wingetappinstallexperience.md)|The install experience settings associated with this application, which are used to ensure the desired install experiences on the target device are taken into account. This includes the account type (System or User) that actions should be run as on target devices. Required at creation time.|
+++
+## Response
+If successful, this method returns a `200 OK` response code and an updated [winGetApp](../resources/intune-apps-wingetapp.md) object in the response body.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+PATCH https://graph.microsoft.com/beta/deviceAppManagement/mobileApps/{mobileAppId}
+Content-type: application/json
+Content-length: 943
+
+{
+ "@odata.type": "#microsoft.graph.winGetApp",
+ "displayName": "Display Name value",
+ "description": "Description value",
+ "publisher": "Publisher value",
+ "largeIcon": {
+ "@odata.type": "microsoft.graph.mimeContent",
+ "type": "Type value",
+ "value": "dmFsdWU="
+ },
+ "isFeatured": true,
+ "privacyInformationUrl": "https://example.com/privacyInformationUrl/",
+ "informationUrl": "https://example.com/informationUrl/",
+ "owner": "Owner value",
+ "developer": "Developer value",
+ "notes": "Notes value",
+ "uploadState": 11,
+ "publishingState": "processing",
+ "isAssigned": true,
+ "roleScopeTagIds": [
+ "Role Scope Tag Ids value"
+ ],
+ "dependentAppCount": 1,
+ "supersedingAppCount": 3,
+ "supersededAppCount": 2,
+ "packageIdentifier": "Package Identifier value",
+ "installExperience": {
+ "@odata.type": "microsoft.graph.winGetAppInstallExperience",
+ "runAsAccount": "user"
+ }
+}
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+Content-Length: 1115
+
+{
+ "@odata.type": "#microsoft.graph.winGetApp",
+ "id": "22032c2e-2c2e-2203-2e2c-03222e2c0322",
+ "displayName": "Display Name value",
+ "description": "Description value",
+ "publisher": "Publisher value",
+ "largeIcon": {
+ "@odata.type": "microsoft.graph.mimeContent",
+ "type": "Type value",
+ "value": "dmFsdWU="
+ },
+ "createdDateTime": "2017-01-01T00:02:43.5775965-08:00",
+ "lastModifiedDateTime": "2017-01-01T00:00:35.1329464-08:00",
+ "isFeatured": true,
+ "privacyInformationUrl": "https://example.com/privacyInformationUrl/",
+ "informationUrl": "https://example.com/informationUrl/",
+ "owner": "Owner value",
+ "developer": "Developer value",
+ "notes": "Notes value",
+ "uploadState": 11,
+ "publishingState": "processing",
+ "isAssigned": true,
+ "roleScopeTagIds": [
+ "Role Scope Tag Ids value"
+ ],
+ "dependentAppCount": 1,
+ "supersedingAppCount": 3,
+ "supersededAppCount": 2,
+ "packageIdentifier": "Package Identifier value",
+ "installExperience": {
+ "@odata.type": "microsoft.graph.winGetAppInstallExperience",
+ "runAsAccount": "user"
+ }
+}
+```
++++++
v1.0 Intune Auditing Auditevent Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-auditing-auditevent-create.md
Here is an example of the request.
``` http POST https://graph.microsoft.com/beta/deviceManagement/auditEvents Content-type: application/json
-Content-length: 1697
+Content-length: 1803
{ "@odata.type": "#microsoft.graph.auditEvent",
Content-length: 1697
"actor": { "@odata.type": "microsoft.graph.auditActor", "type": "Type value",
+ "auditActorType": "Audit Actor Type value",
"userPermissions": [ "User Permissions value" ],
Content-length: 1697
} ], "type": "Type value",
+ "auditResourceType": "Audit Resource Type value",
"resourceId": "Resource Id value" } ],
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 201 Created Content-Type: application/json
-Content-Length: 1746
+Content-Length: 1852
{ "@odata.type": "#microsoft.graph.auditEvent",
Content-Length: 1746
"actor": { "@odata.type": "microsoft.graph.auditActor", "type": "Type value",
+ "auditActorType": "Audit Actor Type value",
"userPermissions": [ "User Permissions value" ],
Content-Length: 1746
} ], "type": "Type value",
+ "auditResourceType": "Audit Resource Type value",
"resourceId": "Resource Id value" } ],
Content-Length: 1746
++
v1.0 Intune Auditing Auditevent Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-auditing-auditevent-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Auditing Auditevent Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-auditing-auditevent-get.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 1863
+Content-Length: 1973
{ "value": {
Content-Length: 1863
"actor": { "@odata.type": "microsoft.graph.auditActor", "type": "Type value",
+ "auditActorType": "Audit Actor Type value",
"userPermissions": [ "User Permissions value" ],
Content-Length: 1863
} ], "type": "Type value",
+ "auditResourceType": "Audit Resource Type value",
"resourceId": "Resource Id value" } ],
Content-Length: 1863
++
v1.0 Intune Auditing Auditevent Getauditactivitytypes https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-auditing-auditevent-getauditactivitytypes.md
Content-Length: 61
++
v1.0 Intune Auditing Auditevent Getauditcategories https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-auditing-auditevent-getauditcategories.md
Content-Length: 57
++
v1.0 Intune Auditing Auditevent List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-auditing-auditevent-list.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 1975
+Content-Length: 2089
{ "value": [
Content-Length: 1975
"actor": { "@odata.type": "microsoft.graph.auditActor", "type": "Type value",
+ "auditActorType": "Audit Actor Type value",
"userPermissions": [ "User Permissions value" ],
Content-Length: 1975
} ], "type": "Type value",
+ "auditResourceType": "Audit Resource Type value",
"resourceId": "Resource Id value" } ],
Content-Length: 1975
++
v1.0 Intune Auditing Auditevent Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-auditing-auditevent-update.md
Here is an example of the request.
``` http PATCH https://graph.microsoft.com/beta/deviceManagement/auditEvents/{auditEventId} Content-type: application/json
-Content-length: 1697
+Content-length: 1803
{ "@odata.type": "#microsoft.graph.auditEvent",
Content-length: 1697
"actor": { "@odata.type": "microsoft.graph.auditActor", "type": "Type value",
+ "auditActorType": "Audit Actor Type value",
"userPermissions": [ "User Permissions value" ],
Content-length: 1697
} ], "type": "Type value",
+ "auditResourceType": "Audit Resource Type value",
"resourceId": "Resource Id value" } ],
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 1746
+Content-Length: 1852
{ "@odata.type": "#microsoft.graph.auditEvent",
Content-Length: 1746
"actor": { "@odata.type": "microsoft.graph.auditActor", "type": "Type value",
+ "auditActorType": "Audit Actor Type value",
"userPermissions": [ "User Permissions value" ],
Content-Length: 1746
} ], "type": "Type value",
+ "auditResourceType": "Audit Resource Type value",
"resourceId": "Resource Id value" } ],
Content-Length: 1746
++
v1.0 Intune Books Deviceinstallstate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-deviceinstallstate-create.md
Content-Length: 423
++
v1.0 Intune Books Deviceinstallstate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-deviceinstallstate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Books Deviceinstallstate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-deviceinstallstate-get.md
Content-Length: 462
++
v1.0 Intune Books Deviceinstallstate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-deviceinstallstate-list.md
Content-Length: 496
++
v1.0 Intune Books Deviceinstallstate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-deviceinstallstate-update.md
Content-Length: 423
++
v1.0 Intune Books Ebookinstallsummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-ebookinstallsummary-get.md
Content-Length: 320
++
v1.0 Intune Books Ebookinstallsummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-ebookinstallsummary-update.md
Content-Length: 285
++
v1.0 Intune Books Iosvppebook Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebook-create.md
Content-Length: 1026
++
v1.0 Intune Books Iosvppebook Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebook-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Books Iosvppebook Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebook-get.md
Content-Length: 1101
++
v1.0 Intune Books Iosvppebook List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebook-list.md
Content-Length: 1171
++
v1.0 Intune Books Iosvppebook Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebook-update.md
Content-Length: 1026
++
v1.0 Intune Books Iosvppebookassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebookassignment-create.md
Content-Length: 409
++
v1.0 Intune Books Iosvppebookassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebookassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Books Iosvppebookassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebookassignment-get.md
Content-Length: 444
++
v1.0 Intune Books Iosvppebookassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebookassignment-list.md
Content-Length: 474
++
v1.0 Intune Books Iosvppebookassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebookassignment-update.md
Content-Length: 409
++
v1.0 Intune Books Managedebook Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebook-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Books Managedebook Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebook-get.md
Content-Length: 712
++
v1.0 Intune Books Managedebook List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebook-list.md
Content-Length: 756
++
v1.0 Intune Books Managedebookassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookassignment-create.md
Content-Length: 404
++
v1.0 Intune Books Managedebookassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Books Managedebookassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookassignment-get.md
Content-Length: 439
++
v1.0 Intune Books Managedebookassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookassignment-list.md
Content-Length: 469
++
v1.0 Intune Books Managedebookassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookassignment-update.md
Content-Length: 404
++
v1.0 Intune Books Managedebookcategory Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookcategory-create.md
Content-Length: 215
++
v1.0 Intune Books Managedebookcategory Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookcategory-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Books Managedebookcategory Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookcategory-get.md
Content-Length: 242
++
v1.0 Intune Books Managedebookcategory List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookcategory-list.md
Content-Length: 264
++
v1.0 Intune Books Managedebookcategory Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookcategory-update.md
Content-Length: 215
++
v1.0 Intune Books Userinstallstatesummary Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-userinstallstatesummary-create.md
Content-Length: 238
++
v1.0 Intune Books Userinstallstatesummary Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-userinstallstatesummary-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Books Userinstallstatesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-userinstallstatesummary-get.md
Content-Length: 269
++
v1.0 Intune Books Userinstallstatesummary List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-userinstallstatesummary-list.md
Content-Length: 295
++
v1.0 Intune Books Userinstallstatesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-userinstallstatesummary-update.md
Content-Length: 238
++
v1.0 Intune Chromebooksync Chromeosonboardingsettings Connect https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-chromebooksync-chromeosonboardingsettings-connect.md
Content-Length: 29
++
v1.0 Intune Chromebooksync Chromeosonboardingsettings Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-chromebooksync-chromeosonboardingsettings-create.md
Content-Length: 351
++
v1.0 Intune Chromebooksync Chromeosonboardingsettings Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-chromebooksync-chromeosonboardingsettings-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Chromebooksync Chromeosonboardingsettings Disconnect https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-chromebooksync-chromeosonboardingsettings-disconnect.md
Content-Length: 29
++
v1.0 Intune Chromebooksync Chromeosonboardingsettings Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-chromebooksync-chromeosonboardingsettings-get.md
Content-Length: 382
++
v1.0 Intune Chromebooksync Chromeosonboardingsettings List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-chromebooksync-chromeosonboardingsettings-list.md
Content-Length: 408
++
v1.0 Intune Chromebooksync Chromeosonboardingsettings Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-chromebooksync-chromeosonboardingsettings-update.md
Content-Length: 351
++
v1.0 Intune Cirrus Officeclientconfiguration Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-officeclientconfiguration-assign.md
Namespace: microsoft.graph
Replace all targeted groups for a policy.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 274
+++
v1.0 Intune Cirrus Officeclientconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-officeclientconfiguration-get.md
Namespace: microsoft.graph
Get a specific policy.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 1137
+++
v1.0 Intune Cirrus Officeclientconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-officeclientconfiguration-list.md
Namespace: microsoft.graph
Get all policies.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 1207
+++
v1.0 Intune Cirrus Officeclientconfiguration Updatepriorities https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-officeclientconfiguration-updatepriorities.md
Namespace: microsoft.graph
Update policy priorities.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 200 OK
+++
v1.0 Intune Cirrus Officeclientconfigurationassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-officeclientconfigurationassignment-create.md
Namespace: microsoft.graph
Add a target group to an existing policy.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 221
+++
v1.0 Intune Cirrus Officeclientconfigurationassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-officeclientconfigurationassignment-delete.md
Namespace: microsoft.graph
Deletes a [officeClientConfigurationAssignment](../resources/intune-cirrus-officeclientconfigurationassignment.md).
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
+++
v1.0 Intune Cirrus Officeclientconfigurationassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-officeclientconfigurationassignment-get.md
Namespace: microsoft.graph
Read properties and relationships of the [officeClientConfigurationAssignment](../resources/intune-cirrus-officeclientconfigurationassignment.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 250
+++
v1.0 Intune Cirrus Officeclientconfigurationassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-officeclientconfigurationassignment-list.md
Namespace: microsoft.graph
List properties and relationships of the [officeClientConfigurationAssignment](../resources/intune-cirrus-officeclientconfigurationassignment.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 274
+++
v1.0 Intune Cirrus Officeclientconfigurationassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-officeclientconfigurationassignment-update.md
Namespace: microsoft.graph
Update the properties of a [officeClientConfigurationAssignment](../resources/intune-cirrus-officeclientconfigurationassignment.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 221
+++
v1.0 Intune Cirrus Windowsofficeclientconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientconfiguration-create.md
Namespace: microsoft.graph
Create a new non-security policy with targeting groups.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 1069
+++
v1.0 Intune Cirrus Windowsofficeclientconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientconfiguration-delete.md
Namespace: microsoft.graph
Delete a specific non-security policy.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 200 OK
+++
v1.0 Intune Cirrus Windowsofficeclientconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientconfiguration-get.md
Namespace: microsoft.graph
Get a specific non-security policy [windowsOfficeClientConfiguration](../resources/intune-cirrus-windowsofficeclientconfiguration.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 1144
+++
v1.0 Intune Cirrus Windowsofficeclientconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientconfiguration-list.md
Namespace: microsoft.graph
List properties and relationships of the [windowsOfficeClientConfiguration](../resources/intune-cirrus-windowsofficeclientconfiguration.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 1214
+++
v1.0 Intune Cirrus Windowsofficeclientconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientconfiguration-update.md
Namespace: microsoft.graph
Patch a specific non-security policy payload.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 1069
+++
v1.0 Intune Cirrus Windowsofficeclientsecurityconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientsecurityconfiguration-create.md
Namespace: microsoft.graph
Create a new [windowsOfficeClientSecurityConfiguration](../resources/intune-cirrus-windowsofficeclientsecurityconfiguration.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 1077
+++
v1.0 Intune Cirrus Windowsofficeclientsecurityconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientsecurityconfiguration-delete.md
Namespace: microsoft.graph
Deletes a security policy [windowsOfficeClientSecurityConfiguration](../resources/intune-cirrus-windowsofficeclientsecurityconfiguration.md).
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 200 OK
+++
v1.0 Intune Cirrus Windowsofficeclientsecurityconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientsecurityconfiguration-get.md
Namespace: microsoft.graph
Get a specific security policy [windowsOfficeClientSecurityConfiguration](../resources/intune-cirrus-windowsofficeclientsecurityconfiguration.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 1152
+++
v1.0 Intune Cirrus Windowsofficeclientsecurityconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientsecurityconfiguration-list.md
Namespace: microsoft.graph
List properties and relationships of the [windowsOfficeClientSecurityConfiguration](../resources/intune-cirrus-windowsofficeclientsecurityconfiguration.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 1222
+++
v1.0 Intune Cirrus Windowsofficeclientsecurityconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientsecurityconfiguration-update.md
Namespace: microsoft.graph
Update the properties of a [windowsOfficeClientSecurityConfiguration](../resources/intune-cirrus-windowsofficeclientsecurityconfiguration.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 1077
+++
v1.0 Intune Companyterms Termsandconditions Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditions-create.md
Content-Length: 567
++
v1.0 Intune Companyterms Termsandconditions Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditions-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Companyterms Termsandconditions Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditions-get.md
Content-Length: 614
++
v1.0 Intune Companyterms Termsandconditions List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditions-list.md
Content-Length: 656
++
v1.0 Intune Companyterms Termsandconditions Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditions-update.md
Content-Length: 567
++
v1.0 Intune Companyterms Termsandconditionsacceptancestatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsacceptancestatus-create.md
Content-Length: 313
++
v1.0 Intune Companyterms Termsandconditionsacceptancestatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsacceptancestatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Companyterms Termsandconditionsacceptancestatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsacceptancestatus-get.md
Content-Length: 344
++
v1.0 Intune Companyterms Termsandconditionsacceptancestatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsacceptancestatus-list.md
Content-Length: 370
++
v1.0 Intune Companyterms Termsandconditionsacceptancestatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsacceptancestatus-update.md
Content-Length: 313
++
v1.0 Intune Companyterms Termsandconditionsassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsassignment-create.md
Content-Length: 436
++
v1.0 Intune Companyterms Termsandconditionsassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Companyterms Termsandconditionsassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsassignment-get.md
Content-Length: 471
++
v1.0 Intune Companyterms Termsandconditionsassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsassignment-list.md
Content-Length: 501
++
v1.0 Intune Companyterms Termsandconditionsassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsassignment-update.md
Content-Length: 436
++
v1.0 Intune Companyterms Termsandconditionsgroupassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsgroupassignment-create.md
Content-Length: 169
++
v1.0 Intune Companyterms Termsandconditionsgroupassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsgroupassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Companyterms Termsandconditionsgroupassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsgroupassignment-get.md
Content-Length: 194
++
v1.0 Intune Companyterms Termsandconditionsgroupassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsgroupassignment-list.md
Content-Length: 214
++
v1.0 Intune Companyterms Termsandconditionsgroupassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsgroupassignment-update.md
Content-Length: 169
++
v1.0 Intune Deviceconfig Advancedthreatprotectiononboardingdevicesettingstate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-create.md
Content-Length: 622
++
v1.0 Intune Deviceconfig Advancedthreatprotectiononboardingdevicesettingstate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Advancedthreatprotectiononboardingdevicesettingstate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-get.md
Content-Length: 669
++
v1.0 Intune Deviceconfig Advancedthreatprotectiononboardingdevicesettingstate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-list.md
Content-Length: 711
++
v1.0 Intune Deviceconfig Advancedthreatprotectiononboardingdevicesettingstate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-update.md
Content-Length: 622
++
v1.0 Intune Deviceconfig Advancedthreatprotectiononboardingstatesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-advancedthreatprotectiononboardingstatesummary-get.md
Content-Length: 419
++
v1.0 Intune Deviceconfig Advancedthreatprotectiononboardingstatesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-advancedthreatprotectiononboardingstatesummary-update.md
Content-Length: 380
++
v1.0 Intune Deviceconfig Androidcertificateprofilebase Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcertificateprofilebase-get.md
Content-Length: 1723
++
v1.0 Intune Deviceconfig Androidcertificateprofilebase List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcertificateprofilebase-list.md
Content-Length: 1825
++
v1.0 Intune Deviceconfig Androidcompliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcompliancepolicy-create.md
Content-Length: 1922
++
v1.0 Intune Deviceconfig Androidcompliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcompliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidcompliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcompliancepolicy-get.md
Content-Length: 2031
++
v1.0 Intune Deviceconfig Androidcompliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcompliancepolicy-list.md
Content-Length: 2135
++
v1.0 Intune Deviceconfig Androidcompliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcompliancepolicy-update.md
Content-Length: 1922
++
v1.0 Intune Deviceconfig Androidcustomconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcustomconfiguration-create.md
Content-Length: 1509
++
v1.0 Intune Deviceconfig Androidcustomconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcustomconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidcustomconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcustomconfiguration-get.md
Content-Length: 1612
++
v1.0 Intune Deviceconfig Androidcustomconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcustomconfiguration-list.md
Content-Length: 1710
++
v1.0 Intune Deviceconfig Androidcustomconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcustomconfiguration-update.md
Content-Length: 1509
++
v1.0 Intune Deviceconfig Androiddeviceownercertificateprofilebase Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownercertificateprofilebase-get.md
Content-Length: 1734
++
v1.0 Intune Deviceconfig Androiddeviceownercertificateprofilebase List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownercertificateprofilebase-list.md
Content-Length: 1836
++
v1.0 Intune Deviceconfig Androiddeviceownercompliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownercompliancepolicy-create.md
Content-Length: 1441
++
v1.0 Intune Deviceconfig Androiddeviceownercompliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownercompliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androiddeviceownercompliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownercompliancepolicy-get.md
Content-Length: 1524
++
v1.0 Intune Deviceconfig Androiddeviceownercompliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownercompliancepolicy-list.md
Content-Length: 1602
++
v1.0 Intune Deviceconfig Androiddeviceownercompliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownercompliancepolicy-update.md
Content-Length: 1441
++
v1.0 Intune Deviceconfig Androiddeviceownerderivedcredentialauthenticationconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-create.md
Content-Length: 1462
++
v1.0 Intune Deviceconfig Androiddeviceownerderivedcredentialauthenticationconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androiddeviceownerderivedcredentialauthenticationconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-get.md
Content-Length: 1559
++
v1.0 Intune Deviceconfig Androiddeviceownerderivedcredentialauthenticationconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-list.md
Content-Length: 1651
++
v1.0 Intune Deviceconfig Androiddeviceownerderivedcredentialauthenticationconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-update.md
Content-Length: 1462
++
v1.0 Intune Deviceconfig Androiddeviceownerenterprisewificonfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-create.md
Content-Length: 2132
++
v1.0 Intune Deviceconfig Androiddeviceownerenterprisewificonfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androiddeviceownerenterprisewificonfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-get.md
Content-Length: 2255
++
v1.0 Intune Deviceconfig Androiddeviceownerenterprisewificonfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-list.md
Content-Length: 2373
++
v1.0 Intune Deviceconfig Androiddeviceownerenterprisewificonfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-update.md
Content-Length: 2132
++
v1.0 Intune Deviceconfig Androiddeviceownergeneraldeviceconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-create.md
Content-Length: 10262
++
v1.0 Intune Deviceconfig Androiddeviceownergeneraldeviceconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androiddeviceownergeneraldeviceconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-get.md
Content-Length: 10805
++
v1.0 Intune Deviceconfig Androiddeviceownergeneraldeviceconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-list.md
Content-Length: 11343
++
v1.0 Intune Deviceconfig Androiddeviceownergeneraldeviceconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-update.md
Content-Length: 10262
++
v1.0 Intune Deviceconfig Androiddeviceownerimportedpfxcertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-create.md
Content-Length: 1900
++
v1.0 Intune Deviceconfig Androiddeviceownerimportedpfxcertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androiddeviceownerimportedpfxcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-get.md
Content-Length: 2023
++
v1.0 Intune Deviceconfig Androiddeviceownerimportedpfxcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-list.md
Content-Length: 2141
++
v1.0 Intune Deviceconfig Androiddeviceownerimportedpfxcertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-update.md
Content-Length: 1900
++
v1.0 Intune Deviceconfig Androiddeviceownerpkcscertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-create.md
Content-Length: 2475
++
v1.0 Intune Deviceconfig Androiddeviceownerpkcscertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androiddeviceownerpkcscertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-get.md
Content-Length: 2624
++
v1.0 Intune Deviceconfig Androiddeviceownerpkcscertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-list.md
Content-Length: 2768
++
v1.0 Intune Deviceconfig Androiddeviceownerpkcscertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-update.md
Content-Length: 2475
++
v1.0 Intune Deviceconfig Androiddeviceownerscepcertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-create.md
Content-Length: 2379
++
v1.0 Intune Deviceconfig Androiddeviceownerscepcertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androiddeviceownerscepcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-get.md
Content-Length: 2532
++
v1.0 Intune Deviceconfig Androiddeviceownerscepcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-list.md
Content-Length: 2680
++
v1.0 Intune Deviceconfig Androiddeviceownerscepcertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-update.md
Content-Length: 2379
++
v1.0 Intune Deviceconfig Androiddeviceownertrustedrootcertificate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-create.md
Content-Length: 1323
++
v1.0 Intune Deviceconfig Androiddeviceownertrustedrootcertificate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androiddeviceownertrustedrootcertificate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-get.md
Content-Length: 1410
++
v1.0 Intune Deviceconfig Androiddeviceownertrustedrootcertificate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-list.md
Content-Length: 1492
++
v1.0 Intune Deviceconfig Androiddeviceownertrustedrootcertificate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-update.md
Content-Length: 1323
++
v1.0 Intune Deviceconfig Androiddeviceownervpnconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownervpnconfiguration-create.md
Content-Length: 2555
++
v1.0 Intune Deviceconfig Androiddeviceownervpnconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownervpnconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androiddeviceownervpnconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownervpnconfiguration-get.md
Content-Length: 2734
++
v1.0 Intune Deviceconfig Androiddeviceownervpnconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownervpnconfiguration-list.md
Content-Length: 2908
++
v1.0 Intune Deviceconfig Androiddeviceownervpnconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownervpnconfiguration-update.md
Content-Length: 2555
++
v1.0 Intune Deviceconfig Androiddeviceownerwificonfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerwificonfiguration-create.md
Content-Length: 1712
++
v1.0 Intune Deviceconfig Androiddeviceownerwificonfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerwificonfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androiddeviceownerwificonfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerwificonfiguration-get.md
Content-Length: 1819
++
v1.0 Intune Deviceconfig Androiddeviceownerwificonfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerwificonfiguration-list.md
Content-Length: 1921
++
v1.0 Intune Deviceconfig Androiddeviceownerwificonfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerwificonfiguration-update.md
Content-Length: 1712
++
v1.0 Intune Deviceconfig Androideasemailprofileconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androideasemailprofileconfiguration-create.md
Content-Length: 1738
++
v1.0 Intune Deviceconfig Androideasemailprofileconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androideasemailprofileconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androideasemailprofileconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androideasemailprofileconfiguration-get.md
Content-Length: 1851
++
v1.0 Intune Deviceconfig Androideasemailprofileconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androideasemailprofileconfiguration-list.md
Content-Length: 1959
++
v1.0 Intune Deviceconfig Androideasemailprofileconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androideasemailprofileconfiguration-update.md
Content-Length: 1738
++
v1.0 Intune Deviceconfig Androidenterprisewificonfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidenterprisewificonfiguration-create.md
Content-Length: 1961
++
v1.0 Intune Deviceconfig Androidenterprisewificonfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidenterprisewificonfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidenterprisewificonfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidenterprisewificonfiguration-get.md
Content-Length: 2076
++
v1.0 Intune Deviceconfig Androidenterprisewificonfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidenterprisewificonfiguration-list.md
Content-Length: 2186
++
v1.0 Intune Deviceconfig Androidenterprisewificonfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidenterprisewificonfiguration-update.md
Content-Length: 1961
++
v1.0 Intune Deviceconfig Androidforworkcertificateprofilebase Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkcertificateprofilebase-get.md
Content-Length: 1730
++
v1.0 Intune Deviceconfig Androidforworkcertificateprofilebase List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkcertificateprofilebase-list.md
Content-Length: 1832
++
v1.0 Intune Deviceconfig Androidforworkcompliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkcompliancepolicy-create.md
Content-Length: 1526
++
v1.0 Intune Deviceconfig Androidforworkcompliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkcompliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidforworkcompliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkcompliancepolicy-get.md
Content-Length: 1611
++
v1.0 Intune Deviceconfig Androidforworkcompliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkcompliancepolicy-list.md
Content-Length: 1691
++
v1.0 Intune Deviceconfig Androidforworkcompliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkcompliancepolicy-update.md
Content-Length: 1526
++
v1.0 Intune Deviceconfig Androidforworkcustomconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkcustomconfiguration-create.md
Content-Length: 1516
++
v1.0 Intune Deviceconfig Androidforworkcustomconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkcustomconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidforworkcustomconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkcustomconfiguration-get.md
Content-Length: 1619
++
v1.0 Intune Deviceconfig Androidforworkcustomconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkcustomconfiguration-list.md
Content-Length: 1717
++
v1.0 Intune Deviceconfig Androidforworkcustomconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkcustomconfiguration-update.md
Content-Length: 1516
++
v1.0 Intune Deviceconfig Androidforworkeasemailprofilebase Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkeasemailprofilebase-get.md
Content-Length: 1529
++
v1.0 Intune Deviceconfig Androidforworkeasemailprofilebase List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkeasemailprofilebase-list.md
Content-Length: 1619
++
v1.0 Intune Deviceconfig Androidforworkenterprisewificonfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkenterprisewificonfiguration-create.md
Content-Length: 1807
++
v1.0 Intune Deviceconfig Androidforworkenterprisewificonfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkenterprisewificonfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidforworkenterprisewificonfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkenterprisewificonfiguration-get.md
Content-Length: 1916
++
v1.0 Intune Deviceconfig Androidforworkenterprisewificonfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkenterprisewificonfiguration-list.md
Content-Length: 2020
++
v1.0 Intune Deviceconfig Androidforworkenterprisewificonfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkenterprisewificonfiguration-update.md
Content-Length: 1807
++
v1.0 Intune Deviceconfig Androidforworkgeneraldeviceconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-create.md
Content-Length: 3251
++
v1.0 Intune Deviceconfig Androidforworkgeneraldeviceconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidforworkgeneraldeviceconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-get.md
Content-Length: 3418
++
v1.0 Intune Deviceconfig Androidforworkgeneraldeviceconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-list.md
Content-Length: 3580
++
v1.0 Intune Deviceconfig Androidforworkgeneraldeviceconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-update.md
Content-Length: 3251
++
v1.0 Intune Deviceconfig Androidforworkgmaileasconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkgmaileasconfiguration-create.md
Content-Length: 1436
++
v1.0 Intune Deviceconfig Androidforworkgmaileasconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkgmaileasconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidforworkgmaileasconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkgmaileasconfiguration-get.md
Content-Length: 1531
++
v1.0 Intune Deviceconfig Androidforworkgmaileasconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkgmaileasconfiguration-list.md
Content-Length: 1621
++
v1.0 Intune Deviceconfig Androidforworkgmaileasconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkgmaileasconfiguration-update.md
Content-Length: 1436
++
v1.0 Intune Deviceconfig Androidforworkimportedpfxcertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-create.md
Content-Length: 1671
++
v1.0 Intune Deviceconfig Androidforworkimportedpfxcertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidforworkimportedpfxcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-get.md
Content-Length: 1780
++
v1.0 Intune Deviceconfig Androidforworkimportedpfxcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-list.md
Content-Length: 1884
++
v1.0 Intune Deviceconfig Androidforworkimportedpfxcertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-update.md
Content-Length: 1671
++
v1.0 Intune Deviceconfig Androidforworknineworkeasconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworknineworkeasconfiguration-create.md
Content-Length: 1511
++
v1.0 Intune Deviceconfig Androidforworknineworkeasconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworknineworkeasconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidforworknineworkeasconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworknineworkeasconfiguration-get.md
Content-Length: 1612
++
v1.0 Intune Deviceconfig Androidforworknineworkeasconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworknineworkeasconfiguration-list.md
Content-Length: 1708
++
v1.0 Intune Deviceconfig Androidforworknineworkeasconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworknineworkeasconfiguration-update.md
Content-Length: 1511
++
v1.0 Intune Deviceconfig Androidforworkpkcscertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkpkcscertificateprofile-create.md
Content-Length: 1910
++
v1.0 Intune Deviceconfig Androidforworkpkcscertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkpkcscertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidforworkpkcscertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkpkcscertificateprofile-get.md
Content-Length: 2025
++
v1.0 Intune Deviceconfig Androidforworkpkcscertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkpkcscertificateprofile-list.md
Content-Length: 2135
++
v1.0 Intune Deviceconfig Androidforworkpkcscertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkpkcscertificateprofile-update.md
Content-Length: 1910
++
v1.0 Intune Deviceconfig Androidforworkscepcertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkscepcertificateprofile-create.md
Content-Length: 2150
++
v1.0 Intune Deviceconfig Androidforworkscepcertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkscepcertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidforworkscepcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkscepcertificateprofile-get.md
Content-Length: 2289
++
v1.0 Intune Deviceconfig Androidforworkscepcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkscepcertificateprofile-list.md
Content-Length: 2423
++
v1.0 Intune Deviceconfig Androidforworkscepcertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkscepcertificateprofile-update.md
Content-Length: 2150
++
v1.0 Intune Deviceconfig Androidforworktrustedrootcertificate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworktrustedrootcertificate-create.md
Content-Length: 1319
++
v1.0 Intune Deviceconfig Androidforworktrustedrootcertificate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworktrustedrootcertificate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidforworktrustedrootcertificate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworktrustedrootcertificate-get.md
Content-Length: 1406
++
v1.0 Intune Deviceconfig Androidforworktrustedrootcertificate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworktrustedrootcertificate-list.md
Content-Length: 1488
++
v1.0 Intune Deviceconfig Androidforworktrustedrootcertificate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworktrustedrootcertificate-update.md
Content-Length: 1319
++
v1.0 Intune Deviceconfig Androidforworkvpnconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkvpnconfiguration-create.md
Content-Length: 1930
++
v1.0 Intune Deviceconfig Androidforworkvpnconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkvpnconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidforworkvpnconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkvpnconfiguration-get.md
Content-Length: 2069
++
v1.0 Intune Deviceconfig Androidforworkvpnconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkvpnconfiguration-list.md
Content-Length: 2203
++
v1.0 Intune Deviceconfig Androidforworkvpnconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkvpnconfiguration-update.md
Content-Length: 1930
++
v1.0 Intune Deviceconfig Androidforworkwificonfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkwificonfiguration-create.md
Content-Length: 1387
++
v1.0 Intune Deviceconfig Androidforworkwificonfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkwificonfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidforworkwificonfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkwificonfiguration-get.md
Content-Length: 1480
++
v1.0 Intune Deviceconfig Androidforworkwificonfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkwificonfiguration-list.md
Content-Length: 1568
++
v1.0 Intune Deviceconfig Androidforworkwificonfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidforworkwificonfiguration-update.md
Content-Length: 1387
++
v1.0 Intune Deviceconfig Androidgeneraldeviceconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidgeneraldeviceconfiguration-create.md
Content-Length: 4146
++
v1.0 Intune Deviceconfig Androidgeneraldeviceconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidgeneraldeviceconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidgeneraldeviceconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidgeneraldeviceconfiguration-get.md
Content-Length: 4409
++
v1.0 Intune Deviceconfig Androidgeneraldeviceconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidgeneraldeviceconfiguration-list.md
Content-Length: 4667
++
v1.0 Intune Deviceconfig Androidgeneraldeviceconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidgeneraldeviceconfiguration-update.md
Content-Length: 4146
++
v1.0 Intune Deviceconfig Androidimportedpfxcertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidimportedpfxcertificateprofile-create.md
Content-Length: 1664
++
v1.0 Intune Deviceconfig Androidimportedpfxcertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidimportedpfxcertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidimportedpfxcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidimportedpfxcertificateprofile-get.md
Content-Length: 1773
++
v1.0 Intune Deviceconfig Androidimportedpfxcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidimportedpfxcertificateprofile-list.md
Content-Length: 1877
++
v1.0 Intune Deviceconfig Androidimportedpfxcertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidimportedpfxcertificateprofile-update.md
Content-Length: 1664
++
v1.0 Intune Deviceconfig Androidomacpconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidomacpconfiguration-create.md
Content-Length: 1251
++
v1.0 Intune Deviceconfig Androidomacpconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidomacpconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidomacpconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidomacpconfiguration-get.md
Content-Length: 1336
++
v1.0 Intune Deviceconfig Androidomacpconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidomacpconfiguration-list.md
Content-Length: 1416
++
v1.0 Intune Deviceconfig Androidomacpconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidomacpconfiguration-update.md
Content-Length: 1251
++
v1.0 Intune Deviceconfig Androidpkcscertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidpkcscertificateprofile-create.md
Content-Length: 1903
++
v1.0 Intune Deviceconfig Androidpkcscertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidpkcscertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidpkcscertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidpkcscertificateprofile-get.md
Content-Length: 2018
++
v1.0 Intune Deviceconfig Androidpkcscertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidpkcscertificateprofile-list.md
Content-Length: 2128
++
v1.0 Intune Deviceconfig Androidpkcscertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidpkcscertificateprofile-update.md
Content-Length: 1903
++
v1.0 Intune Deviceconfig Androidscepcertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidscepcertificateprofile-create.md
Content-Length: 1919
++
v1.0 Intune Deviceconfig Androidscepcertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidscepcertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidscepcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidscepcertificateprofile-get.md
Content-Length: 2042
++
v1.0 Intune Deviceconfig Androidscepcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidscepcertificateprofile-list.md
Content-Length: 2160
++
v1.0 Intune Deviceconfig Androidscepcertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidscepcertificateprofile-update.md
Content-Length: 1919
++
v1.0 Intune Deviceconfig Androidtrustedrootcertificate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidtrustedrootcertificate-create.md
Content-Length: 1312
++
v1.0 Intune Deviceconfig Androidtrustedrootcertificate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidtrustedrootcertificate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidtrustedrootcertificate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidtrustedrootcertificate-get.md
Content-Length: 1399
++
v1.0 Intune Deviceconfig Androidtrustedrootcertificate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidtrustedrootcertificate-list.md
Content-Length: 1481
++
v1.0 Intune Deviceconfig Androidtrustedrootcertificate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidtrustedrootcertificate-update.md
Content-Length: 1312
++
v1.0 Intune Deviceconfig Androidvpnconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidvpnconfiguration-create.md
Content-Length: 1923
++
v1.0 Intune Deviceconfig Androidvpnconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidvpnconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidvpnconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidvpnconfiguration-get.md
Content-Length: 2062
++
v1.0 Intune Deviceconfig Androidvpnconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidvpnconfiguration-list.md
Content-Length: 2196
++
v1.0 Intune Deviceconfig Androidvpnconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidvpnconfiguration-update.md
Content-Length: 1923
++
v1.0 Intune Deviceconfig Androidwificonfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidwificonfiguration-create.md
Content-Length: 1380
++
v1.0 Intune Deviceconfig Androidwificonfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidwificonfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidwificonfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidwificonfiguration-get.md
Content-Length: 1473
++
v1.0 Intune Deviceconfig Androidwificonfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidwificonfiguration-list.md
Content-Length: 1561
++
v1.0 Intune Deviceconfig Androidwificonfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidwificonfiguration-update.md
Content-Length: 1380
++
v1.0 Intune Deviceconfig Androidworkprofilecertificateprofilebase Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilecertificateprofilebase-get.md
Content-Length: 1734
++
v1.0 Intune Deviceconfig Androidworkprofilecertificateprofilebase List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilecertificateprofilebase-list.md
Content-Length: 1836
++
v1.0 Intune Deviceconfig Androidworkprofilecompliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilecompliancepolicy-create.md
Content-Length: 1593
++
v1.0 Intune Deviceconfig Androidworkprofilecompliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidworkprofilecompliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilecompliancepolicy-get.md
Content-Length: 1680
++
v1.0 Intune Deviceconfig Androidworkprofilecompliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilecompliancepolicy-list.md
Content-Length: 1762
++
v1.0 Intune Deviceconfig Androidworkprofilecompliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilecompliancepolicy-update.md
Content-Length: 1593
++
v1.0 Intune Deviceconfig Androidworkprofilecustomconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilecustomconfiguration-create.md
Content-Length: 1520
++
v1.0 Intune Deviceconfig Androidworkprofilecustomconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilecustomconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidworkprofilecustomconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilecustomconfiguration-get.md
Content-Length: 1623
++
v1.0 Intune Deviceconfig Androidworkprofilecustomconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilecustomconfiguration-list.md
Content-Length: 1721
++
v1.0 Intune Deviceconfig Androidworkprofilecustomconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilecustomconfiguration-update.md
Content-Length: 1520
++
v1.0 Intune Deviceconfig Androidworkprofileeasemailprofilebase Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofileeasemailprofilebase-get.md
Content-Length: 1533
++
v1.0 Intune Deviceconfig Androidworkprofileeasemailprofilebase List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofileeasemailprofilebase-list.md
Content-Length: 1623
++
v1.0 Intune Deviceconfig Androidworkprofileenterprisewificonfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-create.md
Content-Length: 1933
++
v1.0 Intune Deviceconfig Androidworkprofileenterprisewificonfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidworkprofileenterprisewificonfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-get.md
Content-Length: 2046
++
v1.0 Intune Deviceconfig Androidworkprofileenterprisewificonfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-list.md
Content-Length: 2154
++
v1.0 Intune Deviceconfig Androidworkprofileenterprisewificonfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-update.md
Content-Length: 1933
++
v1.0 Intune Deviceconfig Androidworkprofilegeneraldeviceconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-create.md
Content-Length: 3313
++
v1.0 Intune Deviceconfig Androidworkprofilegeneraldeviceconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidworkprofilegeneraldeviceconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-get.md
Content-Length: 3482
++
v1.0 Intune Deviceconfig Androidworkprofilegeneraldeviceconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-list.md
Content-Length: 3646
++
v1.0 Intune Deviceconfig Androidworkprofilegeneraldeviceconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-update.md
Content-Length: 3313
++
v1.0 Intune Deviceconfig Androidworkprofilegmaileasconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-create.md
Content-Length: 1440
++
v1.0 Intune Deviceconfig Androidworkprofilegmaileasconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidworkprofilegmaileasconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-get.md
Content-Length: 1535
++
v1.0 Intune Deviceconfig Androidworkprofilegmaileasconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-list.md
Content-Length: 1625
++
v1.0 Intune Deviceconfig Androidworkprofilegmaileasconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-update.md
Content-Length: 1440
++
v1.0 Intune Deviceconfig Androidworkprofilenineworkeasconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-create.md
Content-Length: 1515
++
v1.0 Intune Deviceconfig Androidworkprofilenineworkeasconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidworkprofilenineworkeasconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-get.md
Content-Length: 1616
++
v1.0 Intune Deviceconfig Androidworkprofilenineworkeasconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-list.md
Content-Length: 1712
++
v1.0 Intune Deviceconfig Androidworkprofilenineworkeasconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-update.md
Content-Length: 1515
++
v1.0 Intune Deviceconfig Androidworkprofilepkcscertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-create.md
Content-Length: 2204
++
v1.0 Intune Deviceconfig Androidworkprofilepkcscertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidworkprofilepkcscertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-get.md
Content-Length: 2337
++
v1.0 Intune Deviceconfig Androidworkprofilepkcscertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-list.md
Content-Length: 2465
++
v1.0 Intune Deviceconfig Androidworkprofilepkcscertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-update.md
Content-Length: 2204
++
v1.0 Intune Deviceconfig Androidworkprofilescepcertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilescepcertificateprofile-create.md
Content-Length: 2154
++
v1.0 Intune Deviceconfig Androidworkprofilescepcertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilescepcertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidworkprofilescepcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilescepcertificateprofile-get.md
Content-Length: 2293
++
v1.0 Intune Deviceconfig Androidworkprofilescepcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilescepcertificateprofile-list.md
Content-Length: 2427
++
v1.0 Intune Deviceconfig Androidworkprofilescepcertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilescepcertificateprofile-update.md
Content-Length: 2154
++
v1.0 Intune Deviceconfig Androidworkprofiletrustedrootcertificate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-create.md
Content-Length: 1323
++
v1.0 Intune Deviceconfig Androidworkprofiletrustedrootcertificate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidworkprofiletrustedrootcertificate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-get.md
Content-Length: 1410
++
v1.0 Intune Deviceconfig Androidworkprofiletrustedrootcertificate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-list.md
Content-Length: 1492
++
v1.0 Intune Deviceconfig Androidworkprofiletrustedrootcertificate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-update.md
Content-Length: 1323
++
v1.0 Intune Deviceconfig Androidworkprofilevpnconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilevpnconfiguration-create.md
Content-Length: 2594
++
v1.0 Intune Deviceconfig Androidworkprofilevpnconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilevpnconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidworkprofilevpnconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilevpnconfiguration-get.md
Content-Length: 2775
++
v1.0 Intune Deviceconfig Androidworkprofilevpnconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilevpnconfiguration-list.md
Content-Length: 2951
++
v1.0 Intune Deviceconfig Androidworkprofilevpnconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilevpnconfiguration-update.md
Content-Length: 2594
++
v1.0 Intune Deviceconfig Androidworkprofilewificonfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilewificonfiguration-create.md
Content-Length: 1391
++
v1.0 Intune Deviceconfig Androidworkprofilewificonfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilewificonfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidworkprofilewificonfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilewificonfiguration-get.md
Content-Length: 1484
++
v1.0 Intune Deviceconfig Androidworkprofilewificonfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilewificonfiguration-list.md
Content-Length: 1572
++
v1.0 Intune Deviceconfig Androidworkprofilewificonfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidworkprofilewificonfiguration-update.md
Content-Length: 1391
++
v1.0 Intune Deviceconfig Aospdeviceownercertificateprofilebase Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownercertificateprofilebase-get.md
Content-Length: 1731
++
v1.0 Intune Deviceconfig Aospdeviceownercertificateprofilebase List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownercertificateprofilebase-list.md
Content-Length: 1833
++
v1.0 Intune Deviceconfig Aospdeviceownercompliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownercompliancepolicy-create.md
Content-Length: 808
++
v1.0 Intune Deviceconfig Aospdeviceownercompliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownercompliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Aospdeviceownercompliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownercompliancepolicy-get.md
Content-Length: 865
++
v1.0 Intune Deviceconfig Aospdeviceownercompliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownercompliancepolicy-list.md
Content-Length: 917
++
v1.0 Intune Deviceconfig Aospdeviceownercompliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownercompliancepolicy-update.md
Content-Length: 808
++
v1.0 Intune Deviceconfig Aospdeviceownerdeviceconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-create.md
Content-Length: 1759
++
v1.0 Intune Deviceconfig Aospdeviceownerdeviceconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Aospdeviceownerdeviceconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-get.md
Content-Length: 1870
++
v1.0 Intune Deviceconfig Aospdeviceownerdeviceconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-list.md
Content-Length: 1976
++
v1.0 Intune Deviceconfig Aospdeviceownerdeviceconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-update.md
Content-Length: 1759
++
v1.0 Intune Deviceconfig Aospdeviceownerenterprisewificonfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-create.md
Content-Length: 1871
++
v1.0 Intune Deviceconfig Aospdeviceownerenterprisewificonfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Aospdeviceownerenterprisewificonfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-get.md
Content-Length: 1984
++
v1.0 Intune Deviceconfig Aospdeviceownerenterprisewificonfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-list.md
Content-Length: 2092
++
v1.0 Intune Deviceconfig Aospdeviceownerenterprisewificonfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-update.md
Content-Length: 1871
++
v1.0 Intune Deviceconfig Aospdeviceownerpkcscertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-create.md
Content-Length: 2247
++
v1.0 Intune Deviceconfig Aospdeviceownerpkcscertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Aospdeviceownerpkcscertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-get.md
Content-Length: 2382
++
v1.0 Intune Deviceconfig Aospdeviceownerpkcscertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-list.md
Content-Length: 2512
++
v1.0 Intune Deviceconfig Aospdeviceownerpkcscertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-update.md
Content-Length: 2247
++
v1.0 Intune Deviceconfig Aospdeviceownerscepcertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-create.md
Content-Length: 2151
++
v1.0 Intune Deviceconfig Aospdeviceownerscepcertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Aospdeviceownerscepcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-get.md
Content-Length: 2290
++
v1.0 Intune Deviceconfig Aospdeviceownerscepcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-list.md
Content-Length: 2424
++
v1.0 Intune Deviceconfig Aospdeviceownerscepcertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-update.md
Content-Length: 2151
++
v1.0 Intune Deviceconfig Aospdeviceownertrustedrootcertificate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-create.md
Content-Length: 1320
++
v1.0 Intune Deviceconfig Aospdeviceownertrustedrootcertificate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Aospdeviceownertrustedrootcertificate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-get.md
Content-Length: 1407
++
v1.0 Intune Deviceconfig Aospdeviceownertrustedrootcertificate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-list.md
Content-Length: 1489
++
v1.0 Intune Deviceconfig Aospdeviceownertrustedrootcertificate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-update.md
Content-Length: 1320
++
v1.0 Intune Deviceconfig Aospdeviceownerwificonfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerwificonfiguration-create.md
Content-Length: 1451
++
v1.0 Intune Deviceconfig Aospdeviceownerwificonfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerwificonfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Aospdeviceownerwificonfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerwificonfiguration-get.md
Content-Length: 1548
++
v1.0 Intune Deviceconfig Aospdeviceownerwificonfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerwificonfiguration-list.md
Content-Length: 1640
++
v1.0 Intune Deviceconfig Aospdeviceownerwificonfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-aospdeviceownerwificonfiguration-update.md
Content-Length: 1451
++
v1.0 Intune Deviceconfig Appledevicefeaturesconfigurationbase Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-appledevicefeaturesconfigurationbase-get.md
Content-Length: 1550
++
v1.0 Intune Deviceconfig Appledevicefeaturesconfigurationbase List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-appledevicefeaturesconfigurationbase-list.md
Content-Length: 1646
++
v1.0 Intune Deviceconfig Appleexpeditedcheckinconfigurationbase Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-appleexpeditedcheckinconfigurationbase-get.md
Content-Length: 1333
++
v1.0 Intune Deviceconfig Appleexpeditedcheckinconfigurationbase List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-appleexpeditedcheckinconfigurationbase-list.md
Content-Length: 1413
++
v1.0 Intune Deviceconfig Applevpnconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-applevpnconfiguration-get.md
Content-Length: 3419
++
v1.0 Intune Deviceconfig Applevpnconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-applevpnconfiguration-list.md
Content-Length: 3639
++
v1.0 Intune Deviceconfig Carttoclassassociation Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-carttoclassassociation-create.md
Content-Length: 443
++
v1.0 Intune Deviceconfig Carttoclassassociation Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-carttoclassassociation-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Carttoclassassociation Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-carttoclassassociation-get.md
Content-Length: 488
++
v1.0 Intune Deviceconfig Carttoclassassociation List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-carttoclassassociation-list.md
Content-Length: 528
++
v1.0 Intune Deviceconfig Carttoclassassociation Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-carttoclassassociation-update.md
Content-Length: 443
++
v1.0 Intune Deviceconfig Defaultdevicecompliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-defaultdevicecompliancepolicy-create.md
Content-Length: 401
++
v1.0 Intune Deviceconfig Defaultdevicecompliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-defaultdevicecompliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Defaultdevicecompliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-defaultdevicecompliancepolicy-get.md
Content-Length: 440
++
v1.0 Intune Deviceconfig Defaultdevicecompliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-defaultdevicecompliancepolicy-list.md
Content-Length: 474
++
v1.0 Intune Deviceconfig Defaultdevicecompliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-defaultdevicecompliancepolicy-update.md
Content-Length: 401
++
v1.0 Intune Deviceconfig Devicecomplianceactionitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecomplianceactionitem-create.md
Content-Length: 320
++
v1.0 Intune Deviceconfig Devicecomplianceactionitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecomplianceactionitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Devicecomplianceactionitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecomplianceactionitem-get.md
Content-Length: 355
++
v1.0 Intune Deviceconfig Devicecomplianceactionitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecomplianceactionitem-list.md
Content-Length: 385
++
v1.0 Intune Deviceconfig Devicecomplianceactionitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecomplianceactionitem-update.md
Content-Length: 320
++
v1.0 Intune Deviceconfig Devicecompliancedeviceoverview Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancedeviceoverview-get.md
Content-Length: 432
++
v1.0 Intune Deviceconfig Devicecompliancedeviceoverview Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancedeviceoverview-update.md
Content-Length: 391
++
v1.0 Intune Deviceconfig Devicecompliancedevicestatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancedevicestatus-create.md
Content-Length: 493
++
v1.0 Intune Deviceconfig Devicecompliancedevicestatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancedevicestatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Devicecompliancedevicestatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancedevicestatus-get.md
Content-Length: 532
++
v1.0 Intune Deviceconfig Devicecompliancedevicestatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancedevicestatus-list.md
Content-Length: 566
++
v1.0 Intune Deviceconfig Devicecompliancedevicestatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancedevicestatus-update.md
Content-Length: 493
++
v1.0 Intune Deviceconfig Devicecompliancepolicy Getdevicesscheduledtoretire https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancepolicy-getdevicesscheduledtoretire.md
Content-Length: 670
++
v1.0 Intune Deviceconfig Devicecompliancepolicy Setscheduledretirestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancepolicy-setscheduledretirestate.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Devicecompliancepolicy Validatecompliancescript https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancepolicy-validatecompliancescript.md
Content-Length: 1045
++
v1.0 Intune Deviceconfig Devicecompliancepolicyassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancepolicyassignment-create.md
Content-Length: 501
++
v1.0 Intune Deviceconfig Devicecompliancepolicyassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancepolicyassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Devicecompliancepolicyassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancepolicyassignment-get.md
Content-Length: 540
++
v1.0 Intune Deviceconfig Devicecompliancepolicyassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancepolicyassignment-list.md
Content-Length: 574
++
v1.0 Intune Deviceconfig Devicecompliancepolicyassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancepolicyassignment-update.md
Content-Length: 501
++
v1.0 Intune Deviceconfig Devicecompliancepolicydevicestatesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get.md
Content-Length: 439
++
v1.0 Intune Deviceconfig Devicecompliancepolicydevicestatesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-update.md
Content-Length: 398
++
v1.0 Intune Deviceconfig Devicecompliancepolicysettingstatesummary Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-create.md
Content-Length: 451
++
v1.0 Intune Deviceconfig Devicecompliancepolicysettingstatesummary Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Devicecompliancepolicysettingstatesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get.md
Content-Length: 494
++
v1.0 Intune Deviceconfig Devicecompliancepolicysettingstatesummary List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list.md
Content-Length: 532
++
v1.0 Intune Deviceconfig Devicecompliancepolicysettingstatesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-update.md
Content-Length: 451
++
v1.0 Intune Deviceconfig Devicecompliancescheduledactionforrule Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancescheduledactionforrule-create.md
Content-Length: 163
++
v1.0 Intune Deviceconfig Devicecompliancescheduledactionforrule Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancescheduledactionforrule-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Devicecompliancescheduledactionforrule Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancescheduledactionforrule-get.md
Content-Length: 188
++
v1.0 Intune Deviceconfig Devicecompliancescheduledactionforrule List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancescheduledactionforrule-list.md
Content-Length: 208
++
v1.0 Intune Deviceconfig Devicecompliancescheduledactionforrule Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update.md
Content-Length: 163
++
v1.0 Intune Deviceconfig Devicecompliancesettingstate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancesettingstate-create.md
Content-Length: 598
++
v1.0 Intune Deviceconfig Devicecompliancesettingstate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancesettingstate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Devicecompliancesettingstate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancesettingstate-get.md
Content-Length: 645
++
v1.0 Intune Deviceconfig Devicecompliancesettingstate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancesettingstate-list.md
Content-Length: 687
++
v1.0 Intune Deviceconfig Devicecompliancesettingstate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecompliancesettingstate-update.md
Content-Length: 598
++
v1.0 Intune Deviceconfig Devicecomplianceuseroverview Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecomplianceuseroverview-get.md
Content-Length: 391
++
v1.0 Intune Deviceconfig Devicecomplianceuseroverview Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecomplianceuseroverview-update.md
Content-Length: 352
++
v1.0 Intune Deviceconfig Devicecomplianceuserstatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecomplianceuserstatus-create.md
Content-Length: 336
++
v1.0 Intune Deviceconfig Devicecomplianceuserstatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecomplianceuserstatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Devicecomplianceuserstatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecomplianceuserstatus-get.md
Content-Length: 369
++
v1.0 Intune Deviceconfig Devicecomplianceuserstatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecomplianceuserstatus-list.md
Content-Length: 397
++
v1.0 Intune Deviceconfig Devicecomplianceuserstatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicecomplianceuserstatus-update.md
Content-Length: 336
++
v1.0 Intune Deviceconfig Deviceconfiguration Getomasettingplaintextvalue https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfiguration-getomasettingplaintextvalue.md
Content-Length: 57
++
v1.0 Intune Deviceconfig Deviceconfigurationassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationassignment-create.md
Content-Length: 521
++
v1.0 Intune Deviceconfig Deviceconfigurationassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Deviceconfigurationassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationassignment-get.md
Content-Length: 562
++
v1.0 Intune Deviceconfig Deviceconfigurationassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationassignment-list.md
Content-Length: 598
++
v1.0 Intune Deviceconfig Deviceconfigurationassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationassignment-update.md
Content-Length: 521
++
v1.0 Intune Deviceconfig Deviceconfigurationconflictsummary Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationconflictsummary-create.md
Content-Length: 447
++
v1.0 Intune Deviceconfig Deviceconfigurationconflictsummary Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationconflictsummary-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Deviceconfigurationconflictsummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationconflictsummary-get.md
Content-Length: 494
++
v1.0 Intune Deviceconfig Deviceconfigurationconflictsummary List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationconflictsummary-list.md
Content-Length: 536
++
v1.0 Intune Deviceconfig Deviceconfigurationconflictsummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationconflictsummary-update.md
Content-Length: 447
++
v1.0 Intune Deviceconfig Deviceconfigurationdeviceoverview Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationdeviceoverview-get.md
Content-Length: 435
++
v1.0 Intune Deviceconfig Deviceconfigurationdeviceoverview Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update.md
Content-Length: 394
++
v1.0 Intune Deviceconfig Deviceconfigurationdevicestatesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get.md
Content-Length: 376
++
v1.0 Intune Deviceconfig Deviceconfigurationdevicestatesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-update.md
Content-Length: 339
++
v1.0 Intune Deviceconfig Deviceconfigurationdevicestatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationdevicestatus-create.md
Content-Length: 496
++
v1.0 Intune Deviceconfig Deviceconfigurationdevicestatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationdevicestatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Deviceconfigurationdevicestatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationdevicestatus-get.md
Content-Length: 535
++
v1.0 Intune Deviceconfig Deviceconfigurationdevicestatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationdevicestatus-list.md
Content-Length: 569
++
v1.0 Intune Deviceconfig Deviceconfigurationdevicestatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationdevicestatus-update.md
Content-Length: 496
++
v1.0 Intune Deviceconfig Deviceconfigurationgroupassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationgroupassignment-create.md
Content-Length: 195
++
v1.0 Intune Deviceconfig Deviceconfigurationgroupassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationgroupassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Deviceconfigurationgroupassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationgroupassignment-get.md
Content-Length: 222
++
v1.0 Intune Deviceconfig Deviceconfigurationgroupassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationgroupassignment-list.md
Content-Length: 244
++
v1.0 Intune Deviceconfig Deviceconfigurationgroupassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationgroupassignment-update.md
Content-Length: 195
++
v1.0 Intune Deviceconfig Deviceconfigurationuseroverview Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationuseroverview-get.md
Content-Length: 394
++
v1.0 Intune Deviceconfig Deviceconfigurationuseroverview Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationuseroverview-update.md
Content-Length: 355
++
v1.0 Intune Deviceconfig Deviceconfigurationuserstatesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationuserstatesummary-get.md
Content-Length: 361
++
v1.0 Intune Deviceconfig Deviceconfigurationuserstatesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationuserstatesummary-update.md
Content-Length: 324
++
v1.0 Intune Deviceconfig Deviceconfigurationuserstatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationuserstatus-create.md
Content-Length: 339
++
v1.0 Intune Deviceconfig Deviceconfigurationuserstatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationuserstatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Deviceconfigurationuserstatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationuserstatus-get.md
Content-Length: 372
++
v1.0 Intune Deviceconfig Deviceconfigurationuserstatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationuserstatus-list.md
Content-Length: 400
++
v1.0 Intune Deviceconfig Deviceconfigurationuserstatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-deviceconfigurationuserstatus-update.md
Content-Length: 339
++
v1.0 Intune Deviceconfig Devicemanagement Enableandroiddeviceadministratorenrollment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicemanagement-enableandroiddeviceadministratorenrollment.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Devicemanagement Enableunlicensedadminstrators https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-devicemanagement-enableunlicensedadminstrators.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Easemailprofileconfigurationbase Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-easemailprofileconfigurationbase-get.md
Content-Length: 1486
++
v1.0 Intune Deviceconfig Easemailprofileconfigurationbase List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-easemailprofileconfigurationbase-list.md
Content-Length: 1572
++
v1.0 Intune Deviceconfig Editionupgradeconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-editionupgradeconfiguration-create.md
Content-Length: 1376
++
v1.0 Intune Deviceconfig Editionupgradeconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-editionupgradeconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Editionupgradeconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-editionupgradeconfiguration-get.md
Content-Length: 1469
++
v1.0 Intune Deviceconfig Editionupgradeconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-editionupgradeconfiguration-list.md
Content-Length: 1557
++
v1.0 Intune Deviceconfig Editionupgradeconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-editionupgradeconfiguration-update.md
Content-Length: 1376
++
v1.0 Intune Deviceconfig Hardwareconfiguration Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfiguration-assign.md
Content-Length: 504
++
v1.0 Intune Deviceconfig Hardwareconfiguration Assignhardwareconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfiguration-assignhardwareconfiguration.md
Content-Length: 504
++
v1.0 Intune Deviceconfig Hardwareconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfiguration-create.md
Content-Length: 577
++
v1.0 Intune Deviceconfig Hardwareconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Hardwareconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfiguration-get.md
Content-Length: 624
++
v1.0 Intune Deviceconfig Hardwareconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfiguration-list.md
Content-Length: 666
++
v1.0 Intune Deviceconfig Hardwareconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfiguration-update.md
Content-Length: 577
++
v1.0 Intune Deviceconfig Hardwareconfigurationassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfigurationassignment-create.md
Content-Length: 439
++
v1.0 Intune Deviceconfig Hardwareconfigurationassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfigurationassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Hardwareconfigurationassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfigurationassignment-get.md
Content-Length: 474
++
v1.0 Intune Deviceconfig Hardwareconfigurationassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfigurationassignment-list.md
Content-Length: 504
++
v1.0 Intune Deviceconfig Hardwareconfigurationassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfigurationassignment-update.md
Content-Length: 439
++
v1.0 Intune Deviceconfig Hardwareconfigurationdevicestate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfigurationdevicestate-create.md
Content-Length: 459
++
v1.0 Intune Deviceconfig Hardwareconfigurationdevicestate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfigurationdevicestate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Hardwareconfigurationdevicestate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfigurationdevicestate-get.md
Content-Length: 498
++
v1.0 Intune Deviceconfig Hardwareconfigurationdevicestate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfigurationdevicestate-list.md
Content-Length: 532
++
v1.0 Intune Deviceconfig Hardwareconfigurationdevicestate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfigurationdevicestate-update.md
Content-Length: 459
++
v1.0 Intune Deviceconfig Hardwareconfigurationrunsummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfigurationrunsummary-get.md
Content-Length: 567
++
v1.0 Intune Deviceconfig Hardwareconfigurationrunsummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfigurationrunsummary-update.md
Content-Length: 518
++
v1.0 Intune Deviceconfig Hardwareconfigurationuserstate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfigurationuserstate-create.md
Content-Length: 455
++
v1.0 Intune Deviceconfig Hardwareconfigurationuserstate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfigurationuserstate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Hardwareconfigurationuserstate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfigurationuserstate-get.md
Content-Length: 498
++
v1.0 Intune Deviceconfig Hardwareconfigurationuserstate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfigurationuserstate-list.md
Content-Length: 536
++
v1.0 Intune Deviceconfig Hardwareconfigurationuserstate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwareconfigurationuserstate-update.md
Content-Length: 455
++
v1.0 Intune Deviceconfig Hardwarepasswordinfo Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwarepasswordinfo-create.md
Content-Length: 265
++
v1.0 Intune Deviceconfig Hardwarepasswordinfo Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwarepasswordinfo-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Hardwarepasswordinfo Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwarepasswordinfo-get.md
Content-Length: 298
++
v1.0 Intune Deviceconfig Hardwarepasswordinfo List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwarepasswordinfo-list.md
Content-Length: 326
++
v1.0 Intune Deviceconfig Hardwarepasswordinfo Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-hardwarepasswordinfo-update.md
Content-Length: 265
++
v1.0 Intune Deviceconfig Ioscertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioscertificateprofile-get.md
Content-Length: 1279
++
v1.0 Intune Deviceconfig Ioscertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioscertificateprofile-list.md
Content-Length: 1357
++
v1.0 Intune Deviceconfig Ioscertificateprofilebase Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioscertificateprofilebase-get.md
Content-Length: 1512
++
v1.0 Intune Deviceconfig Ioscertificateprofilebase List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioscertificateprofilebase-list.md
Content-Length: 1600
++
v1.0 Intune Deviceconfig Ioscompliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioscompliancepolicy-create.md
Content-Length: 1476
++
v1.0 Intune Deviceconfig Ioscompliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioscompliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Ioscompliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioscompliancepolicy-get.md
Content-Length: 1569
++
v1.0 Intune Deviceconfig Ioscompliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioscompliancepolicy-list.md
Content-Length: 1657
++
v1.0 Intune Deviceconfig Ioscompliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioscompliancepolicy-update.md
Content-Length: 1476
++
v1.0 Intune Deviceconfig Ioscustomconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioscustomconfiguration-create.md
Content-Length: 1316
++
v1.0 Intune Deviceconfig Ioscustomconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioscustomconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Ioscustomconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioscustomconfiguration-get.md
Content-Length: 1405
++
v1.0 Intune Deviceconfig Ioscustomconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioscustomconfiguration-list.md
Content-Length: 1489
++
v1.0 Intune Deviceconfig Ioscustomconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioscustomconfiguration-update.md
Content-Length: 1316
++
v1.0 Intune Deviceconfig Iosderivedcredentialauthenticationconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-create.md
Content-Length: 1222
++
v1.0 Intune Deviceconfig Iosderivedcredentialauthenticationconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Iosderivedcredentialauthenticationconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-get.md
Content-Length: 1305
++
v1.0 Intune Deviceconfig Iosderivedcredentialauthenticationconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-list.md
Content-Length: 1383
++
v1.0 Intune Deviceconfig Iosderivedcredentialauthenticationconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-update.md
Content-Length: 1222
++
v1.0 Intune Deviceconfig Iosdevicefeaturesconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosdevicefeaturesconfiguration-create.md
Content-Length: 7255
++
v1.0 Intune Deviceconfig Iosdevicefeaturesconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosdevicefeaturesconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Iosdevicefeaturesconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosdevicefeaturesconfiguration-get.md
Content-Length: 7700
++
v1.0 Intune Deviceconfig Iosdevicefeaturesconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosdevicefeaturesconfiguration-list.md
Content-Length: 8140
++
v1.0 Intune Deviceconfig Iosdevicefeaturesconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosdevicefeaturesconfiguration-update.md
Content-Length: 7255
++
v1.0 Intune Deviceconfig Ioseasemailprofileconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioseasemailprofileconfiguration-create.md
Content-Length: 2359
++
v1.0 Intune Deviceconfig Ioseasemailprofileconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioseasemailprofileconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Ioseasemailprofileconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioseasemailprofileconfiguration-get.md
Content-Length: 2496
++
v1.0 Intune Deviceconfig Ioseasemailprofileconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioseasemailprofileconfiguration-list.md
Content-Length: 2628
++
v1.0 Intune Deviceconfig Ioseasemailprofileconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioseasemailprofileconfiguration-update.md
Content-Length: 2359
++
v1.0 Intune Deviceconfig Ioseducationdeviceconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioseducationdeviceconfiguration-create.md
Content-Length: 1206
++
v1.0 Intune Deviceconfig Ioseducationdeviceconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioseducationdeviceconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Ioseducationdeviceconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioseducationdeviceconfiguration-get.md
Content-Length: 1289
++
v1.0 Intune Deviceconfig Ioseducationdeviceconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioseducationdeviceconfiguration-list.md
Content-Length: 1367
++
v1.0 Intune Deviceconfig Ioseducationdeviceconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioseducationdeviceconfiguration-update.md
Content-Length: 1206
++
v1.0 Intune Deviceconfig Iosedudeviceconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosedudeviceconfiguration-create.md
Content-Length: 2855
++
v1.0 Intune Deviceconfig Iosedudeviceconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosedudeviceconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Iosedudeviceconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosedudeviceconfiguration-get.md
Content-Length: 3004
++
v1.0 Intune Deviceconfig Iosedudeviceconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosedudeviceconfiguration-list.md
Content-Length: 3148
++
v1.0 Intune Deviceconfig Iosedudeviceconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosedudeviceconfiguration-update.md
Content-Length: 2855
++
v1.0 Intune Deviceconfig Iosenterprisewificonfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosenterprisewificonfiguration-create.md
Content-Length: 2189
++
v1.0 Intune Deviceconfig Iosenterprisewificonfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosenterprisewificonfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Iosenterprisewificonfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosenterprisewificonfiguration-get.md
Content-Length: 2314
++
v1.0 Intune Deviceconfig Iosenterprisewificonfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosenterprisewificonfiguration-list.md
Content-Length: 2434
++
v1.0 Intune Deviceconfig Iosenterprisewificonfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosenterprisewificonfiguration-update.md
Content-Length: 2189
++
v1.0 Intune Deviceconfig Iosexpeditedcheckinconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosexpeditedcheckinconfiguration-create.md
Content-Length: 1242
++
v1.0 Intune Deviceconfig Iosexpeditedcheckinconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosexpeditedcheckinconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Iosexpeditedcheckinconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosexpeditedcheckinconfiguration-get.md
Content-Length: 1327
++
v1.0 Intune Deviceconfig Iosexpeditedcheckinconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosexpeditedcheckinconfiguration-list.md
Content-Length: 1407
++
v1.0 Intune Deviceconfig Iosexpeditedcheckinconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosexpeditedcheckinconfiguration-update.md
Content-Length: 1242
++
v1.0 Intune Deviceconfig Iosgeneraldeviceconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosgeneraldeviceconfiguration-create.md
Content-Length: 11117
++
v1.0 Intune Deviceconfig Iosgeneraldeviceconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosgeneraldeviceconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Iosgeneraldeviceconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosgeneraldeviceconfiguration-get.md
Content-Length: 11736
++
v1.0 Intune Deviceconfig Iosgeneraldeviceconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosgeneraldeviceconfiguration-list.md
Content-Length: 12350
++
v1.0 Intune Deviceconfig Iosgeneraldeviceconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosgeneraldeviceconfiguration-update.md
Content-Length: 11117
++
v1.0 Intune Deviceconfig Iosikev2vpnconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosikev2vpnconfiguration-create.md
Content-Length: 5861
++
v1.0 Intune Deviceconfig Iosikev2vpnconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosikev2vpnconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Iosikev2vpnconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosikev2vpnconfiguration-get.md
Content-Length: 6222
++
v1.0 Intune Deviceconfig Iosikev2vpnconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosikev2vpnconfiguration-list.md
Content-Length: 6578
++
v1.0 Intune Deviceconfig Iosikev2vpnconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosikev2vpnconfiguration-update.md
Content-Length: 5861
++
v1.0 Intune Deviceconfig Iosimportedpfxcertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosimportedpfxcertificateprofile-create.md
Content-Length: 1248
++
v1.0 Intune Deviceconfig Iosimportedpfxcertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosimportedpfxcertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Iosimportedpfxcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosimportedpfxcertificateprofile-get.md
Content-Length: 1333
++
v1.0 Intune Deviceconfig Iosimportedpfxcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosimportedpfxcertificateprofile-list.md
Content-Length: 1413
++
v1.0 Intune Deviceconfig Iosimportedpfxcertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosimportedpfxcertificateprofile-update.md
Content-Length: 1248
++
v1.0 Intune Deviceconfig Iospkcscertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iospkcscertificateprofile-create.md
Content-Length: 1996
++
v1.0 Intune Deviceconfig Iospkcscertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iospkcscertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Iospkcscertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iospkcscertificateprofile-get.md
Content-Length: 2115
++
v1.0 Intune Deviceconfig Iospkcscertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iospkcscertificateprofile-list.md
Content-Length: 2229
++
v1.0 Intune Deviceconfig Iospkcscertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iospkcscertificateprofile-update.md
Content-Length: 1996
++
v1.0 Intune Deviceconfig Iosscepcertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosscepcertificateprofile-create.md
Content-Length: 2104
++
v1.0 Intune Deviceconfig Iosscepcertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosscepcertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Iosscepcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosscepcertificateprofile-get.md
Content-Length: 2241
++
v1.0 Intune Deviceconfig Iosscepcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosscepcertificateprofile-list.md
Content-Length: 2373
++
v1.0 Intune Deviceconfig Iosscepcertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosscepcertificateprofile-update.md
Content-Length: 2104
++
v1.0 Intune Deviceconfig Iostrustedrootcertificate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iostrustedrootcertificate-create.md
Content-Length: 1308
++
v1.0 Intune Deviceconfig Iostrustedrootcertificate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iostrustedrootcertificate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Iostrustedrootcertificate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iostrustedrootcertificate-get.md
Content-Length: 1395
++
v1.0 Intune Deviceconfig Iostrustedrootcertificate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iostrustedrootcertificate-list.md
Content-Length: 1477
++
v1.0 Intune Deviceconfig Iostrustedrootcertificate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iostrustedrootcertificate-update.md
Content-Length: 1308
++
v1.0 Intune Deviceconfig Iosupdateconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosupdateconfiguration-create.md
Content-Length: 1768
++
v1.0 Intune Deviceconfig Iosupdateconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosupdateconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Iosupdateconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosupdateconfiguration-get.md
Content-Length: 1889
++
v1.0 Intune Deviceconfig Iosupdateconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosupdateconfiguration-list.md
Content-Length: 2005
++
v1.0 Intune Deviceconfig Iosupdateconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosupdateconfiguration-update.md
Content-Length: 1768
++
v1.0 Intune Deviceconfig Iosupdatedevicestatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosupdatedevicestatus-create.md
Content-Length: 619
++
v1.0 Intune Deviceconfig Iosupdatedevicestatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosupdatedevicestatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Iosupdatedevicestatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosupdatedevicestatus-get.md
Content-Length: 666
++
v1.0 Intune Deviceconfig Iosupdatedevicestatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosupdatedevicestatus-list.md
Content-Length: 708
++
v1.0 Intune Deviceconfig Iosupdatedevicestatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosupdatedevicestatus-update.md
Content-Length: 619
++
v1.0 Intune Deviceconfig Iosvpnconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosvpnconfiguration-create.md
Content-Length: 3667
++
v1.0 Intune Deviceconfig Iosvpnconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosvpnconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Iosvpnconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosvpnconfiguration-get.md
Content-Length: 3924
++
v1.0 Intune Deviceconfig Iosvpnconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosvpnconfiguration-list.md
Content-Length: 4176
++
v1.0 Intune Deviceconfig Iosvpnconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-iosvpnconfiguration-update.md
Content-Length: 3667
++
v1.0 Intune Deviceconfig Ioswificonfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioswificonfiguration-create.md
Content-Length: 1663
++
v1.0 Intune Deviceconfig Ioswificonfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioswificonfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Ioswificonfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioswificonfiguration-get.md
Content-Length: 1768
++
v1.0 Intune Deviceconfig Ioswificonfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioswificonfiguration-list.md
Content-Length: 1868
++
v1.0 Intune Deviceconfig Ioswificonfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ioswificonfiguration-update.md
Content-Length: 1663
++
v1.0 Intune Deviceconfig Macoscertificateprofilebase Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoscertificateprofilebase-get.md
Content-Length: 1514
++
v1.0 Intune Deviceconfig Macoscertificateprofilebase List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoscertificateprofilebase-list.md
Content-Length: 1602
++
v1.0 Intune Deviceconfig Macoscompliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoscompliancepolicy-create.md
Content-Length: 1318
++
v1.0 Intune Deviceconfig Macoscompliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoscompliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macoscompliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoscompliancepolicy-get.md
Content-Length: 1399
++
v1.0 Intune Deviceconfig Macoscompliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoscompliancepolicy-list.md
Content-Length: 1475
++
v1.0 Intune Deviceconfig Macoscompliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoscompliancepolicy-update.md
Content-Length: 1318
++
v1.0 Intune Deviceconfig Macoscustomappconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoscustomappconfiguration-create.md
Content-Length: 1321
++
v1.0 Intune Deviceconfig Macoscustomappconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoscustomappconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macoscustomappconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoscustomappconfiguration-get.md
Content-Length: 1410
++
v1.0 Intune Deviceconfig Macoscustomappconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoscustomappconfiguration-list.md
Content-Length: 1494
++
v1.0 Intune Deviceconfig Macoscustomappconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoscustomappconfiguration-update.md
Content-Length: 1321
++
v1.0 Intune Deviceconfig Macoscustomconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoscustomconfiguration-create.md
Content-Length: 1357
++
v1.0 Intune Deviceconfig Macoscustomconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoscustomconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macoscustomconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoscustomconfiguration-get.md
Content-Length: 1448
++
v1.0 Intune Deviceconfig Macoscustomconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoscustomconfiguration-list.md
Content-Length: 1534
++
v1.0 Intune Deviceconfig Macoscustomconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoscustomconfiguration-update.md
Content-Length: 1357
++
v1.0 Intune Deviceconfig Macosdevicefeaturesconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosdevicefeaturesconfiguration-create.md
Content-Length: 6261
+++
v1.0 Intune Deviceconfig Macosdevicefeaturesconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosdevicefeaturesconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macosdevicefeaturesconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosdevicefeaturesconfiguration-get.md
Content-Length: 6648
++
v1.0 Intune Deviceconfig Macosdevicefeaturesconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosdevicefeaturesconfiguration-list.md
Content-Length: 7030
++
v1.0 Intune Deviceconfig Macosdevicefeaturesconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosdevicefeaturesconfiguration-update.md
Content-Length: 6261
+++
v1.0 Intune Deviceconfig Macosendpointprotectionconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosendpointprotectionconfiguration-create.md
Content-Length: 2958
++
v1.0 Intune Deviceconfig Macosendpointprotectionconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosendpointprotectionconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macosendpointprotectionconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosendpointprotectionconfiguration-get.md
Content-Length: 3117
++
v1.0 Intune Deviceconfig Macosendpointprotectionconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosendpointprotectionconfiguration-list.md
Content-Length: 3271
++
v1.0 Intune Deviceconfig Macosendpointprotectionconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosendpointprotectionconfiguration-update.md
Content-Length: 2958
++
v1.0 Intune Deviceconfig Macosenterprisewificonfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosenterprisewificonfiguration-create.md
Content-Length: 2030
++
v1.0 Intune Deviceconfig Macosenterprisewificonfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosenterprisewificonfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macosenterprisewificonfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosenterprisewificonfiguration-get.md
Content-Length: 2149
++
v1.0 Intune Deviceconfig Macosenterprisewificonfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosenterprisewificonfiguration-list.md
Content-Length: 2263
++
v1.0 Intune Deviceconfig Macosenterprisewificonfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosenterprisewificonfiguration-update.md
Content-Length: 2030
++
v1.0 Intune Deviceconfig Macosextensionsconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosextensionsconfiguration-create.md
Content-Length: 2137
++
v1.0 Intune Deviceconfig Macosextensionsconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosextensionsconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macosextensionsconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosextensionsconfiguration-get.md
Content-Length: 2278
++
v1.0 Intune Deviceconfig Macosextensionsconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosextensionsconfiguration-list.md
Content-Length: 2414
++
v1.0 Intune Deviceconfig Macosextensionsconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosextensionsconfiguration-update.md
Content-Length: 2137
++
v1.0 Intune Deviceconfig Macosgeneraldeviceconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosgeneraldeviceconfiguration-create.md
Content-Length: 5186
++
v1.0 Intune Deviceconfig Macosgeneraldeviceconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosgeneraldeviceconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macosgeneraldeviceconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosgeneraldeviceconfiguration-get.md
Content-Length: 5483
++
v1.0 Intune Deviceconfig Macosgeneraldeviceconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosgeneraldeviceconfiguration-list.md
Content-Length: 5775
++
v1.0 Intune Deviceconfig Macosgeneraldeviceconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosgeneraldeviceconfiguration-update.md
Content-Length: 5186
++
v1.0 Intune Deviceconfig Macosimportedpfxcertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosimportedpfxcertificateprofile-create.md
Content-Length: 1469
++
v1.0 Intune Deviceconfig Macosimportedpfxcertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosimportedpfxcertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macosimportedpfxcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosimportedpfxcertificateprofile-get.md
Content-Length: 1564
++
v1.0 Intune Deviceconfig Macosimportedpfxcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosimportedpfxcertificateprofile-list.md
Content-Length: 1654
++
v1.0 Intune Deviceconfig Macosimportedpfxcertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosimportedpfxcertificateprofile-update.md
Content-Length: 1469
++
v1.0 Intune Deviceconfig Macospkcscertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macospkcscertificateprofile-create.md
Content-Length: 2029
++
v1.0 Intune Deviceconfig Macospkcscertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macospkcscertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macospkcscertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macospkcscertificateprofile-get.md
Content-Length: 2150
++
v1.0 Intune Deviceconfig Macospkcscertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macospkcscertificateprofile-list.md
Content-Length: 2266
++
v1.0 Intune Deviceconfig Macospkcscertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macospkcscertificateprofile-update.md
Content-Length: 2029
++
v1.0 Intune Deviceconfig Macosscepcertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosscepcertificateprofile-create.md
Content-Length: 2165
++
v1.0 Intune Deviceconfig Macosscepcertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosscepcertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macosscepcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosscepcertificateprofile-get.md
Content-Length: 2306
++
v1.0 Intune Deviceconfig Macosscepcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosscepcertificateprofile-list.md
Content-Length: 2442
++
v1.0 Intune Deviceconfig Macosscepcertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosscepcertificateprofile-update.md
Content-Length: 2165
++
v1.0 Intune Deviceconfig Macossoftwareupdateaccountsummary Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdateaccountsummary-create.md
Content-Length: 502
++
v1.0 Intune Deviceconfig Macossoftwareupdateaccountsummary Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdateaccountsummary-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macossoftwareupdateaccountsummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdateaccountsummary-get.md
Content-Length: 545
++
v1.0 Intune Deviceconfig Macossoftwareupdateaccountsummary List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdateaccountsummary-list.md
Content-Length: 583
++
v1.0 Intune Deviceconfig Macossoftwareupdateaccountsummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdateaccountsummary-update.md
Content-Length: 502
++
v1.0 Intune Deviceconfig Macossoftwareupdatecategorysummary Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdatecategorysummary-create.md
Content-Length: 422
++
v1.0 Intune Deviceconfig Macossoftwareupdatecategorysummary Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdatecategorysummary-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macossoftwareupdatecategorysummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdatecategorysummary-get.md
Content-Length: 461
++
v1.0 Intune Deviceconfig Macossoftwareupdatecategorysummary List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdatecategorysummary-list.md
Content-Length: 495
++
v1.0 Intune Deviceconfig Macossoftwareupdatecategorysummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdatecategorysummary-update.md
Content-Length: 422
++
v1.0 Intune Deviceconfig Macossoftwareupdateconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdateconfiguration-create.md
Content-Length: 1714
++
v1.0 Intune Deviceconfig Macossoftwareupdateconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdateconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macossoftwareupdateconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdateconfiguration-get.md
Content-Length: 1827
++
v1.0 Intune Deviceconfig Macossoftwareupdateconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdateconfiguration-list.md
Content-Length: 1935
++
v1.0 Intune Deviceconfig Macossoftwareupdateconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdateconfiguration-update.md
Content-Length: 1714
++
v1.0 Intune Deviceconfig Macossoftwareupdatestatesummary Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdatestatesummary-create.md
Content-Length: 380
++
v1.0 Intune Deviceconfig Macossoftwareupdatestatesummary Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdatestatesummary-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macossoftwareupdatestatesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdatestatesummary-get.md
Content-Length: 415
++
v1.0 Intune Deviceconfig Macossoftwareupdatestatesummary List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdatestatesummary-list.md
Content-Length: 445
++
v1.0 Intune Deviceconfig Macossoftwareupdatestatesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macossoftwareupdatestatesummary-update.md
Content-Length: 380
++
v1.0 Intune Deviceconfig Macostrustedrootcertificate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macostrustedrootcertificate-create.md
Content-Length: 1310
++
v1.0 Intune Deviceconfig Macostrustedrootcertificate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macostrustedrootcertificate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macostrustedrootcertificate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macostrustedrootcertificate-get.md
Content-Length: 1397
++
v1.0 Intune Deviceconfig Macostrustedrootcertificate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macostrustedrootcertificate-list.md
Content-Length: 1479
++
v1.0 Intune Deviceconfig Macostrustedrootcertificate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macostrustedrootcertificate-update.md
Content-Length: 1310
++
v1.0 Intune Deviceconfig Macosvpnconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosvpnconfiguration-create.md
Content-Length: 3194
++
v1.0 Intune Deviceconfig Macosvpnconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosvpnconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macosvpnconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosvpnconfiguration-get.md
Content-Length: 3419
++
v1.0 Intune Deviceconfig Macosvpnconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosvpnconfiguration-list.md
Content-Length: 3639
++
v1.0 Intune Deviceconfig Macosvpnconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macosvpnconfiguration-update.md
Content-Length: 3194
++
v1.0 Intune Deviceconfig Macoswificonfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoswificonfiguration-create.md
Content-Length: 1622
++
v1.0 Intune Deviceconfig Macoswificonfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoswificonfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macoswificonfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoswificonfiguration-get.md
Content-Length: 1725
++
v1.0 Intune Deviceconfig Macoswificonfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoswificonfiguration-list.md
Content-Length: 1823
++
v1.0 Intune Deviceconfig Macoswificonfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoswificonfiguration-update.md
Content-Length: 1622
++
v1.0 Intune Deviceconfig Macoswirednetworkconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoswirednetworkconfiguration-create.md
Content-Length: 1671
++
v1.0 Intune Deviceconfig Macoswirednetworkconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoswirednetworkconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macoswirednetworkconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoswirednetworkconfiguration-get.md
Content-Length: 1774
++
v1.0 Intune Deviceconfig Macoswirednetworkconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoswirednetworkconfiguration-list.md
Content-Length: 1872
++
v1.0 Intune Deviceconfig Macoswirednetworkconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-macoswirednetworkconfiguration-update.md
Content-Length: 1671
++
v1.0 Intune Deviceconfig Managedalldevicecertificatestate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-managedalldevicecertificatestate-create.md
Content-Length: 869
++
v1.0 Intune Deviceconfig Managedalldevicecertificatestate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-managedalldevicecertificatestate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Managedalldevicecertificatestate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-managedalldevicecertificatestate-get.md
Content-Length: 916
++
v1.0 Intune Deviceconfig Managedalldevicecertificatestate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-managedalldevicecertificatestate-list.md
Content-Length: 958
++
v1.0 Intune Deviceconfig Managedalldevicecertificatestate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-managedalldevicecertificatestate-update.md
Content-Length: 869
++
v1.0 Intune Deviceconfig Manageddevicecertificatestate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-manageddevicecertificatestate-create.md
Content-Length: 1566
++
v1.0 Intune Deviceconfig Manageddevicecertificatestate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-manageddevicecertificatestate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Manageddevicecertificatestate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-manageddevicecertificatestate-get.md
Content-Length: 1637
++
v1.0 Intune Deviceconfig Manageddevicecertificatestate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-manageddevicecertificatestate-list.md
Content-Length: 1703
++
v1.0 Intune Deviceconfig Manageddevicecertificatestate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-manageddevicecertificatestate-update.md
Content-Length: 1566
++
v1.0 Intune Deviceconfig Manageddeviceencryptionstate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-manageddeviceencryptionstate-create.md
Content-Length: 753
++
v1.0 Intune Deviceconfig Manageddeviceencryptionstate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-manageddeviceencryptionstate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Manageddeviceencryptionstate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-manageddeviceencryptionstate-get.md
Content-Length: 810
++
v1.0 Intune Deviceconfig Manageddeviceencryptionstate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-manageddeviceencryptionstate-list.md
Content-Length: 862
++
v1.0 Intune Deviceconfig Manageddeviceencryptionstate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-manageddeviceencryptionstate-update.md
Content-Length: 753
++
v1.0 Intune Deviceconfig Ndesconnector Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ndesconnector-create.md
Content-Length: 443
++
v1.0 Intune Deviceconfig Ndesconnector Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ndesconnector-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Ndesconnector Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ndesconnector-get.md
Content-Length: 484
++
v1.0 Intune Deviceconfig Ndesconnector List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ndesconnector-list.md
Content-Length: 520
++
v1.0 Intune Deviceconfig Ndesconnector Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-ndesconnector-update.md
Content-Length: 443
++
v1.0 Intune Deviceconfig Restrictedappsviolation Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-restrictedappsviolation-create.md
Content-Length: 613
++
v1.0 Intune Deviceconfig Restrictedappsviolation Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-restrictedappsviolation-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Restrictedappsviolation Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-restrictedappsviolation-get.md
Content-Length: 664
++
v1.0 Intune Deviceconfig Restrictedappsviolation List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-restrictedappsviolation-list.md
Content-Length: 710
++
v1.0 Intune Deviceconfig Restrictedappsviolation Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-restrictedappsviolation-update.md
Content-Length: 613
++
v1.0 Intune Deviceconfig Settingstatedevicesummary Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-settingstatedevicesummary-create.md
Content-Length: 409
++
v1.0 Intune Deviceconfig Settingstatedevicesummary Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-settingstatedevicesummary-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Settingstatedevicesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-settingstatedevicesummary-get.md
Content-Length: 450
++
v1.0 Intune Deviceconfig Settingstatedevicesummary List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-settingstatedevicesummary-list.md
Content-Length: 486
++
v1.0 Intune Deviceconfig Settingstatedevicesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-settingstatedevicesummary-update.md
Content-Length: 409
++
v1.0 Intune Deviceconfig Sharedpcconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-sharedpcconfiguration-create.md
Content-Length: 2092
++
v1.0 Intune Deviceconfig Sharedpcconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-sharedpcconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Sharedpcconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-sharedpcconfiguration-get.md
Content-Length: 2223
++
v1.0 Intune Deviceconfig Sharedpcconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-sharedpcconfiguration-list.md
Content-Length: 2349
++
v1.0 Intune Deviceconfig Sharedpcconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-sharedpcconfiguration-update.md
Content-Length: 2092
++
v1.0 Intune Deviceconfig Softwareupdatestatussummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-softwareupdatestatussummary-get.md
Content-Length: 620
++
v1.0 Intune Deviceconfig Softwareupdatestatussummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-softwareupdatestatussummary-update.md
Content-Length: 567
++
v1.0 Intune Deviceconfig Unsupporteddeviceconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-unsupporteddeviceconfiguration-create.md
Content-Length: 1463
++
v1.0 Intune Deviceconfig Unsupporteddeviceconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-unsupporteddeviceconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Unsupporteddeviceconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-unsupporteddeviceconfiguration-get.md
Content-Length: 1562
++
v1.0 Intune Deviceconfig Unsupporteddeviceconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-unsupporteddeviceconfiguration-list.md
Content-Length: 1656
++
v1.0 Intune Deviceconfig Unsupporteddeviceconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-unsupporteddeviceconfiguration-update.md
Content-Length: 1463
++
v1.0 Intune Deviceconfig Vpnconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-vpnconfiguration-get.md
Content-Length: 1642
++
v1.0 Intune Deviceconfig Vpnconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-vpnconfiguration-list.md
Content-Length: 1744
++
v1.0 Intune Deviceconfig Windows10certificateprofilebase Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10certificateprofilebase-get.md
Content-Length: 1578
++
v1.0 Intune Deviceconfig Windows10certificateprofilebase List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10certificateprofilebase-list.md
Content-Length: 1668
++
v1.0 Intune Deviceconfig Windows10compliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10compliancepolicy-create.md
Content-Length: 2083
++
v1.0 Intune Deviceconfig Windows10compliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10compliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10compliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10compliancepolicy-get.md
Content-Length: 2208
++
v1.0 Intune Deviceconfig Windows10compliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10compliancepolicy-list.md
Content-Length: 2328
++
v1.0 Intune Deviceconfig Windows10compliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10compliancepolicy-update.md
Content-Length: 2083
++
v1.0 Intune Deviceconfig Windows10customconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10customconfiguration-create.md
Content-Length: 1511
++
v1.0 Intune Deviceconfig Windows10customconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10customconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10customconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10customconfiguration-get.md
Content-Length: 1614
++
v1.0 Intune Deviceconfig Windows10customconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10customconfiguration-list.md
Content-Length: 1712
++
v1.0 Intune Deviceconfig Windows10customconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10customconfiguration-update.md
Content-Length: 1511
++
v1.0 Intune Deviceconfig Windows10devicefirmwareconfigurationinterface Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-create.md
Content-Length: 1926
++
v1.0 Intune Deviceconfig Windows10devicefirmwareconfigurationinterface Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10devicefirmwareconfigurationinterface Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-get.md
Content-Length: 2051
++
v1.0 Intune Deviceconfig Windows10devicefirmwareconfigurationinterface List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-list.md
Content-Length: 2171
++
v1.0 Intune Deviceconfig Windows10devicefirmwareconfigurationinterface Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-update.md
Content-Length: 1926
++
v1.0 Intune Deviceconfig Windows10easemailprofileconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10easemailprofileconfiguration-create.md
Content-Length: 1698
++
v1.0 Intune Deviceconfig Windows10easemailprofileconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10easemailprofileconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10easemailprofileconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10easemailprofileconfiguration-get.md
Content-Length: 1807
++
v1.0 Intune Deviceconfig Windows10easemailprofileconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10easemailprofileconfiguration-list.md
Content-Length: 1911
++
v1.0 Intune Deviceconfig Windows10easemailprofileconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10easemailprofileconfiguration-update.md
Content-Length: 1698
++
v1.0 Intune Deviceconfig Windows10endpointprotectionconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10endpointprotectionconfiguration-create.md
Content-Length: 31447
++
v1.0 Intune Deviceconfig Windows10endpointprotectionconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10endpointprotectionconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10endpointprotectionconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10endpointprotectionconfiguration-get.md
Content-Length: 32950
++
v1.0 Intune Deviceconfig Windows10endpointprotectionconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10endpointprotectionconfiguration-list.md
Content-Length: 34448
++
v1.0 Intune Deviceconfig Windows10endpointprotectionconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10endpointprotectionconfiguration-update.md
Content-Length: 31447
++
v1.0 Intune Deviceconfig Windows10enterprisemodernappmanagementconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-create.md
Content-Length: 1259
++
v1.0 Intune Deviceconfig Windows10enterprisemodernappmanagementconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10enterprisemodernappmanagementconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-get.md
Content-Length: 1344
++
v1.0 Intune Deviceconfig Windows10enterprisemodernappmanagementconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-list.md
Content-Length: 1424
++
v1.0 Intune Deviceconfig Windows10enterprisemodernappmanagementconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-update.md
Content-Length: 1259
++
v1.0 Intune Deviceconfig Windows10generalconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10generalconfiguration-create.md
Content-Length: 15181
++
v1.0 Intune Deviceconfig Windows10generalconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10generalconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10generalconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10generalconfiguration-get.md
Content-Length: 15912
++
v1.0 Intune Deviceconfig Windows10generalconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10generalconfiguration-list.md
Content-Length: 16638
++
v1.0 Intune Deviceconfig Windows10generalconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10generalconfiguration-update.md
Content-Length: 15181
++
v1.0 Intune Deviceconfig Windows10importedpfxcertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10importedpfxcertificateprofile-create.md
Content-Length: 1531
++
v1.0 Intune Deviceconfig Windows10importedpfxcertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10importedpfxcertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10importedpfxcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10importedpfxcertificateprofile-get.md
Content-Length: 1628
++
v1.0 Intune Deviceconfig Windows10importedpfxcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10importedpfxcertificateprofile-list.md
Content-Length: 1720
++
v1.0 Intune Deviceconfig Windows10importedpfxcertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10importedpfxcertificateprofile-update.md
Content-Length: 1531
++
v1.0 Intune Deviceconfig Windows10mobilecompliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10mobilecompliancepolicy-create.md
Content-Length: 1330
++
v1.0 Intune Deviceconfig Windows10mobilecompliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10mobilecompliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10mobilecompliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10mobilecompliancepolicy-get.md
Content-Length: 1419
++
v1.0 Intune Deviceconfig Windows10mobilecompliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10mobilecompliancepolicy-list.md
Content-Length: 1503
++
v1.0 Intune Deviceconfig Windows10mobilecompliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10mobilecompliancepolicy-update.md
Content-Length: 1330
++
v1.0 Intune Deviceconfig Windows10networkboundaryconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10networkboundaryconfiguration-create.md
Content-Length: 2091
++
v1.0 Intune Deviceconfig Windows10networkboundaryconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10networkboundaryconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10networkboundaryconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10networkboundaryconfiguration-get.md
Content-Length: 2232
++
v1.0 Intune Deviceconfig Windows10networkboundaryconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10networkboundaryconfiguration-list.md
Content-Length: 2368
++
v1.0 Intune Deviceconfig Windows10networkboundaryconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10networkboundaryconfiguration-update.md
Content-Length: 2091
++
v1.0 Intune Deviceconfig Windows10pfximportcertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10pfximportcertificateprofile-create.md
Content-Length: 1262
++
v1.0 Intune Deviceconfig Windows10pfximportcertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10pfximportcertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10pfximportcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10pfximportcertificateprofile-get.md
Content-Length: 1347
++
v1.0 Intune Deviceconfig Windows10pfximportcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10pfximportcertificateprofile-list.md
Content-Length: 1427
++
v1.0 Intune Deviceconfig Windows10pfximportcertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10pfximportcertificateprofile-update.md
Content-Length: 1262
++
v1.0 Intune Deviceconfig Windows10pkcscertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10pkcscertificateprofile-create.md
Content-Length: 2246
++
v1.0 Intune Deviceconfig Windows10pkcscertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10pkcscertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10pkcscertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10pkcscertificateprofile-get.md
Content-Length: 2381
++
v1.0 Intune Deviceconfig Windows10pkcscertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10pkcscertificateprofile-list.md
Content-Length: 2511
++
v1.0 Intune Deviceconfig Windows10pkcscertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10pkcscertificateprofile-update.md
Content-Length: 2246
++
v1.0 Intune Deviceconfig Windows10secureassessmentconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10secureassessmentconfiguration-create.md
Content-Length: 1575
++
v1.0 Intune Deviceconfig Windows10secureassessmentconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10secureassessmentconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10secureassessmentconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10secureassessmentconfiguration-get.md
Content-Length: 1674
++
v1.0 Intune Deviceconfig Windows10secureassessmentconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10secureassessmentconfiguration-list.md
Content-Length: 1768
++
v1.0 Intune Deviceconfig Windows10secureassessmentconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10secureassessmentconfiguration-update.md
Content-Length: 1575
++
v1.0 Intune Deviceconfig Windows10teamgeneralconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10teamgeneralconfiguration-create.md
Content-Length: 2187
++
v1.0 Intune Deviceconfig Windows10teamgeneralconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10teamgeneralconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10teamgeneralconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10teamgeneralconfiguration-get.md
Content-Length: 2310
++
v1.0 Intune Deviceconfig Windows10teamgeneralconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10teamgeneralconfiguration-list.md
Content-Length: 2428
++
v1.0 Intune Deviceconfig Windows10teamgeneralconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10teamgeneralconfiguration-update.md
Content-Length: 2187
++
v1.0 Intune Deviceconfig Windows10vpnconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10vpnconfiguration-create.md
Content-Length: 4697
++
v1.0 Intune Deviceconfig Windows10vpnconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10vpnconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10vpnconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10vpnconfiguration-get.md
Content-Length: 5014
++
v1.0 Intune Deviceconfig Windows10vpnconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10vpnconfiguration-list.md
Content-Length: 5326
++
v1.0 Intune Deviceconfig Windows10vpnconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows10vpnconfiguration-update.md
Content-Length: 4697
++
v1.0 Intune Deviceconfig Windows81certificateprofilebase Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81certificateprofilebase-get.md
Content-Length: 1982
++
v1.0 Intune Deviceconfig Windows81certificateprofilebase List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81certificateprofilebase-list.md
Content-Length: 2100
++
v1.0 Intune Deviceconfig Windows81compliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81compliancepolicy-create.md
Content-Length: 836
++
v1.0 Intune Deviceconfig Windows81compliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81compliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows81compliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81compliancepolicy-get.md
Content-Length: 897
++
v1.0 Intune Deviceconfig Windows81compliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81compliancepolicy-list.md
Content-Length: 953
++
v1.0 Intune Deviceconfig Windows81compliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81compliancepolicy-update.md
Content-Length: 836
++
v1.0 Intune Deviceconfig Windows81generalconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81generalconfiguration-create.md
Content-Length: 2869
++
v1.0 Intune Deviceconfig Windows81generalconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81generalconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows81generalconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81generalconfiguration-get.md
Content-Length: 3022
++
v1.0 Intune Deviceconfig Windows81generalconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81generalconfiguration-list.md
Content-Length: 3170
++
v1.0 Intune Deviceconfig Windows81generalconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81generalconfiguration-update.md
Content-Length: 2869
++
v1.0 Intune Deviceconfig Windows81scepcertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81scepcertificateprofile-create.md
Content-Length: 2196
++
v1.0 Intune Deviceconfig Windows81scepcertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81scepcertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows81scepcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81scepcertificateprofile-get.md
Content-Length: 2337
++
v1.0 Intune Deviceconfig Windows81scepcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81scepcertificateprofile-list.md
Content-Length: 2473
++
v1.0 Intune Deviceconfig Windows81scepcertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81scepcertificateprofile-update.md
Content-Length: 2196
++
v1.0 Intune Deviceconfig Windows81trustedrootcertificate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81trustedrootcertificate-create.md
Content-Length: 1370
++
v1.0 Intune Deviceconfig Windows81trustedrootcertificate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81trustedrootcertificate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows81trustedrootcertificate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81trustedrootcertificate-get.md
Content-Length: 1459
++
v1.0 Intune Deviceconfig Windows81trustedrootcertificate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81trustedrootcertificate-list.md
Content-Length: 1543
++
v1.0 Intune Deviceconfig Windows81trustedrootcertificate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81trustedrootcertificate-update.md
Content-Length: 1370
++
v1.0 Intune Deviceconfig Windows81vpnconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81vpnconfiguration-create.md
Content-Length: 1960
++
v1.0 Intune Deviceconfig Windows81vpnconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81vpnconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows81vpnconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81vpnconfiguration-get.md
Content-Length: 2087
++
v1.0 Intune Deviceconfig Windows81vpnconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81vpnconfiguration-list.md
Content-Length: 2209
++
v1.0 Intune Deviceconfig Windows81vpnconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81vpnconfiguration-update.md
Content-Length: 1960
++
v1.0 Intune Deviceconfig Windows81wifiimportconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81wifiimportconfiguration-create.md
Content-Length: 1326
++
v1.0 Intune Deviceconfig Windows81wifiimportconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81wifiimportconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows81wifiimportconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81wifiimportconfiguration-get.md
Content-Length: 1415
++
v1.0 Intune Deviceconfig Windows81wifiimportconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81wifiimportconfiguration-list.md
Content-Length: 1499
++
v1.0 Intune Deviceconfig Windows81wifiimportconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windows81wifiimportconfiguration-update.md
Content-Length: 1326
++
v1.0 Intune Deviceconfig Windowscertificateprofilebase Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowscertificateprofilebase-get.md
Content-Length: 1576
++
v1.0 Intune Deviceconfig Windowscertificateprofilebase List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowscertificateprofilebase-list.md
Content-Length: 1666
++
v1.0 Intune Deviceconfig Windowsdefenderadvancedthreatprotectionconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-create.md
Content-Length: 1775
++
v1.0 Intune Deviceconfig Windowsdefenderadvancedthreatprotectionconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsdefenderadvancedthreatprotectionconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-get.md
Content-Length: 1872
++
v1.0 Intune Deviceconfig Windowsdefenderadvancedthreatprotectionconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-list.md
Content-Length: 1964
++
v1.0 Intune Deviceconfig Windowsdefenderadvancedthreatprotectionconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-update.md
Content-Length: 1775
++
v1.0 Intune Deviceconfig Windowsdeliveryoptimizationconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-create.md
Content-Length: 2211
++
v1.0 Intune Deviceconfig Windowsdeliveryoptimizationconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsdeliveryoptimizationconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-get.md
Content-Length: 2344
++
v1.0 Intune Deviceconfig Windowsdeliveryoptimizationconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-list.md
Content-Length: 2472
++
v1.0 Intune Deviceconfig Windowsdeliveryoptimizationconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-update.md
Content-Length: 2211
++
v1.0 Intune Deviceconfig Windowshealthmonitoringconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowshealthmonitoringconfiguration-create.md
Content-Length: 1416
++
v1.0 Intune Deviceconfig Windowshealthmonitoringconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowshealthmonitoringconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowshealthmonitoringconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowshealthmonitoringconfiguration-get.md
Content-Length: 1505
++
v1.0 Intune Deviceconfig Windowshealthmonitoringconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowshealthmonitoringconfiguration-list.md
Content-Length: 1589
++
v1.0 Intune Deviceconfig Windowshealthmonitoringconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowshealthmonitoringconfiguration-update.md
Content-Length: 1416
++
v1.0 Intune Deviceconfig Windowsidentityprotectionconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsidentityprotectionconfiguration-create.md
Content-Length: 1755
++
v1.0 Intune Deviceconfig Windowsidentityprotectionconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsidentityprotectionconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsidentityprotectionconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsidentityprotectionconfiguration-get.md
Content-Length: 1866
++
v1.0 Intune Deviceconfig Windowsidentityprotectionconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsidentityprotectionconfiguration-list.md
Content-Length: 1972
++
v1.0 Intune Deviceconfig Windowsidentityprotectionconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsidentityprotectionconfiguration-update.md
Content-Length: 1755
++
v1.0 Intune Deviceconfig Windowskioskconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowskioskconfiguration-create.md
Content-Length: 3001
++
v1.0 Intune Deviceconfig Windowskioskconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowskioskconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowskioskconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowskioskconfiguration-get.md
Content-Length: 3186
++
v1.0 Intune Deviceconfig Windowskioskconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowskioskconfiguration-list.md
Content-Length: 3366
++
v1.0 Intune Deviceconfig Windowskioskconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowskioskconfiguration-update.md
Content-Length: 3001
++
v1.0 Intune Deviceconfig Windowsphone81certificateprofilebase Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81certificateprofilebase-get.md
Content-Length: 1783
++
v1.0 Intune Deviceconfig Windowsphone81certificateprofilebase List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81certificateprofilebase-list.md
Content-Length: 1887
++
v1.0 Intune Deviceconfig Windowsphone81compliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81compliancepolicy-create.md
Content-Length: 841
++
v1.0 Intune Deviceconfig Windowsphone81compliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81compliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsphone81compliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81compliancepolicy-get.md
Content-Length: 902
++
v1.0 Intune Deviceconfig Windowsphone81compliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81compliancepolicy-list.md
Content-Length: 958
++
v1.0 Intune Deviceconfig Windowsphone81compliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81compliancepolicy-update.md
Content-Length: 841
++
v1.0 Intune Deviceconfig Windowsphone81customconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81customconfiguration-create.md
Content-Length: 1516
++
v1.0 Intune Deviceconfig Windowsphone81customconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81customconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsphone81customconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81customconfiguration-get.md
Content-Length: 1619
++
v1.0 Intune Deviceconfig Windowsphone81customconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81customconfiguration-list.md
Content-Length: 1717
++
v1.0 Intune Deviceconfig Windowsphone81customconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81customconfiguration-update.md
Content-Length: 1516
++
v1.0 Intune Deviceconfig Windowsphone81generalconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81generalconfiguration-create.md
Content-Length: 2498
++
v1.0 Intune Deviceconfig Windowsphone81generalconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81generalconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsphone81generalconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81generalconfiguration-get.md
Content-Length: 2655
++
v1.0 Intune Deviceconfig Windowsphone81generalconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81generalconfiguration-list.md
Content-Length: 2807
++
v1.0 Intune Deviceconfig Windowsphone81generalconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81generalconfiguration-update.md
Content-Length: 2498
++
v1.0 Intune Deviceconfig Windowsphone81importedpfxcertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-create.md
Content-Length: 1536
++
v1.0 Intune Deviceconfig Windowsphone81importedpfxcertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsphone81importedpfxcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-get.md
Content-Length: 1633
++
v1.0 Intune Deviceconfig Windowsphone81importedpfxcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-list.md
Content-Length: 1725
++
v1.0 Intune Deviceconfig Windowsphone81importedpfxcertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-update.md
Content-Length: 1536
++
v1.0 Intune Deviceconfig Windowsphone81scepcertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81scepcertificateprofile-create.md
Content-Length: 1977
++
v1.0 Intune Deviceconfig Windowsphone81scepcertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81scepcertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsphone81scepcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81scepcertificateprofile-get.md
Content-Length: 2102
++
v1.0 Intune Deviceconfig Windowsphone81scepcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81scepcertificateprofile-list.md
Content-Length: 2222
++
v1.0 Intune Deviceconfig Windowsphone81scepcertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81scepcertificateprofile-update.md
Content-Length: 1977
++
v1.0 Intune Deviceconfig Windowsphone81trustedrootcertificate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81trustedrootcertificate-create.md
Content-Length: 1319
++
v1.0 Intune Deviceconfig Windowsphone81trustedrootcertificate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81trustedrootcertificate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsphone81trustedrootcertificate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81trustedrootcertificate-get.md
Content-Length: 1406
++
v1.0 Intune Deviceconfig Windowsphone81trustedrootcertificate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81trustedrootcertificate-list.md
Content-Length: 1488
++
v1.0 Intune Deviceconfig Windowsphone81trustedrootcertificate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81trustedrootcertificate-update.md
Content-Length: 1319
++
v1.0 Intune Deviceconfig Windowsphone81vpnconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81vpnconfiguration-create.md
Content-Length: 2188
++
v1.0 Intune Deviceconfig Windowsphone81vpnconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81vpnconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsphone81vpnconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81vpnconfiguration-get.md
Content-Length: 2329
++
v1.0 Intune Deviceconfig Windowsphone81vpnconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81vpnconfiguration-list.md
Content-Length: 2465
++
v1.0 Intune Deviceconfig Windowsphone81vpnconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphone81vpnconfiguration-update.md
Content-Length: 2188
++
v1.0 Intune Deviceconfig Windowsphoneeasemailprofileconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-create.md
Content-Length: 1739
++
v1.0 Intune Deviceconfig Windowsphoneeasemailprofileconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsphoneeasemailprofileconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-get.md
Content-Length: 1850
++
v1.0 Intune Deviceconfig Windowsphoneeasemailprofileconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-list.md
Content-Length: 1956
++
v1.0 Intune Deviceconfig Windowsphoneeasemailprofileconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-update.md
Content-Length: 1739
++
v1.0 Intune Deviceconfig Windowsprivacydataaccesscontrolitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-create.md
Content-Length: 299
++
v1.0 Intune Deviceconfig Windowsprivacydataaccesscontrolitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsprivacydataaccesscontrolitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-get.md
Content-Length: 330
++
v1.0 Intune Deviceconfig Windowsprivacydataaccesscontrolitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-list.md
Content-Length: 356
++
v1.0 Intune Deviceconfig Windowsprivacydataaccesscontrolitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-update.md
Content-Length: 299
++
v1.0 Intune Deviceconfig Windowsupdateforbusinessconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-create.md
The following table shows the properties that are required when you create the w
|description|String|Admin provided description of the Device Configuration. Inherited from [deviceConfiguration](../resources/intune-shared-deviceconfiguration.md)| |displayName|String|Admin provided name of the device configuration. Inherited from [deviceConfiguration](../resources/intune-shared-deviceconfiguration.md)| |version|Int32|Version of the device configuration. Inherited from [deviceConfiguration](../resources/intune-shared-deviceconfiguration.md)|
-|deliveryOptimizationMode|[windowsDeliveryOptimizationMode](../resources/intune-deviceconfig-windowsdeliveryoptimizationmode.md)|Delivery Optimization Mode. Possible values are: `userDefined`, `httpOnly`, `httpWithPeeringNat`, `httpWithPeeringPrivateGroup`, `httpWithInternetPeering`, `simpleDownload`, `bypassMode`.|
-|prereleaseFeatures|[prereleaseFeatures](../resources/intune-deviceconfig-prereleasefeatures.md)|The pre-release features. Possible values are: `userDefined`, `settingsOnly`, `settingsAndExperimentations`, `notAllowed`.|
-|automaticUpdateMode|[automaticUpdateMode](../resources/intune-deviceconfig-automaticupdatemode.md)|Automatic update mode. Possible values are: `userDefined`, `notifyDownload`, `autoInstallAtMaintenanceTime`, `autoInstallAndRebootAtMaintenanceTime`, `autoInstallAndRebootAtScheduledTime`, `autoInstallAndRebootWithoutEndUserControl`, `windowsDefault`.|
-|microsoftUpdateServiceAllowed|Boolean|Allow Microsoft Update Service|
-|driversExcluded|Boolean|Exclude Windows update Drivers|
-|installationSchedule|[windowsUpdateInstallScheduleType](../resources/intune-deviceconfig-windowsupdateinstallscheduletype.md)|Installation schedule|
-|qualityUpdatesDeferralPeriodInDays|Int32|Defer Quality Updates by these many days|
-|featureUpdatesDeferralPeriodInDays|Int32|Defer Feature Updates by these many days|
-|qualityUpdatesPaused|Boolean|Pause Quality Updates|
-|featureUpdatesPaused|Boolean|Pause Feature Updates|
-|qualityUpdatesPauseExpiryDateTime|DateTimeOffset|Quality Updates Pause Expiry datetime|
-|featureUpdatesPauseExpiryDateTime|DateTimeOffset|Feature Updates Pause Expiry datetime|
-|businessReadyUpdatesOnly|[windowsUpdateType](../resources/intune-deviceconfig-windowsupdatetype.md)|Determines which branch devices will receive their updates from. Possible values are: `userDefined`, `all`, `businessReadyOnly`, `windowsInsiderBuildFast`, `windowsInsiderBuildSlow`, `windowsInsiderBuildRelease`.|
-|skipChecksBeforeRestart|Boolean|Set to skip all check before restart: Battery level = 40%, User presence, Display Needed, Presentation mode, Full screen mode, phone call state, game mode etc. |
-|updateWeeks|[windowsUpdateForBusinessUpdateWeeks](../resources/intune-deviceconfig-windowsupdateforbusinessupdateweeks.md)|Scheduled the update installation on the weeks of the month. Possible values are: `userDefined`, `firstWeek`, `secondWeek`, `thirdWeek`, `fourthWeek`, `everyWeek`.|
-|qualityUpdatesPauseStartDate|Date|Quality Updates Pause start date. This property is read-only.|
-|featureUpdatesPauseStartDate|Date|Feature Updates Pause start date. This property is read-only.|
-|featureUpdatesRollbackWindowInDays|Int32|The number of days after a Feature Update for which a rollback is valid|
-|qualityUpdatesWillBeRolledBack|Boolean|Specifies whether to rollback Quality Updates on the next device check in|
-|featureUpdatesWillBeRolledBack|Boolean|Specifies whether to rollback Feature Updates on the next device check in|
-|qualityUpdatesRollbackStartDateTime|DateTimeOffset|Quality Updates Rollback Start datetime|
-|featureUpdatesRollbackStartDateTime|DateTimeOffset|Feature Updates Rollback Start datetime|
-|engagedRestartDeadlineInDays|Int32|Deadline in days before automatically scheduling and executing a pending restart outside of active hours, with valid range from 2 to 30 days|
-|engagedRestartSnoozeScheduleInDays|Int32|Number of days a user can snooze Engaged Restart reminder notifications with valid range from 1 to 3 days|
-|engagedRestartTransitionScheduleInDays|Int32|Number of days before transitioning from Auto Restarts scheduled outside of active hours to Engaged Restart, which requires the user to schedule, with valid range from 0 to 30 days|
-|deadlineForFeatureUpdatesInDays|Int32|Number of days before feature updates are installed automatically with valid range from 0 to 30 days|
-|deadlineForQualityUpdatesInDays|Int32|Number of days before quality updates are installed automatically with valid range from 0 to 30 days|
-|deadlineGracePeriodInDays|Int32|Number of days after deadline until restarts occur automatically with valid range from 0 to 7 days|
-|postponeRebootUntilAfterDeadline|Boolean|Specifies if the device should wait until deadline for rebooting outside of active hours|
-|autoRestartNotificationDismissal|[autoRestartNotificationDismissalMethod](../resources/intune-deviceconfig-autorestartnotificationdismissalmethod.md)|Specify the method by which the auto-restart required notification is dismissed. Possible values are: `notConfigured`, `automatic`, `user`.|
-|scheduleRestartWarningInHours|Int32|Specify the period for auto-restart warning reminder notifications. Supported values: 2, 4, 8, 12 or 24 (hours).|
-|scheduleImminentRestartWarningInMinutes|Int32|Specify the period for auto-restart imminent warning notifications. Supported values: 15, 30 or 60 (minutes).|
-|userPauseAccess|[enablement](../resources/intune-shared-enablement.md)|Specifies whether to enable end userΓÇÖs access to pause software updates. Possible values are: `notConfigured`, `enabled`, `disabled`.|
-|userWindowsUpdateScanAccess|[enablement](../resources/intune-shared-enablement.md)|Specifies whether to disable userΓÇÖs access to scan Windows Update. Possible values are: `notConfigured`, `enabled`, `disabled`.|
-|updateNotificationLevel|[windowsUpdateNotificationDisplayOption](../resources/intune-deviceconfig-windowsupdatenotificationdisplayoption.md)|Specifies what Windows Update notifications users see. Possible values are: `notConfigured`, `defaultNotifications`, `restartWarningsOnly`, `disableAllNotifications`.|
-|allowWindows11Upgrade|Boolean|Allow eligible Windows 10 devices to upgrade to the latest version of Windows 11.|
+|deliveryOptimizationMode|[windowsDeliveryOptimizationMode](../resources/intune-deviceconfig-windowsdeliveryoptimizationmode.md)|The Delivery Optimization Mode. Possible values are: UserDefined, HttpOnly, HttpWithPeeringNat, HttpWithPeeringPrivateGroup, HttpWithInternetPeering, SimpleDownload, BypassMode. UserDefined allows the user to set. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `httpOnly`, `httpWithPeeringNat`, `httpWithPeeringPrivateGroup`, `httpWithInternetPeering`, `simpleDownload`, `bypassMode`.|
+|prereleaseFeatures|[prereleaseFeatures](../resources/intune-deviceconfig-prereleasefeatures.md)|The Pre-Release Features. Possible values are: UserDefined, SettingsOnly, SettingsAndExperimentations, NotAllowed. UserDefined is the default value, no intent. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `settingsOnly`, `settingsAndExperimentations`, `notAllowed`.|
+|automaticUpdateMode|[automaticUpdateMode](../resources/intune-deviceconfig-automaticupdatemode.md)|The Automatic Update Mode. Possible values are: UserDefined, NotifyDownload, AutoInstallAtMaintenanceTime, AutoInstallAndRebootAtMaintenanceTime, AutoInstallAndRebootAtScheduledTime, AutoInstallAndRebootWithoutEndUserControl, WindowsDefault. UserDefined is the default value, no intent. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `notifyDownload`, `autoInstallAtMaintenanceTime`, `autoInstallAndRebootAtMaintenanceTime`, `autoInstallAndRebootAtScheduledTime`, `autoInstallAndRebootWithoutEndUserControl`, `windowsDefault`.|
+|microsoftUpdateServiceAllowed|Boolean|When TRUE, allows Microsoft Update Service. When FALSE, does not allow Microsoft Update Service. Returned by default. Query parameters are not supported.|
+|driversExcluded|Boolean|When TRUE, excludes Windows update Drivers. When FALSE, does not exclude Windows update Drivers. Returned by default. Query parameters are not supported.|
+|installationSchedule|[windowsUpdateInstallScheduleType](../resources/intune-deviceconfig-windowsupdateinstallscheduletype.md)|The Installation Schedule. Possible values are: ActiveHoursStart, ActiveHoursEnd, ScheduledInstallDay, ScheduledInstallTime. Returned by default. Query parameters are not supported.|
+|qualityUpdatesDeferralPeriodInDays|Int32|Defer Quality Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|featureUpdatesDeferralPeriodInDays|Int32|Defer Feature Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|qualityUpdatesPaused|Boolean|When TRUE, assigned devices are paused from receiving quality updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Quality Updates. Returned by default. Query parameters are not supported.|
+|featureUpdatesPaused|Boolean|When TRUE, assigned devices are paused from receiving feature updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Feature Updates. Returned by default. Query parameters are not supported.s|
+|qualityUpdatesPauseExpiryDateTime|DateTimeOffset|The Quality Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported.|
+|featureUpdatesPauseExpiryDateTime|DateTimeOffset|The Feature Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported.|
+|businessReadyUpdatesOnly|[windowsUpdateType](../resources/intune-deviceconfig-windowsupdatetype.md)|Determines which branch devices will receive their updates from. Possible values are: UserDefined, All, BusinessReadyOnly, WindowsInsiderBuildFast, WindowsInsiderBuildSlow, WindowsInsiderBuildRelease. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `all`, `businessReadyOnly`, `windowsInsiderBuildFast`, `windowsInsiderBuildSlow`, `windowsInsiderBuildRelease`.|
+|skipChecksBeforeRestart|Boolean|When TRUE, skips all checks before restart: Battery level = 40%, User presence, Display Needed, Presentation mode, Full screen mode, phone call state, game mode etc. When FALSE, does not skip all checks before restart. Returned by default. Query parameters are not supported.|
+|updateWeeks|[windowsUpdateForBusinessUpdateWeeks](../resources/intune-deviceconfig-windowsupdateforbusinessupdateweeks.md)|Schedule the update installation on the weeks of the month. Possible values are: UserDefined, FirstWeek, SecondWeek, ThirdWeek, FourthWeek, EveryWeek. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `firstWeek`, `secondWeek`, `thirdWeek`, `fourthWeek`, `everyWeek`, `unknownFutureValue`.|
+|qualityUpdatesPauseStartDate|Date|The Quality Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only.|
+|featureUpdatesPauseStartDate|Date|The Feature Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only.|
+|featureUpdatesRollbackWindowInDays|Int32|The number of days after a Feature Update for which a rollback is valid with valid range from 2 to 60 days. Returned by default. Query parameters are not supported.|
+|qualityUpdatesWillBeRolledBack|Boolean|When TRUE, rollback Quality Updates on the next device check in. When FALSE, do not rollback Quality Updates on the next device check in. Returned by default. Query parameters are not supported.|
+|featureUpdatesWillBeRolledBack|Boolean|When TRUE, rollback Feature Updates on the next device check in. When FALSE, do not rollback Feature Updates on the next device check in. Returned by default.Query parameters are not supported.|
+|qualityUpdatesRollbackStartDateTime|DateTimeOffset|The Quality Updates Rollback Start datetime. This value is the time when the admin rolled back the Quality update for the ring. Returned by default. Query parameters are not supported.|
+|featureUpdatesRollbackStartDateTime|DateTimeOffset|The Feature Updates Rollback Start datetime.This value is the time when the admin rolled back the Feature update for the ring.Returned by default.Query parameters are not supported.|
+|engagedRestartDeadlineInDays|Int32|Deadline in days before automatically scheduling and executing a pending restart outside of active hours, with valid range from 2 to 30 days. Returned by default. Query parameters are not supported.|
+|engagedRestartSnoozeScheduleInDays|Int32|Number of days a user can snooze Engaged Restart reminder notifications with valid range from 1 to 3 days. Returned by default. Query parameters are not supported.|
+|engagedRestartTransitionScheduleInDays|Int32|Number of days before transitioning from Auto Restarts scheduled outside of active hours to Engaged Restart, which requires the user to schedule, with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|deadlineForFeatureUpdatesInDays|Int32|Number of days before feature updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|deadlineForQualityUpdatesInDays|Int32|Number of days before quality updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|deadlineGracePeriodInDays|Int32|Number of days after deadline until restarts occur automatically with valid range from 0 to 7 days. Returned by default. Query parameters are not supported.|
+|postponeRebootUntilAfterDeadline|Boolean|When TRUE the device should wait until deadline for rebooting outside of active hours. When FALSE the device should not wait until deadline for rebooting outside of active hours. Returned by default. Query parameters are not supported.|
+|autoRestartNotificationDismissal|[autoRestartNotificationDismissalMethod](../resources/intune-deviceconfig-autorestartnotificationdismissalmethod.md)|Specify the method by which the auto-restart required notification is dismissed. Possible values are: NotConfigured, Automatic, User. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `automatic`, `user`, `unknownFutureValue`.|
+|scheduleRestartWarningInHours|Int32|Specify the period for auto-restart warning reminder notifications. Supported values: 2, 4, 8, 12 or 24 (hours). Returned by default. Query parameters are not supported.|
+|scheduleImminentRestartWarningInMinutes|Int32|Specify the period for auto-restart imminent warning notifications. Supported values: 15, 30 or 60 (minutes). Returned by default. Query parameters are not supported.|
+|userPauseAccess|[enablement](../resources/intune-shared-enablement.md)|Specifies whether to enable end userΓÇÖs access to pause software updates. Possible values are: NotConfigured, Enabled, Disabled. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `enabled`, `disabled`.|
+|userWindowsUpdateScanAccess|[enablement](../resources/intune-shared-enablement.md)|Specifies whether to disable userΓÇÖs access to scan Windows Update. Possible values are: NotConfigured, Enabled, Disabled. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `enabled`, `disabled`.|
+|updateNotificationLevel|[windowsUpdateNotificationDisplayOption](../resources/intune-deviceconfig-windowsupdatenotificationdisplayoption.md)|Specifies what Windows Update notifications users see. Possible values are: NotConfigured, DefaultNotifications, RestartWarningsOnly, DisableAllNotifications. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `defaultNotifications`, `restartWarningsOnly`, `disableAllNotifications`, `unknownFutureValue`.|
+|allowWindows11Upgrade|Boolean|When TRUE, allows eligible Windows 10 devices to upgrade to Windows 11. When FALSE, implies the device stays on the existing operating system. Returned by default. Query parameters are not supported.|
Content-Length: 3000
++
v1.0 Intune Deviceconfig Windowsupdateforbusinessconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsupdateforbusinessconfiguration Extendfeatureupdatespause https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-extendfeatureupdatespause.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsupdateforbusinessconfiguration Extendqualityupdatespause https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-extendqualityupdatespause.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsupdateforbusinessconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-get.md
Content-Length: 3163
++
v1.0 Intune Deviceconfig Windowsupdateforbusinessconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-list.md
Content-Length: 3321
++
v1.0 Intune Deviceconfig Windowsupdateforbusinessconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update.md
The following table shows the properties that are required when you create the [
|description|String|Admin provided description of the Device Configuration. Inherited from [deviceConfiguration](../resources/intune-shared-deviceconfiguration.md)| |displayName|String|Admin provided name of the device configuration. Inherited from [deviceConfiguration](../resources/intune-shared-deviceconfiguration.md)| |version|Int32|Version of the device configuration. Inherited from [deviceConfiguration](../resources/intune-shared-deviceconfiguration.md)|
-|deliveryOptimizationMode|[windowsDeliveryOptimizationMode](../resources/intune-deviceconfig-windowsdeliveryoptimizationmode.md)|Delivery Optimization Mode. Possible values are: `userDefined`, `httpOnly`, `httpWithPeeringNat`, `httpWithPeeringPrivateGroup`, `httpWithInternetPeering`, `simpleDownload`, `bypassMode`.|
-|prereleaseFeatures|[prereleaseFeatures](../resources/intune-deviceconfig-prereleasefeatures.md)|The pre-release features. Possible values are: `userDefined`, `settingsOnly`, `settingsAndExperimentations`, `notAllowed`.|
-|automaticUpdateMode|[automaticUpdateMode](../resources/intune-deviceconfig-automaticupdatemode.md)|Automatic update mode. Possible values are: `userDefined`, `notifyDownload`, `autoInstallAtMaintenanceTime`, `autoInstallAndRebootAtMaintenanceTime`, `autoInstallAndRebootAtScheduledTime`, `autoInstallAndRebootWithoutEndUserControl`, `windowsDefault`.|
-|microsoftUpdateServiceAllowed|Boolean|Allow Microsoft Update Service|
-|driversExcluded|Boolean|Exclude Windows update Drivers|
-|installationSchedule|[windowsUpdateInstallScheduleType](../resources/intune-deviceconfig-windowsupdateinstallscheduletype.md)|Installation schedule|
-|qualityUpdatesDeferralPeriodInDays|Int32|Defer Quality Updates by these many days|
-|featureUpdatesDeferralPeriodInDays|Int32|Defer Feature Updates by these many days|
-|qualityUpdatesPaused|Boolean|Pause Quality Updates|
-|featureUpdatesPaused|Boolean|Pause Feature Updates|
-|qualityUpdatesPauseExpiryDateTime|DateTimeOffset|Quality Updates Pause Expiry datetime|
-|featureUpdatesPauseExpiryDateTime|DateTimeOffset|Feature Updates Pause Expiry datetime|
-|businessReadyUpdatesOnly|[windowsUpdateType](../resources/intune-deviceconfig-windowsupdatetype.md)|Determines which branch devices will receive their updates from. Possible values are: `userDefined`, `all`, `businessReadyOnly`, `windowsInsiderBuildFast`, `windowsInsiderBuildSlow`, `windowsInsiderBuildRelease`.|
-|skipChecksBeforeRestart|Boolean|Set to skip all check before restart: Battery level = 40%, User presence, Display Needed, Presentation mode, Full screen mode, phone call state, game mode etc. |
-|updateWeeks|[windowsUpdateForBusinessUpdateWeeks](../resources/intune-deviceconfig-windowsupdateforbusinessupdateweeks.md)|Scheduled the update installation on the weeks of the month. Possible values are: `userDefined`, `firstWeek`, `secondWeek`, `thirdWeek`, `fourthWeek`, `everyWeek`.|
-|qualityUpdatesPauseStartDate|Date|Quality Updates Pause start date. This property is read-only.|
-|featureUpdatesPauseStartDate|Date|Feature Updates Pause start date. This property is read-only.|
-|featureUpdatesRollbackWindowInDays|Int32|The number of days after a Feature Update for which a rollback is valid|
-|qualityUpdatesWillBeRolledBack|Boolean|Specifies whether to rollback Quality Updates on the next device check in|
-|featureUpdatesWillBeRolledBack|Boolean|Specifies whether to rollback Feature Updates on the next device check in|
-|qualityUpdatesRollbackStartDateTime|DateTimeOffset|Quality Updates Rollback Start datetime|
-|featureUpdatesRollbackStartDateTime|DateTimeOffset|Feature Updates Rollback Start datetime|
-|engagedRestartDeadlineInDays|Int32|Deadline in days before automatically scheduling and executing a pending restart outside of active hours, with valid range from 2 to 30 days|
-|engagedRestartSnoozeScheduleInDays|Int32|Number of days a user can snooze Engaged Restart reminder notifications with valid range from 1 to 3 days|
-|engagedRestartTransitionScheduleInDays|Int32|Number of days before transitioning from Auto Restarts scheduled outside of active hours to Engaged Restart, which requires the user to schedule, with valid range from 0 to 30 days|
-|deadlineForFeatureUpdatesInDays|Int32|Number of days before feature updates are installed automatically with valid range from 0 to 30 days|
-|deadlineForQualityUpdatesInDays|Int32|Number of days before quality updates are installed automatically with valid range from 0 to 30 days|
-|deadlineGracePeriodInDays|Int32|Number of days after deadline until restarts occur automatically with valid range from 0 to 7 days|
-|postponeRebootUntilAfterDeadline|Boolean|Specifies if the device should wait until deadline for rebooting outside of active hours|
-|autoRestartNotificationDismissal|[autoRestartNotificationDismissalMethod](../resources/intune-deviceconfig-autorestartnotificationdismissalmethod.md)|Specify the method by which the auto-restart required notification is dismissed. Possible values are: `notConfigured`, `automatic`, `user`.|
-|scheduleRestartWarningInHours|Int32|Specify the period for auto-restart warning reminder notifications. Supported values: 2, 4, 8, 12 or 24 (hours).|
-|scheduleImminentRestartWarningInMinutes|Int32|Specify the period for auto-restart imminent warning notifications. Supported values: 15, 30 or 60 (minutes).|
-|userPauseAccess|[enablement](../resources/intune-shared-enablement.md)|Specifies whether to enable end userΓÇÖs access to pause software updates. Possible values are: `notConfigured`, `enabled`, `disabled`.|
-|userWindowsUpdateScanAccess|[enablement](../resources/intune-shared-enablement.md)|Specifies whether to disable userΓÇÖs access to scan Windows Update. Possible values are: `notConfigured`, `enabled`, `disabled`.|
-|updateNotificationLevel|[windowsUpdateNotificationDisplayOption](../resources/intune-deviceconfig-windowsupdatenotificationdisplayoption.md)|Specifies what Windows Update notifications users see. Possible values are: `notConfigured`, `defaultNotifications`, `restartWarningsOnly`, `disableAllNotifications`.|
-|allowWindows11Upgrade|Boolean|Allow eligible Windows 10 devices to upgrade to the latest version of Windows 11.|
+|deliveryOptimizationMode|[windowsDeliveryOptimizationMode](../resources/intune-deviceconfig-windowsdeliveryoptimizationmode.md)|The Delivery Optimization Mode. Possible values are: UserDefined, HttpOnly, HttpWithPeeringNat, HttpWithPeeringPrivateGroup, HttpWithInternetPeering, SimpleDownload, BypassMode. UserDefined allows the user to set. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `httpOnly`, `httpWithPeeringNat`, `httpWithPeeringPrivateGroup`, `httpWithInternetPeering`, `simpleDownload`, `bypassMode`.|
+|prereleaseFeatures|[prereleaseFeatures](../resources/intune-deviceconfig-prereleasefeatures.md)|The Pre-Release Features. Possible values are: UserDefined, SettingsOnly, SettingsAndExperimentations, NotAllowed. UserDefined is the default value, no intent. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `settingsOnly`, `settingsAndExperimentations`, `notAllowed`.|
+|automaticUpdateMode|[automaticUpdateMode](../resources/intune-deviceconfig-automaticupdatemode.md)|The Automatic Update Mode. Possible values are: UserDefined, NotifyDownload, AutoInstallAtMaintenanceTime, AutoInstallAndRebootAtMaintenanceTime, AutoInstallAndRebootAtScheduledTime, AutoInstallAndRebootWithoutEndUserControl, WindowsDefault. UserDefined is the default value, no intent. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `notifyDownload`, `autoInstallAtMaintenanceTime`, `autoInstallAndRebootAtMaintenanceTime`, `autoInstallAndRebootAtScheduledTime`, `autoInstallAndRebootWithoutEndUserControl`, `windowsDefault`.|
+|microsoftUpdateServiceAllowed|Boolean|When TRUE, allows Microsoft Update Service. When FALSE, does not allow Microsoft Update Service. Returned by default. Query parameters are not supported.|
+|driversExcluded|Boolean|When TRUE, excludes Windows update Drivers. When FALSE, does not exclude Windows update Drivers. Returned by default. Query parameters are not supported.|
+|installationSchedule|[windowsUpdateInstallScheduleType](../resources/intune-deviceconfig-windowsupdateinstallscheduletype.md)|The Installation Schedule. Possible values are: ActiveHoursStart, ActiveHoursEnd, ScheduledInstallDay, ScheduledInstallTime. Returned by default. Query parameters are not supported.|
+|qualityUpdatesDeferralPeriodInDays|Int32|Defer Quality Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|featureUpdatesDeferralPeriodInDays|Int32|Defer Feature Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|qualityUpdatesPaused|Boolean|When TRUE, assigned devices are paused from receiving quality updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Quality Updates. Returned by default. Query parameters are not supported.|
+|featureUpdatesPaused|Boolean|When TRUE, assigned devices are paused from receiving feature updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Feature Updates. Returned by default. Query parameters are not supported.s|
+|qualityUpdatesPauseExpiryDateTime|DateTimeOffset|The Quality Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported.|
+|featureUpdatesPauseExpiryDateTime|DateTimeOffset|The Feature Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported.|
+|businessReadyUpdatesOnly|[windowsUpdateType](../resources/intune-deviceconfig-windowsupdatetype.md)|Determines which branch devices will receive their updates from. Possible values are: UserDefined, All, BusinessReadyOnly, WindowsInsiderBuildFast, WindowsInsiderBuildSlow, WindowsInsiderBuildRelease. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `all`, `businessReadyOnly`, `windowsInsiderBuildFast`, `windowsInsiderBuildSlow`, `windowsInsiderBuildRelease`.|
+|skipChecksBeforeRestart|Boolean|When TRUE, skips all checks before restart: Battery level = 40%, User presence, Display Needed, Presentation mode, Full screen mode, phone call state, game mode etc. When FALSE, does not skip all checks before restart. Returned by default. Query parameters are not supported.|
+|updateWeeks|[windowsUpdateForBusinessUpdateWeeks](../resources/intune-deviceconfig-windowsupdateforbusinessupdateweeks.md)|Schedule the update installation on the weeks of the month. Possible values are: UserDefined, FirstWeek, SecondWeek, ThirdWeek, FourthWeek, EveryWeek. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `firstWeek`, `secondWeek`, `thirdWeek`, `fourthWeek`, `everyWeek`, `unknownFutureValue`.|
+|qualityUpdatesPauseStartDate|Date|The Quality Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only.|
+|featureUpdatesPauseStartDate|Date|The Feature Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only.|
+|featureUpdatesRollbackWindowInDays|Int32|The number of days after a Feature Update for which a rollback is valid with valid range from 2 to 60 days. Returned by default. Query parameters are not supported.|
+|qualityUpdatesWillBeRolledBack|Boolean|When TRUE, rollback Quality Updates on the next device check in. When FALSE, do not rollback Quality Updates on the next device check in. Returned by default. Query parameters are not supported.|
+|featureUpdatesWillBeRolledBack|Boolean|When TRUE, rollback Feature Updates on the next device check in. When FALSE, do not rollback Feature Updates on the next device check in. Returned by default.Query parameters are not supported.|
+|qualityUpdatesRollbackStartDateTime|DateTimeOffset|The Quality Updates Rollback Start datetime. This value is the time when the admin rolled back the Quality update for the ring. Returned by default. Query parameters are not supported.|
+|featureUpdatesRollbackStartDateTime|DateTimeOffset|The Feature Updates Rollback Start datetime.This value is the time when the admin rolled back the Feature update for the ring.Returned by default.Query parameters are not supported.|
+|engagedRestartDeadlineInDays|Int32|Deadline in days before automatically scheduling and executing a pending restart outside of active hours, with valid range from 2 to 30 days. Returned by default. Query parameters are not supported.|
+|engagedRestartSnoozeScheduleInDays|Int32|Number of days a user can snooze Engaged Restart reminder notifications with valid range from 1 to 3 days. Returned by default. Query parameters are not supported.|
+|engagedRestartTransitionScheduleInDays|Int32|Number of days before transitioning from Auto Restarts scheduled outside of active hours to Engaged Restart, which requires the user to schedule, with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|deadlineForFeatureUpdatesInDays|Int32|Number of days before feature updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|deadlineForQualityUpdatesInDays|Int32|Number of days before quality updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|deadlineGracePeriodInDays|Int32|Number of days after deadline until restarts occur automatically with valid range from 0 to 7 days. Returned by default. Query parameters are not supported.|
+|postponeRebootUntilAfterDeadline|Boolean|When TRUE the device should wait until deadline for rebooting outside of active hours. When FALSE the device should not wait until deadline for rebooting outside of active hours. Returned by default. Query parameters are not supported.|
+|autoRestartNotificationDismissal|[autoRestartNotificationDismissalMethod](../resources/intune-deviceconfig-autorestartnotificationdismissalmethod.md)|Specify the method by which the auto-restart required notification is dismissed. Possible values are: NotConfigured, Automatic, User. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `automatic`, `user`, `unknownFutureValue`.|
+|scheduleRestartWarningInHours|Int32|Specify the period for auto-restart warning reminder notifications. Supported values: 2, 4, 8, 12 or 24 (hours). Returned by default. Query parameters are not supported.|
+|scheduleImminentRestartWarningInMinutes|Int32|Specify the period for auto-restart imminent warning notifications. Supported values: 15, 30 or 60 (minutes). Returned by default. Query parameters are not supported.|
+|userPauseAccess|[enablement](../resources/intune-shared-enablement.md)|Specifies whether to enable end userΓÇÖs access to pause software updates. Possible values are: NotConfigured, Enabled, Disabled. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `enabled`, `disabled`.|
+|userWindowsUpdateScanAccess|[enablement](../resources/intune-shared-enablement.md)|Specifies whether to disable userΓÇÖs access to scan Windows Update. Possible values are: NotConfigured, Enabled, Disabled. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `enabled`, `disabled`.|
+|updateNotificationLevel|[windowsUpdateNotificationDisplayOption](../resources/intune-deviceconfig-windowsupdatenotificationdisplayoption.md)|Specifies what Windows Update notifications users see. Possible values are: NotConfigured, DefaultNotifications, RestartWarningsOnly, DisableAllNotifications. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `defaultNotifications`, `restartWarningsOnly`, `disableAllNotifications`, `unknownFutureValue`.|
+|allowWindows11Upgrade|Boolean|When TRUE, allows eligible Windows 10 devices to upgrade to Windows 11. When FALSE, implies the device stays on the existing operating system. Returned by default. Query parameters are not supported.|
Content-Length: 3000
++
v1.0 Intune Deviceconfig Windowsvpnconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsvpnconfiguration-get.md
Content-Length: 1575
++
v1.0 Intune Deviceconfig Windowsvpnconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowsvpnconfiguration-list.md
Content-Length: 1673
++
v1.0 Intune Deviceconfig Windowswificonfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowswificonfiguration-create.md
Content-Length: 1731
++
v1.0 Intune Deviceconfig Windowswificonfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowswificonfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowswificonfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowswificonfiguration-get.md
Content-Length: 1840
++
v1.0 Intune Deviceconfig Windowswificonfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowswificonfiguration-list.md
Content-Length: 1944
++
v1.0 Intune Deviceconfig Windowswificonfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowswificonfiguration-update.md
Content-Length: 1731
++
v1.0 Intune Deviceconfig Windowswifienterpriseeapconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowswifienterpriseeapconfiguration-create.md
Content-Length: 2867
++
v1.0 Intune Deviceconfig Windowswifienterpriseeapconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowswifienterpriseeapconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowswifienterpriseeapconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowswifienterpriseeapconfiguration-get.md
Content-Length: 3028
++
v1.0 Intune Deviceconfig Windowswifienterpriseeapconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowswifienterpriseeapconfiguration-list.md
Content-Length: 3184
++
v1.0 Intune Deviceconfig Windowswifienterpriseeapconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowswifienterpriseeapconfiguration-update.md
Content-Length: 2867
++
v1.0 Intune Deviceconfig Windowswirednetworkconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowswirednetworkconfiguration-create.md
Content-Length: 2092
++
v1.0 Intune Deviceconfig Windowswirednetworkconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowswirednetworkconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowswirednetworkconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowswirednetworkconfiguration-get.md
Content-Length: 2217
++
v1.0 Intune Deviceconfig Windowswirednetworkconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowswirednetworkconfiguration-list.md
Content-Length: 2337
++
v1.0 Intune Deviceconfig Windowswirednetworkconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-windowswirednetworkconfiguration-update.md
Content-Length: 2092
++
v1.0 Intune Deviceconfigv2 Devicemanagementcomplianceactionitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementcomplianceactionitem-create.md
Content-Length: 330
++
v1.0 Intune Deviceconfigv2 Devicemanagementcomplianceactionitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementcomplianceactionitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfigv2 Devicemanagementcomplianceactionitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementcomplianceactionitem-get.md
Content-Length: 365
++
v1.0 Intune Deviceconfigv2 Devicemanagementcomplianceactionitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementcomplianceactionitem-list.md
Content-Length: 395
++
v1.0 Intune Deviceconfigv2 Devicemanagementcomplianceactionitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementcomplianceactionitem-update.md
Content-Length: 330
++
v1.0 Intune Deviceconfigv2 Devicemanagementcompliancepolicy Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementcompliancepolicy-assign.md
Content-Length: 587
++
v1.0 Intune Deviceconfigv2 Devicemanagementcompliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementcompliancepolicy-create.md
Content-Length: 517
++
v1.0 Intune Deviceconfigv2 Devicemanagementcompliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementcompliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfigv2 Devicemanagementcompliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementcompliancepolicy-get.md
Content-Length: 564
++
v1.0 Intune Deviceconfigv2 Devicemanagementcompliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementcompliancepolicy-list.md
Content-Length: 606
++
v1.0 Intune Deviceconfigv2 Devicemanagementcompliancepolicy Setscheduledactions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementcompliancepolicy-setscheduledactions.md
Content-Length: 218
++
v1.0 Intune Deviceconfigv2 Devicemanagementcompliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementcompliancepolicy-update.md
Content-Length: 517
++
v1.0 Intune Deviceconfigv2 Devicemanagementcompliancescheduledactionforrule Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementcompliancescheduledactionforrule-create.md
Content-Length: 173
++
v1.0 Intune Deviceconfigv2 Devicemanagementcompliancescheduledactionforrule Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementcompliancescheduledactionforrule-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfigv2 Devicemanagementcompliancescheduledactionforrule Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementcompliancescheduledactionforrule-get.md
Content-Length: 198
++
v1.0 Intune Deviceconfigv2 Devicemanagementcompliancescheduledactionforrule List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementcompliancescheduledactionforrule-list.md
Content-Length: 218
++
v1.0 Intune Deviceconfigv2 Devicemanagementcompliancescheduledactionforrule Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementcompliancescheduledactionforrule-update.md
Content-Length: 173
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationcategory Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationcategory-create.md
Content-Length: 572
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationcategory Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationcategory-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationcategory Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationcategory-get.md
Content-Length: 621
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationcategory List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationcategory-list.md
Content-Length: 665
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationcategory Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationcategory-update.md
Content-Length: 572
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingcollectiondefinition Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingcollectiondefinition-create.md
Content-Length: 19168
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingcollectiondefinition Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingcollectiondefinition-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingcollectiondefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingcollectiondefinition-get.md
Content-Length: 19747
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingcollectiondefinition List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingcollectiondefinition-list.md
Content-Length: 20321
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingcollectiondefinition Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingcollectiondefinition-update.md
Content-Length: 19168
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingdefinition Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingdefinition-create.md
Content-Length: 19112
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingdefinition Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingdefinition-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingdefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingdefinition-get.md
Content-Length: 19687
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingdefinition List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingdefinition-list.md
Content-Length: 20257
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingdefinition Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingdefinition-update.md
Content-Length: 19112
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicy Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-assign.md
One of the following permissions is required to call this API. To learn more, in
} --> ``` http
+POST /deviceManagementConfigurationPolicy/{deviceManagementConfigurationPolicyId}/assign
POST /deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicyId}/assign POST /deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySettingId}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicyId}/assign ```
If successful, this action returns a `200 OK` response code and a [deviceManagem
### Request Here is an example of the request. ``` http
-POST https://graph.microsoft.com/beta/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicyId}/assign
+POST https://graph.microsoft.com/beta/deviceManagementConfigurationPolicy/{deviceManagementConfigurationPolicyId}/assign
Content-type: application/json Content-length: 593
Content-Length: 587
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-create.md
One of the following permissions is required to call this API. To learn more, in
} --> ``` http
+POST /deviceManagementConfigurationPolicy
POST /deviceManagement/configurationPolicies POST /deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySettingId}/referencingConfigurationPolicies ```
If successful, this method returns a `201 Created` response code and a [deviceMa
### Request Here is an example of the request. ``` http
-POST https://graph.microsoft.com/beta/deviceManagement/configurationPolicies
+POST https://graph.microsoft.com/beta/deviceManagementConfigurationPolicy
Content-type: application/json Content-length: 687
Content-Length: 859
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicy Createcopy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-createcopy.md
One of the following permissions is required to call this API. To learn more, in
} --> ``` http
+POST /deviceManagementConfigurationPolicy/{deviceManagementConfigurationPolicyId}/createCopy
POST /deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicyId}/createCopy POST /deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySettingId}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicyId}/createCopy ```
If successful, this action returns a `200 OK` response code and a [deviceManagem
### Request Here is an example of the request. ``` http
-POST https://graph.microsoft.com/beta/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicyId}/createCopy
+POST https://graph.microsoft.com/beta/deviceManagementConfigurationPolicy/{deviceManagementConfigurationPolicyId}/createCopy
Content-type: application/json Content-length: 82
Content-Length: 920
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-delete.md
One of the following permissions is required to call this API. To learn more, in
} --> ``` http
+DELETE /deviceManagementConfigurationPolicy/{deviceManagementConfigurationPolicyId}
DELETE /deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicyId} DELETE /deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySettingId}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicyId} ```
If successful, this method returns a `204 No Content` response code.
### Request Here is an example of the request. ``` http
-DELETE https://graph.microsoft.com/beta/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicyId}
+DELETE https://graph.microsoft.com/beta/deviceManagementConfigurationPolicy/{deviceManagementConfigurationPolicyId}
``` ### Response
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-get.md
One of the following permissions is required to call this API. To learn more, in
} --> ``` http
+GET /deviceManagementConfigurationPolicy/{deviceManagementConfigurationPolicyId}
GET /deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicyId} GET /deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySettingId}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicyId} ```
If successful, this method returns a `200 OK` response code and [deviceManagemen
### Request Here is an example of the request. ``` http
-GET https://graph.microsoft.com/beta/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicyId}
+GET https://graph.microsoft.com/beta/deviceManagementConfigurationPolicy/{deviceManagementConfigurationPolicyId}
``` ### Response
Content-Length: 920
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-list.md
One of the following permissions is required to call this API. To learn more, in
} --> ``` http
+GET /deviceManagementConfigurationPolicy
GET /deviceManagement/configurationPolicies GET /deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySettingId}/referencingConfigurationPolicies ```
If successful, this method returns a `200 OK` response code and a collection of
### Request Here is an example of the request. ``` http
-GET https://graph.microsoft.com/beta/deviceManagement/configurationPolicies
+GET https://graph.microsoft.com/beta/deviceManagementConfigurationPolicy
``` ### Response
Content-Length: 976
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-update.md
One of the following permissions is required to call this API. To learn more, in
} --> ``` http
+PATCH /deviceManagementConfigurationPolicy/{deviceManagementConfigurationPolicyId}
PATCH /deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicyId} PATCH /deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySettingId}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicyId} ```
If successful, this method returns a `200 OK` response code and an updated [devi
### Request Here is an example of the request. ``` http
-PATCH https://graph.microsoft.com/beta/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicyId}
+PATCH https://graph.microsoft.com/beta/deviceManagementConfigurationPolicy/{deviceManagementConfigurationPolicyId}
Content-type: application/json Content-length: 687
Content-Length: 859
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicyassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment-create.md
Content-Length: 514
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicyassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicyassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment-get.md
Content-Length: 553
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicyassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment-list.md
Content-Length: 587
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicyassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment-update.md
Content-Length: 514
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicytemplate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicytemplate-create.md
Content-Length: 504
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicytemplate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicytemplate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicytemplate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicytemplate-get.md
Content-Length: 549
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicytemplate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicytemplate-list.md
Content-Length: 589
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicytemplate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicytemplate-update.md
Content-Length: 504
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationredirectsettingdefinition Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationredirectsettingdefinition-create.md
Content-Length: 1445
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationredirectsettingdefinition Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationredirectsettingdefinition-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationredirectsettingdefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationredirectsettingdefinition-get.md
Content-Length: 1548
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationredirectsettingdefinition List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationredirectsettingdefinition-list.md
Content-Length: 1646
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationredirectsettingdefinition Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationredirectsettingdefinition-update.md
Content-Length: 1445
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsetting Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsetting-create.md
Content-Length: 16178
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsetting Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsetting-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsetting Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsetting-get.md
Content-Length: 16631
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsetting List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsetting-list.md
Content-Length: 17079
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsetting Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsetting-update.md
Content-Length: 16178
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingdefinition Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettingdefinition-create.md
Content-Length: 1309
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingdefinition Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettingdefinition-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingdefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettingdefinition-get.md
Content-Length: 1406
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingdefinition List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettingdefinition-list.md
Content-Length: 1498
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingdefinition Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettingdefinition-update.md
Content-Length: 1309
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettinggroupcollectiondefinition Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettinggroupcollectiondefinition-create.md
Content-Length: 1836
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettinggroupcollectiondefinition Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettinggroupcollectiondefinition-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettinggroupcollectiondefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettinggroupcollectiondefinition-get.md
Content-Length: 1971
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettinggroupcollectiondefinition List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettinggroupcollectiondefinition-list.md
Content-Length: 2101
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettinggroupcollectiondefinition Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettinggroupcollectiondefinition-update.md
Content-Length: 1836
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettinggroupdefinition Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettinggroupdefinition-create.md
Content-Length: 1780
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettinggroupdefinition Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettinggroupdefinition-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettinggroupdefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettinggroupdefinition-get.md
Content-Length: 1911
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettinggroupdefinition List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettinggroupdefinition-list.md
Content-Length: 2037
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettinggroupdefinition Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettinggroupdefinition-update.md
Content-Length: 1780
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingtemplate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettingtemplate-create.md
Content-Length: 833
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingtemplate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettingtemplate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingtemplate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettingtemplate-get.md
Content-Length: 884
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingtemplate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettingtemplate-list.md
Content-Length: 930
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingtemplate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettingtemplate-update.md
Content-Length: 833
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsimplesettingcollectiondefinition Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsimplesettingcollectiondefinition-create.md
Content-Length: 18018
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsimplesettingcollectiondefinition Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsimplesettingcollectiondefinition-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsimplesettingcollectiondefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsimplesettingcollectiondefinition-get.md
Content-Length: 18581
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsimplesettingcollectiondefinition List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsimplesettingcollectiondefinition-list.md
Content-Length: 19139
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsimplesettingcollectiondefinition Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsimplesettingcollectiondefinition-update.md
Content-Length: 18018
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsimplesettingdefinition Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsimplesettingdefinition-create.md
Content-Length: 17962
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsimplesettingdefinition Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsimplesettingdefinition-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsimplesettingdefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsimplesettingdefinition-get.md
Content-Length: 18521
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsimplesettingdefinition List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsimplesettingdefinition-list.md
Content-Length: 19075
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsimplesettingdefinition Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsimplesettingdefinition-update.md
Content-Length: 17962
++
v1.0 Intune Deviceconfigv2 Devicemanagementreusablepolicysetting Clone https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementreusablepolicysetting-clone.md
Content-Length: 16942
++
v1.0 Intune Deviceconfigv2 Devicemanagementreusablepolicysetting Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementreusablepolicysetting-create.md
Content-Length: 16500
++
v1.0 Intune Deviceconfigv2 Devicemanagementreusablepolicysetting Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementreusablepolicysetting-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfigv2 Devicemanagementreusablepolicysetting Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementreusablepolicysetting-get.md
Content-Length: 16967
++
v1.0 Intune Deviceconfigv2 Devicemanagementreusablepolicysetting List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementreusablepolicysetting-list.md
Content-Length: 17429
++
v1.0 Intune Deviceconfigv2 Devicemanagementreusablepolicysetting Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfigv2-devicemanagementreusablepolicysetting-update.md
Content-Length: 16500
++
v1.0 Intune Deviceintent Devicemanagementabstractcomplexsettingdefinition Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-create.md
Content-Length: 1137
++
v1.0 Intune Deviceintent Devicemanagementabstractcomplexsettingdefinition Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementabstractcomplexsettingdefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-get.md
Content-Length: 1232
++
v1.0 Intune Deviceintent Devicemanagementabstractcomplexsettingdefinition List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-list.md
Content-Length: 1322
++
v1.0 Intune Deviceintent Devicemanagementabstractcomplexsettingdefinition Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-update.md
Content-Length: 1137
++
v1.0 Intune Deviceintent Devicemanagementabstractcomplexsettinginstance Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-create.md
Content-Length: 265
++
v1.0 Intune Deviceintent Devicemanagementabstractcomplexsettinginstance Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementabstractcomplexsettinginstance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-get.md
Content-Length: 294
++
v1.0 Intune Deviceintent Devicemanagementabstractcomplexsettinginstance List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-list.md
Content-Length: 318
++
v1.0 Intune Deviceintent Devicemanagementabstractcomplexsettinginstance Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-update.md
Content-Length: 265
++
v1.0 Intune Deviceintent Devicemanagementbooleansettinginstance Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementbooleansettinginstance-create.md
Content-Length: 225
++
v1.0 Intune Deviceintent Devicemanagementbooleansettinginstance Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementbooleansettinginstance-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementbooleansettinginstance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementbooleansettinginstance-get.md
Content-Length: 254
++
v1.0 Intune Deviceintent Devicemanagementbooleansettinginstance List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementbooleansettinginstance-list.md
Content-Length: 278
++
v1.0 Intune Deviceintent Devicemanagementbooleansettinginstance Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementbooleansettinginstance-update.md
Content-Length: 225
++
v1.0 Intune Deviceintent Devicemanagementcollectionsettingdefinition Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcollectionsettingdefinition-create.md
Content-Length: 1130
++
v1.0 Intune Deviceintent Devicemanagementcollectionsettingdefinition Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcollectionsettingdefinition-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementcollectionsettingdefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcollectionsettingdefinition-get.md
Content-Length: 1221
++
v1.0 Intune Deviceintent Devicemanagementcollectionsettingdefinition List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcollectionsettingdefinition-list.md
Content-Length: 1307
++
v1.0 Intune Deviceintent Devicemanagementcollectionsettingdefinition Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcollectionsettingdefinition-update.md
Content-Length: 1130
++
v1.0 Intune Deviceintent Devicemanagementcollectionsettinginstance Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcollectionsettinginstance-create.md
Content-Length: 210
++
v1.0 Intune Deviceintent Devicemanagementcollectionsettinginstance Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcollectionsettinginstance-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementcollectionsettinginstance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcollectionsettinginstance-get.md
Content-Length: 237
++
v1.0 Intune Deviceintent Devicemanagementcollectionsettinginstance List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcollectionsettinginstance-list.md
Content-Length: 259
++
v1.0 Intune Deviceintent Devicemanagementcollectionsettinginstance Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcollectionsettinginstance-update.md
Content-Length: 210
++
v1.0 Intune Deviceintent Devicemanagementcomplexsettingdefinition Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcomplexsettingdefinition-create.md
Content-Length: 1143
++
v1.0 Intune Deviceintent Devicemanagementcomplexsettingdefinition Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcomplexsettingdefinition-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementcomplexsettingdefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcomplexsettingdefinition-get.md
Content-Length: 1238
++
v1.0 Intune Deviceintent Devicemanagementcomplexsettingdefinition List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcomplexsettingdefinition-list.md
Content-Length: 1328
++
v1.0 Intune Deviceintent Devicemanagementcomplexsettingdefinition Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcomplexsettingdefinition-update.md
Content-Length: 1143
++
v1.0 Intune Deviceintent Devicemanagementcomplexsettinginstance Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcomplexsettinginstance-create.md
Content-Length: 207
++
v1.0 Intune Deviceintent Devicemanagementcomplexsettinginstance Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcomplexsettinginstance-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementcomplexsettinginstance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcomplexsettinginstance-get.md
Content-Length: 234
++
v1.0 Intune Deviceintent Devicemanagementcomplexsettinginstance List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcomplexsettinginstance-list.md
Content-Length: 256
++
v1.0 Intune Deviceintent Devicemanagementcomplexsettinginstance Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementcomplexsettinginstance-update.md
Content-Length: 207
++
v1.0 Intune Deviceintent Devicemanagementintegersettinginstance Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintegersettinginstance-create.md
Content-Length: 222
++
v1.0 Intune Deviceintent Devicemanagementintegersettinginstance Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintegersettinginstance-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementintegersettinginstance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintegersettinginstance-get.md
Content-Length: 251
++
v1.0 Intune Deviceintent Devicemanagementintegersettinginstance List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintegersettinginstance-list.md
Content-Length: 275
++
v1.0 Intune Deviceintent Devicemanagementintegersettinginstance Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintegersettinginstance-update.md
Content-Length: 222
++
v1.0 Intune Deviceintent Devicemanagementintent Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintent-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementintent Compare https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintent-compare.md
Content-Length: 364
++
v1.0 Intune Deviceintent Devicemanagementintent Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintent-create.md
Content-Length: 379
++
v1.0 Intune Deviceintent Devicemanagementintent Createcopy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintent-createcopy.md
Content-Length: 418
++
v1.0 Intune Deviceintent Devicemanagementintent Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintent-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementintent Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintent-get.md
Content-Length: 418
++
v1.0 Intune Deviceintent Devicemanagementintent List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintent-list.md
Content-Length: 452
++
v1.0 Intune Deviceintent Devicemanagementintent Migratetotemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintent-migratetotemplate.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementintent Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintent-update.md
Content-Length: 379
++
v1.0 Intune Deviceintent Devicemanagementintent Updatesettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintent-updatesettings.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementintentassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentassignment-create.md
Content-Length: 440
++
v1.0 Intune Deviceintent Devicemanagementintentassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementintentassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentassignment-get.md
Content-Length: 475
++
v1.0 Intune Deviceintent Devicemanagementintentassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentassignment-list.md
Content-Length: 505
++
v1.0 Intune Deviceintent Devicemanagementintentassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentassignment-update.md
Content-Length: 440
++
v1.0 Intune Deviceintent Devicemanagementintentdevicesettingstatesummary Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-create.md
Content-Length: 329
++
v1.0 Intune Deviceintent Devicemanagementintentdevicesettingstatesummary Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementintentdevicesettingstatesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-get.md
Content-Length: 366
++
v1.0 Intune Deviceintent Devicemanagementintentdevicesettingstatesummary List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-list.md
Content-Length: 398
++
v1.0 Intune Deviceintent Devicemanagementintentdevicesettingstatesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-update.md
Content-Length: 329
++
v1.0 Intune Deviceintent Devicemanagementintentdevicestate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentdevicestate-create.md
Content-Length: 391
++
v1.0 Intune Deviceintent Devicemanagementintentdevicestate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentdevicestate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementintentdevicestate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentdevicestate-get.md
Content-Length: 426
++
v1.0 Intune Deviceintent Devicemanagementintentdevicestate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentdevicestate-list.md
Content-Length: 456
++
v1.0 Intune Deviceintent Devicemanagementintentdevicestate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentdevicestate-update.md
Content-Length: 391
++
v1.0 Intune Deviceintent Devicemanagementintentdevicestatesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentdevicestatesummary-get.md
Content-Length: 321
++
v1.0 Intune Deviceintent Devicemanagementintentdevicestatesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentdevicestatesummary-update.md
Content-Length: 286
++
v1.0 Intune Deviceintent Devicemanagementintentsettingcategory Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentsettingcategory-create.md
Content-Length: 199
++
v1.0 Intune Deviceintent Devicemanagementintentsettingcategory Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentsettingcategory-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementintentsettingcategory Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentsettingcategory-get.md
Content-Length: 226
++
v1.0 Intune Deviceintent Devicemanagementintentsettingcategory List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentsettingcategory-list.md
Content-Length: 248
++
v1.0 Intune Deviceintent Devicemanagementintentsettingcategory Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentsettingcategory-update.md
Content-Length: 199
++
v1.0 Intune Deviceintent Devicemanagementintentuserstate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentuserstate-create.md
Content-Length: 324
++
v1.0 Intune Deviceintent Devicemanagementintentuserstate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentuserstate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementintentuserstate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentuserstate-get.md
Content-Length: 357
++
v1.0 Intune Deviceintent Devicemanagementintentuserstate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentuserstate-list.md
Content-Length: 385
++
v1.0 Intune Deviceintent Devicemanagementintentuserstate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentuserstate-update.md
Content-Length: 324
++
v1.0 Intune Deviceintent Devicemanagementintentuserstatesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentuserstatesummary-get.md
Content-Length: 280
++
v1.0 Intune Deviceintent Devicemanagementintentuserstatesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementintentuserstatesummary-update.md
Content-Length: 247
++
v1.0 Intune Deviceintent Devicemanagementsettingcategory Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementsettingcategory-create.md
Content-Length: 193
++
v1.0 Intune Deviceintent Devicemanagementsettingcategory Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementsettingcategory-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementsettingcategory Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementsettingcategory-get.md
Content-Length: 220
++
v1.0 Intune Deviceintent Devicemanagementsettingcategory List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementsettingcategory-list.md
Content-Length: 242
++
v1.0 Intune Deviceintent Devicemanagementsettingcategory Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementsettingcategory-update.md
Content-Length: 193
++
v1.0 Intune Deviceintent Devicemanagementsettingdefinition Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementsettingdefinition-create.md
Content-Length: 1063
++
v1.0 Intune Deviceintent Devicemanagementsettingdefinition Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementsettingdefinition-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementsettingdefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementsettingdefinition-get.md
Content-Length: 1152
++
v1.0 Intune Deviceintent Devicemanagementsettingdefinition List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementsettingdefinition-list.md
Content-Length: 1236
++
v1.0 Intune Deviceintent Devicemanagementsettingdefinition Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementsettingdefinition-update.md
Content-Length: 1063
++
v1.0 Intune Deviceintent Devicemanagementsettinginstance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementsettinginstance-get.md
Content-Length: 227
++
v1.0 Intune Deviceintent Devicemanagementsettinginstance List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementsettinginstance-list.md
Content-Length: 249
++
v1.0 Intune Deviceintent Devicemanagementstringsettinginstance Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementstringsettinginstance-create.md
Content-Length: 233
++
v1.0 Intune Deviceintent Devicemanagementstringsettinginstance Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementstringsettinginstance-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementstringsettinginstance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementstringsettinginstance-get.md
Content-Length: 262
++
v1.0 Intune Deviceintent Devicemanagementstringsettinginstance List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementstringsettinginstance-list.md
Content-Length: 286
++
v1.0 Intune Deviceintent Devicemanagementstringsettinginstance Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementstringsettinginstance-update.md
Content-Length: 233
++
v1.0 Intune Deviceintent Devicemanagementtemplate Compare https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementtemplate-compare.md
Content-Length: 364
++
v1.0 Intune Deviceintent Devicemanagementtemplate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementtemplate-create.md
Content-Length: 454
++
v1.0 Intune Deviceintent Devicemanagementtemplate Createinstance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementtemplate-createinstance.md
Content-Length: 418
++
v1.0 Intune Deviceintent Devicemanagementtemplate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementtemplate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementtemplate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementtemplate-get.md
Content-Length: 495
++
v1.0 Intune Deviceintent Devicemanagementtemplate Importoffice365deviceconfigurationpolicies https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementtemplate-importoffice365deviceconfigurationpolicies.md
Content-Length: 452
++
v1.0 Intune Deviceintent Devicemanagementtemplate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementtemplate-list.md
Content-Length: 531
++
v1.0 Intune Deviceintent Devicemanagementtemplate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementtemplate-update.md
Content-Length: 454
++
v1.0 Intune Deviceintent Devicemanagementtemplatesettingcategory Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementtemplatesettingcategory-create.md
Content-Length: 201
++
v1.0 Intune Deviceintent Devicemanagementtemplatesettingcategory Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementtemplatesettingcategory-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Devicemanagementtemplatesettingcategory Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementtemplatesettingcategory-get.md
Content-Length: 228
++
v1.0 Intune Deviceintent Devicemanagementtemplatesettingcategory List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementtemplatesettingcategory-list.md
Content-Length: 250
++
v1.0 Intune Deviceintent Devicemanagementtemplatesettingcategory Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-devicemanagementtemplatesettingcategory-update.md
Content-Length: 201
++
v1.0 Intune Deviceintent Securitybaselinecategorystatesummary Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-securitybaselinecategorystatesummary-create.md
Content-Length: 310
++
v1.0 Intune Deviceintent Securitybaselinecategorystatesummary Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-securitybaselinecategorystatesummary-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Securitybaselinecategorystatesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-securitybaselinecategorystatesummary-get.md
Content-Length: 347
++
v1.0 Intune Deviceintent Securitybaselinecategorystatesummary List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-securitybaselinecategorystatesummary-list.md
Content-Length: 379
++
v1.0 Intune Deviceintent Securitybaselinecategorystatesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-securitybaselinecategorystatesummary-update.md
Content-Length: 310
++
v1.0 Intune Deviceintent Securitybaselinedevicestate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-securitybaselinedevicestate-create.md
Content-Length: 359
++
v1.0 Intune Deviceintent Securitybaselinedevicestate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-securitybaselinedevicestate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Securitybaselinedevicestate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-securitybaselinedevicestate-get.md
Content-Length: 392
++
v1.0 Intune Deviceintent Securitybaselinedevicestate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-securitybaselinedevicestate-list.md
Content-Length: 420
++
v1.0 Intune Deviceintent Securitybaselinedevicestate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-securitybaselinedevicestate-update.md
Content-Length: 359
++
v1.0 Intune Deviceintent Securitybaselinestatesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-securitybaselinestatesummary-get.md
Content-Length: 297
++
v1.0 Intune Deviceintent Securitybaselinestatesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-securitybaselinestatesummary-update.md
Content-Length: 262
++
v1.0 Intune Deviceintent Securitybaselinetemplate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-securitybaselinetemplate-create.md
Content-Length: 454
++
v1.0 Intune Deviceintent Securitybaselinetemplate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-securitybaselinetemplate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceintent Securitybaselinetemplate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-securitybaselinetemplate-get.md
Content-Length: 495
++
v1.0 Intune Deviceintent Securitybaselinetemplate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-securitybaselinetemplate-list.md
Content-Length: 531
++
v1.0 Intune Deviceintent Securitybaselinetemplate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceintent-securitybaselinetemplate-update.md
Content-Length: 454
++
v1.0 Intune Devices Applepushnotificationcertificate Downloadapplepushnotificationcertificatesigningrequest https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-applepushnotificationcertificate-downloadapplepushnotificationcertificatesigningrequest.md
Content-Length: 85
++
v1.0 Intune Devices Applepushnotificationcertificate Generateapplepushnotificationcertificatesigningrequest https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-applepushnotificationcertificate-generateapplepushnotificationcertificatesigningrequest.md
Content-Length: 85
++
v1.0 Intune Devices Applepushnotificationcertificate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-applepushnotificationcertificate-get.md
Content-Length: 633
++
v1.0 Intune Devices Applepushnotificationcertificate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-applepushnotificationcertificate-update.md
Content-Length: 594
++
v1.0 Intune Devices Applogcollectionrequest Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-applogcollectionrequest-create.md
Content-Length: 306
++
v1.0 Intune Devices Applogcollectionrequest Createdownloadurl https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-applogcollectionrequest-createdownloadurl.md
Content-Length: 239
++
v1.0 Intune Devices Applogcollectionrequest Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-applogcollectionrequest-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Applogcollectionrequest Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-applogcollectionrequest-get.md
Content-Length: 341
++
v1.0 Intune Devices Applogcollectionrequest List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-applogcollectionrequest-list.md
Content-Length: 371
++
v1.0 Intune Devices Applogcollectionrequest Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-applogcollectionrequest-update.md
Content-Length: 306
++
v1.0 Intune Devices Cloudpcconnectivityissue Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-cloudpcconnectivityissue-create.md
Content-Length: 374
++
v1.0 Intune Devices Cloudpcconnectivityissue Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-cloudpcconnectivityissue-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Cloudpcconnectivityissue Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-cloudpcconnectivityissue-get.md
Content-Length: 409
++
v1.0 Intune Devices Cloudpcconnectivityissue List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-cloudpcconnectivityissue-list.md
Content-Length: 439
++
v1.0 Intune Devices Cloudpcconnectivityissue Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-cloudpcconnectivityissue-update.md
Content-Length: 374
++
v1.0 Intune Devices Comanagementeligibledevice Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-comanagementeligibledevice-create.md
The following table shows the properties that are required when you create the c
|upn|String|UPN| |userEmail|String|UserEmail| |userName|String|UserName|
-|status|[comanagementEligibleType](../resources/intune-devices-comanagementeligibletype.md)|ComanagementEligibleStatus. Possible values are: `comanaged`, `eligible`, `eligibleButNotAzureAdJoined`, `needsOsUpdate`, `ineligible`.|
+|status|[comanagementEligibleType](../resources/intune-devices-comanagementeligibletype.md)|ComanagementEligibleStatus. Possible values are: `comanaged`, `eligible`, `eligibleButNotAzureAdJoined`, `needsOsUpdate`, `ineligible`, `scheduledForEnrollment`.|
Content-Length: 763
++
v1.0 Intune Devices Comanagementeligibledevice Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-comanagementeligibledevice-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Comanagementeligibledevice Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-comanagementeligibledevice-get.md
Content-Length: 824
++
v1.0 Intune Devices Comanagementeligibledevice List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-comanagementeligibledevice-list.md
Content-Length: 880
++
v1.0 Intune Devices Comanagementeligibledevice Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-comanagementeligibledevice-update.md
The following table shows the properties that are required when you create the [
|upn|String|UPN| |userEmail|String|UserEmail| |userName|String|UserName|
-|status|[comanagementEligibleType](../resources/intune-devices-comanagementeligibletype.md)|ComanagementEligibleStatus. Possible values are: `comanaged`, `eligible`, `eligibleButNotAzureAdJoined`, `needsOsUpdate`, `ineligible`.|
+|status|[comanagementEligibleType](../resources/intune-devices-comanagementeligibletype.md)|ComanagementEligibleStatus. Possible values are: `comanaged`, `eligible`, `eligibleButNotAzureAdJoined`, `needsOsUpdate`, `ineligible`, `scheduledForEnrollment`.|
Content-Length: 763
++
v1.0 Intune Devices Datasharingconsent Consenttodatasharing https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-datasharingconsent-consenttodatasharing.md
Content-Length: 417
++
v1.0 Intune Devices Datasharingconsent Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-datasharingconsent-create.md
Content-Length: 382
++
v1.0 Intune Devices Datasharingconsent Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-datasharingconsent-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Datasharingconsent Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-datasharingconsent-get.md
Content-Length: 417
++
v1.0 Intune Devices Datasharingconsent List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-datasharingconsent-list.md
Content-Length: 447
++
v1.0 Intune Devices Datasharingconsent Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-datasharingconsent-update.md
Content-Length: 382
++
v1.0 Intune Devices Detectedapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-detectedapp-create.md
The following table shows the properties that are required when you create the d
|version|String|Version of the discovered application. Read-only| |sizeInByte|Int64|Discovered application size in bytes. Read-only| |deviceCount|Int32|The number of devices that have installed this application|
+|publisher|String|Indicates the publisher of the discovered application. For example: 'Microsoft'. The default value is an empty string.|
+|platform|[detectedAppPlatformType](../resources/intune-devices-detectedappplatformtype.md)|Indicates the operating system / platform of the discovered application. Some possible values are Windows, iOS, macOS. The default value is unknown (0). Possible values are: `unknown`, `windows`, `windowsMobile`, `windowsHolographic`, `ios`, `macOS`, `chromeOS`, `androidOSP`, `androidDeviceAdministrator`, `androidWorkProfile`, `androidDedicatedAndFullyManaged`.|
Here is an example of the request.
``` http POST https://graph.microsoft.com/beta/deviceManagement/detectedApps Content-type: application/json
-Content-length: 167
+Content-length: 228
{ "@odata.type": "#microsoft.graph.detectedApp", "displayName": "Display Name value", "version": "Version value", "sizeInByte": 10,
- "deviceCount": 11
+ "deviceCount": 11,
+ "publisher": "Publisher value",
+ "platform": "windows"
} ```
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 201 Created Content-Type: application/json
-Content-Length: 216
+Content-Length: 277
{ "@odata.type": "#microsoft.graph.detectedApp",
Content-Length: 216
"displayName": "Display Name value", "version": "Version value", "sizeInByte": 10,
- "deviceCount": 11
+ "deviceCount": 11,
+ "publisher": "Publisher value",
+ "platform": "windows"
} ``` ++
v1.0 Intune Devices Detectedapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-detectedapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Detectedapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-detectedapp-get.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 247
+Content-Length: 312
{ "value": {
Content-Length: 247
"displayName": "Display Name value", "version": "Version value", "sizeInByte": 10,
- "deviceCount": 11
+ "deviceCount": 11,
+ "publisher": "Publisher value",
+ "platform": "windows"
} } ```
Content-Length: 247
++
v1.0 Intune Devices Detectedapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-detectedapp-list.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 273
+Content-Length: 342
{ "value": [
Content-Length: 273
"displayName": "Display Name value", "version": "Version value", "sizeInByte": 10,
- "deviceCount": 11
+ "deviceCount": 11,
+ "publisher": "Publisher value",
+ "platform": "windows"
} ] }
Content-Length: 273
++
v1.0 Intune Devices Detectedapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-detectedapp-update.md
The following table shows the properties that are required when you create the [
|version|String|Version of the discovered application. Read-only| |sizeInByte|Int64|Discovered application size in bytes. Read-only| |deviceCount|Int32|The number of devices that have installed this application|
+|publisher|String|Indicates the publisher of the discovered application. For example: 'Microsoft'. The default value is an empty string.|
+|platform|[detectedAppPlatformType](../resources/intune-devices-detectedappplatformtype.md)|Indicates the operating system / platform of the discovered application. Some possible values are Windows, iOS, macOS. The default value is unknown (0). Possible values are: `unknown`, `windows`, `windowsMobile`, `windowsHolographic`, `ios`, `macOS`, `chromeOS`, `androidOSP`, `androidDeviceAdministrator`, `androidWorkProfile`, `androidDedicatedAndFullyManaged`.|
Here is an example of the request.
``` http PATCH https://graph.microsoft.com/beta/deviceManagement/detectedApps/{detectedAppId} Content-type: application/json
-Content-length: 167
+Content-length: 228
{ "@odata.type": "#microsoft.graph.detectedApp", "displayName": "Display Name value", "version": "Version value", "sizeInByte": 10,
- "deviceCount": 11
+ "deviceCount": 11,
+ "publisher": "Publisher value",
+ "platform": "windows"
} ```
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 216
+Content-Length: 277
{ "@odata.type": "#microsoft.graph.detectedApp",
Content-Length: 216
"displayName": "Display Name value", "version": "Version value", "sizeInByte": 10,
- "deviceCount": 11
+ "deviceCount": 11,
+ "publisher": "Publisher value",
+ "platform": "windows"
} ``` ++
v1.0 Intune Devices Devicecompliancescript Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecompliancescript-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Devicecompliancescript Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecompliancescript-create.md
Content-Length: 592
++
v1.0 Intune Devices Devicecompliancescript Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecompliancescript-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Devicecompliancescript Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecompliancescript-get.md
Content-Length: 641
++
v1.0 Intune Devices Devicecompliancescript List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecompliancescript-list.md
Content-Length: 685
++
v1.0 Intune Devices Devicecompliancescript Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecompliancescript-update.md
Content-Length: 592
++
v1.0 Intune Devices Devicecompliancescriptdevicestate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecompliancescriptdevicestate-create.md
Content-Length: 436
++
v1.0 Intune Devices Devicecompliancescriptdevicestate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecompliancescriptdevicestate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Devicecompliancescriptdevicestate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecompliancescriptdevicestate-get.md
Content-Length: 471
++
v1.0 Intune Devices Devicecompliancescriptdevicestate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecompliancescriptdevicestate-list.md
Content-Length: 501
++
v1.0 Intune Devices Devicecompliancescriptdevicestate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecompliancescriptdevicestate-update.md
Content-Length: 436
++
v1.0 Intune Devices Devicecompliancescriptrunsummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecompliancescriptrunsummary-get.md
Content-Length: 377
++
v1.0 Intune Devices Devicecompliancescriptrunsummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecompliancescriptrunsummary-update.md
Content-Length: 344
++
v1.0 Intune Devices Devicecustomattributeshellscript Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecustomattributeshellscript-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Devicecustomattributeshellscript Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecustomattributeshellscript-create.md
Content-Length: 585
++
v1.0 Intune Devices Devicecustomattributeshellscript Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecustomattributeshellscript-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Devicecustomattributeshellscript Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecustomattributeshellscript-get.md
Content-Length: 632
++
v1.0 Intune Devices Devicecustomattributeshellscript List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecustomattributeshellscript-list.md
Content-Length: 674
++
v1.0 Intune Devices Devicecustomattributeshellscript Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicecustomattributeshellscript-update.md
Content-Length: 585
++
v1.0 Intune Devices Devicehealthscript Areglobalscriptsavailable https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscript-areglobalscriptsavailable.md
Content-Length: 26
++
v1.0 Intune Devices Devicehealthscript Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscript-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Devicehealthscript Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscript-create.md
Content-Length: 1393
++
v1.0 Intune Devices Devicehealthscript Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscript-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Devicehealthscript Enableglobalscripts https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscript-enableglobalscripts.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Devicehealthscript Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscript-get.md
Content-Length: 1488
++
v1.0 Intune Devices Devicehealthscript Getglobalscripthighestavailableversion https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscript-getglobalscripthighestavailableversion.md
Content-Length: 68
++
v1.0 Intune Devices Devicehealthscript Getremediationhistory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscript-getremediationhistory.md
Content-Length: 397
++
v1.0 Intune Devices Devicehealthscript Getremediationsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscript-getremediationsummary.md
Content-Length: 155
++
v1.0 Intune Devices Devicehealthscript List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscript-list.md
Content-Length: 1578
++
v1.0 Intune Devices Devicehealthscript Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscript-update.md
Content-Length: 1393
++
v1.0 Intune Devices Devicehealthscript Updateglobalscript https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscript-updateglobalscript.md
Content-Length: 45
++
v1.0 Intune Devices Devicehealthscriptassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscriptassignment-create.md
Content-Length: 639
++
v1.0 Intune Devices Devicehealthscriptassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscriptassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Devicehealthscriptassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscriptassignment-get.md
Content-Length: 688
++
v1.0 Intune Devices Devicehealthscriptassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscriptassignment-list.md
Content-Length: 732
++
v1.0 Intune Devices Devicehealthscriptassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscriptassignment-update.md
Content-Length: 639
++
v1.0 Intune Devices Devicehealthscriptdevicestate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscriptdevicestate-create.md
Content-Length: 880
++
v1.0 Intune Devices Devicehealthscriptdevicestate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscriptdevicestate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Devicehealthscriptdevicestate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscriptdevicestate-get.md
Content-Length: 929
++
v1.0 Intune Devices Devicehealthscriptdevicestate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscriptdevicestate-list.md
Content-Length: 973
++
v1.0 Intune Devices Devicehealthscriptdevicestate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscriptdevicestate-update.md
Content-Length: 880
++
v1.0 Intune Devices Devicehealthscriptrunsummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscriptrunsummary-get.md
Content-Length: 637
++
v1.0 Intune Devices Devicehealthscriptrunsummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicehealthscriptrunsummary-update.md
Content-Length: 592
++
v1.0 Intune Devices Devicelogcollectionresponse Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicelogcollectionresponse-create.md
Content-Length: 528
++
v1.0 Intune Devices Devicelogcollectionresponse Createdownloadurl https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicelogcollectionresponse-createdownloadurl.md
Content-Length: 57
++
v1.0 Intune Devices Devicelogcollectionresponse Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicelogcollectionresponse-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Devicelogcollectionresponse Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicelogcollectionresponse-get.md
Content-Length: 567
++
v1.0 Intune Devices Devicelogcollectionresponse List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicelogcollectionresponse-list.md
Content-Length: 601
++
v1.0 Intune Devices Devicelogcollectionresponse Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicelogcollectionresponse-update.md
Content-Length: 528
++
v1.0 Intune Devices Devicemanagement Getcomanageddevicessummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagement-getcomanageddevicessummary.md
Content-Length: 379
++
v1.0 Intune Devices Devicemanagement Getcomanagementeligibledevicessummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagement-getcomanagementeligibledevicessummary.md
Content-Length: 251
++
v1.0 Intune Devices Devicemanagement Userexperienceanalyticssummarizeworkfromanywheredevices https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagement-userexperienceanalyticssummarizeworkfromanywheredevices.md
Content-Length: 1355
++
v1.0 Intune Devices Devicemanagementscriptassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptassignment-create.md
Content-Length: 440
++
v1.0 Intune Devices Devicemanagementscriptassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Devicemanagementscriptassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptassignment-get.md
Content-Length: 475
++
v1.0 Intune Devices Devicemanagementscriptassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptassignment-list.md
Content-Length: 505
++
v1.0 Intune Devices Devicemanagementscriptassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptassignment-update.md
Content-Length: 440
++
v1.0 Intune Devices Devicemanagementscriptdevicestate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptdevicestate-create.md
Content-Length: 330
++
v1.0 Intune Devices Devicemanagementscriptdevicestate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptdevicestate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Devicemanagementscriptdevicestate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptdevicestate-get.md
Content-Length: 363
++
v1.0 Intune Devices Devicemanagementscriptdevicestate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptdevicestate-list.md
Content-Length: 391
++
v1.0 Intune Devices Devicemanagementscriptdevicestate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptdevicestate-update.md
Content-Length: 330
++
v1.0 Intune Devices Devicemanagementscriptgroupassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptgroupassignment-create.md
Content-Length: 173
++
v1.0 Intune Devices Devicemanagementscriptgroupassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptgroupassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Devicemanagementscriptgroupassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptgroupassignment-get.md
Content-Length: 198
++
v1.0 Intune Devices Devicemanagementscriptgroupassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptgroupassignment-list.md
Content-Length: 218
++
v1.0 Intune Devices Devicemanagementscriptgroupassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptgroupassignment-update.md
Content-Length: 173
++
v1.0 Intune Devices Devicemanagementscriptrunsummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptrunsummary-get.md
Content-Length: 259
++
v1.0 Intune Devices Devicemanagementscriptrunsummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptrunsummary-update.md
Content-Length: 228
++
v1.0 Intune Devices Devicemanagementscriptuserstate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptuserstate-create.md
Content-Length: 229
++
v1.0 Intune Devices Devicemanagementscriptuserstate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptuserstate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Devicemanagementscriptuserstate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptuserstate-get.md
Content-Length: 258
++
v1.0 Intune Devices Devicemanagementscriptuserstate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptuserstate-list.md
Content-Length: 282
++
v1.0 Intune Devices Devicemanagementscriptuserstate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-devicemanagementscriptuserstate-update.md
Content-Length: 229
++
v1.0 Intune Devices Deviceshellscript Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-deviceshellscript-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Deviceshellscript Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-deviceshellscript-create.md
Content-Length: 581
++
v1.0 Intune Devices Deviceshellscript Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-deviceshellscript-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Deviceshellscript Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-deviceshellscript-get.md
Content-Length: 630
++
v1.0 Intune Devices Deviceshellscript List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-deviceshellscript-list.md
Content-Length: 674
++
v1.0 Intune Devices Deviceshellscript Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-deviceshellscript-update.md
Content-Length: 581
++
v1.0 Intune Devices Malwarestateforwindowsdevice Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-malwarestateforwindowsdevice-create.md
Content-Length: 383
++
v1.0 Intune Devices Malwarestateforwindowsdevice Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-malwarestateforwindowsdevice-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Malwarestateforwindowsdevice Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-malwarestateforwindowsdevice-get.md
Content-Length: 418
++
v1.0 Intune Devices Malwarestateforwindowsdevice List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-malwarestateforwindowsdevice-list.md
Content-Length: 448
++
v1.0 Intune Devices Malwarestateforwindowsdevice Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-malwarestateforwindowsdevice-update.md
Content-Length: 383
++
v1.0 Intune Devices Manageddevice Activatedeviceesim https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-activatedeviceesim.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Appdiagnostics https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-appdiagnostics.md
Content-Length: 485
++
v1.0 Intune Devices Manageddevice Bypassactivationlock https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-bypassactivationlock.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Cleanwindowsdevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-cleanwindowsdevice.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Createdevicelogcollectionrequest https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-createdevicelogcollectionrequest.md
Content-Length: 567
++
v1.0 Intune Devices Manageddevice Deleteuserfromsharedappledevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-deleteuserfromsharedappledevice.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Deprovision https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-deprovision.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Disable https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-disable.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Disablelostmode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-disablelostmode.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Downloadappdiagnostics https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-downloadappdiagnostics.md
Content-Length: 87
++
v1.0 Intune Devices Manageddevice Enablelostmode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-enablelostmode.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Executeaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-executeaction.md
Content-Length: 385
++
v1.0 Intune Devices Manageddevice Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-get.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 9582
+Content-Length: 9630
{ "value": {
Content-Length: 9582
"configurationManagerClientInformation": { "@odata.type": "microsoft.graph.configurationManagerClientInformation", "clientIdentifier": "Client Identifier value",
- "isBlocked": true
+ "isBlocked": true,
+ "clientVersion": "Client Version value"
}, "ethernetMacAddress": "Ethernet Mac Address value", "physicalMemoryInBytes": 5,
Content-Length: 9582
++
v1.0 Intune Devices Manageddevice Getfilevaultkey https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-getfilevaultkey.md
Content-Length: 43
++
v1.0 Intune Devices Manageddevice Getoemwarranty https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-getoemwarranty.md
Content-Length: 843
++
v1.0 Intune Devices Manageddevice Locatedevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-locatedevice.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Logoutsharedappledeviceactiveuser https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Movedevicestoou https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-movedevicestoou.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Playlostmodesound https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-playlostmodesound.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Rebootnow https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-rebootnow.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Recoverpasscode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-recoverpasscode.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Reenable https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-reenable.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Remotelock https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-remotelock.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Removedevicefirmwareconfigurationinterfacemanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-removedevicefirmwareconfigurationinterfacemanagement.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Requestremoteassistance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-requestremoteassistance.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Resetpasscode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-resetpasscode.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Retire https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-retire.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Revokeapplevpplicenses https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-revokeapplevpplicenses.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Rotatebitlockerkeys https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-rotatebitlockerkeys.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Rotatefilevaultkey https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-rotatefilevaultkey.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Sendcustomnotificationtocompanyportal https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-sendcustomnotificationtocompanyportal.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Setdevicename https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-setdevicename.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Shutdown https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-shutdown.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Syncdevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-syncdevice.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Triggerconfigurationmanageraction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-triggerconfigurationmanageraction.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-update.md
Here is an example of the request.
``` http PATCH https://graph.microsoft.com/beta/deviceManagement/managedDevices/{managedDeviceId} Content-type: application/json
-Content-length: 9092
+Content-length: 9138
{ "@odata.type": "#microsoft.graph.managedDevice",
Content-length: 9092
"configurationManagerClientInformation": { "@odata.type": "microsoft.graph.configurationManagerClientInformation", "clientIdentifier": "Client Identifier value",
- "isBlocked": true
+ "isBlocked": true,
+ "clientVersion": "Client Version value"
}, "ethernetMacAddress": "Ethernet Mac Address value", "physicalMemoryInBytes": 5,
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 9141
+Content-Length: 9187
{ "@odata.type": "#microsoft.graph.managedDevice",
Content-Length: 9141
"configurationManagerClientInformation": { "@odata.type": "microsoft.graph.configurationManagerClientInformation", "clientIdentifier": "Client Identifier value",
- "isBlocked": true
+ "isBlocked": true,
+ "clientVersion": "Client Version value"
}, "ethernetMacAddress": "Ethernet Mac Address value", "physicalMemoryInBytes": 5,
Content-Length: 9141
+++
v1.0 Intune Devices Manageddevice Updatewindowsdeviceaccount https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-updatewindowsdeviceaccount.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Windowsdefenderscan https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-windowsdefenderscan.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Windowsdefenderupdatesignatures https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-windowsdefenderupdatesignatures.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Wipe https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddevice-wipe.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddeviceoverview Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddeviceoverview-get.md
Content-Length: 1487
++
v1.0 Intune Devices Manageddeviceoverview Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-manageddeviceoverview-update.md
Content-Length: 1384
++
v1.0 Intune Devices Oemwarrantyinformationonboarding Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-oemwarrantyinformationonboarding-create.md
Content-Length: 197
++
v1.0 Intune Devices Oemwarrantyinformationonboarding Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-oemwarrantyinformationonboarding-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Oemwarrantyinformationonboarding Disable https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-oemwarrantyinformationonboarding-disable.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Oemwarrantyinformationonboarding Enable https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-oemwarrantyinformationonboarding-enable.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Oemwarrantyinformationonboarding Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-oemwarrantyinformationonboarding-get.md
Content-Length: 226
++
v1.0 Intune Devices Oemwarrantyinformationonboarding List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-oemwarrantyinformationonboarding-list.md
Content-Length: 250
++
v1.0 Intune Devices Oemwarrantyinformationonboarding Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-oemwarrantyinformationonboarding-update.md
Content-Length: 197
++
v1.0 Intune Devices Remoteactionaudit Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-remoteactionaudit-create.md
Content-Length: 553
++
v1.0 Intune Devices Remoteactionaudit Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-remoteactionaudit-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Remoteactionaudit Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-remoteactionaudit-get.md
Content-Length: 594
++
v1.0 Intune Devices Remoteactionaudit List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-remoteactionaudit-list.md
Content-Length: 630
++
v1.0 Intune Devices Remoteactionaudit Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-remoteactionaudit-update.md
Content-Length: 553
++
v1.0 Intune Devices Tenantattachrbac Enable https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-tenantattachrbac-enable.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Tenantattachrbac Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-tenantattachrbac-get.md
Content-Length: 130
++
v1.0 Intune Devices Tenantattachrbac Getstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-tenantattachrbac-getstate.md
Content-Length: 105
++
v1.0 Intune Devices Tenantattachrbac Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-tenantattachrbac-update.md
Content-Length: 107
++
v1.0 Intune Devices Userexperienceanalyticsapphealthapplicationperformance Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthapplicationperformance-create.md
Content-Length: 522
++
v1.0 Intune Devices Userexperienceanalyticsapphealthapplicationperformance Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthapplicationperformance-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsapphealthapplicationperformance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthapplicationperformance-get.md
Content-Length: 567
++
v1.0 Intune Devices Userexperienceanalyticsapphealthapplicationperformance List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthapplicationperformance-list.md
Content-Length: 607
++
v1.0 Intune Devices Userexperienceanalyticsapphealthapplicationperformance Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthapplicationperformance-update.md
Content-Length: 522
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyappversion Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversion-create.md
Content-Length: 395
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyappversion Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversion-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyappversion Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversion-get.md
Content-Length: 432
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyappversion List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversion-list.md
Content-Length: 464
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyappversion Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversion-update.md
Content-Length: 395
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyappversiondetails Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondetails-create.md
Content-Length: 433
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyappversiondetails Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondetails-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyappversiondetails Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondetails-get.md
Content-Length: 472
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyappversiondetails List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondetails-list.md
Content-Length: 506
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyappversiondetails Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondetails-update.md
Content-Length: 433
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyappversiondeviceid Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondeviceid-create.md
Content-Length: 488
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyappversiondeviceid Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondeviceid-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyappversiondeviceid Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondeviceid-get.md
Content-Length: 527
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyappversiondeviceid List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondeviceid-list.md
Content-Length: 561
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyappversiondeviceid Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondeviceid-update.md
Content-Length: 488
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyosversion Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyosversion-create.md
Content-Length: 464
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyosversion Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyosversion-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyosversion Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyosversion-get.md
Content-Length: 505
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyosversion List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyosversion-list.md
Content-Length: 541
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyosversion Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthappperformancebyosversion-update.md
Content-Length: 464
++
v1.0 Intune Devices Userexperienceanalyticsapphealthdevicemodelperformance Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthdevicemodelperformance-create.md
Content-Length: 447
++
v1.0 Intune Devices Userexperienceanalyticsapphealthdevicemodelperformance Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthdevicemodelperformance-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsapphealthdevicemodelperformance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthdevicemodelperformance-get.md
Content-Length: 484
++
v1.0 Intune Devices Userexperienceanalyticsapphealthdevicemodelperformance List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthdevicemodelperformance-list.md
Content-Length: 516
++
v1.0 Intune Devices Userexperienceanalyticsapphealthdevicemodelperformance Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthdevicemodelperformance-update.md
Content-Length: 447
++
v1.0 Intune Devices Userexperienceanalyticsapphealthdeviceperformance Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthdeviceperformance-create.md
Content-Length: 639
++
v1.0 Intune Devices Userexperienceanalyticsapphealthdeviceperformance Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthdeviceperformance-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsapphealthdeviceperformance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthdeviceperformance-get.md
Content-Length: 686
++
v1.0 Intune Devices Userexperienceanalyticsapphealthdeviceperformance List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthdeviceperformance-list.md
Content-Length: 728
++
v1.0 Intune Devices Userexperienceanalyticsapphealthdeviceperformance Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthdeviceperformance-update.md
Content-Length: 639
++
v1.0 Intune Devices Userexperienceanalyticsapphealthdeviceperformancedetails Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthdeviceperformancedetails-create.md
Content-Length: 454
++
v1.0 Intune Devices Userexperienceanalyticsapphealthdeviceperformancedetails Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthdeviceperformancedetails-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsapphealthdeviceperformancedetails Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthdeviceperformancedetails-get.md
Content-Length: 491
++
v1.0 Intune Devices Userexperienceanalyticsapphealthdeviceperformancedetails List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthdeviceperformancedetails-list.md
Content-Length: 523
++
v1.0 Intune Devices Userexperienceanalyticsapphealthdeviceperformancedetails Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthdeviceperformancedetails-update.md
Content-Length: 454
++
v1.0 Intune Devices Userexperienceanalyticsapphealthosversionperformance Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthosversionperformance-create.md
Content-Length: 406
++
v1.0 Intune Devices Userexperienceanalyticsapphealthosversionperformance Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthosversionperformance-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsapphealthosversionperformance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthosversionperformance-get.md
Content-Length: 441
++
v1.0 Intune Devices Userexperienceanalyticsapphealthosversionperformance List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthosversionperformance-list.md
Content-Length: 471
++
v1.0 Intune Devices Userexperienceanalyticsapphealthosversionperformance Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsapphealthosversionperformance-update.md
Content-Length: 406
++
v1.0 Intune Devices Userexperienceanalyticsbaseline Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbaseline-create.md
Content-Length: 266
++
v1.0 Intune Devices Userexperienceanalyticsbaseline Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbaseline-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsbaseline Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbaseline-get.md
Content-Length: 297
++
v1.0 Intune Devices Userexperienceanalyticsbaseline List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbaseline-list.md
Content-Length: 323
++
v1.0 Intune Devices Userexperienceanalyticsbaseline Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbaseline-update.md
Content-Length: 266
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthappimpact Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthappimpact-create.md
Content-Length: 357
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthappimpact Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthappimpact-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthappimpact Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthappimpact-get.md
Content-Length: 392
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthappimpact List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthappimpact-list.md
Content-Length: 422
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthappimpact Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthappimpact-update.md
Content-Length: 357
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthcapacitydetails Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthcapacitydetails-get.md
Content-Length: 351
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthcapacitydetails Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthcapacitydetails-update.md
Content-Length: 318
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthdeviceappimpact Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthdeviceappimpact-create.md
Content-Length: 373
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthdeviceappimpact Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthdeviceappimpact-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthdeviceappimpact Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthdeviceappimpact-get.md
Content-Length: 408
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthdeviceappimpact List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthdeviceappimpact-list.md
Content-Length: 438
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthdeviceappimpact Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthdeviceappimpact-update.md
Content-Length: 373
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthdeviceperformance Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthdeviceperformance-create.md
Content-Length: 449
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthdeviceperformance Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthdeviceperformance-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthdeviceperformance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthdeviceperformance-get.md
Content-Length: 490
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthdeviceperformance List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthdeviceperformance-list.md
Content-Length: 526
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthdeviceperformance Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthdeviceperformance-update.md
Content-Length: 449
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthdeviceruntimehistory Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthdeviceruntimehistory-create.md
Content-Length: 265
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthdeviceruntimehistory Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthdeviceruntimehistory-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthdeviceruntimehistory Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthdeviceruntimehistory-get.md
Content-Length: 294
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthdeviceruntimehistory List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthdeviceruntimehistory-list.md
Content-Length: 318
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthdeviceruntimehistory Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthdeviceruntimehistory-update.md
Content-Length: 265
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthmodelperformance Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthmodelperformance-create.md
Content-Length: 382
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthmodelperformance Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthmodelperformance-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthmodelperformance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthmodelperformance-get.md
Content-Length: 419
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthmodelperformance List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthmodelperformance-list.md
Content-Length: 451
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthmodelperformance Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthmodelperformance-update.md
Content-Length: 382
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthosperformance Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthosperformance-create.md
Content-Length: 359
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthosperformance Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthosperformance-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthosperformance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthosperformance-get.md
Content-Length: 394
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthosperformance List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthosperformance-list.md
Content-Length: 424
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthosperformance Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthosperformance-update.md
Content-Length: 359
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthruntimedetails Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthruntimedetails-get.md
Content-Length: 347
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthruntimedetails Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsbatteryhealthruntimedetails-update.md
Content-Length: 314
++
v1.0 Intune Devices Userexperienceanalyticscategory Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticscategory-get.md
Content-Length: 682
++
v1.0 Intune Devices Userexperienceanalyticscategory Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticscategory-update.md
Content-Length: 625
++
v1.0 Intune Devices Userexperienceanalyticsdeviceperformance Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdeviceperformance-create.md
Content-Length: 788
++
v1.0 Intune Devices Userexperienceanalyticsdeviceperformance Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdeviceperformance-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsdeviceperformance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdeviceperformance-get.md
Content-Length: 851
++
v1.0 Intune Devices Userexperienceanalyticsdeviceperformance List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdeviceperformance-list.md
Content-Length: 909
++
v1.0 Intune Devices Userexperienceanalyticsdeviceperformance Summarizedeviceperformancedevices https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdeviceperformance-summarizedeviceperformancedevices.md
Content-Length: 909
++
v1.0 Intune Devices Userexperienceanalyticsdeviceperformance Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdeviceperformance-update.md
Content-Length: 788
++
v1.0 Intune Devices Userexperienceanalyticsdevicescope Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicescope-create.md
Content-Length: 522
++
v1.0 Intune Devices Userexperienceanalyticsdevicescope Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicescope-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsdevicescope Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicescope-get.md
Content-Length: 567
++
v1.0 Intune Devices Userexperienceanalyticsdevicescope List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicescope-list.md
Content-Length: 607
++
v1.0 Intune Devices Userexperienceanalyticsdevicescope Triggerdevicescopeaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicescope-triggerdevicescopeaction.md
Content-Length: 236
++
v1.0 Intune Devices Userexperienceanalyticsdevicescope Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicescope-update.md
Content-Length: 522
++
v1.0 Intune Devices Userexperienceanalyticsdevicescores Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicescores-create.md
Content-Length: 476
++
v1.0 Intune Devices Userexperienceanalyticsdevicescores Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicescores-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsdevicescores Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicescores-get.md
Content-Length: 517
++
v1.0 Intune Devices Userexperienceanalyticsdevicescores List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicescores-list.md
Content-Length: 553
++
v1.0 Intune Devices Userexperienceanalyticsdevicescores Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicescores-update.md
Content-Length: 476
++
v1.0 Intune Devices Userexperienceanalyticsdevicestartuphistory Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicestartuphistory-create.md
Content-Length: 729
++
v1.0 Intune Devices Userexperienceanalyticsdevicestartuphistory Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicestartuphistory-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsdevicestartuphistory Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicestartuphistory-get.md
Content-Length: 784
++
v1.0 Intune Devices Userexperienceanalyticsdevicestartuphistory List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicestartuphistory-list.md
Content-Length: 834
++
v1.0 Intune Devices Userexperienceanalyticsdevicestartuphistory Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicestartuphistory-update.md
Content-Length: 729
++
v1.0 Intune Devices Userexperienceanalyticsdevicestartupprocess Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicestartupprocess-create.md
Content-Length: 325
++
v1.0 Intune Devices Userexperienceanalyticsdevicestartupprocess Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicestartupprocess-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsdevicestartupprocess Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicestartupprocess-get.md
Content-Length: 358
++
v1.0 Intune Devices Userexperienceanalyticsdevicestartupprocess List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicestartupprocess-list.md
Content-Length: 386
++
v1.0 Intune Devices Userexperienceanalyticsdevicestartupprocess Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicestartupprocess-update.md
Content-Length: 325
++
v1.0 Intune Devices Userexperienceanalyticsdevicestartupprocessperformance Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicestartupprocessperformance-create.md
Content-Length: 387
++
v1.0 Intune Devices Userexperienceanalyticsdevicestartupprocessperformance Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicestartupprocessperformance-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsdevicestartupprocessperformance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicestartupprocessperformance-get.md
Content-Length: 426
++
v1.0 Intune Devices Userexperienceanalyticsdevicestartupprocessperformance List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicestartupprocessperformance-list.md
Content-Length: 460
++
v1.0 Intune Devices Userexperienceanalyticsdevicestartupprocessperformance Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicestartupprocessperformance-update.md
Content-Length: 387
++
v1.0 Intune Devices Userexperienceanalyticsdevicewithoutcloudidentity Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicewithoutcloudidentity-create.md
Content-Length: 228
++
v1.0 Intune Devices Userexperienceanalyticsdevicewithoutcloudidentity Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicewithoutcloudidentity-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsdevicewithoutcloudidentity Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicewithoutcloudidentity-get.md
Content-Length: 255
++
v1.0 Intune Devices Userexperienceanalyticsdevicewithoutcloudidentity List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicewithoutcloudidentity-list.md
Content-Length: 277
++
v1.0 Intune Devices Userexperienceanalyticsdevicewithoutcloudidentity Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsdevicewithoutcloudidentity-update.md
Content-Length: 228
++
v1.0 Intune Devices Userexperienceanalyticsimpactingprocess Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsimpactingprocess-create.md
Content-Length: 349
++
v1.0 Intune Devices Userexperienceanalyticsimpactingprocess Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsimpactingprocess-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsimpactingprocess Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsimpactingprocess-get.md
Content-Length: 384
++
v1.0 Intune Devices Userexperienceanalyticsimpactingprocess List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsimpactingprocess-list.md
Content-Length: 414
++
v1.0 Intune Devices Userexperienceanalyticsimpactingprocess Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsimpactingprocess-update.md
Content-Length: 349
++
v1.0 Intune Devices Userexperienceanalyticsmetric Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsmetric-create.md
Content-Length: 177
++
v1.0 Intune Devices Userexperienceanalyticsmetric Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsmetric-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsmetric Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsmetric-get.md
Content-Length: 204
++
v1.0 Intune Devices Userexperienceanalyticsmetric List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsmetric-list.md
Content-Length: 226
++
v1.0 Intune Devices Userexperienceanalyticsmetric Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsmetric-update.md
Content-Length: 177
++
v1.0 Intune Devices Userexperienceanalyticsmetrichistory Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsmetrichistory-create.md
Content-Length: 257
++
v1.0 Intune Devices Userexperienceanalyticsmetrichistory Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsmetrichistory-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsmetrichistory Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsmetrichistory-get.md
Content-Length: 286
++
v1.0 Intune Devices Userexperienceanalyticsmetrichistory List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsmetrichistory-list.md
Content-Length: 310
++
v1.0 Intune Devices Userexperienceanalyticsmetrichistory Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsmetrichistory-update.md
Content-Length: 257
++
v1.0 Intune Devices Userexperienceanalyticsmodelscores Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsmodelscores-create.md
Content-Length: 463
++
v1.0 Intune Devices Userexperienceanalyticsmodelscores Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsmodelscores-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsmodelscores Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsmodelscores-get.md
Content-Length: 504
++
v1.0 Intune Devices Userexperienceanalyticsmodelscores List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsmodelscores-list.md
Content-Length: 540
++
v1.0 Intune Devices Userexperienceanalyticsmodelscores Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsmodelscores-update.md
Content-Length: 463
++
v1.0 Intune Devices Userexperienceanalyticsnotautopilotreadydevice Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsnotautopilotreadydevice-create.md
Content-Length: 470
++
v1.0 Intune Devices Userexperienceanalyticsnotautopilotreadydevice Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsnotautopilotreadydevice-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsnotautopilotreadydevice Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsnotautopilotreadydevice-get.md
Content-Length: 511
++
v1.0 Intune Devices Userexperienceanalyticsnotautopilotreadydevice List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsnotautopilotreadydevice-list.md
Content-Length: 547
++
v1.0 Intune Devices Userexperienceanalyticsnotautopilotreadydevice Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsnotautopilotreadydevice-update.md
Content-Length: 470
++
v1.0 Intune Devices Userexperienceanalyticsoverview Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsoverview-get.md
Content-Length: 1213
++
v1.0 Intune Devices Userexperienceanalyticsoverview Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsoverview-update.md
Content-Length: 1134
++
v1.0 Intune Devices Userexperienceanalyticsregressionsummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsregressionsummary-get.md
Content-Length: 154
++
v1.0 Intune Devices Userexperienceanalyticsregressionsummary Summarizedeviceregressionperformance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsregressionsummary-summarizedeviceregressionperformance.md
Content-Length: 154
++
v1.0 Intune Devices Userexperienceanalyticsregressionsummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsregressionsummary-update.md
Content-Length: 131
++
v1.0 Intune Devices Userexperienceanalyticsremoteconnection Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsremoteconnection-create.md
Content-Length: 622
++
v1.0 Intune Devices Userexperienceanalyticsremoteconnection Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsremoteconnection-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsremoteconnection Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsremoteconnection-get.md
Content-Length: 671
++
v1.0 Intune Devices Userexperienceanalyticsremoteconnection List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsremoteconnection-list.md
Content-Length: 715
++
v1.0 Intune Devices Userexperienceanalyticsremoteconnection Summarizedeviceremoteconnection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsremoteconnection-summarizedeviceremoteconnection.md
Content-Length: 715
++
v1.0 Intune Devices Userexperienceanalyticsremoteconnection Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsremoteconnection-update.md
Content-Length: 622
++
v1.0 Intune Devices Userexperienceanalyticsresourceperformance Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsresourceperformance-create.md
Content-Length: 633
++
v1.0 Intune Devices Userexperienceanalyticsresourceperformance Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsresourceperformance-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsresourceperformance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsresourceperformance-get.md
Content-Length: 682
++
v1.0 Intune Devices Userexperienceanalyticsresourceperformance List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsresourceperformance-list.md
Content-Length: 726
++
v1.0 Intune Devices Userexperienceanalyticsresourceperformance Summarizedeviceresourceperformance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsresourceperformance-summarizedeviceresourceperformance.md
Content-Length: 726
++
v1.0 Intune Devices Userexperienceanalyticsresourceperformance Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsresourceperformance-update.md
Content-Length: 633
++
v1.0 Intune Devices Userexperienceanalyticsscorehistory Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsscorehistory-create.md
Content-Length: 604
++
v1.0 Intune Devices Userexperienceanalyticsscorehistory Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsscorehistory-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsscorehistory Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsscorehistory-get.md
Content-Length: 657
++
v1.0 Intune Devices Userexperienceanalyticsscorehistory List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsscorehistory-list.md
Content-Length: 705
++
v1.0 Intune Devices Userexperienceanalyticsscorehistory Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsscorehistory-update.md
Content-Length: 604
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheredevice Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsworkfromanywheredevice-create.md
Content-Length: 1372
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheredevice Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsworkfromanywheredevice-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheredevice Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsworkfromanywheredevice-get.md
Content-Length: 1463
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheredevice List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsworkfromanywheredevice-list.md
Content-Length: 1549
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheredevice Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsworkfromanywheredevice-update.md
Content-Length: 1372
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywherehardwarereadinessmetric Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsworkfromanywherehardwarereadinessmetric-get.md
Content-Length: 720
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywherehardwarereadinessmetric Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsworkfromanywherehardwarereadinessmetric-update.md
Content-Length: 675
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheremetric Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsworkfromanywheremetric-create.md
Content-Length: 136
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheremetric Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsworkfromanywheremetric-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheremetric Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsworkfromanywheremetric-get.md
Content-Length: 159
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheremetric List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsworkfromanywheremetric-list.md
Content-Length: 177
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheremetric Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsworkfromanywheremetric-update.md
Content-Length: 136
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheremodelperformance Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsworkfromanywheremodelperformance-create.md
Content-Length: 460
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheremodelperformance Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsworkfromanywheremodelperformance-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheremodelperformance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsworkfromanywheremodelperformance-get.md
Content-Length: 501
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheremodelperformance List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsworkfromanywheremodelperformance-list.md
Content-Length: 537
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheremodelperformance Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-userexperienceanalyticsworkfromanywheremodelperformance-update.md
Content-Length: 460
++
v1.0 Intune Devices Windowsdevicemalwarestate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsdevicemalwarestate-create.md
Content-Length: 533
++
v1.0 Intune Devices Windowsdevicemalwarestate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsdevicemalwarestate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Windowsdevicemalwarestate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsdevicemalwarestate-get.md
Content-Length: 576
++
v1.0 Intune Devices Windowsdevicemalwarestate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsdevicemalwarestate-list.md
Content-Length: 614
++
v1.0 Intune Devices Windowsdevicemalwarestate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsdevicemalwarestate-update.md
Content-Length: 533
++
v1.0 Intune Devices Windowsmalwareinformation Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsmalwareinformation-create.md
Content-Length: 348
++
v1.0 Intune Devices Windowsmalwareinformation Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsmalwareinformation-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Windowsmalwareinformation Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsmalwareinformation-get.md
Content-Length: 381
++
v1.0 Intune Devices Windowsmalwareinformation List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsmalwareinformation-list.md
Content-Length: 409
++
v1.0 Intune Devices Windowsmalwareinformation Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsmalwareinformation-update.md
Content-Length: 348
++
v1.0 Intune Devices Windowsmanageddevice Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsmanageddevice-create.md
Here is an example of the request.
``` http POST https://graph.microsoft.com/beta/deviceManagement/managedDevices Content-type: application/json
-Content-length: 9099
+Content-length: 9145
{ "@odata.type": "#microsoft.graph.windowsManagedDevice",
Content-length: 9099
"configurationManagerClientInformation": { "@odata.type": "microsoft.graph.configurationManagerClientInformation", "clientIdentifier": "Client Identifier value",
- "isBlocked": true
+ "isBlocked": true,
+ "clientVersion": "Client Version value"
}, "ethernetMacAddress": "Ethernet Mac Address value", "physicalMemoryInBytes": 5,
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 201 Created Content-Type: application/json
-Content-Length: 9148
+Content-Length: 9194
{ "@odata.type": "#microsoft.graph.windowsManagedDevice",
Content-Length: 9148
"configurationManagerClientInformation": { "@odata.type": "microsoft.graph.configurationManagerClientInformation", "clientIdentifier": "Client Identifier value",
- "isBlocked": true
+ "isBlocked": true,
+ "clientVersion": "Client Version value"
}, "ethernetMacAddress": "Ethernet Mac Address value", "physicalMemoryInBytes": 5,
Content-Length: 9148
+++
v1.0 Intune Devices Windowsmanageddevice Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsmanageddevice-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Windowsmanageddevice Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsmanageddevice-get.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 9589
+Content-Length: 9637
{ "value": {
Content-Length: 9589
"configurationManagerClientInformation": { "@odata.type": "microsoft.graph.configurationManagerClientInformation", "clientIdentifier": "Client Identifier value",
- "isBlocked": true
+ "isBlocked": true,
+ "clientVersion": "Client Version value"
}, "ethernetMacAddress": "Ethernet Mac Address value", "physicalMemoryInBytes": 5,
Content-Length: 9589
++
v1.0 Intune Devices Windowsmanageddevice List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsmanageddevice-list.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 10025
+Content-Length: 10075
{ "value": [
Content-Length: 10025
"configurationManagerClientInformation": { "@odata.type": "microsoft.graph.configurationManagerClientInformation", "clientIdentifier": "Client Identifier value",
- "isBlocked": true
+ "isBlocked": true,
+ "clientVersion": "Client Version value"
}, "ethernetMacAddress": "Ethernet Mac Address value", "physicalMemoryInBytes": 5,
Content-Length: 10025
++
v1.0 Intune Devices Windowsmanageddevice Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsmanageddevice-update.md
Here is an example of the request.
``` http PATCH https://graph.microsoft.com/beta/deviceManagement/managedDevices/{managedDeviceId} Content-type: application/json
-Content-length: 9099
+Content-length: 9145
{ "@odata.type": "#microsoft.graph.windowsManagedDevice",
Content-length: 9099
"configurationManagerClientInformation": { "@odata.type": "microsoft.graph.configurationManagerClientInformation", "clientIdentifier": "Client Identifier value",
- "isBlocked": true
+ "isBlocked": true,
+ "clientVersion": "Client Version value"
}, "ethernetMacAddress": "Ethernet Mac Address value", "physicalMemoryInBytes": 5,
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 9148
+Content-Length: 9194
{ "@odata.type": "#microsoft.graph.windowsManagedDevice",
Content-Length: 9148
"configurationManagerClientInformation": { "@odata.type": "microsoft.graph.configurationManagerClientInformation", "clientIdentifier": "Client Identifier value",
- "isBlocked": true
+ "isBlocked": true,
+ "clientVersion": "Client Version value"
}, "ethernetMacAddress": "Ethernet Mac Address value", "physicalMemoryInBytes": 5,
Content-Length: 9148
+++
v1.0 Intune Devices Windowsmanagementapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsmanagementapp-get.md
Content-Length: 313
++
v1.0 Intune Devices Windowsmanagementapp Setasmanagedinstaller https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsmanagementapp-setasmanagedinstaller.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Windowsmanagementapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsmanagementapp-update.md
Content-Length: 284
++
v1.0 Intune Devices Windowsmanagementapphealthstate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsmanagementapphealthstate-create.md
Content-Length: 349
++
v1.0 Intune Devices Windowsmanagementapphealthstate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsmanagementapphealthstate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Windowsmanagementapphealthstate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsmanagementapphealthstate-get.md
Content-Length: 382
++
v1.0 Intune Devices Windowsmanagementapphealthstate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsmanagementapphealthstate-list.md
Content-Length: 410
++
v1.0 Intune Devices Windowsmanagementapphealthstate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsmanagementapphealthstate-update.md
Content-Length: 349
++
v1.0 Intune Devices Windowsprotectionstate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsprotectionstate-get.md
Content-Length: 1083
++
v1.0 Intune Devices Windowsprotectionstate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-devices-windowsprotectionstate-update.md
Content-Length: 1020
++
v1.0 Intune Enrollment Activedirectorywindowsautopilotdeploymentprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-create.md
Content-Length: 1454
++
v1.0 Intune Enrollment Activedirectorywindowsautopilotdeploymentprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Activedirectorywindowsautopilotdeploymentprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-get.md
Content-Length: 1543
++
v1.0 Intune Enrollment Activedirectorywindowsautopilotdeploymentprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-list.md
Content-Length: 1627
++
v1.0 Intune Enrollment Activedirectorywindowsautopilotdeploymentprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-update.md
Content-Length: 1454
++
v1.0 Intune Enrollment Appleenrollmentprofileassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-appleenrollmentprofileassignment-create.md
Content-Length: 440
++
v1.0 Intune Enrollment Appleenrollmentprofileassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-appleenrollmentprofileassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Appleenrollmentprofileassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-appleenrollmentprofileassignment-get.md
Content-Length: 475
++
v1.0 Intune Enrollment Appleenrollmentprofileassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-appleenrollmentprofileassignment-list.md
Content-Length: 505
++
v1.0 Intune Enrollment Appleenrollmentprofileassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-appleenrollmentprofileassignment-update.md
Content-Length: 440
++
v1.0 Intune Enrollment Appleuserinitiatedenrollmentprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-appleuserinitiatedenrollmentprofile-create.md
Content-Length: 611
++
v1.0 Intune Enrollment Appleuserinitiatedenrollmentprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-appleuserinitiatedenrollmentprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Appleuserinitiatedenrollmentprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-appleuserinitiatedenrollmentprofile-get.md
Content-Length: 662
++
v1.0 Intune Enrollment Appleuserinitiatedenrollmentprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-appleuserinitiatedenrollmentprofile-list.md
Content-Length: 708
++
v1.0 Intune Enrollment Appleuserinitiatedenrollmentprofile Setpriority https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-appleuserinitiatedenrollmentprofile-setpriority.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Appleuserinitiatedenrollmentprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-appleuserinitiatedenrollmentprofile-update.md
Content-Length: 611
++
v1.0 Intune Enrollment Azureadwindowsautopilotdeploymentprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-create.md
Content-Length: 1395
++
v1.0 Intune Enrollment Azureadwindowsautopilotdeploymentprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Azureadwindowsautopilotdeploymentprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-get.md
Content-Length: 1482
++
v1.0 Intune Enrollment Azureadwindowsautopilotdeploymentprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-list.md
Content-Length: 1564
++
v1.0 Intune Enrollment Azureadwindowsautopilotdeploymentprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-update.md
Content-Length: 1395
++
v1.0 Intune Enrollment Depenrollmentbaseprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-depenrollmentbaseprofile-get.md
Content-Length: 1151
++
v1.0 Intune Enrollment Depenrollmentbaseprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-depenrollmentbaseprofile-list.md
Content-Length: 1219
++
v1.0 Intune Enrollment Depenrollmentprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-depenrollmentprofile-create.md
Content-Length: 1403
+++
v1.0 Intune Enrollment Depenrollmentprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-depenrollmentprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Depenrollmentprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-depenrollmentprofile-get.md
Content-Length: 1498
++
v1.0 Intune Enrollment Depenrollmentprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-depenrollmentprofile-list.md
Content-Length: 1588
++
v1.0 Intune Enrollment Depenrollmentprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-depenrollmentprofile-update.md
Content-Length: 1403
+++
v1.0 Intune Enrollment Depiosenrollmentprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-depiosenrollmentprofile-create.md
Content-Length: 2426
+++
v1.0 Intune Enrollment Depiosenrollmentprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-depiosenrollmentprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Depiosenrollmentprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-depiosenrollmentprofile-get.md
Content-Length: 2569
++
v1.0 Intune Enrollment Depiosenrollmentprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-depiosenrollmentprofile-list.md
Content-Length: 2707
++
v1.0 Intune Enrollment Depiosenrollmentprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-depiosenrollmentprofile-update.md
Content-Length: 2426
+++
v1.0 Intune Enrollment Depmacosenrollmentprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-depmacosenrollmentprofile-create.md
The following table shows the properties that are required when you create the d
|chooseYourLockScreenDisabled|Boolean|Indicates if iCloud Documents and Desktop screen is disabled| |accessibilityScreenDisabled|Boolean|Indicates if Accessibility screen is disabled| |autoUnlockWithWatchDisabled|Boolean|Indicates if UnlockWithWatch screen is disabled|
+|dontAutoPopulatePrimaryAccountInfo|Boolean|Indicates whether Setup Assistant will auto populate the primary account information|
+|lockPrimaryAccountInfo|Boolean|Indicates whether the primary account information will be locked|
+|managedLocalUserShortName|Boolean|Indicates whether or not this is the short name of the local account to manage|
+|primaryAccountFullName|String|Indicates what the full name for the primary account is|
+|primaryAccountUserName|String|Indicates what the account name for the primary account is|
+|requestRequiresNetworkTether|Boolean|Indicates if the device is network-tethered to run the command|
+|setPrimarySetupAccountAsRegularUser|Boolean|Indicates whether Setup Assistant will set the account as a regular user|
+|skipPrimarySetupAccountCreation|Boolean|Indicates whether Setup Assistant will skip the user interface for primary account setup|
+|isLocalPrimaryAccount|Boolean|Indicates whether the profile is a local account|
+|isPrimaryUser|Boolean|Indicates whether the profile is a primary user|
+|primaryUser|String|Indicates who the primary user of the profile is|
+|primaryUserFullName|String|Indicates who the primary user of the profile is|
+|prefillAccountInfo|Boolean|Indicates whether the user will prefill their account info|
+|enableRestrictEditing|Boolean|Indicates whether the user will enable blockediting|
Here is an example of the request.
``` http POST https://graph.microsoft.com/beta/deviceManagement/depOnboardingSettings/{depOnboardingSettingId}/enrollmentProfiles Content-type: application/json
-Content-length: 1340
+Content-length: 1944
{ "@odata.type": "#microsoft.graph.depMacOSEnrollmentProfile",
Content-length: 1340
"iCloudStorageDisabled": true, "chooseYourLockScreenDisabled": true, "accessibilityScreenDisabled": true,
- "autoUnlockWithWatchDisabled": true
+ "autoUnlockWithWatchDisabled": true,
+ "dontAutoPopulatePrimaryAccountInfo": true,
+ "lockPrimaryAccountInfo": true,
+ "managedLocalUserShortName": true,
+ "primaryAccountFullName": "Primary Account Full Name value",
+ "primaryAccountUserName": "Primary Account User Name value",
+ "requestRequiresNetworkTether": true,
+ "setPrimarySetupAccountAsRegularUser": true,
+ "skipPrimarySetupAccountCreation": true,
+ "isLocalPrimaryAccount": true,
+ "isPrimaryUser": true,
+ "primaryUser": "Primary User value",
+ "primaryUserFullName": "Primary User Full Name value",
+ "prefillAccountInfo": true,
+ "enableRestrictEditing": true
} ```
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 201 Created Content-Type: application/json
-Content-Length: 1389
+Content-Length: 1993
{ "@odata.type": "#microsoft.graph.depMacOSEnrollmentProfile",
Content-Length: 1389
"iCloudStorageDisabled": true, "chooseYourLockScreenDisabled": true, "accessibilityScreenDisabled": true,
- "autoUnlockWithWatchDisabled": true
+ "autoUnlockWithWatchDisabled": true,
+ "dontAutoPopulatePrimaryAccountInfo": true,
+ "lockPrimaryAccountInfo": true,
+ "managedLocalUserShortName": true,
+ "primaryAccountFullName": "Primary Account Full Name value",
+ "primaryAccountUserName": "Primary Account User Name value",
+ "requestRequiresNetworkTether": true,
+ "setPrimarySetupAccountAsRegularUser": true,
+ "skipPrimarySetupAccountCreation": true,
+ "isLocalPrimaryAccount": true,
+ "isPrimaryUser": true,
+ "primaryUser": "Primary User value",
+ "primaryUserFullName": "Primary User Full Name value",
+ "prefillAccountInfo": true,
+ "enableRestrictEditing": true
} ``` +++
v1.0 Intune Enrollment Depmacosenrollmentprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-depmacosenrollmentprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Depmacosenrollmentprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-depmacosenrollmentprofile-get.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 1480
+Content-Length: 2112
{ "value": {
Content-Length: 1480
"iCloudStorageDisabled": true, "chooseYourLockScreenDisabled": true, "accessibilityScreenDisabled": true,
- "autoUnlockWithWatchDisabled": true
+ "autoUnlockWithWatchDisabled": true,
+ "dontAutoPopulatePrimaryAccountInfo": true,
+ "lockPrimaryAccountInfo": true,
+ "managedLocalUserShortName": true,
+ "primaryAccountFullName": "Primary Account Full Name value",
+ "primaryAccountUserName": "Primary Account User Name value",
+ "requestRequiresNetworkTether": true,
+ "setPrimarySetupAccountAsRegularUser": true,
+ "skipPrimarySetupAccountCreation": true,
+ "isLocalPrimaryAccount": true,
+ "isPrimaryUser": true,
+ "primaryUser": "Primary User value",
+ "primaryUserFullName": "Primary User Full Name value",
+ "prefillAccountInfo": true,
+ "enableRestrictEditing": true
} } ```
Content-Length: 1480
++
v1.0 Intune Enrollment Depmacosenrollmentprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-depmacosenrollmentprofile-list.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 1566
+Content-Length: 2226
{ "value": [
Content-Length: 1566
"iCloudStorageDisabled": true, "chooseYourLockScreenDisabled": true, "accessibilityScreenDisabled": true,
- "autoUnlockWithWatchDisabled": true
+ "autoUnlockWithWatchDisabled": true,
+ "dontAutoPopulatePrimaryAccountInfo": true,
+ "lockPrimaryAccountInfo": true,
+ "managedLocalUserShortName": true,
+ "primaryAccountFullName": "Primary Account Full Name value",
+ "primaryAccountUserName": "Primary Account User Name value",
+ "requestRequiresNetworkTether": true,
+ "setPrimarySetupAccountAsRegularUser": true,
+ "skipPrimarySetupAccountCreation": true,
+ "isLocalPrimaryAccount": true,
+ "isPrimaryUser": true,
+ "primaryUser": "Primary User value",
+ "primaryUserFullName": "Primary User Full Name value",
+ "prefillAccountInfo": true,
+ "enableRestrictEditing": true
} ] }
Content-Length: 1566
++
v1.0 Intune Enrollment Depmacosenrollmentprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-depmacosenrollmentprofile-update.md
The following table shows the properties that are required when you create the [
|chooseYourLockScreenDisabled|Boolean|Indicates if iCloud Documents and Desktop screen is disabled| |accessibilityScreenDisabled|Boolean|Indicates if Accessibility screen is disabled| |autoUnlockWithWatchDisabled|Boolean|Indicates if UnlockWithWatch screen is disabled|
+|dontAutoPopulatePrimaryAccountInfo|Boolean|Indicates whether Setup Assistant will auto populate the primary account information|
+|lockPrimaryAccountInfo|Boolean|Indicates whether the primary account information will be locked|
+|managedLocalUserShortName|Boolean|Indicates whether or not this is the short name of the local account to manage|
+|primaryAccountFullName|String|Indicates what the full name for the primary account is|
+|primaryAccountUserName|String|Indicates what the account name for the primary account is|
+|requestRequiresNetworkTether|Boolean|Indicates if the device is network-tethered to run the command|
+|setPrimarySetupAccountAsRegularUser|Boolean|Indicates whether Setup Assistant will set the account as a regular user|
+|skipPrimarySetupAccountCreation|Boolean|Indicates whether Setup Assistant will skip the user interface for primary account setup|
+|isLocalPrimaryAccount|Boolean|Indicates whether the profile is a local account|
+|isPrimaryUser|Boolean|Indicates whether the profile is a primary user|
+|primaryUser|String|Indicates who the primary user of the profile is|
+|primaryUserFullName|String|Indicates who the primary user of the profile is|
+|prefillAccountInfo|Boolean|Indicates whether the user will prefill their account info|
+|enableRestrictEditing|Boolean|Indicates whether the user will enable blockediting|
Here is an example of the request.
``` http PATCH https://graph.microsoft.com/beta/deviceManagement/depOnboardingSettings/{depOnboardingSettingId}/defaultMacOsEnrollmentProfile Content-type: application/json
-Content-length: 1340
+Content-length: 1944
{ "@odata.type": "#microsoft.graph.depMacOSEnrollmentProfile",
Content-length: 1340
"iCloudStorageDisabled": true, "chooseYourLockScreenDisabled": true, "accessibilityScreenDisabled": true,
- "autoUnlockWithWatchDisabled": true
+ "autoUnlockWithWatchDisabled": true,
+ "dontAutoPopulatePrimaryAccountInfo": true,
+ "lockPrimaryAccountInfo": true,
+ "managedLocalUserShortName": true,
+ "primaryAccountFullName": "Primary Account Full Name value",
+ "primaryAccountUserName": "Primary Account User Name value",
+ "requestRequiresNetworkTether": true,
+ "setPrimarySetupAccountAsRegularUser": true,
+ "skipPrimarySetupAccountCreation": true,
+ "isLocalPrimaryAccount": true,
+ "isPrimaryUser": true,
+ "primaryUser": "Primary User value",
+ "primaryUserFullName": "Primary User Full Name value",
+ "prefillAccountInfo": true,
+ "enableRestrictEditing": true
} ```
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 1389
+Content-Length: 1993
{ "@odata.type": "#microsoft.graph.depMacOSEnrollmentProfile",
Content-Length: 1389
"iCloudStorageDisabled": true, "chooseYourLockScreenDisabled": true, "accessibilityScreenDisabled": true,
- "autoUnlockWithWatchDisabled": true
+ "autoUnlockWithWatchDisabled": true,
+ "dontAutoPopulatePrimaryAccountInfo": true,
+ "lockPrimaryAccountInfo": true,
+ "managedLocalUserShortName": true,
+ "primaryAccountFullName": "Primary Account Full Name value",
+ "primaryAccountUserName": "Primary Account User Name value",
+ "requestRequiresNetworkTether": true,
+ "setPrimarySetupAccountAsRegularUser": true,
+ "skipPrimarySetupAccountCreation": true,
+ "isLocalPrimaryAccount": true,
+ "isPrimaryUser": true,
+ "primaryUser": "Primary User value",
+ "primaryUserFullName": "Primary User Full Name value",
+ "prefillAccountInfo": true,
+ "enableRestrictEditing": true
} ``` +++
v1.0 Intune Enrollment Deponboardingsetting Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-deponboardingsetting-create.md
Content-Length: 689
++
v1.0 Intune Enrollment Deponboardingsetting Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-deponboardingsetting-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Deponboardingsetting Generateencryptionpublickey https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-deponboardingsetting-generateencryptionpublickey.md
Content-Length: 55
++
v1.0 Intune Enrollment Deponboardingsetting Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-deponboardingsetting-get.md
Content-Length: 740
++
v1.0 Intune Enrollment Deponboardingsetting Getencryptionpublickey https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-deponboardingsetting-getencryptionpublickey.md
Content-Length: 50
++
v1.0 Intune Enrollment Deponboardingsetting Getexpiringvpptokencount https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-deponboardingsetting-getexpiringvpptokencount.md
Content-Length: 18
++
v1.0 Intune Enrollment Deponboardingsetting List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-deponboardingsetting-list.md
Content-Length: 786
++
v1.0 Intune Enrollment Deponboardingsetting Shareforschooldatasyncservice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-deponboardingsetting-shareforschooldatasyncservice.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Deponboardingsetting Syncwithappledeviceenrollmentprogram https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-deponboardingsetting-syncwithappledeviceenrollmentprogram.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Deponboardingsetting Unshareforschooldatasyncservice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-deponboardingsetting-unshareforschooldatasyncservice.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Deponboardingsetting Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-deponboardingsetting-update.md
Content-Length: 689
++
v1.0 Intune Enrollment Deponboardingsetting Uploaddeptoken https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-deponboardingsetting-uploaddeptoken.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Devicemanagement Getsuggestedenrollmentlimit https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-devicemanagement-getsuggestedenrollmentlimit.md
Content-Length: 117
++
v1.0 Intune Enrollment Enrollmentprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-enrollmentprofile-create.md
Content-Length: 419
++
v1.0 Intune Enrollment Enrollmentprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-enrollmentprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Enrollmentprofile Exportmobileconfig https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-enrollmentprofile-exportmobileconfig.md
Content-Length: 45
++
v1.0 Intune Enrollment Enrollmentprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-enrollmentprofile-get.md
Content-Length: 454
++
v1.0 Intune Enrollment Enrollmentprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-enrollmentprofile-list.md
Content-Length: 484
++
v1.0 Intune Enrollment Enrollmentprofile Setdefaultprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-enrollmentprofile-setdefaultprofile.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Enrollmentprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-enrollmentprofile-update.md
Content-Length: 419
++
v1.0 Intune Enrollment Enrollmentprofile Updatedeviceprofileassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-enrollmentprofile-updatedeviceprofileassignment.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Importedappledeviceidentity Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importedappledeviceidentity-create.md
Content-Length: 627
++
v1.0 Intune Enrollment Importedappledeviceidentity Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importedappledeviceidentity-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Importedappledeviceidentity Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importedappledeviceidentity-get.md
Content-Length: 672
++
v1.0 Intune Enrollment Importedappledeviceidentity Importappledeviceidentitylist https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importedappledeviceidentity-importappledeviceidentitylist.md
Content-Length: 741
++
v1.0 Intune Enrollment Importedappledeviceidentity List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importedappledeviceidentity-list.md
Content-Length: 712
++
v1.0 Intune Enrollment Importedappledeviceidentity Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importedappledeviceidentity-update.md
Content-Length: 627
++
v1.0 Intune Enrollment Importedappledeviceidentityresult Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importedappledeviceidentityresult-create.md
Content-Length: 652
++
v1.0 Intune Enrollment Importedappledeviceidentityresult Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importedappledeviceidentityresult-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Importedappledeviceidentityresult Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importedappledeviceidentityresult-get.md
Content-Length: 699
++
v1.0 Intune Enrollment Importedappledeviceidentityresult List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importedappledeviceidentityresult-list.md
Content-Length: 741
++
v1.0 Intune Enrollment Importedappledeviceidentityresult Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importedappledeviceidentityresult-update.md
Content-Length: 652
++
v1.0 Intune Enrollment Importeddeviceidentity Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importeddeviceidentity-create.md
Content-Length: 504
++
v1.0 Intune Enrollment Importeddeviceidentity Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importeddeviceidentity-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Importeddeviceidentity Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importeddeviceidentity-get.md
Content-Length: 543
++
v1.0 Intune Enrollment Importeddeviceidentity Importdeviceidentitylist https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importeddeviceidentity-importdeviceidentitylist.md
Content-Length: 606
++
v1.0 Intune Enrollment Importeddeviceidentity List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importeddeviceidentity-list.md
Content-Length: 577
++
v1.0 Intune Enrollment Importeddeviceidentity Searchexistingidentities https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importeddeviceidentity-searchexistingidentities.md
Content-Length: 577
++
v1.0 Intune Enrollment Importeddeviceidentity Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importeddeviceidentity-update.md
Content-Length: 504
++
v1.0 Intune Enrollment Importeddeviceidentityresult Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importeddeviceidentityresult-create.md
Content-Length: 529
++
v1.0 Intune Enrollment Importeddeviceidentityresult Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importeddeviceidentityresult-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Importeddeviceidentityresult Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importeddeviceidentityresult-get.md
Content-Length: 570
++
v1.0 Intune Enrollment Importeddeviceidentityresult List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importeddeviceidentityresult-list.md
Content-Length: 606
++
v1.0 Intune Enrollment Importeddeviceidentityresult Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importeddeviceidentityresult-update.md
Content-Length: 529
++
v1.0 Intune Enrollment Importedwindowsautopilotdeviceidentity Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importedwindowsautopilotdeviceidentity-create.md
Content-Length: 680
++
v1.0 Intune Enrollment Importedwindowsautopilotdeviceidentity Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importedwindowsautopilotdeviceidentity-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Importedwindowsautopilotdeviceidentity Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get.md
Content-Length: 729
++
v1.0 Intune Enrollment Importedwindowsautopilotdeviceidentity Import https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import.md
Content-Length: 773
++
v1.0 Intune Enrollment Importedwindowsautopilotdeviceidentity List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list.md
Content-Length: 773
++
v1.0 Intune Enrollment Windowsautopilotdeploymentprofileassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-windowsautopilotdeploymentprofileassignment-create.md
Content-Length: 460
++
v1.0 Intune Enrollment Windowsautopilotdeploymentprofileassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-windowsautopilotdeploymentprofileassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Windowsautopilotdeploymentprofileassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-windowsautopilotdeploymentprofileassignment-get.md
Content-Length: 497
++
v1.0 Intune Enrollment Windowsautopilotdeploymentprofileassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-windowsautopilotdeploymentprofileassignment-list.md
Content-Length: 529
++
v1.0 Intune Enrollment Windowsautopilotdeploymentprofileassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-windowsautopilotdeploymentprofileassignment-update.md
Content-Length: 460
++
v1.0 Intune Enrollment Windowsautopilotdeviceidentity Assignresourceaccounttodevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-windowsautopilotdeviceidentity-assignresourceaccounttodevice.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Windowsautopilotdeviceidentity Assignusertodevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Windowsautopilotdeviceidentity Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-windowsautopilotdeviceidentity-create.md
Content-Length: 1420
++
v1.0 Intune Enrollment Windowsautopilotdeviceidentity Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-windowsautopilotdeviceidentity-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Windowsautopilotdeviceidentity Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-windowsautopilotdeviceidentity-get.md
Content-Length: 1493
++
v1.0 Intune Enrollment Windowsautopilotdeviceidentity List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-windowsautopilotdeviceidentity-list.md
Content-Length: 1561
++
v1.0 Intune Enrollment Windowsautopilotdeviceidentity Unassignresourceaccountfromdevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-windowsautopilotdeviceidentity-unassignresourceaccountfromdevice.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Windowsautopilotdeviceidentity Unassignuserfromdevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Windowsautopilotdeviceidentity Updatedeviceproperties https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Windowsautopilotsettings Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-windowsautopilotsettings-get.md
Content-Length: 308
++
v1.0 Intune Enrollment Windowsautopilotsettings Sync https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-windowsautopilotsettings-sync.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Windowsautopilotsettings Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-enrollment-windowsautopilotsettings-update.md
Content-Length: 279
++
v1.0 Intune Esim Embeddedsimactivationcodepool Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-esim-embeddedsimactivationcodepool-assign.md
Content-Length: 450
++
v1.0 Intune Esim Embeddedsimactivationcodepool Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-esim-embeddedsimactivationcodepool-create.md
Content-Length: 628
++
v1.0 Intune Esim Embeddedsimactivationcodepool Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-esim-embeddedsimactivationcodepool-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Esim Embeddedsimactivationcodepool Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-esim-embeddedsimactivationcodepool-get.md
Content-Length: 675
++
v1.0 Intune Esim Embeddedsimactivationcodepool List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-esim-embeddedsimactivationcodepool-list.md
Content-Length: 717
++
v1.0 Intune Esim Embeddedsimactivationcodepool Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-esim-embeddedsimactivationcodepool-update.md
Content-Length: 628
++
v1.0 Intune Esim Embeddedsimactivationcodepoolassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-esim-embeddedsimactivationcodepoolassignment-create.md
Content-Length: 389
++
v1.0 Intune Esim Embeddedsimactivationcodepoolassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-esim-embeddedsimactivationcodepoolassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Esim Embeddedsimactivationcodepoolassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-esim-embeddedsimactivationcodepoolassignment-get.md
Content-Length: 422
++
v1.0 Intune Esim Embeddedsimactivationcodepoolassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-esim-embeddedsimactivationcodepoolassignment-list.md
Content-Length: 450
++
v1.0 Intune Esim Embeddedsimactivationcodepoolassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-esim-embeddedsimactivationcodepoolassignment-update.md
Content-Length: 389
++
v1.0 Intune Esim Embeddedsimdevicestate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-esim-embeddedsimdevicestate-create.md
Content-Length: 529
++
v1.0 Intune Esim Embeddedsimdevicestate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-esim-embeddedsimdevicestate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Esim Embeddedsimdevicestate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-esim-embeddedsimdevicestate-get.md
Content-Length: 568
++
v1.0 Intune Esim Embeddedsimdevicestate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-esim-embeddedsimdevicestate-list.md
Content-Length: 602
++
v1.0 Intune Esim Embeddedsimdevicestate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-esim-embeddedsimdevicestate-update.md
Content-Length: 529
++
v1.0 Intune Gpanalyticsservice Grouppolicymigrationreport Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-grouppolicymigrationreport-create.md
Content-Length: 716
++
v1.0 Intune Gpanalyticsservice Grouppolicymigrationreport Createmigrationreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-grouppolicymigrationreport-createmigrationreport.md
Content-Length: 48
++
v1.0 Intune Gpanalyticsservice Grouppolicymigrationreport Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-grouppolicymigrationreport-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Gpanalyticsservice Grouppolicymigrationreport Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-grouppolicymigrationreport-get.md
Content-Length: 763
++
v1.0 Intune Gpanalyticsservice Grouppolicymigrationreport List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-grouppolicymigrationreport-list.md
Content-Length: 805
++
v1.0 Intune Gpanalyticsservice Grouppolicymigrationreport Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-grouppolicymigrationreport-update.md
Content-Length: 716
++
v1.0 Intune Gpanalyticsservice Grouppolicyobjectfile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-grouppolicyobjectfile-create.md
Content-Length: 389
++
v1.0 Intune Gpanalyticsservice Grouppolicyobjectfile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-grouppolicyobjectfile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Gpanalyticsservice Grouppolicyobjectfile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-grouppolicyobjectfile-get.md
Content-Length: 422
++
v1.0 Intune Gpanalyticsservice Grouppolicyobjectfile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-grouppolicyobjectfile-list.md
Content-Length: 450
++
v1.0 Intune Gpanalyticsservice Grouppolicyobjectfile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-grouppolicyobjectfile-update.md
Content-Length: 389
++
v1.0 Intune Gpanalyticsservice Grouppolicysettingmapping Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-grouppolicysettingmapping-create.md
Content-Length: 1072
++
v1.0 Intune Gpanalyticsservice Grouppolicysettingmapping Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-grouppolicysettingmapping-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Gpanalyticsservice Grouppolicysettingmapping Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-grouppolicysettingmapping-get.md
Content-Length: 1143
++
v1.0 Intune Gpanalyticsservice Grouppolicysettingmapping List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-grouppolicysettingmapping-list.md
Content-Length: 1209
++
v1.0 Intune Gpanalyticsservice Grouppolicysettingmapping Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-grouppolicysettingmapping-update.md
Content-Length: 1072
++
v1.0 Intune Gpanalyticsservice Unsupportedgrouppolicyextension Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-unsupportedgrouppolicyextension-create.md
Content-Length: 285
++
v1.0 Intune Gpanalyticsservice Unsupportedgrouppolicyextension Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-unsupportedgrouppolicyextension-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Gpanalyticsservice Unsupportedgrouppolicyextension Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-unsupportedgrouppolicyextension-get.md
Content-Length: 316
++
v1.0 Intune Gpanalyticsservice Unsupportedgrouppolicyextension List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-unsupportedgrouppolicyextension-list.md
Content-Length: 342
++
v1.0 Intune Gpanalyticsservice Unsupportedgrouppolicyextension Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-gpanalyticsservice-unsupportedgrouppolicyextension-update.md
Content-Length: 285
++
v1.0 Intune Grouppolicy Devicemanagementreports Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-devicemanagementreports-get.md
Content-Length: 137
++
v1.0 Intune Grouppolicy Devicemanagementreports Getgrouppolicysettingsdevicesettingsreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-devicemanagementreports-getgrouppolicysettingsdevicesettingsreport.md
Content-Length: 115
++
v1.0 Intune Grouppolicy Devicemanagementreports Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-devicemanagementreports-update.md
Content-Length: 114
++
v1.0 Intune Grouppolicy Grouppolicycategory Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicycategory-get.md
Content-Length: 296
++
v1.0 Intune Grouppolicy Grouppolicycategory Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicycategory-update.md
Content-Length: 265
++
v1.0 Intune Grouppolicy Grouppolicyconfiguration Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyconfiguration-assign.md
Content-Length: 575
++
v1.0 Intune Grouppolicy Grouppolicyconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyconfiguration-create.md
Content-Length: 428
++
v1.0 Intune Grouppolicy Grouppolicyconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicyconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyconfiguration-get.md
Content-Length: 467
++
v1.0 Intune Grouppolicy Grouppolicyconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyconfiguration-list.md
Content-Length: 501
++
v1.0 Intune Grouppolicy Grouppolicyconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyconfiguration-update.md
Content-Length: 428
++
v1.0 Intune Grouppolicy Grouppolicyconfiguration Updatedefinitionvalues https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyconfiguration-updatedefinitionvalues.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicyconfigurationassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyconfigurationassignment-create.md
Content-Length: 506
++
v1.0 Intune Grouppolicy Grouppolicyconfigurationassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyconfigurationassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicyconfigurationassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyconfigurationassignment-get.md
Content-Length: 543
++
v1.0 Intune Grouppolicy Grouppolicyconfigurationassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyconfigurationassignment-list.md
Content-Length: 575
++
v1.0 Intune Grouppolicy Grouppolicyconfigurationassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyconfigurationassignment-update.md
Content-Length: 506
++
v1.0 Intune Grouppolicy Grouppolicydefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicydefinition-get.md
Content-Length: 690
++
v1.0 Intune Grouppolicy Grouppolicydefinition Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicydefinition-update.md
Content-Length: 643
++
v1.0 Intune Grouppolicy Grouppolicydefinitionfile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicydefinitionfile-get.md
Content-Length: 550
++
v1.0 Intune Grouppolicy Grouppolicydefinitionfile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicydefinitionfile-update.md
Content-Length: 505
++
v1.0 Intune Grouppolicy Grouppolicydefinitionvalue Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicydefinitionvalue-create.md
Content-Length: 298
++
v1.0 Intune Grouppolicy Grouppolicydefinitionvalue Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicydefinitionvalue-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicydefinitionvalue Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicydefinitionvalue-get.md
Content-Length: 329
++
v1.0 Intune Grouppolicy Grouppolicydefinitionvalue List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicydefinitionvalue-list.md
Content-Length: 355
++
v1.0 Intune Grouppolicy Grouppolicydefinitionvalue Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicydefinitionvalue-update.md
Content-Length: 298
++
v1.0 Intune Grouppolicy Grouppolicyoperation Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyoperation-create.md
Content-Length: 285
++
v1.0 Intune Grouppolicy Grouppolicyoperation Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyoperation-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicyoperation Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyoperation-get.md
Content-Length: 316
++
v1.0 Intune Grouppolicy Grouppolicyoperation List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyoperation-list.md
Content-Length: 342
++
v1.0 Intune Grouppolicy Grouppolicyoperation Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyoperation-update.md
Content-Length: 285
++
v1.0 Intune Grouppolicy Grouppolicypresentation Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentation-get.md
Content-Length: 232
++
v1.0 Intune Grouppolicy Grouppolicypresentation Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentation-update.md
Content-Length: 205
++
v1.0 Intune Grouppolicy Grouppolicypresentationcheckbox Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationcheckbox-create.md
Content-Length: 240
++
v1.0 Intune Grouppolicy Grouppolicypresentationcheckbox Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationcheckbox-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicypresentationcheckbox Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationcheckbox-get.md
Content-Length: 269
++
v1.0 Intune Grouppolicy Grouppolicypresentationcheckbox List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationcheckbox-list.md
Content-Length: 293
++
v1.0 Intune Grouppolicy Grouppolicypresentationcheckbox Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationcheckbox-update.md
Content-Length: 240
++
v1.0 Intune Grouppolicy Grouppolicypresentationcombobox Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationcombobox-create.md
Content-Length: 346
++
v1.0 Intune Grouppolicy Grouppolicypresentationcombobox Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationcombobox-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicypresentationcombobox Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationcombobox-get.md
Content-Length: 385
++
v1.0 Intune Grouppolicy Grouppolicypresentationcombobox List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationcombobox-list.md
Content-Length: 419
++
v1.0 Intune Grouppolicy Grouppolicypresentationcombobox Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationcombobox-update.md
Content-Length: 346
++
v1.0 Intune Grouppolicy Grouppolicypresentationdecimaltextbox Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-create.md
Content-Length: 334
++
v1.0 Intune Grouppolicy Grouppolicypresentationdecimaltextbox Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicypresentationdecimaltextbox Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-get.md
Content-Length: 373
++
v1.0 Intune Grouppolicy Grouppolicypresentationdecimaltextbox List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-list.md
Content-Length: 407
++
v1.0 Intune Grouppolicy Grouppolicypresentationdecimaltextbox Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-update.md
Content-Length: 334
++
v1.0 Intune Grouppolicy Grouppolicypresentationdropdownlist Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationdropdownlist-create.md
Content-Length: 602
++
v1.0 Intune Grouppolicy Grouppolicypresentationdropdownlist Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationdropdownlist-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicypresentationdropdownlist Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationdropdownlist-get.md
Content-Length: 655
++
v1.0 Intune Grouppolicy Grouppolicypresentationdropdownlist List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationdropdownlist-list.md
Content-Length: 703
++
v1.0 Intune Grouppolicy Grouppolicypresentationdropdownlist Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationdropdownlist-update.md
Content-Length: 602
++
v1.0 Intune Grouppolicy Grouppolicypresentationlistbox Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationlistbox-create.md
Content-Length: 278
++
v1.0 Intune Grouppolicy Grouppolicypresentationlistbox Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationlistbox-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicypresentationlistbox Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationlistbox-get.md
Content-Length: 309
++
v1.0 Intune Grouppolicy Grouppolicypresentationlistbox List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationlistbox-list.md
Content-Length: 335
++
v1.0 Intune Grouppolicy Grouppolicypresentationlistbox Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationlistbox-update.md
Content-Length: 278
++
v1.0 Intune Grouppolicy Grouppolicypresentationlongdecimaltextbox Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-create.md
Content-Length: 338
++
v1.0 Intune Grouppolicy Grouppolicypresentationlongdecimaltextbox Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicypresentationlongdecimaltextbox Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-get.md
Content-Length: 377
++
v1.0 Intune Grouppolicy Grouppolicypresentationlongdecimaltextbox List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-list.md
Content-Length: 411
++
v1.0 Intune Grouppolicy Grouppolicypresentationlongdecimaltextbox Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-update.md
Content-Length: 338
++
v1.0 Intune Grouppolicy Grouppolicypresentationmultitextbox Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationmultitextbox-create.md
Content-Length: 278
++
v1.0 Intune Grouppolicy Grouppolicypresentationmultitextbox Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationmultitextbox-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicypresentationmultitextbox Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationmultitextbox-get.md
Content-Length: 311
++
v1.0 Intune Grouppolicy Grouppolicypresentationmultitextbox List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationmultitextbox-list.md
Content-Length: 339
++
v1.0 Intune Grouppolicy Grouppolicypresentationmultitextbox Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationmultitextbox-update.md
Content-Length: 278
++
v1.0 Intune Grouppolicy Grouppolicypresentationtext Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationtext-create.md
Content-Length: 209
++
v1.0 Intune Grouppolicy Grouppolicypresentationtext Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationtext-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicypresentationtext Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationtext-get.md
Content-Length: 236
++
v1.0 Intune Grouppolicy Grouppolicypresentationtext List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationtext-list.md
Content-Length: 258
++
v1.0 Intune Grouppolicy Grouppolicypresentationtext Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationtext-update.md
Content-Length: 209
++
v1.0 Intune Grouppolicy Grouppolicypresentationtextbox Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationtextbox-create.md
Content-Length: 294
++
v1.0 Intune Grouppolicy Grouppolicypresentationtextbox Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationtextbox-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicypresentationtextbox Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationtextbox-get.md
Content-Length: 327
++
v1.0 Intune Grouppolicy Grouppolicypresentationtextbox List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationtextbox-list.md
Content-Length: 355
++
v1.0 Intune Grouppolicy Grouppolicypresentationtextbox Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationtextbox-update.md
Content-Length: 294
++
v1.0 Intune Grouppolicy Grouppolicypresentationvalue Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvalue-create.md
Content-Length: 242
++
v1.0 Intune Grouppolicy Grouppolicypresentationvalue Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvalue-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicypresentationvalue Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvalue-get.md
Content-Length: 269
++
v1.0 Intune Grouppolicy Grouppolicypresentationvalue List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvalue-list.md
Content-Length: 291
++
v1.0 Intune Grouppolicy Grouppolicypresentationvalue Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvalue-update.md
Content-Length: 242
++
v1.0 Intune Grouppolicy Grouppolicypresentationvalueboolean Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvalueboolean-create.md
Content-Length: 267
++
v1.0 Intune Grouppolicy Grouppolicypresentationvalueboolean Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvalueboolean-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicypresentationvalueboolean Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvalueboolean-get.md
Content-Length: 296
++
v1.0 Intune Grouppolicy Grouppolicypresentationvalueboolean List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvalueboolean-list.md
Content-Length: 320
++
v1.0 Intune Grouppolicy Grouppolicypresentationvalueboolean Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvalueboolean-update.md
Content-Length: 267
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluedecimal Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluedecimal-create.md
Content-Length: 264
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluedecimal Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluedecimal-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluedecimal Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluedecimal-get.md
Content-Length: 293
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluedecimal List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluedecimal-list.md
Content-Length: 317
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluedecimal Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluedecimal-update.md
Content-Length: 264
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluelist Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluelist-create.md
Content-Length: 394
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluelist Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluelist-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluelist Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluelist-get.md
Content-Length: 435
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluelist List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluelist-list.md
Content-Length: 471
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluelist Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluelist-update.md
Content-Length: 394
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluelongdecimal Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-create.md
Content-Length: 268
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluelongdecimal Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluelongdecimal Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-get.md
Content-Length: 297
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluelongdecimal List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-list.md
Content-Length: 321
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluelongdecimal Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-update.md
Content-Length: 268
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluemultitext Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluemultitext-create.md
Content-Length: 292
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluemultitext Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluemultitext-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluemultitext Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluemultitext-get.md
Content-Length: 325
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluemultitext List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluemultitext-list.md
Content-Length: 353
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluemultitext Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluemultitext-update.md
Content-Length: 292
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluetext Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluetext-create.md
Content-Length: 273
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluetext Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluetext-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluetext Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluetext-get.md
Content-Length: 302
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluetext List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluetext-list.md
Content-Length: 326
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluetext Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicypresentationvaluetext-update.md
Content-Length: 273
++
v1.0 Intune Grouppolicy Grouppolicyuploadedcategory Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadedcategory-create.md
Content-Length: 273
++
v1.0 Intune Grouppolicy Grouppolicyuploadedcategory Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadedcategory-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicyuploadedcategory Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadedcategory-get.md
Content-Length: 304
++
v1.0 Intune Grouppolicy Grouppolicyuploadedcategory List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadedcategory-list.md
Content-Length: 330
++
v1.0 Intune Grouppolicy Grouppolicyuploadedcategory Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadedcategory-update.md
Content-Length: 273
++
v1.0 Intune Grouppolicy Grouppolicyuploadeddefinition Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadeddefinition-create.md
Content-Length: 651
++
v1.0 Intune Grouppolicy Grouppolicyuploadeddefinition Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadeddefinition-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicyuploadeddefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadeddefinition-get.md
Content-Length: 698
++
v1.0 Intune Grouppolicy Grouppolicyuploadeddefinition List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadeddefinition-list.md
Content-Length: 740
++
v1.0 Intune Grouppolicy Grouppolicyuploadeddefinition Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadeddefinition-update.md
Content-Length: 651
++
v1.0 Intune Grouppolicy Grouppolicyuploadeddefinitionfile Addlanguagefiles https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-addlanguagefiles.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicyuploadeddefinitionfile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-create.md
Content-Length: 1035
++
v1.0 Intune Grouppolicy Grouppolicyuploadeddefinitionfile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicyuploadeddefinitionfile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-get.md
Content-Length: 1108
++
v1.0 Intune Grouppolicy Grouppolicyuploadeddefinitionfile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-list.md
Content-Length: 1176
++
v1.0 Intune Grouppolicy Grouppolicyuploadeddefinitionfile Remove https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-remove.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicyuploadeddefinitionfile Removelanguagefiles https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-removelanguagefiles.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicyuploadeddefinitionfile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-update.md
Content-Length: 1035
++
v1.0 Intune Grouppolicy Grouppolicyuploadeddefinitionfile Updatelanguagefiles https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-updatelanguagefiles.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicyuploadeddefinitionfile Uploadnewversion https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-uploadnewversion.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicyuploadedpresentation Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadedpresentation-create.md
Content-Length: 213
++
v1.0 Intune Grouppolicy Grouppolicyuploadedpresentation Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadedpresentation-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Grouppolicy Grouppolicyuploadedpresentation Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadedpresentation-get.md
Content-Length: 240
++
v1.0 Intune Grouppolicy Grouppolicyuploadedpresentation List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadedpresentation-list.md
Content-Length: 262
++
v1.0 Intune Grouppolicy Grouppolicyuploadedpresentation Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-grouppolicy-grouppolicyuploadedpresentation-update.md
Content-Length: 213
++
v1.0 Intune Mam Androidmanagedappregistration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-androidmanagedappregistration-create.md
Content-Length: 987
++
v1.0 Intune Mam Androidmanagedappregistration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-androidmanagedappregistration-get.md
Content-Length: 1054
++
v1.0 Intune Mam Androidmanagedappregistration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-androidmanagedappregistration-list.md
Content-Length: 1116
++
v1.0 Intune Mam Defaultmanagedappprotection Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-defaultmanagedappprotection-create.md
The following table shows the properties that are required when you create the d
|managedBrowser|[managedBrowserType](../resources/intune-mam-managedbrowsertype.md)|Indicates in which managed browser(s) that internet links should be opened. When this property is configured, ManagedBrowserToOpenLinksRequired should be true. Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `notConfigured`, `microsoftEdge`.| |maximumAllowedDeviceThreatLevel|[managedAppDeviceThreatLevel](../resources/intune-mam-managedappdevicethreatlevel.md)|Maximum allowed device threat level, as reported by the MTD app Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `notConfigured`, `secured`, `low`, `medium`, `high`.| |mobileThreatDefenseRemediationAction|[managedAppRemediationAction](../resources/intune-mam-managedappremediationaction.md)|Determines what action to take if the mobile threat defense threat threshold isn't met. Warn isn't a supported value for this property Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `block`, `wipe`, `warn`.|
+|mobileThreatDefensePartnerPriority|[mobileThreatDefensePartnerPriority](../resources/intune-mam-mobilethreatdefensepartnerpriority.md)| Indicates how to prioritize which Mobile Threat Defense (MTD) partner is enabled for a given platform, when more than one is enabled. An app can only be actively using a single Mobile Threat Defense partner. When NULL, Microsoft Defender will be given preference. Otherwise setting the value to defenderOverThirdPartyPartner or thirdPartyPartnerOverDefender will make explicit which partner to prioritize. Possible values are: null, defenderOverThirdPartyPartner, thirdPartyPartnerOverDefender and unknownFutureValue. Default value is null Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `defenderOverThirdPartyPartner`, `thirdPartyPartnerOverDefender`, `unknownFutureValue`.|
|blockDataIngestionIntoOrganizationDocuments|Boolean|Indicates whether a user can bring data into org documents. Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md)| |allowedDataIngestionLocations|[managedAppDataIngestionLocation](../resources/intune-mam-managedappdataingestionlocation.md) collection|Data storage locations where a user may store managed data. Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `oneDriveForBusiness`, `sharePoint`, `camera`, `photoLibrary`.| |appActionIfUnableToAuthenticateUser|[managedAppRemediationAction](../resources/intune-mam-managedappremediationaction.md)|If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD. Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `block`, `wipe`, `warn`.|
Here is an example of the request.
``` http POST https://graph.microsoft.com/beta/deviceAppManagement/defaultManagedAppProtections Content-type: application/json
-Content-length: 5716
+Content-length: 5790
{ "@odata.type": "#microsoft.graph.defaultManagedAppProtection",
Content-length: 5716
"managedBrowser": "microsoftEdge", "maximumAllowedDeviceThreatLevel": "secured", "mobileThreatDefenseRemediationAction": "wipe",
+ "mobileThreatDefensePartnerPriority": "thirdPartyPartnerOverDefender",
"blockDataIngestionIntoOrganizationDocuments": true, "allowedDataIngestionLocations": [ "sharePoint"
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 201 Created Content-Type: application/json
-Content-Length: 5888
+Content-Length: 5962
{ "@odata.type": "#microsoft.graph.defaultManagedAppProtection",
Content-Length: 5888
"managedBrowser": "microsoftEdge", "maximumAllowedDeviceThreatLevel": "secured", "mobileThreatDefenseRemediationAction": "wipe",
+ "mobileThreatDefensePartnerPriority": "thirdPartyPartnerOverDefender",
"blockDataIngestionIntoOrganizationDocuments": true, "allowedDataIngestionLocations": [ "sharePoint"
Content-Length: 5888
++
v1.0 Intune Mam Defaultmanagedappprotection Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-defaultmanagedappprotection-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Defaultmanagedappprotection Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-defaultmanagedappprotection-get.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 6167
+Content-Length: 6243
{ "value": {
Content-Length: 6167
"managedBrowser": "microsoftEdge", "maximumAllowedDeviceThreatLevel": "secured", "mobileThreatDefenseRemediationAction": "wipe",
+ "mobileThreatDefensePartnerPriority": "thirdPartyPartnerOverDefender",
"blockDataIngestionIntoOrganizationDocuments": true, "allowedDataIngestionLocations": [ "sharePoint"
Content-Length: 6167
++
v1.0 Intune Mam Defaultmanagedappprotection List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-defaultmanagedappprotection-list.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 6441
+Content-Length: 6519
{ "value": [
Content-Length: 6441
"managedBrowser": "microsoftEdge", "maximumAllowedDeviceThreatLevel": "secured", "mobileThreatDefenseRemediationAction": "wipe",
+ "mobileThreatDefensePartnerPriority": "thirdPartyPartnerOverDefender",
"blockDataIngestionIntoOrganizationDocuments": true, "allowedDataIngestionLocations": [ "sharePoint"
Content-Length: 6441
++
v1.0 Intune Mam Defaultmanagedappprotection Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-defaultmanagedappprotection-update.md
The following table shows the properties that are required when you create the [
|managedBrowser|[managedBrowserType](../resources/intune-mam-managedbrowsertype.md)|Indicates in which managed browser(s) that internet links should be opened. When this property is configured, ManagedBrowserToOpenLinksRequired should be true. Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `notConfigured`, `microsoftEdge`.| |maximumAllowedDeviceThreatLevel|[managedAppDeviceThreatLevel](../resources/intune-mam-managedappdevicethreatlevel.md)|Maximum allowed device threat level, as reported by the MTD app Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `notConfigured`, `secured`, `low`, `medium`, `high`.| |mobileThreatDefenseRemediationAction|[managedAppRemediationAction](../resources/intune-mam-managedappremediationaction.md)|Determines what action to take if the mobile threat defense threat threshold isn't met. Warn isn't a supported value for this property Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `block`, `wipe`, `warn`.|
+|mobileThreatDefensePartnerPriority|[mobileThreatDefensePartnerPriority](../resources/intune-mam-mobilethreatdefensepartnerpriority.md)| Indicates how to prioritize which Mobile Threat Defense (MTD) partner is enabled for a given platform, when more than one is enabled. An app can only be actively using a single Mobile Threat Defense partner. When NULL, Microsoft Defender will be given preference. Otherwise setting the value to defenderOverThirdPartyPartner or thirdPartyPartnerOverDefender will make explicit which partner to prioritize. Possible values are: null, defenderOverThirdPartyPartner, thirdPartyPartnerOverDefender and unknownFutureValue. Default value is null Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `defenderOverThirdPartyPartner`, `thirdPartyPartnerOverDefender`, `unknownFutureValue`.|
|blockDataIngestionIntoOrganizationDocuments|Boolean|Indicates whether a user can bring data into org documents. Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md)| |allowedDataIngestionLocations|[managedAppDataIngestionLocation](../resources/intune-mam-managedappdataingestionlocation.md) collection|Data storage locations where a user may store managed data. Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `oneDriveForBusiness`, `sharePoint`, `camera`, `photoLibrary`.| |appActionIfUnableToAuthenticateUser|[managedAppRemediationAction](../resources/intune-mam-managedappremediationaction.md)|If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD. Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `block`, `wipe`, `warn`.|
Here is an example of the request.
``` http PATCH https://graph.microsoft.com/beta/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtectionId} Content-type: application/json
-Content-length: 5716
+Content-length: 5790
{ "@odata.type": "#microsoft.graph.defaultManagedAppProtection",
Content-length: 5716
"managedBrowser": "microsoftEdge", "maximumAllowedDeviceThreatLevel": "secured", "mobileThreatDefenseRemediationAction": "wipe",
+ "mobileThreatDefensePartnerPriority": "thirdPartyPartnerOverDefender",
"blockDataIngestionIntoOrganizationDocuments": true, "allowedDataIngestionLocations": [ "sharePoint"
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 5888
+Content-Length: 5962
{ "@odata.type": "#microsoft.graph.defaultManagedAppProtection",
Content-Length: 5888
"managedBrowser": "microsoftEdge", "maximumAllowedDeviceThreatLevel": "secured", "mobileThreatDefenseRemediationAction": "wipe",
+ "mobileThreatDefensePartnerPriority": "thirdPartyPartnerOverDefender",
"blockDataIngestionIntoOrganizationDocuments": true, "allowedDataIngestionLocations": [ "sharePoint"
Content-Length: 5888
++
v1.0 Intune Mam Iosmanagedappregistration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-iosmanagedappregistration-get.md
Content-Length: 1000
++
v1.0 Intune Mam Iosmanagedappregistration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-iosmanagedappregistration-list.md
Content-Length: 1060
++
v1.0 Intune Mam Managedappconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedappconfiguration-get.md
Content-Length: 618
++
v1.0 Intune Mam Managedappconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedappconfiguration-list.md
Content-Length: 666
++
v1.0 Intune Mam Managedappoperation Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedappoperation-create.md
Content-Length: 272
++
v1.0 Intune Mam Managedappoperation Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedappoperation-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Managedappoperation Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedappoperation-get.md
Content-Length: 303
++
v1.0 Intune Mam Managedappoperation List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedappoperation-list.md
Content-Length: 329
++
v1.0 Intune Mam Managedappoperation Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedappoperation-update.md
Content-Length: 272
++
v1.0 Intune Mam Managedapppolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedapppolicy-get.md
Content-Length: 441
++
v1.0 Intune Mam Managedapppolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedapppolicy-list.md
Content-Length: 475
++
v1.0 Intune Mam Managedapppolicy Targetapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedapppolicy-targetapps.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Managedapppolicydeploymentsummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedapppolicydeploymentsummary-get.md
Content-Length: 689
++
v1.0 Intune Mam Managedapppolicydeploymentsummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedapppolicydeploymentsummary-update.md
Content-Length: 638
++
v1.0 Intune Mam Managedappprotection Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedappprotection-get.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 2781
+Content-Length: 2857
{ "value": {
Content-Length: 2781
"managedBrowser": "microsoftEdge", "maximumAllowedDeviceThreatLevel": "secured", "mobileThreatDefenseRemediationAction": "wipe",
+ "mobileThreatDefensePartnerPriority": "thirdPartyPartnerOverDefender",
"blockDataIngestionIntoOrganizationDocuments": true, "allowedDataIngestionLocations": [ "sharePoint"
Content-Length: 2781
++
v1.0 Intune Mam Managedappprotection List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedappprotection-list.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 2913
+Content-Length: 2991
{ "value": [
Content-Length: 2913
"managedBrowser": "microsoftEdge", "maximumAllowedDeviceThreatLevel": "secured", "mobileThreatDefenseRemediationAction": "wipe",
+ "mobileThreatDefensePartnerPriority": "thirdPartyPartnerOverDefender",
"blockDataIngestionIntoOrganizationDocuments": true, "allowedDataIngestionLocations": [ "sharePoint"
Content-Length: 2913
++
v1.0 Intune Mam Managedappprotection Targetapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedappprotection-targetapps.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Managedappregistration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedappregistration-get.md
Content-Length: 1004
++
v1.0 Intune Mam Managedappregistration Getuseridswithflaggedappregistration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedappregistration-getuseridswithflaggedappregistration.md
Content-Length: 79
++
v1.0 Intune Mam Managedappregistration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedappregistration-list.md
Content-Length: 1064
++
v1.0 Intune Mam Managedappstatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedappstatus-get.md
Content-Length: 205
++
v1.0 Intune Mam Managedappstatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedappstatus-list.md
Content-Length: 227
++
v1.0 Intune Mam Managedappstatusraw Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedappstatusraw-get.md
Content-Length: 279
++
v1.0 Intune Mam Managedappstatusraw List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedappstatusraw-list.md
Content-Length: 307
++
v1.0 Intune Mam Managedmobileapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedmobileapp-create.md
Content-Length: 276
++
v1.0 Intune Mam Managedmobileapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedmobileapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Managedmobileapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedmobileapp-get.md
Content-Length: 309
++
v1.0 Intune Mam Managedmobileapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedmobileapp-list.md
Content-Length: 337
++
v1.0 Intune Mam Managedmobileapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-managedmobileapp-update.md
Content-Length: 276
++
v1.0 Intune Mam Targetedmanagedapppolicyassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-targetedmanagedapppolicyassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Targetedmanagedapppolicyassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-targetedmanagedapppolicyassignment-get.md
Content-Length: 542
++
v1.0 Intune Mam Targetedmanagedapppolicyassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-targetedmanagedapppolicyassignment-list.md
Content-Length: 576
++
v1.0 Intune Mam Targetedmanagedapppolicyassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-targetedmanagedapppolicyassignment-update.md
Content-Length: 503
++
v1.0 Intune Mam Targetedmanagedappprotection Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-targetedmanagedappprotection-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Targetedmanagedappprotection Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-targetedmanagedappprotection-get.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 2908
+Content-Length: 2984
{ "value": {
Content-Length: 2908
"managedBrowser": "microsoftEdge", "maximumAllowedDeviceThreatLevel": "secured", "mobileThreatDefenseRemediationAction": "wipe",
+ "mobileThreatDefensePartnerPriority": "thirdPartyPartnerOverDefender",
"blockDataIngestionIntoOrganizationDocuments": true, "allowedDataIngestionLocations": [ "sharePoint"
Content-Length: 2908
++
v1.0 Intune Mam Targetedmanagedappprotection List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-targetedmanagedappprotection-list.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 3046
+Content-Length: 3124
{ "value": [
Content-Length: 3046
"managedBrowser": "microsoftEdge", "maximumAllowedDeviceThreatLevel": "secured", "mobileThreatDefenseRemediationAction": "wipe",
+ "mobileThreatDefensePartnerPriority": "thirdPartyPartnerOverDefender",
"blockDataIngestionIntoOrganizationDocuments": true, "allowedDataIngestionLocations": [ "sharePoint"
Content-Length: 3046
++
v1.0 Intune Mam Targetedmanagedappprotection Targetapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-targetedmanagedappprotection-targetapps.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam User Getmanagedappblockedusers https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-user-getmanagedappblockedusers.md
Content-Length: 66
++
v1.0 Intune Mam User Ismanagedappuserblocked https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-user-ismanagedappuserblocked.md
Content-Length: 21
++
v1.0 Intune Mam User Unblockmanagedapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-user-unblockmanagedapps.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam User Wipeandblockmanagedapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-user-wipeandblockmanagedapps.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam User Wipemanagedappregistrationsbyazureaddeviceid https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-user-wipemanagedappregistrationsbyazureaddeviceid.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Windowsinformationprotection Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotection-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Windowsinformationprotection Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotection-get.md
Content-Length: 4299
++
v1.0 Intune Mam Windowsinformationprotection List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotection-list.md
Content-Length: 4565
++
v1.0 Intune Mam Windowsinformationprotectionapplockerfile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectionapplockerfile-create.md
Content-Length: 260
++
v1.0 Intune Mam Windowsinformationprotectionapplockerfile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectionapplockerfile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Windowsinformationprotectionapplockerfile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectionapplockerfile-get.md
Content-Length: 291
++
v1.0 Intune Mam Windowsinformationprotectionapplockerfile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectionapplockerfile-list.md
Content-Length: 317
++
v1.0 Intune Mam Windowsinformationprotectionapplockerfile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectionapplockerfile-update.md
Content-Length: 260
++
v1.0 Intune Mam Windowsinformationprotectiondeviceregistration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectiondeviceregistration-create.md
Content-Length: 415
++
v1.0 Intune Mam Windowsinformationprotectiondeviceregistration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectiondeviceregistration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Windowsinformationprotectiondeviceregistration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectiondeviceregistration-get.md
Content-Length: 450
++
v1.0 Intune Mam Windowsinformationprotectiondeviceregistration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectiondeviceregistration-list.md
Content-Length: 480
++
v1.0 Intune Mam Windowsinformationprotectiondeviceregistration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectiondeviceregistration-update.md
Content-Length: 415
++
v1.0 Intune Mam Windowsinformationprotectiondeviceregistration Wipe https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectiondeviceregistration-wipe.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Windowsinformationprotectionpolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectionpolicy-create.md
Content-Length: 4537
++
v1.0 Intune Mam Windowsinformationprotectionpolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectionpolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Windowsinformationprotectionpolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectionpolicy-get.md
Content-Length: 4832
++
v1.0 Intune Mam Windowsinformationprotectionpolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectionpolicy-list.md
Content-Length: 5122
++
v1.0 Intune Mam Windowsinformationprotectionpolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectionpolicy-update.md
Content-Length: 4537
++
v1.0 Intune Mam Windowsinformationprotectionwipeaction Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectionwipeaction-create.md
Content-Length: 461
++
v1.0 Intune Mam Windowsinformationprotectionwipeaction Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectionwipeaction-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Windowsinformationprotectionwipeaction Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectionwipeaction-get.md
Content-Length: 496
++
v1.0 Intune Mam Windowsinformationprotectionwipeaction List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectionwipeaction-list.md
Content-Length: 526
++
v1.0 Intune Mam Windowsinformationprotectionwipeaction Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsinformationprotectionwipeaction-update.md
Content-Length: 461
++
v1.0 Intune Mam Windowsmanagedappprotection Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsmanagedappprotection-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Windowsmanagedappprotection Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsmanagedappprotection-create.md
Content-Length: 1625
++
v1.0 Intune Mam Windowsmanagedappprotection Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsmanagedappprotection-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Windowsmanagedappprotection Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsmanagedappprotection-get.md
Content-Length: 1708
++
v1.0 Intune Mam Windowsmanagedappprotection List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsmanagedappprotection-list.md
Content-Length: 1786
++
v1.0 Intune Mam Windowsmanagedappprotection Targetapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsmanagedappprotection-targetapps.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Windowsmanagedappprotection Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mam-windowsmanagedappprotection-update.md
Content-Length: 1625
++
v1.0 Intune Mstunnel Microsofttunnelconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelconfiguration-create.md
Content-Length: 831
++
v1.0 Intune Mstunnel Microsofttunnelconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mstunnel Microsofttunnelconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelconfiguration-get.md
Content-Length: 912
++
v1.0 Intune Mstunnel Microsofttunnelconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelconfiguration-list.md
Content-Length: 988
++
v1.0 Intune Mstunnel Microsofttunnelconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelconfiguration-update.md
Content-Length: 831
++
v1.0 Intune Mstunnel Microsofttunnelhealththreshold Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelhealththreshold-create.md
Content-Length: 243
++
v1.0 Intune Mstunnel Microsofttunnelhealththreshold Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelhealththreshold-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mstunnel Microsofttunnelhealththreshold Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelhealththreshold-get.md
Content-Length: 274
++
v1.0 Intune Mstunnel Microsofttunnelhealththreshold List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelhealththreshold-list.md
Content-Length: 300
++
v1.0 Intune Mstunnel Microsofttunnelhealththreshold Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelhealththreshold-update.md
Content-Length: 243
++
v1.0 Intune Mstunnel Microsofttunnelserver Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelserver-create.md
Content-Length: 361
++
v1.0 Intune Mstunnel Microsofttunnelserver Createserverlogcollectionrequest https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelserver-createserverlogcollectionrequest.md
Content-Length: 481
++
v1.0 Intune Mstunnel Microsofttunnelserver Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelserver-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mstunnel Microsofttunnelserver Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelserver-get.md
Content-Length: 394
++
v1.0 Intune Mstunnel Microsofttunnelserver Gethealthmetrics https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelserver-gethealthmetrics.md
Content-Length: 142
++
v1.0 Intune Mstunnel Microsofttunnelserver Gethealthmetrictimeseries https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelserver-gethealthmetrictimeseries.md
Content-Length: 178
++
v1.0 Intune Mstunnel Microsofttunnelserver List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelserver-list.md
Content-Length: 422
++
v1.0 Intune Mstunnel Microsofttunnelserver Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelserver-update.md
Content-Length: 361
++
v1.0 Intune Mstunnel Microsofttunnelserverlogcollectionresponse Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelserverlogcollectionresponse-create.md
Content-Length: 444
++
v1.0 Intune Mstunnel Microsofttunnelserverlogcollectionresponse Createdownloadurl https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelserverlogcollectionresponse-createdownloadurl.md
Content-Length: 57
++
v1.0 Intune Mstunnel Microsofttunnelserverlogcollectionresponse Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelserverlogcollectionresponse-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mstunnel Microsofttunnelserverlogcollectionresponse Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelserverlogcollectionresponse-get.md
Content-Length: 481
++
v1.0 Intune Mstunnel Microsofttunnelserverlogcollectionresponse List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelserverlogcollectionresponse-list.md
Content-Length: 513
++
v1.0 Intune Mstunnel Microsofttunnelserverlogcollectionresponse Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelserverlogcollectionresponse-update.md
Content-Length: 444
++
v1.0 Intune Mstunnel Microsofttunnelsite Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelsite-create.md
Content-Length: 610
++
v1.0 Intune Mstunnel Microsofttunnelsite Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelsite-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mstunnel Microsofttunnelsite Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelsite-get.md
Content-Length: 659
++
v1.0 Intune Mstunnel Microsofttunnelsite List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelsite-list.md
Content-Length: 703
++
v1.0 Intune Mstunnel Microsofttunnelsite Requestupgrade https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelsite-requestupgrade.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mstunnel Microsofttunnelsite Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-mstunnel-microsofttunnelsite-update.md
Content-Length: 610
++
v1.0 Intune Notification Localizednotificationmessage Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-notification-localizednotificationmessage-create.md
Content-Length: 313
++
v1.0 Intune Notification Localizednotificationmessage Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-notification-localizednotificationmessage-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Notification Localizednotificationmessage Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-notification-localizednotificationmessage-get.md
Content-Length: 346
++
v1.0 Intune Notification Localizednotificationmessage List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-notification-localizednotificationmessage-list.md
Content-Length: 374
++
v1.0 Intune Notification Localizednotificationmessage Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-notification-localizednotificationmessage-update.md
Content-Length: 313
++
v1.0 Intune Notification Notificationmessagetemplate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-notification-notificationmessagetemplate-create.md
Content-Length: 372
++
v1.0 Intune Notification Notificationmessagetemplate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-notification-notificationmessagetemplate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Notification Notificationmessagetemplate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-notification-notificationmessagetemplate-get.md
Content-Length: 409
++
v1.0 Intune Notification Notificationmessagetemplate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-notification-notificationmessagetemplate-list.md
Content-Length: 441
++
v1.0 Intune Notification Notificationmessagetemplate Sendtestmessage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-notification-notificationmessagetemplate-sendtestmessage.md
HTTP/1.1 204 No Content
++
v1.0 Intune Notification Notificationmessagetemplate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-notification-notificationmessagetemplate-update.md
Content-Length: 372
++
v1.0 Intune Odj Devicemanagementdomainjoinconnector Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-odj-devicemanagementdomainjoinconnector-create.md
Content-Length: 284
++
v1.0 Intune Odj Devicemanagementdomainjoinconnector Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-odj-devicemanagementdomainjoinconnector-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Odj Devicemanagementdomainjoinconnector Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-odj-devicemanagementdomainjoinconnector-get.md
Content-Length: 315
++
v1.0 Intune Odj Devicemanagementdomainjoinconnector List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-odj-devicemanagementdomainjoinconnector-list.md
Content-Length: 341
++
v1.0 Intune Odj Devicemanagementdomainjoinconnector Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-odj-devicemanagementdomainjoinconnector-update.md
Content-Length: 284
++
v1.0 Intune Onboarding Compliancemanagementpartner Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-compliancemanagementpartner-create.md
Content-Length: 2265
++
v1.0 Intune Onboarding Compliancemanagementpartner Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-compliancemanagementpartner-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Compliancemanagementpartner Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-compliancemanagementpartner-get.md
Content-Length: 2390
++
v1.0 Intune Onboarding Compliancemanagementpartner List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-compliancemanagementpartner-list.md
Content-Length: 2510
++
v1.0 Intune Onboarding Compliancemanagementpartner Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-compliancemanagementpartner-update.md
Content-Length: 2265
++
v1.0 Intune Onboarding Devicecomanagementauthorityconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-devicecomanagementauthorityconfiguration-create.md
Content-Length: 666
++
v1.0 Intune Onboarding Devicecomanagementauthorityconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-devicecomanagementauthorityconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Devicecomanagementauthorityconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-devicecomanagementauthorityconfiguration-get.md
Content-Length: 715
++
v1.0 Intune Onboarding Devicecomanagementauthorityconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-devicecomanagementauthorityconfiguration-list.md
Content-Length: 759
++
v1.0 Intune Onboarding Devicecomanagementauthorityconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-devicecomanagementauthorityconfiguration-update.md
Content-Length: 666
++
v1.0 Intune Onboarding Deviceenrollmentconfiguration Createenrollmentnotificationconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentconfiguration-createenrollmentnotificationconfiguration.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Deviceenrollmentlimitconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentlimitconfiguration-create.md
Content-Length: 488
++
v1.0 Intune Onboarding Deviceenrollmentlimitconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Deviceenrollmentlimitconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentlimitconfiguration-get.md
Content-Length: 533
++
v1.0 Intune Onboarding Deviceenrollmentlimitconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentlimitconfiguration-list.md
Content-Length: 573
++
v1.0 Intune Onboarding Deviceenrollmentlimitconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentlimitconfiguration-update.md
Content-Length: 488
++
v1.0 Intune Onboarding Deviceenrollmentnotificationconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentnotificationconfiguration-create.md
Content-Length: 769
++
v1.0 Intune Onboarding Deviceenrollmentnotificationconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentnotificationconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Deviceenrollmentnotificationconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentnotificationconfiguration-get.md
Content-Length: 828
++
v1.0 Intune Onboarding Deviceenrollmentnotificationconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentnotificationconfiguration-list.md
Content-Length: 882
++
v1.0 Intune Onboarding Deviceenrollmentnotificationconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentnotificationconfiguration-update.md
Content-Length: 769
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestrictionconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-create.md
Content-Length: 937
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestrictionconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestrictionconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-get.md
Content-Length: 1008
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestrictionconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-list.md
Content-Length: 1074
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestrictionconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-update.md
Content-Length: 937
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestrictionsconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-create.md
Content-Length: 3882
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestrictionsconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestrictionsconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-get.md
Content-Length: 4133
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestrictionsconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list.md
Content-Length: 4379
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestrictionsconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update.md
Content-Length: 3882
++
v1.0 Intune Onboarding Deviceenrollmentwindowshelloforbusinessconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create.md
Content-Length: 950
++
v1.0 Intune Onboarding Deviceenrollmentwindowshelloforbusinessconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Deviceenrollmentwindowshelloforbusinessconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get.md
Content-Length: 1019
++
v1.0 Intune Onboarding Deviceenrollmentwindowshelloforbusinessconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list.md
Content-Length: 1083
++
v1.0 Intune Onboarding Deviceenrollmentwindowshelloforbusinessconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-update.md
Content-Length: 950
++
v1.0 Intune Onboarding Devicemanagementexchangeconnector Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-devicemanagementexchangeconnector-create.md
Content-Length: 539
++
v1.0 Intune Onboarding Devicemanagementexchangeconnector Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-devicemanagementexchangeconnector-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Devicemanagementexchangeconnector Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-devicemanagementexchangeconnector-get.md
Content-Length: 580
++
v1.0 Intune Onboarding Devicemanagementexchangeconnector List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-devicemanagementexchangeconnector-list.md
Content-Length: 616
++
v1.0 Intune Onboarding Devicemanagementexchangeconnector Sync https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-devicemanagementexchangeconnector-sync.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Devicemanagementexchangeconnector Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-devicemanagementexchangeconnector-update.md
Content-Length: 539
++
v1.0 Intune Onboarding Devicemanagementexchangeonpremisespolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-devicemanagementexchangeonpremisespolicy-get.md
Content-Length: 777
++
v1.0 Intune Onboarding Devicemanagementexchangeonpremisespolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-devicemanagementexchangeonpremisespolicy-update.md
Content-Length: 714
++
v1.0 Intune Onboarding Devicemanagementpartner Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-devicemanagementpartner-create.md
Content-Length: 1189
++
v1.0 Intune Onboarding Devicemanagementpartner Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-devicemanagementpartner-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Devicemanagementpartner Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-devicemanagementpartner-get.md
Content-Length: 1254
++
v1.0 Intune Onboarding Devicemanagementpartner List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-devicemanagementpartner-list.md
Content-Length: 1314
++
v1.0 Intune Onboarding Devicemanagementpartner Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-devicemanagementpartner-update.md
Content-Length: 1189
++
v1.0 Intune Onboarding Enrollmentconfigurationassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-enrollmentconfigurationassignment-create.md
Content-Length: 502
++
v1.0 Intune Onboarding Enrollmentconfigurationassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-enrollmentconfigurationassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Enrollmentconfigurationassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-enrollmentconfigurationassignment-get.md
Content-Length: 541
++
v1.0 Intune Onboarding Enrollmentconfigurationassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-enrollmentconfigurationassignment-list.md
Content-Length: 575
++
v1.0 Intune Onboarding Enrollmentconfigurationassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-enrollmentconfigurationassignment-update.md
Content-Length: 502
++
v1.0 Intune Onboarding Mobilethreatdefenseconnector Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-mobilethreatdefenseconnector-create.md
The following table shows the properties that are required when you create the m
|partnerState|[mobileThreatPartnerTenantState](../resources/intune-onboarding-mobilethreatpartnertenantstate.md)|Data Sync Partner state for this account. Possible values are: `unavailable`, `available`, `enabled`, `unresponsive`.| |androidMobileApplicationManagementEnabled|Boolean|For Android, set whether data from the data sync partner should be used during Mobile Application Management (MAM) evaluations. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation.| |iosMobileApplicationManagementEnabled|Boolean|For IOS, get or set whether data from the data sync partner should be used during Mobile Application Management (MAM) evaluations. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation.|
+|windowsMobileApplicationManagementEnabled|Boolean|When TRUE, app protection policies using the Device Threat Level rule will evaluate devices including data from this connector for Windows. When FALSE, Intune will not use device risk details sent over this connector during app protection policies calculation for policies with a Device Threat Level configured. Existing devices that are not compliant due to risk levels obtained from this connector will also become compliant.|
|androidEnabled|Boolean|For Android, set whether data from the data sync partner should be used during compliance evaluations| |iosEnabled|Boolean|For IOS, get or set whether data from the data sync partner should be used during compliance evaluations| |windowsEnabled|Boolean|For Windows, get or set whether data from the data sync partner should be used during compliance evaluations|
Here is an example of the request.
``` http POST https://graph.microsoft.com/beta/deviceManagement/mobileThreatDefenseConnectors Content-type: application/json
-Content-length: 844
+Content-length: 898
{ "@odata.type": "#microsoft.graph.mobileThreatDefenseConnector",
Content-length: 844
"partnerState": "available", "androidMobileApplicationManagementEnabled": true, "iosMobileApplicationManagementEnabled": true,
+ "windowsMobileApplicationManagementEnabled": true,
"androidEnabled": true, "iosEnabled": true, "windowsEnabled": true,
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 201 Created Content-Type: application/json
-Content-Length: 893
+Content-Length: 947
{ "@odata.type": "#microsoft.graph.mobileThreatDefenseConnector",
Content-Length: 893
"partnerState": "available", "androidMobileApplicationManagementEnabled": true, "iosMobileApplicationManagementEnabled": true,
+ "windowsMobileApplicationManagementEnabled": true,
"androidEnabled": true, "iosEnabled": true, "windowsEnabled": true,
Content-Length: 893
++
v1.0 Intune Onboarding Mobilethreatdefenseconnector Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-mobilethreatdefenseconnector-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Mobilethreatdefenseconnector Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-mobilethreatdefenseconnector-get.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 950
+Content-Length: 1006
{ "value": {
Content-Length: 950
"partnerState": "available", "androidMobileApplicationManagementEnabled": true, "iosMobileApplicationManagementEnabled": true,
+ "windowsMobileApplicationManagementEnabled": true,
"androidEnabled": true, "iosEnabled": true, "windowsEnabled": true,
Content-Length: 950
++
v1.0 Intune Onboarding Mobilethreatdefenseconnector List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-mobilethreatdefenseconnector-list.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 1002
+Content-Length: 1060
{ "value": [
Content-Length: 1002
"partnerState": "available", "androidMobileApplicationManagementEnabled": true, "iosMobileApplicationManagementEnabled": true,
+ "windowsMobileApplicationManagementEnabled": true,
"androidEnabled": true, "iosEnabled": true, "windowsEnabled": true,
Content-Length: 1002
++
v1.0 Intune Onboarding Mobilethreatdefenseconnector Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-mobilethreatdefenseconnector-update.md
The following table shows the properties that are required when you create the [
|partnerState|[mobileThreatPartnerTenantState](../resources/intune-onboarding-mobilethreatpartnertenantstate.md)|Data Sync Partner state for this account. Possible values are: `unavailable`, `available`, `enabled`, `unresponsive`.| |androidMobileApplicationManagementEnabled|Boolean|For Android, set whether data from the data sync partner should be used during Mobile Application Management (MAM) evaluations. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation.| |iosMobileApplicationManagementEnabled|Boolean|For IOS, get or set whether data from the data sync partner should be used during Mobile Application Management (MAM) evaluations. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation.|
+|windowsMobileApplicationManagementEnabled|Boolean|When TRUE, app protection policies using the Device Threat Level rule will evaluate devices including data from this connector for Windows. When FALSE, Intune will not use device risk details sent over this connector during app protection policies calculation for policies with a Device Threat Level configured. Existing devices that are not compliant due to risk levels obtained from this connector will also become compliant.|
|androidEnabled|Boolean|For Android, set whether data from the data sync partner should be used during compliance evaluations| |iosEnabled|Boolean|For IOS, get or set whether data from the data sync partner should be used during compliance evaluations| |windowsEnabled|Boolean|For Windows, get or set whether data from the data sync partner should be used during compliance evaluations|
Here is an example of the request.
``` http PATCH https://graph.microsoft.com/beta/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnectorId} Content-type: application/json
-Content-length: 844
+Content-length: 898
{ "@odata.type": "#microsoft.graph.mobileThreatDefenseConnector",
Content-length: 844
"partnerState": "available", "androidMobileApplicationManagementEnabled": true, "iosMobileApplicationManagementEnabled": true,
+ "windowsMobileApplicationManagementEnabled": true,
"androidEnabled": true, "iosEnabled": true, "windowsEnabled": true,
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 893
+Content-Length: 947
{ "@odata.type": "#microsoft.graph.mobileThreatDefenseConnector",
Content-Length: 893
"partnerState": "available", "androidMobileApplicationManagementEnabled": true, "iosMobileApplicationManagementEnabled": true,
+ "windowsMobileApplicationManagementEnabled": true,
"androidEnabled": true, "iosEnabled": true, "windowsEnabled": true,
Content-Length: 893
++
v1.0 Intune Onboarding Onpremisesconditionalaccesssettings Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-onpremisesconditionalaccesssettings-get.md
Content-Length: 363
++
v1.0 Intune Onboarding Onpremisesconditionalaccesssettings Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-onpremisesconditionalaccesssettings-update.md
Content-Length: 324
++
v1.0 Intune Onboarding Organization Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-organization-get.md
Content-Length: 584
++
v1.0 Intune Onboarding Organization List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-organization-list.md
Content-Length: 622
++
v1.0 Intune Onboarding Organization Setmobiledevicemanagementauthority https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-organization-setmobiledevicemanagementauthority.md
Content-Length: 18
++
v1.0 Intune Onboarding Organization Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-organization-update.md
Content-Length: 541
++
v1.0 Intune Onboarding Sideloadingkey Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-sideloadingkey-create.md
Content-Length: 295
++
v1.0 Intune Onboarding Sideloadingkey Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-sideloadingkey-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Sideloadingkey Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-sideloadingkey-get.md
Content-Length: 328
++
v1.0 Intune Onboarding Sideloadingkey List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-sideloadingkey-list.md
Content-Length: 356
++
v1.0 Intune Onboarding Sideloadingkey Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-sideloadingkey-update.md
Content-Length: 295
++
v1.0 Intune Onboarding Vpptoken Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-vpptoken-create.md
Content-Length: 1115
++
v1.0 Intune Onboarding Vpptoken Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-vpptoken-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Vpptoken Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-vpptoken-get.md
Content-Length: 1192
++
v1.0 Intune Onboarding Vpptoken Getlicensesforapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-vpptoken-getlicensesforapp.md
Content-Length: 298
++
v1.0 Intune Onboarding Vpptoken List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-vpptoken-list.md
Content-Length: 1264
++
v1.0 Intune Onboarding Vpptoken Revokelicenses https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-vpptoken-revokelicenses.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Vpptoken Synclicensecounts https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-vpptoken-synclicensecounts.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Vpptoken Synclicenses https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-vpptoken-synclicenses.md
Content-Length: 1192
++
v1.0 Intune Onboarding Vpptoken Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-vpptoken-update.md
Content-Length: 1115
++
v1.0 Intune Onboarding Windows10enrollmentcompletionpageconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-create.md
Content-Length: 1011
++
v1.0 Intune Onboarding Windows10enrollmentcompletionpageconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Windows10enrollmentcompletionpageconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-get.md
Content-Length: 1080
++
v1.0 Intune Onboarding Windows10enrollmentcompletionpageconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-list.md
Content-Length: 1144
++
v1.0 Intune Onboarding Windows10enrollmentcompletionpageconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-update.md
Content-Length: 1011
++
v1.0 Intune Partnerintegration Appvulnerabilitymanageddevice Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-appvulnerabilitymanageddevice-create.md
Content-Length: 269
++
v1.0 Intune Partnerintegration Appvulnerabilitymanageddevice Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-appvulnerabilitymanageddevice-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Partnerintegration Appvulnerabilitymanageddevice Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-appvulnerabilitymanageddevice-get.md
Content-Length: 298
++
v1.0 Intune Partnerintegration Appvulnerabilitymanageddevice List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-appvulnerabilitymanageddevice-list.md
Content-Length: 322
++
v1.0 Intune Partnerintegration Appvulnerabilitymanageddevice Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-appvulnerabilitymanageddevice-update.md
Content-Length: 269
++
v1.0 Intune Partnerintegration Appvulnerabilitymobileapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-appvulnerabilitymobileapp-create.md
Content-Length: 396
++
v1.0 Intune Partnerintegration Appvulnerabilitymobileapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-appvulnerabilitymobileapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Partnerintegration Appvulnerabilitymobileapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-appvulnerabilitymobileapp-get.md
Content-Length: 431
++
v1.0 Intune Partnerintegration Appvulnerabilitymobileapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-appvulnerabilitymobileapp-list.md
Content-Length: 461
++
v1.0 Intune Partnerintegration Appvulnerabilitymobileapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-appvulnerabilitymobileapp-update.md
Content-Length: 396
++
v1.0 Intune Partnerintegration Appvulnerabilitytask Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-appvulnerabilitytask-create.md
Content-Length: 773
++
v1.0 Intune Partnerintegration Appvulnerabilitytask Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-appvulnerabilitytask-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Partnerintegration Appvulnerabilitytask Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-appvulnerabilitytask-get.md
Content-Length: 832
++
v1.0 Intune Partnerintegration Appvulnerabilitytask List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-appvulnerabilitytask-list.md
Content-Length: 886
++
v1.0 Intune Partnerintegration Appvulnerabilitytask Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-appvulnerabilitytask-update.md
Content-Length: 773
++
v1.0 Intune Partnerintegration Configmanagercollection Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-configmanagercollection-create.md
Content-Length: 435
++
v1.0 Intune Partnerintegration Configmanagercollection Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-configmanagercollection-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Partnerintegration Configmanagercollection Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-configmanagercollection-get.md
Content-Length: 470
++
v1.0 Intune Partnerintegration Configmanagercollection Getpolicysummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-configmanagercollection-getpolicysummary.md
Content-Length: 276
++
v1.0 Intune Partnerintegration Configmanagercollection List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-configmanagercollection-list.md
Content-Length: 500
++
v1.0 Intune Partnerintegration Configmanagercollection Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-configmanagercollection-update.md
Content-Length: 435
++
v1.0 Intune Partnerintegration Deviceappmanagementtask Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-deviceappmanagementtask-create.md
Content-Length: 508
++
v1.0 Intune Partnerintegration Deviceappmanagementtask Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-deviceappmanagementtask-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Partnerintegration Deviceappmanagementtask Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-deviceappmanagementtask-get.md
Content-Length: 551
++
v1.0 Intune Partnerintegration Deviceappmanagementtask List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-deviceappmanagementtask-list.md
Content-Length: 589
++
v1.0 Intune Partnerintegration Deviceappmanagementtask Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-deviceappmanagementtask-update.md
Content-Length: 508
++
v1.0 Intune Partnerintegration Deviceappmanagementtask Updatestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-deviceappmanagementtask-updatestatus.md
HTTP/1.1 204 No Content
++
v1.0 Intune Partnerintegration Organizationalmessagedetail Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-organizationalmessagedetail-create.md
The following table shows the properties that are required when you create the o
|Property|Type|Description| |:|:|:| |id|String|A unique identifier for the organizational message|
-|scenario|[organizationalMessageScenario](../resources/intune-partnerintegration-organizationalmessagescenario.md)|Indicates the scenario for the message. Possible values are: `onboarding`, `lifecycle`.|
-|surface|[organizationalMessageSurface](../resources/intune-partnerintegration-organizationalmessagesurface.md)|Indicates the area where content will be displayed to customers. Possible values are: `actionCenter`, `getStarted`, `softLanding`.|
-|status|[organizationalMessageStatus](../resources/intune-partnerintegration-organizationalmessagestatus.md)|Indicates the deployment status of the message. Possible values are: `scheduled`, `active`, `completed`, `cancelled`.|
+|scenario|[organizationalMessageScenario](../resources/intune-partnerintegration-organizationalmessagescenario.md)|Indicates the scenario for the message. Possible values are: `onboarding`, `lifecycle`, `unknownFutureValue`.|
+|surface|[organizationalMessageSurface](../resources/intune-partnerintegration-organizationalmessagesurface.md)|Indicates the area where content will be displayed to customers. Possible values are: `actionCenter`, `getStarted`, `softLanding`, `unknownFutureValue`.|
+|status|[organizationalMessageStatus](../resources/intune-partnerintegration-organizationalmessagestatus.md)|Indicates the deployment status of the message. Possible values are: `scheduled`, `active`, `completed`, `cancelled`, `unknownFutureValue`.|
|startDateTime|DateTimeOffset|The date and time of when the message will start being displayed to clients| |endDateTime|DateTimeOffset|The date and time of when the message will stop being displayed to clients| |createdDateTime|DateTimeOffset|The date and time of when the message was created| |lastModifiedDateTime|DateTimeOffset|The date and time of when the message was last modified| |userEngagementStatistics|[organizationalMessageInsights](../resources/intune-partnerintegration-organizationalmessageinsights.md)|The statistics containing how the message was interacted with by clients. This includes the number of impressions, clicks, and dismisses from targeted clients.|
-|frequency|[organizationalMessageFrequency](../resources/intune-partnerintegration-organizationalmessagefrequency.md)|The frequency at which a client will see the message. Possible values are: `weeklyOnce`, `monthlyOnce`, `monthlyTwice`.|
+|frequency|[organizationalMessageFrequency](../resources/intune-partnerintegration-organizationalmessagefrequency.md)|The frequency at which a client will see the message. Possible values are: `weeklyOnce`, `monthlyOnce`, `monthlyTwice`, `unknownFutureValue`.|
|targeting|[organizationalMessageTargeting](../resources/intune-partnerintegration-organizationalmessagetargeting.md)|The groups of devices that will receive the message. This also contains a list of excluded groups that will not receive the message regardless of the device being part of an included group| |content|[organizationalMessageContent](../resources/intune-partnerintegration-organizationalmessagecontent.md)|The content that will be displayed to clients for the message. This includes the text portion of the message and the displayed logo|
-|theme|[organizationalMessageTheme](../resources/intune-partnerintegration-organizationalmessagetheme.md)|Indicates the theme for the experience. Possible values are: `update`, `training`, `welcomeToWindows`.|
+|theme|[organizationalMessageTheme](../resources/intune-partnerintegration-organizationalmessagetheme.md)|Indicates the theme for the experience. Possible values are: `update`, `training`, `welcomeToWindows`, `explore`, `unknownFutureValue`.|
|variant|String|Indicates the corresponding variant for the experience|
Here is an example of the request.
``` http POST https://graph.microsoft.com/beta/deviceManagement/organizationalMessageDetails Content-type: application/json
-Content-length: 2024
+Content-length: 2049
{ "@odata.type": "#microsoft.graph.organizationalMessageDetail",
Content-length: 2024
"frequency": "monthlyOnce", "targeting": { "@odata.type": "microsoft.graph.organizationalMessageTargeting",
- "targetingType": "aadGroup",
+ "targetingType": "unknownFutureValue",
"includeIds": [ "Include Ids value" ],
Content-length: 2024
"logoInfo": { "@odata.type": "microsoft.graph.organizationalMessageLogo", "logo": "bG9nbw==",
- "contentType": "png",
+ "contentType": "unknownFutureValue",
"logoCdnUrl": "https://example.com/logoCdnUrl/" } },
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 201 Created Content-Type: application/json
-Content-Length: 2196
+Content-Length: 2221
{ "@odata.type": "#microsoft.graph.organizationalMessageDetail",
Content-Length: 2196
"frequency": "monthlyOnce", "targeting": { "@odata.type": "microsoft.graph.organizationalMessageTargeting",
- "targetingType": "aadGroup",
+ "targetingType": "unknownFutureValue",
"includeIds": [ "Include Ids value" ],
Content-Length: 2196
"logoInfo": { "@odata.type": "microsoft.graph.organizationalMessageLogo", "logo": "bG9nbw==",
- "contentType": "png",
+ "contentType": "unknownFutureValue",
"logoCdnUrl": "https://example.com/logoCdnUrl/" } },
Content-Length: 2196
++
v1.0 Intune Partnerintegration Organizationalmessagedetail Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-organizationalmessagedetail-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Partnerintegration Organizationalmessagedetail Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-organizationalmessagedetail-get.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 2343
+Content-Length: 2368
{ "value": {
Content-Length: 2343
"frequency": "monthlyOnce", "targeting": { "@odata.type": "microsoft.graph.organizationalMessageTargeting",
- "targetingType": "aadGroup",
+ "targetingType": "unknownFutureValue",
"includeIds": [ "Include Ids value" ],
Content-Length: 2343
"logoInfo": { "@odata.type": "microsoft.graph.organizationalMessageLogo", "logo": "bG9nbw==",
- "contentType": "png",
+ "contentType": "unknownFutureValue",
"logoCdnUrl": "https://example.com/logoCdnUrl/" } },
Content-Length: 2343
++
v1.0 Intune Partnerintegration Organizationalmessagedetail List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-organizationalmessagedetail-list.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 2485
+Content-Length: 2510
{ "value": [
Content-Length: 2485
"frequency": "monthlyOnce", "targeting": { "@odata.type": "microsoft.graph.organizationalMessageTargeting",
- "targetingType": "aadGroup",
+ "targetingType": "unknownFutureValue",
"includeIds": [ "Include Ids value" ],
Content-Length: 2485
"logoInfo": { "@odata.type": "microsoft.graph.organizationalMessageLogo", "logo": "bG9nbw==",
- "contentType": "png",
+ "contentType": "unknownFutureValue",
"logoCdnUrl": "https://example.com/logoCdnUrl/" } },
Content-Length: 2485
++
v1.0 Intune Partnerintegration Organizationalmessagedetail Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-organizationalmessagedetail-update.md
The following table shows the properties that are required when you create the [
|Property|Type|Description| |:|:|:| |id|String|A unique identifier for the organizational message|
-|scenario|[organizationalMessageScenario](../resources/intune-partnerintegration-organizationalmessagescenario.md)|Indicates the scenario for the message. Possible values are: `onboarding`, `lifecycle`.|
-|surface|[organizationalMessageSurface](../resources/intune-partnerintegration-organizationalmessagesurface.md)|Indicates the area where content will be displayed to customers. Possible values are: `actionCenter`, `getStarted`, `softLanding`.|
-|status|[organizationalMessageStatus](../resources/intune-partnerintegration-organizationalmessagestatus.md)|Indicates the deployment status of the message. Possible values are: `scheduled`, `active`, `completed`, `cancelled`.|
+|scenario|[organizationalMessageScenario](../resources/intune-partnerintegration-organizationalmessagescenario.md)|Indicates the scenario for the message. Possible values are: `onboarding`, `lifecycle`, `unknownFutureValue`.|
+|surface|[organizationalMessageSurface](../resources/intune-partnerintegration-organizationalmessagesurface.md)|Indicates the area where content will be displayed to customers. Possible values are: `actionCenter`, `getStarted`, `softLanding`, `unknownFutureValue`.|
+|status|[organizationalMessageStatus](../resources/intune-partnerintegration-organizationalmessagestatus.md)|Indicates the deployment status of the message. Possible values are: `scheduled`, `active`, `completed`, `cancelled`, `unknownFutureValue`.|
|startDateTime|DateTimeOffset|The date and time of when the message will start being displayed to clients| |endDateTime|DateTimeOffset|The date and time of when the message will stop being displayed to clients| |createdDateTime|DateTimeOffset|The date and time of when the message was created| |lastModifiedDateTime|DateTimeOffset|The date and time of when the message was last modified| |userEngagementStatistics|[organizationalMessageInsights](../resources/intune-partnerintegration-organizationalmessageinsights.md)|The statistics containing how the message was interacted with by clients. This includes the number of impressions, clicks, and dismisses from targeted clients.|
-|frequency|[organizationalMessageFrequency](../resources/intune-partnerintegration-organizationalmessagefrequency.md)|The frequency at which a client will see the message. Possible values are: `weeklyOnce`, `monthlyOnce`, `monthlyTwice`.|
+|frequency|[organizationalMessageFrequency](../resources/intune-partnerintegration-organizationalmessagefrequency.md)|The frequency at which a client will see the message. Possible values are: `weeklyOnce`, `monthlyOnce`, `monthlyTwice`, `unknownFutureValue`.|
|targeting|[organizationalMessageTargeting](../resources/intune-partnerintegration-organizationalmessagetargeting.md)|The groups of devices that will receive the message. This also contains a list of excluded groups that will not receive the message regardless of the device being part of an included group| |content|[organizationalMessageContent](../resources/intune-partnerintegration-organizationalmessagecontent.md)|The content that will be displayed to clients for the message. This includes the text portion of the message and the displayed logo|
-|theme|[organizationalMessageTheme](../resources/intune-partnerintegration-organizationalmessagetheme.md)|Indicates the theme for the experience. Possible values are: `update`, `training`, `welcomeToWindows`.|
+|theme|[organizationalMessageTheme](../resources/intune-partnerintegration-organizationalmessagetheme.md)|Indicates the theme for the experience. Possible values are: `update`, `training`, `welcomeToWindows`, `explore`, `unknownFutureValue`.|
|variant|String|Indicates the corresponding variant for the experience|
Here is an example of the request.
``` http PATCH https://graph.microsoft.com/beta/deviceManagement/organizationalMessageDetails/{organizationalMessageDetailId} Content-type: application/json
-Content-length: 2024
+Content-length: 2049
{ "@odata.type": "#microsoft.graph.organizationalMessageDetail",
Content-length: 2024
"frequency": "monthlyOnce", "targeting": { "@odata.type": "microsoft.graph.organizationalMessageTargeting",
- "targetingType": "aadGroup",
+ "targetingType": "unknownFutureValue",
"includeIds": [ "Include Ids value" ],
Content-length: 2024
"logoInfo": { "@odata.type": "microsoft.graph.organizationalMessageLogo", "logo": "bG9nbw==",
- "contentType": "png",
+ "contentType": "unknownFutureValue",
"logoCdnUrl": "https://example.com/logoCdnUrl/" } },
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 2196
+Content-Length: 2221
{ "@odata.type": "#microsoft.graph.organizationalMessageDetail",
Content-Length: 2196
"frequency": "monthlyOnce", "targeting": { "@odata.type": "microsoft.graph.organizationalMessageTargeting",
- "targetingType": "aadGroup",
+ "targetingType": "unknownFutureValue",
"includeIds": [ "Include Ids value" ],
Content-Length: 2196
"logoInfo": { "@odata.type": "microsoft.graph.organizationalMessageLogo", "logo": "bG9nbw==",
- "contentType": "png",
+ "contentType": "unknownFutureValue",
"logoCdnUrl": "https://example.com/logoCdnUrl/" } },
Content-Length: 2196
++
v1.0 Intune Partnerintegration Organizationalmessageguidedcontent Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-organizationalmessageguidedcontent-create.md
The following table shows the properties that are required when you create the o
|Property|Type|Description| |:|:|:| |id|String|A unique identifier for the guided content|
-|scenario|[organizationalMessageScenario](../resources/intune-partnerintegration-organizationalmessagescenario.md)|Indicates the scenario for the guided content. Possible values are: `onboarding`, `lifecycle`.|
-|theme|[organizationalMessageTheme](../resources/intune-partnerintegration-organizationalmessagetheme.md)|Indicates the theme for the guided content. Possible values are: `update`, `training`, `welcomeToWindows`.|
-|surface|[organizationalMessageSurface](../resources/intune-partnerintegration-organizationalmessagesurface.md)|Indicates the area where content will be displayed to customers. Possible values are: `actionCenter`, `getStarted`, `softLanding`.|
+|scenario|[organizationalMessageScenario](../resources/intune-partnerintegration-organizationalmessagescenario.md)|Indicates the scenario for the guided content. Possible values are: `onboarding`, `lifecycle`, `unknownFutureValue`.|
+|theme|[organizationalMessageTheme](../resources/intune-partnerintegration-organizationalmessagetheme.md)|Indicates the theme for the guided content. Possible values are: `update`, `training`, `welcomeToWindows`, `explore`, `unknownFutureValue`.|
+|surface|[organizationalMessageSurface](../resources/intune-partnerintegration-organizationalmessagesurface.md)|Indicates the area where content will be displayed to customers. Possible values are: `actionCenter`, `getStarted`, `softLanding`, `unknownFutureValue`.|
|placementDetails|[organizationalMessagePlacementDetail](../resources/intune-partnerintegration-organizationalmessageplacementdetail.md) collection|Contains the different types of text content that can be displayed to customers along with their localized values| |logo|[organizationalMessageLogoGuide](../resources/intune-partnerintegration-organizationalmessagelogoguide.md)|Example of the logo that will be displayed to customers and its size requirements|
Content-Length: 1452
++
v1.0 Intune Partnerintegration Organizationalmessageguidedcontent Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-organizationalmessageguidedcontent-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Partnerintegration Organizationalmessageguidedcontent Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-organizationalmessageguidedcontent-get.md
Content-Length: 1557
++
v1.0 Intune Partnerintegration Organizationalmessageguidedcontent List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-organizationalmessageguidedcontent-list.md
Content-Length: 1657
++
v1.0 Intune Partnerintegration Organizationalmessageguidedcontent Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-organizationalmessageguidedcontent-update.md
The following table shows the properties that are required when you create the [
|Property|Type|Description| |:|:|:| |id|String|A unique identifier for the guided content|
-|scenario|[organizationalMessageScenario](../resources/intune-partnerintegration-organizationalmessagescenario.md)|Indicates the scenario for the guided content. Possible values are: `onboarding`, `lifecycle`.|
-|theme|[organizationalMessageTheme](../resources/intune-partnerintegration-organizationalmessagetheme.md)|Indicates the theme for the guided content. Possible values are: `update`, `training`, `welcomeToWindows`.|
-|surface|[organizationalMessageSurface](../resources/intune-partnerintegration-organizationalmessagesurface.md)|Indicates the area where content will be displayed to customers. Possible values are: `actionCenter`, `getStarted`, `softLanding`.|
+|scenario|[organizationalMessageScenario](../resources/intune-partnerintegration-organizationalmessagescenario.md)|Indicates the scenario for the guided content. Possible values are: `onboarding`, `lifecycle`, `unknownFutureValue`.|
+|theme|[organizationalMessageTheme](../resources/intune-partnerintegration-organizationalmessagetheme.md)|Indicates the theme for the guided content. Possible values are: `update`, `training`, `welcomeToWindows`, `explore`, `unknownFutureValue`.|
+|surface|[organizationalMessageSurface](../resources/intune-partnerintegration-organizationalmessagesurface.md)|Indicates the area where content will be displayed to customers. Possible values are: `actionCenter`, `getStarted`, `softLanding`, `unknownFutureValue`.|
|placementDetails|[organizationalMessagePlacementDetail](../resources/intune-partnerintegration-organizationalmessageplacementdetail.md) collection|Contains the different types of text content that can be displayed to customers along with their localized values| |logo|[organizationalMessageLogoGuide](../resources/intune-partnerintegration-organizationalmessagelogoguide.md)|Example of the logo that will be displayed to customers and its size requirements|
Content-Length: 1452
++
v1.0 Intune Partnerintegration Securityconfigurationtask Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-securityconfigurationtask-create.md
Content-Length: 854
++
v1.0 Intune Partnerintegration Securityconfigurationtask Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-securityconfigurationtask-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Partnerintegration Securityconfigurationtask Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-securityconfigurationtask-get.md
Content-Length: 921
++
v1.0 Intune Partnerintegration Securityconfigurationtask List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-securityconfigurationtask-list.md
Content-Length: 983
++
v1.0 Intune Partnerintegration Securityconfigurationtask Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-securityconfigurationtask-update.md
Content-Length: 854
++
v1.0 Intune Partnerintegration Unmanageddevicediscoverytask Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-unmanageddevicediscoverytask-create.md
Content-Length: 1069
++
v1.0 Intune Partnerintegration Unmanageddevicediscoverytask Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-unmanageddevicediscoverytask-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Partnerintegration Unmanageddevicediscoverytask Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-unmanageddevicediscoverytask-get.md
Content-Length: 1144
++
v1.0 Intune Partnerintegration Unmanageddevicediscoverytask List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-unmanageddevicediscoverytask-list.md
Content-Length: 1214
++
v1.0 Intune Partnerintegration Unmanageddevicediscoverytask Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-unmanageddevicediscoverytask-update.md
Content-Length: 1069
++
v1.0 Intune Partnerintegration Vulnerablemanageddevice Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-vulnerablemanageddevice-create.md
Content-Length: 263
++
v1.0 Intune Partnerintegration Vulnerablemanageddevice Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-vulnerablemanageddevice-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Partnerintegration Vulnerablemanageddevice Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-vulnerablemanageddevice-get.md
Content-Length: 292
++
v1.0 Intune Partnerintegration Vulnerablemanageddevice List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-vulnerablemanageddevice-list.md
Content-Length: 316
++
v1.0 Intune Partnerintegration Vulnerablemanageddevice Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-partnerintegration-vulnerablemanageddevice-update.md
Content-Length: 263
++
v1.0 Intune Policyset Deviceandappmanagementassignmentfilter Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-deviceandappmanagementassignmentfilter-create.md
Content-Length: 446
++
v1.0 Intune Policyset Deviceandappmanagementassignmentfilter Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-deviceandappmanagementassignmentfilter-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Deviceandappmanagementassignmentfilter Enable https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-deviceandappmanagementassignmentfilter-enable.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Deviceandappmanagementassignmentfilter Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-deviceandappmanagementassignmentfilter-get.md
Content-Length: 487
++
v1.0 Intune Policyset Deviceandappmanagementassignmentfilter Getplatformsupportedproperties https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-deviceandappmanagementassignmentfilter-getplatformsupportedproperties.md
Content-Length: 407
++
v1.0 Intune Policyset Deviceandappmanagementassignmentfilter Getstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-deviceandappmanagementassignmentfilter-getstate.md
Content-Length: 105
++
v1.0 Intune Policyset Deviceandappmanagementassignmentfilter Getsupportedproperties https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-deviceandappmanagementassignmentfilter-getsupportedproperties.md
Content-Length: 407
++
v1.0 Intune Policyset Deviceandappmanagementassignmentfilter List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-deviceandappmanagementassignmentfilter-list.md
Content-Length: 523
++
v1.0 Intune Policyset Deviceandappmanagementassignmentfilter Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-deviceandappmanagementassignmentfilter-update.md
Content-Length: 446
++
v1.0 Intune Policyset Deviceandappmanagementassignmentfilter Validatefilter https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-deviceandappmanagementassignmentfilter-validatefilter.md
Content-Length: 120
++
v1.0 Intune Policyset Devicecompliancepolicypolicysetitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-devicecompliancepolicypolicysetitem-create.md
Content-Length: 489
++
v1.0 Intune Policyset Devicecompliancepolicypolicysetitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-devicecompliancepolicypolicysetitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Devicecompliancepolicypolicysetitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-devicecompliancepolicypolicysetitem-get.md
Content-Length: 532
++
v1.0 Intune Policyset Devicecompliancepolicypolicysetitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-devicecompliancepolicypolicysetitem-list.md
Content-Length: 570
++
v1.0 Intune Policyset Devicecompliancepolicypolicysetitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-devicecompliancepolicypolicysetitem-update.md
Content-Length: 489
++
v1.0 Intune Policyset Deviceconfigurationpolicysetitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-deviceconfigurationpolicysetitem-create.md
Content-Length: 486
++
v1.0 Intune Policyset Deviceconfigurationpolicysetitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-deviceconfigurationpolicysetitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Deviceconfigurationpolicysetitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-deviceconfigurationpolicysetitem-get.md
Content-Length: 529
++
v1.0 Intune Policyset Deviceconfigurationpolicysetitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-deviceconfigurationpolicysetitem-list.md
Content-Length: 567
++
v1.0 Intune Policyset Deviceconfigurationpolicysetitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-deviceconfigurationpolicysetitem-update.md
Content-Length: 486
++
v1.0 Intune Policyset Devicemanagement Evaluateassignmentfilter https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-devicemanagement-evaluateassignmentfilter.md
Content-Length: 91
++
v1.0 Intune Policyset Devicemanagement Getassignmentfiltersstatusdetails https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-devicemanagement-getassignmentfiltersstatusdetails.md
Content-Length: 1216
++
v1.0 Intune Policyset Devicemanagementconfigurationpolicypolicysetitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-devicemanagementconfigurationpolicypolicysetitem-create.md
Content-Length: 502
++
v1.0 Intune Policyset Devicemanagementconfigurationpolicypolicysetitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-devicemanagementconfigurationpolicypolicysetitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Devicemanagementconfigurationpolicypolicysetitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-devicemanagementconfigurationpolicypolicysetitem-get.md
Content-Length: 545
++
v1.0 Intune Policyset Devicemanagementconfigurationpolicypolicysetitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-devicemanagementconfigurationpolicypolicysetitem-list.md
Content-Length: 583
++
v1.0 Intune Policyset Devicemanagementconfigurationpolicypolicysetitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-devicemanagementconfigurationpolicypolicysetitem-update.md
Content-Length: 502
++
v1.0 Intune Policyset Devicemanagementscriptpolicysetitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-devicemanagementscriptpolicysetitem-create.md
Content-Length: 489
++
v1.0 Intune Policyset Devicemanagementscriptpolicysetitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-devicemanagementscriptpolicysetitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Devicemanagementscriptpolicysetitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-devicemanagementscriptpolicysetitem-get.md
Content-Length: 532
++
v1.0 Intune Policyset Devicemanagementscriptpolicysetitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-devicemanagementscriptpolicysetitem-list.md
Content-Length: 570
++
v1.0 Intune Policyset Devicemanagementscriptpolicysetitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-devicemanagementscriptpolicysetitem-update.md
Content-Length: 489
++
v1.0 Intune Policyset Enrollmentrestrictionsconfigurationpolicysetitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-enrollmentrestrictionsconfigurationpolicysetitem-create.md
Content-Length: 535
++
v1.0 Intune Policyset Enrollmentrestrictionsconfigurationpolicysetitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-enrollmentrestrictionsconfigurationpolicysetitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Enrollmentrestrictionsconfigurationpolicysetitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-enrollmentrestrictionsconfigurationpolicysetitem-get.md
Content-Length: 582
++
v1.0 Intune Policyset Enrollmentrestrictionsconfigurationpolicysetitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-enrollmentrestrictionsconfigurationpolicysetitem-list.md
Content-Length: 624
++
v1.0 Intune Policyset Enrollmentrestrictionsconfigurationpolicysetitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-enrollmentrestrictionsconfigurationpolicysetitem-update.md
Content-Length: 535
++
v1.0 Intune Policyset Ioslobappprovisioningconfigurationpolicysetitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-ioslobappprovisioningconfigurationpolicysetitem-create.md
Content-Length: 501
++
v1.0 Intune Policyset Ioslobappprovisioningconfigurationpolicysetitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-ioslobappprovisioningconfigurationpolicysetitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Ioslobappprovisioningconfigurationpolicysetitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-ioslobappprovisioningconfigurationpolicysetitem-get.md
Content-Length: 544
++
v1.0 Intune Policyset Ioslobappprovisioningconfigurationpolicysetitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-ioslobappprovisioningconfigurationpolicysetitem-list.md
Content-Length: 582
++
v1.0 Intune Policyset Ioslobappprovisioningconfigurationpolicysetitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-ioslobappprovisioningconfigurationpolicysetitem-update.md
Content-Length: 501
++
v1.0 Intune Policyset Managedappprotectionpolicysetitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-managedappprotectionpolicysetitem-create.md
Content-Length: 561
++
v1.0 Intune Policyset Managedappprotectionpolicysetitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-managedappprotectionpolicysetitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Managedappprotectionpolicysetitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-managedappprotectionpolicysetitem-get.md
Content-Length: 606
++
v1.0 Intune Policyset Managedappprotectionpolicysetitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-managedappprotectionpolicysetitem-list.md
Content-Length: 646
++
v1.0 Intune Policyset Managedappprotectionpolicysetitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-managedappprotectionpolicysetitem-update.md
Content-Length: 561
++
v1.0 Intune Policyset Manageddevicemobileappconfigurationpolicysetitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-manageddevicemobileappconfigurationpolicysetitem-create.md
Content-Length: 502
++
v1.0 Intune Policyset Manageddevicemobileappconfigurationpolicysetitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-manageddevicemobileappconfigurationpolicysetitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Manageddevicemobileappconfigurationpolicysetitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-manageddevicemobileappconfigurationpolicysetitem-get.md
Content-Length: 545
++
v1.0 Intune Policyset Manageddevicemobileappconfigurationpolicysetitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-manageddevicemobileappconfigurationpolicysetitem-list.md
Content-Length: 583
++
v1.0 Intune Policyset Manageddevicemobileappconfigurationpolicysetitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-manageddevicemobileappconfigurationpolicysetitem-update.md
Content-Length: 502
++
v1.0 Intune Policyset Mdmwindowsinformationprotectionpolicypolicysetitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-mdmwindowsinformationprotectionpolicypolicysetitem-create.md
Content-Length: 504
++
v1.0 Intune Policyset Mdmwindowsinformationprotectionpolicypolicysetitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-mdmwindowsinformationprotectionpolicypolicysetitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Mdmwindowsinformationprotectionpolicypolicysetitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-mdmwindowsinformationprotectionpolicypolicysetitem-get.md
Content-Length: 547
++
v1.0 Intune Policyset Mdmwindowsinformationprotectionpolicypolicysetitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-mdmwindowsinformationprotectionpolicypolicysetitem-list.md
Content-Length: 585
++
v1.0 Intune Policyset Mdmwindowsinformationprotectionpolicypolicysetitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-mdmwindowsinformationprotectionpolicypolicysetitem-update.md
Content-Length: 504
++
v1.0 Intune Policyset Mobileapppolicysetitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-mobileapppolicysetitem-create.md
Content-Length: 712
++
v1.0 Intune Policyset Mobileapppolicysetitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-mobileapppolicysetitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Mobileapppolicysetitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-mobileapppolicysetitem-get.md
Content-Length: 769
++
v1.0 Intune Policyset Mobileapppolicysetitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-mobileapppolicysetitem-list.md
Content-Length: 821
++
v1.0 Intune Policyset Mobileapppolicysetitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-mobileapppolicysetitem-update.md
Content-Length: 712
++
v1.0 Intune Policyset Payloadcompatibleassignmentfilter Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-payloadcompatibleassignmentfilter-create.md
Content-Length: 485
++
v1.0 Intune Policyset Payloadcompatibleassignmentfilter Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-payloadcompatibleassignmentfilter-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Payloadcompatibleassignmentfilter Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-payloadcompatibleassignmentfilter-get.md
Content-Length: 528
++
v1.0 Intune Policyset Payloadcompatibleassignmentfilter List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-payloadcompatibleassignmentfilter-list.md
Content-Length: 566
++
v1.0 Intune Policyset Payloadcompatibleassignmentfilter Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-payloadcompatibleassignmentfilter-update.md
Content-Length: 485
++
v1.0 Intune Policyset Policyset Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-policyset-create.md
Content-Length: 489
++
v1.0 Intune Policyset Policyset Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-policyset-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Policyset Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-policyset-get.md
Content-Length: 536
++
v1.0 Intune Policyset Policyset Getpolicysets https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-policyset-getpolicysets.md
Content-Length: 578
++
v1.0 Intune Policyset Policyset List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-policyset-list.md
Content-Length: 578
++
v1.0 Intune Policyset Policyset Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-policyset-update.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Policysetassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-policysetassignment-create.md
Content-Length: 491
++
v1.0 Intune Policyset Policysetassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-policysetassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Policysetassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-policysetassignment-get.md
Content-Length: 528
++
v1.0 Intune Policyset Policysetassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-policysetassignment-list.md
Content-Length: 560
++
v1.0 Intune Policyset Policysetassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-policysetassignment-update.md
Content-Length: 491
++
v1.0 Intune Policyset Policysetitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-policysetitem-get.md
Content-Length: 510
++
v1.0 Intune Policyset Policysetitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-policysetitem-list.md
Content-Length: 548
++
v1.0 Intune Policyset Targetedmanagedappconfigurationpolicysetitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-targetedmanagedappconfigurationpolicysetitem-create.md
Content-Length: 498
++
v1.0 Intune Policyset Targetedmanagedappconfigurationpolicysetitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-targetedmanagedappconfigurationpolicysetitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Targetedmanagedappconfigurationpolicysetitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-targetedmanagedappconfigurationpolicysetitem-get.md
Content-Length: 541
++
v1.0 Intune Policyset Targetedmanagedappconfigurationpolicysetitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-targetedmanagedappconfigurationpolicysetitem-list.md
Content-Length: 579
++
v1.0 Intune Policyset Targetedmanagedappconfigurationpolicysetitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-targetedmanagedappconfigurationpolicysetitem-update.md
Content-Length: 498
++
v1.0 Intune Policyset Windows10enrollmentcompletionpageconfigurationpolicysetitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-windows10enrollmentcompletionpageconfigurationpolicysetitem-create.md
Content-Length: 531
++
v1.0 Intune Policyset Windows10enrollmentcompletionpageconfigurationpolicysetitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-windows10enrollmentcompletionpageconfigurationpolicysetitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Windows10enrollmentcompletionpageconfigurationpolicysetitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-windows10enrollmentcompletionpageconfigurationpolicysetitem-get.md
Content-Length: 576
++
v1.0 Intune Policyset Windows10enrollmentcompletionpageconfigurationpolicysetitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-windows10enrollmentcompletionpageconfigurationpolicysetitem-list.md
Content-Length: 616
++
v1.0 Intune Policyset Windows10enrollmentcompletionpageconfigurationpolicysetitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-windows10enrollmentcompletionpageconfigurationpolicysetitem-update.md
Content-Length: 531
++
v1.0 Intune Policyset Windowsautopilotdeploymentprofilepolicysetitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-windowsautopilotdeploymentprofilepolicysetitem-create.md
Content-Length: 500
++
v1.0 Intune Policyset Windowsautopilotdeploymentprofilepolicysetitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-windowsautopilotdeploymentprofilepolicysetitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Policyset Windowsautopilotdeploymentprofilepolicysetitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-windowsautopilotdeploymentprofilepolicysetitem-get.md
Content-Length: 543
++
v1.0 Intune Policyset Windowsautopilotdeploymentprofilepolicysetitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-windowsautopilotdeploymentprofilepolicysetitem-list.md
Content-Length: 581
++
v1.0 Intune Policyset Windowsautopilotdeploymentprofilepolicysetitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-policyset-windowsautopilotdeploymentprofilepolicysetitem-update.md
Content-Length: 500
++
v1.0 Intune Raimportcerts Certificateconnectordetails Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-certificateconnectordetails-create.md
The following table shows the properties that are required when you create the c
|machineName|String|Name of the machine hosting this connector service.| |enrollmentDateTime|DateTimeOffset|Date/time when this connector was enrolled.| |lastCheckinDateTime|DateTimeOffset|Date/time when this connector last connected to the service.|
+|connectorVersion|String|Version of the connector installed.|
Here is an example of the request.
``` http POST https://graph.microsoft.com/beta/deviceManagement/certificateConnectorDetails Content-type: application/json
-Content-length: 278
+Content-length: 328
{ "@odata.type": "#microsoft.graph.certificateConnectorDetails", "connectorName": "Connector Name value", "machineName": "Machine Name value", "enrollmentDateTime": "2016-12-31T23:57:59.3726057-08:00",
- "lastCheckinDateTime": "2017-01-01T00:02:46.0431416-08:00"
+ "lastCheckinDateTime": "2017-01-01T00:02:46.0431416-08:00",
+ "connectorVersion": "Connector Version value"
} ```
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 201 Created Content-Type: application/json
-Content-Length: 327
+Content-Length: 377
{ "@odata.type": "#microsoft.graph.certificateConnectorDetails",
Content-Length: 327
"connectorName": "Connector Name value", "machineName": "Machine Name value", "enrollmentDateTime": "2016-12-31T23:57:59.3726057-08:00",
- "lastCheckinDateTime": "2017-01-01T00:02:46.0431416-08:00"
+ "lastCheckinDateTime": "2017-01-01T00:02:46.0431416-08:00",
+ "connectorVersion": "Connector Version value"
} ``` ++
v1.0 Intune Raimportcerts Certificateconnectordetails Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-certificateconnectordetails-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Raimportcerts Certificateconnectordetails Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-certificateconnectordetails-get.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 358
+Content-Length: 410
{ "value": {
Content-Length: 358
"connectorName": "Connector Name value", "machineName": "Machine Name value", "enrollmentDateTime": "2016-12-31T23:57:59.3726057-08:00",
- "lastCheckinDateTime": "2017-01-01T00:02:46.0431416-08:00"
+ "lastCheckinDateTime": "2017-01-01T00:02:46.0431416-08:00",
+ "connectorVersion": "Connector Version value"
} } ```
Content-Length: 358
++
v1.0 Intune Raimportcerts Certificateconnectordetails Gethealthmetrics https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-certificateconnectordetails-gethealthmetrics.md
Content-Length: 142
++
v1.0 Intune Raimportcerts Certificateconnectordetails Gethealthmetrictimeseries https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-certificateconnectordetails-gethealthmetrictimeseries.md
Content-Length: 225
++
v1.0 Intune Raimportcerts Certificateconnectordetails List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-certificateconnectordetails-list.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 384
+Content-Length: 438
{ "value": [
Content-Length: 384
"connectorName": "Connector Name value", "machineName": "Machine Name value", "enrollmentDateTime": "2016-12-31T23:57:59.3726057-08:00",
- "lastCheckinDateTime": "2017-01-01T00:02:46.0431416-08:00"
+ "lastCheckinDateTime": "2017-01-01T00:02:46.0431416-08:00",
+ "connectorVersion": "Connector Version value"
} ] }
Content-Length: 384
++
v1.0 Intune Raimportcerts Certificateconnectordetails Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-certificateconnectordetails-update.md
The following table shows the properties that are required when you create the [
|machineName|String|Name of the machine hosting this connector service.| |enrollmentDateTime|DateTimeOffset|Date/time when this connector was enrolled.| |lastCheckinDateTime|DateTimeOffset|Date/time when this connector last connected to the service.|
+|connectorVersion|String|Version of the connector installed.|
Here is an example of the request.
``` http PATCH https://graph.microsoft.com/beta/deviceManagement/certificateConnectorDetails/{certificateConnectorDetailsId} Content-type: application/json
-Content-length: 278
+Content-length: 328
{ "@odata.type": "#microsoft.graph.certificateConnectorDetails", "connectorName": "Connector Name value", "machineName": "Machine Name value", "enrollmentDateTime": "2016-12-31T23:57:59.3726057-08:00",
- "lastCheckinDateTime": "2017-01-01T00:02:46.0431416-08:00"
+ "lastCheckinDateTime": "2017-01-01T00:02:46.0431416-08:00",
+ "connectorVersion": "Connector Version value"
} ```
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 327
+Content-Length: 377
{ "@odata.type": "#microsoft.graph.certificateConnectorDetails",
Content-Length: 327
"connectorName": "Connector Name value", "machineName": "Machine Name value", "enrollmentDateTime": "2016-12-31T23:57:59.3726057-08:00",
- "lastCheckinDateTime": "2017-01-01T00:02:46.0431416-08:00"
+ "lastCheckinDateTime": "2017-01-01T00:02:46.0431416-08:00",
+ "connectorVersion": "Connector Version value"
} ``` ++
v1.0 Intune Raimportcerts Onpremencryptedpayload Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-onpremencryptedpayload-create.md
Content-Length: 781
++
v1.0 Intune Raimportcerts Onpremencryptedpayload Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-onpremencryptedpayload-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Raimportcerts Onpremencryptedpayload Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-onpremencryptedpayload-get.md
Content-Length: 834
++
v1.0 Intune Raimportcerts Onpremencryptedpayload List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-onpremencryptedpayload-list.md
Content-Length: 882
++
v1.0 Intune Raimportcerts Onpremencryptedpayload Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-onpremencryptedpayload-update.md
Content-Length: 781
++
v1.0 Intune Raimportcerts Pfxrecryptionrequest Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-pfxrecryptionrequest-create.md
Content-Length: 574
++
v1.0 Intune Raimportcerts Pfxrecryptionrequest Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-pfxrecryptionrequest-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Raimportcerts Pfxrecryptionrequest Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-pfxrecryptionrequest-get.md
Content-Length: 619
++
v1.0 Intune Raimportcerts Pfxrecryptionrequest List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-pfxrecryptionrequest-list.md
Content-Length: 659
++
v1.0 Intune Raimportcerts Pfxrecryptionrequest Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-pfxrecryptionrequest-update.md
Content-Length: 574
++
v1.0 Intune Raimportcerts Pfxusercertificate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-pfxusercertificate-create.md
Content-Length: 789
++
v1.0 Intune Raimportcerts Pfxusercertificate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-pfxusercertificate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Raimportcerts Pfxusercertificate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-pfxusercertificate-get.md
Content-Length: 844
++
v1.0 Intune Raimportcerts Pfxusercertificate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-pfxusercertificate-list.md
Content-Length: 894
++
v1.0 Intune Raimportcerts Pfxusercertificate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-pfxusercertificate-update.md
Content-Length: 789
++
v1.0 Intune Raimportcerts Userpfxcertificate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-userpfxcertificate-create.md
Content-Length: 695
++
v1.0 Intune Raimportcerts Userpfxcertificate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-userpfxcertificate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Raimportcerts Userpfxcertificate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-userpfxcertificate-get.md
Content-Length: 742
++
v1.0 Intune Raimportcerts Userpfxcertificate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-userpfxcertificate-list.md
Content-Length: 784
++
v1.0 Intune Raimportcerts Userpfxcertificate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-raimportcerts-userpfxcertificate-update.md
Content-Length: 695
++
v1.0 Intune Rapolicy Devicemanagementresourceaccessprofileassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-devicemanagementresourceaccessprofileassignment-create.md
Content-Length: 512
++
v1.0 Intune Rapolicy Devicemanagementresourceaccessprofileassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-devicemanagementresourceaccessprofileassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rapolicy Devicemanagementresourceaccessprofileassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-devicemanagementresourceaccessprofileassignment-get.md
Content-Length: 551
++
v1.0 Intune Rapolicy Devicemanagementresourceaccessprofileassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-devicemanagementresourceaccessprofileassignment-list.md
Content-Length: 585
++
v1.0 Intune Rapolicy Devicemanagementresourceaccessprofileassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-devicemanagementresourceaccessprofileassignment-update.md
Content-Length: 512
++
v1.0 Intune Rapolicy Devicemanagementresourceaccessprofilebase Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-devicemanagementresourceaccessprofilebase-assign.md
Content-Length: 585
++
v1.0 Intune Rapolicy Devicemanagementresourceaccessprofilebase Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-devicemanagementresourceaccessprofilebase-get.md
Content-Length: 453
++
v1.0 Intune Rapolicy Devicemanagementresourceaccessprofilebase List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-devicemanagementresourceaccessprofilebase-list.md
Content-Length: 487
++
v1.0 Intune Rapolicy Devicemanagementresourceaccessprofilebase Querybyplatformtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-devicemanagementresourceaccessprofilebase-querybyplatformtype.md
Content-Length: 487
++
v1.0 Intune Rapolicy Windows10xcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xcertificateprofile-get.md
Content-Length: 440
++
v1.0 Intune Rapolicy Windows10xcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xcertificateprofile-list.md
Content-Length: 474
++
v1.0 Intune Rapolicy Windows10xscepcertificateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xscepcertificateprofile-create.md
Content-Length: 1291
++
v1.0 Intune Rapolicy Windows10xscepcertificateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xscepcertificateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rapolicy Windows10xscepcertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xscepcertificateprofile-get.md
Content-Length: 1388
++
v1.0 Intune Rapolicy Windows10xscepcertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xscepcertificateprofile-list.md
Content-Length: 1480
++
v1.0 Intune Rapolicy Windows10xscepcertificateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xscepcertificateprofile-update.md
Content-Length: 1291
++
v1.0 Intune Rapolicy Windows10xtrustedrootcertificate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xtrustedrootcertificate-create.md
Content-Length: 569
++
v1.0 Intune Rapolicy Windows10xtrustedrootcertificate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xtrustedrootcertificate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rapolicy Windows10xtrustedrootcertificate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xtrustedrootcertificate-get.md
Content-Length: 614
++
v1.0 Intune Rapolicy Windows10xtrustedrootcertificate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xtrustedrootcertificate-list.md
Content-Length: 654
++
v1.0 Intune Rapolicy Windows10xtrustedrootcertificate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xtrustedrootcertificate-update.md
Content-Length: 569
++
v1.0 Intune Rapolicy Windows10xvpnconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xvpnconfiguration-create.md
Content-Length: 559
++
v1.0 Intune Rapolicy Windows10xvpnconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xvpnconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rapolicy Windows10xvpnconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xvpnconfiguration-get.md
Content-Length: 604
++
v1.0 Intune Rapolicy Windows10xvpnconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xvpnconfiguration-list.md
Content-Length: 644
++
v1.0 Intune Rapolicy Windows10xvpnconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xvpnconfiguration-update.md
Content-Length: 559
++
v1.0 Intune Rapolicy Windows10xwificonfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xwificonfiguration-create.md
Content-Length: 560
++
v1.0 Intune Rapolicy Windows10xwificonfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xwificonfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rapolicy Windows10xwificonfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xwificonfiguration-get.md
Content-Length: 605
++
v1.0 Intune Rapolicy Windows10xwificonfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xwificonfiguration-list.md
Content-Length: 645
++
v1.0 Intune Rapolicy Windows10xwificonfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rapolicy-windows10xwificonfiguration-update.md
Content-Length: 560
++
v1.0 Intune Rbac Deviceandappmanagementroleassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-deviceandappmanagementroleassignment-create.md
Content-Length: 391
++
v1.0 Intune Rbac Deviceandappmanagementroleassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-deviceandappmanagementroleassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rbac Deviceandappmanagementroleassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-deviceandappmanagementroleassignment-get.md
Content-Length: 438
++
v1.0 Intune Rbac Deviceandappmanagementroleassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-deviceandappmanagementroleassignment-list.md
Content-Length: 480
++
v1.0 Intune Rbac Deviceandappmanagementroleassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-deviceandappmanagementroleassignment-update.md
Content-Length: 391
++
v1.0 Intune Rbac Deviceandappmanagementroledefinition Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-deviceandappmanagementroledefinition-create.md
Content-Length: 1278
++
v1.0 Intune Rbac Deviceandappmanagementroledefinition Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-deviceandappmanagementroledefinition-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rbac Deviceandappmanagementroledefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-deviceandappmanagementroledefinition-get.md
Content-Length: 1391
++
v1.0 Intune Rbac Deviceandappmanagementroledefinition List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-deviceandappmanagementroledefinition-list.md
Content-Length: 1499
++
v1.0 Intune Rbac Deviceandappmanagementroledefinition Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-deviceandappmanagementroledefinition-update.md
Content-Length: 1278
++
v1.0 Intune Rbac Devicemanagement Getassignedroledetails https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-devicemanagement-getassignedroledetails.md
Content-Length: 245
++
v1.0 Intune Rbac Devicemanagement Scopedforresource https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-devicemanagement-scopedforresource.md
Content-Length: 21
++
v1.0 Intune Rbac Operationapprovalpolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalpolicy-create.md
Content-Length: 351
++
v1.0 Intune Rbac Operationapprovalpolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalpolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rbac Operationapprovalpolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalpolicy-get.md
Content-Length: 388
++
v1.0 Intune Rbac Operationapprovalpolicy Getapprovableoperations https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalpolicy-getapprovableoperations.md
Content-Length: 194
++
v1.0 Intune Rbac Operationapprovalpolicy Getoperationsrequiringapproval https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalpolicy-getoperationsrequiringapproval.md
Content-Length: 194
++
v1.0 Intune Rbac Operationapprovalpolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalpolicy-list.md
Content-Length: 420
++
v1.0 Intune Rbac Operationapprovalpolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalpolicy-update.md
Content-Length: 351
++
v1.0 Intune Rbac Operationapprovalrequest Approve https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalrequest-approve.md
Content-Length: 32
++
v1.0 Intune Rbac Operationapprovalrequest Cancelapproval https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalrequest-cancelapproval.md
Content-Length: 40
++
v1.0 Intune Rbac Operationapprovalrequest Cancelmyrequest https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalrequest-cancelmyrequest.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rbac Operationapprovalrequest Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalrequest-create.md
Content-Length: 1528
++
v1.0 Intune Rbac Operationapprovalrequest Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalrequest-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rbac Operationapprovalrequest Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalrequest-get.md
Content-Length: 1637
++
v1.0 Intune Rbac Operationapprovalrequest Getmyrequestbyid https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalrequest-getmyrequestbyid.md
Content-Length: 1637
++
v1.0 Intune Rbac Operationapprovalrequest Getmyrequests https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalrequest-getmyrequests.md
Content-Length: 1741
++
v1.0 Intune Rbac Operationapprovalrequest Getrequeststatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalrequest-getrequeststatus.md
Content-Length: 273
++
v1.0 Intune Rbac Operationapprovalrequest List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalrequest-list.md
Content-Length: 1741
++
v1.0 Intune Rbac Operationapprovalrequest Reject https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalrequest-reject.md
Content-Length: 31
++
v1.0 Intune Rbac Operationapprovalrequest Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-operationapprovalrequest-update.md
Content-Length: 1528
++
v1.0 Intune Rbac Rbacapplicationmultiple Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-rbacapplicationmultiple-get.md
Content-Length: 137
++
v1.0 Intune Rbac Rbacapplicationmultiple Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-rbacapplicationmultiple-update.md
Content-Length: 114
++
v1.0 Intune Rbac Resourceoperation Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-resourceoperation-create.md
Content-Length: 298
++
v1.0 Intune Rbac Resourceoperation Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-resourceoperation-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rbac Resourceoperation Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-resourceoperation-get.md
Content-Length: 331
++
v1.0 Intune Rbac Resourceoperation Getscopesforuser https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-resourceoperation-getscopesforuser.md
Content-Length: 56
++
v1.0 Intune Rbac Resourceoperation List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-resourceoperation-list.md
Content-Length: 359
++
v1.0 Intune Rbac Resourceoperation Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-resourceoperation-update.md
Content-Length: 298
++
v1.0 Intune Rbac Roleassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-roleassignment-create.md
Content-Length: 326
++
v1.0 Intune Rbac Roleassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-roleassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rbac Roleassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-roleassignment-get.md
Content-Length: 367
++
v1.0 Intune Rbac Roleassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-roleassignment-list.md
Content-Length: 403
++
v1.0 Intune Rbac Roleassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-roleassignment-update.md
Content-Length: 326
++
v1.0 Intune Rbac Roledefinition Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-roledefinition-create.md
Content-Length: 1256
++
v1.0 Intune Rbac Roledefinition Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-roledefinition-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rbac Roledefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-roledefinition-get.md
Content-Length: 1369
++
v1.0 Intune Rbac Roledefinition List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-roledefinition-list.md
Content-Length: 1477
++
v1.0 Intune Rbac Roledefinition Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-roledefinition-update.md
Content-Length: 1256
++
v1.0 Intune Rbac Rolemanagement Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-rolemanagement-get.md
Content-Length: 128
++
v1.0 Intune Rbac Rolemanagement Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-rolemanagement-update.md
Content-Length: 105
++
v1.0 Intune Rbac Rolescopetag Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-rolescopetag-assign.md
Content-Length: 499
++
v1.0 Intune Rbac Rolescopetag Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-rolescopetag-create.md
Content-Length: 204
++
v1.0 Intune Rbac Rolescopetag Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-rolescopetag-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rbac Rolescopetag Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-rolescopetag-get.md
Content-Length: 233
++
v1.0 Intune Rbac Rolescopetag Getrolescopetagsbyid https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-rolescopetag-getrolescopetagsbyid.md
Content-Length: 257
++
v1.0 Intune Rbac Rolescopetag Hascustomrolescopetag https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-rolescopetag-hascustomrolescopetag.md
Content-Length: 21
++
v1.0 Intune Rbac Rolescopetag List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-rolescopetag-list.md
Content-Length: 257
++
v1.0 Intune Rbac Rolescopetag Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-rolescopetag-update.md
Content-Length: 204
++
v1.0 Intune Rbac Rolescopetagautoassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-rolescopetagautoassignment-create.md
Content-Length: 434
++
v1.0 Intune Rbac Rolescopetagautoassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-rolescopetagautoassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rbac Rolescopetagautoassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-rolescopetagautoassignment-get.md
Content-Length: 469
++
v1.0 Intune Rbac Rolescopetagautoassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-rolescopetagautoassignment-list.md
Content-Length: 499
++
v1.0 Intune Rbac Rolescopetagautoassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-rbac-rolescopetagautoassignment-update.md
Content-Length: 434
++
v1.0 Intune Remoteassistance Createremotehelpsessionresponse Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-createremotehelpsessionresponse-create.md
+
+ Title: "Create createRemoteHelpSessionResponse"
+description: "Create a new createRemoteHelpSessionResponse object."
+
+localization_priority: Normal
++
+# Create createRemoteHelpSessionResponse
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Create a new [createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md) object.
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+POST /CreateRemoteHelpSessionResponse
+```
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+In the request body, supply a JSON representation for the createRemoteHelpSessionResponse object.
+
+The following table shows the properties that are required when you create the createRemoteHelpSessionResponse.
+
+|Property|Type|Description|
+|:|:|:|
+|sessionKey|String|The unique identifier for a session|
+|sessionType|[allowedRemoteAssistanceActions](../resources/intune-remoteassistance-allowedremoteassistanceactions.md)|Remote Help Session Type. Possible values are: `viewScreen`, `takeFullControl`, `elevation`, `unattended`, `unknownFutureValue`.|
+++
+## Response
+If successful, this method returns a `201 Created` response code and a [createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md) object in the response body.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+POST https://graph.microsoft.com/beta/CreateRemoteHelpSessionResponse
+Content-type: application/json
+Content-length: 148
+
+{
+ "@odata.type": "#microsoft.graph.createRemoteHelpSessionResponse",
+ "sessionKey": "Session Key value",
+ "sessionType": "takeFullControl"
+}
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 201 Created
+Content-Type: application/json
+Content-Length: 148
+
+{
+ "@odata.type": "#microsoft.graph.createRemoteHelpSessionResponse",
+ "sessionKey": "Session Key value",
+ "sessionType": "takeFullControl"
+}
+```
++++++
v1.0 Intune Remoteassistance Createremotehelpsessionresponse Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-createremotehelpsessionresponse-delete.md
+
+ Title: "Delete createRemoteHelpSessionResponse"
+description: "Deletes a createRemoteHelpSessionResponse."
+
+localization_priority: Normal
++
+# Delete createRemoteHelpSessionResponse
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Deletes a [createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md).
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+DELETE /CreateRemoteHelpSessionResponse/{CreateRemoteHelpSessionResponseId}
+```
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+Do not supply a request body for this method.
+
+## Response
+If successful, this method returns a `204 No Content` response code.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+DELETE https://graph.microsoft.com/beta/CreateRemoteHelpSessionResponse/{CreateRemoteHelpSessionResponseId}
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 204 No Content
+```
++++++
v1.0 Intune Remoteassistance Createremotehelpsessionresponse Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-createremotehelpsessionresponse-get.md
+
+ Title: "Get createRemoteHelpSessionResponse"
+description: "Read properties and relationships of the createRemoteHelpSessionResponse object."
+
+localization_priority: Normal
++
+# Get createRemoteHelpSessionResponse
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Read properties and relationships of the [createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md) object.
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /CreateRemoteHelpSessionResponse/{CreateRemoteHelpSessionResponseId}
+```
+
+## Optional query parameters
+This method supports the [OData Query Parameters](/graph/query-parameters) to help customize the response.
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+Do not supply a request body for this method.
+
+## Response
+If successful, this method returns a `200 OK` response code and [createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md) object in the response body.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+GET https://graph.microsoft.com/beta/CreateRemoteHelpSessionResponse/{CreateRemoteHelpSessionResponseId}
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+Content-Length: 173
+
+{
+ "value": {
+ "@odata.type": "#microsoft.graph.createRemoteHelpSessionResponse",
+ "sessionKey": "Session Key value",
+ "sessionType": "takeFullControl"
+ }
+}
+```
++++++
v1.0 Intune Remoteassistance Createremotehelpsessionresponse List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-createremotehelpsessionresponse-list.md
+
+ Title: "List createRemoteHelpSessionResponses"
+description: "List properties and relationships of the createRemoteHelpSessionResponse objects."
+
+localization_priority: Normal
++
+# List createRemoteHelpSessionResponses
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+List properties and relationships of the [createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md) objects.
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /CreateRemoteHelpSessionResponse
+```
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+Do not supply a request body for this method.
+
+## Response
+If successful, this method returns a `200 OK` response code and a collection of [createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md) objects in the response body.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+GET https://graph.microsoft.com/beta/CreateRemoteHelpSessionResponse
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+Content-Length: 193
+
+{
+ "value": [
+ {
+ "@odata.type": "#microsoft.graph.createRemoteHelpSessionResponse",
+ "sessionKey": "Session Key value",
+ "sessionType": "takeFullControl"
+ }
+ ]
+}
+```
++++++
v1.0 Intune Remoteassistance Createremotehelpsessionresponse Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-createremotehelpsessionresponse-update.md
+
+ Title: "Update createRemoteHelpSessionResponse"
+description: "Update the properties of a createRemoteHelpSessionResponse object."
+
+localization_priority: Normal
++
+# Update createRemoteHelpSessionResponse
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Update the properties of a [createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md) object.
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+PATCH /CreateRemoteHelpSessionResponse/{CreateRemoteHelpSessionResponseId}
+```
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+In the request body, supply a JSON representation for the [createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md) object.
+
+The following table shows the properties that are required when you create the [createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md).
+
+|Property|Type|Description|
+|:|:|:|
+|sessionKey|String|The unique identifier for a session|
+|sessionType|[allowedRemoteAssistanceActions](../resources/intune-remoteassistance-allowedremoteassistanceactions.md)|Remote Help Session Type. Possible values are: `viewScreen`, `takeFullControl`, `elevation`, `unattended`, `unknownFutureValue`.|
+++
+## Response
+If successful, this method returns a `200 OK` response code and an updated [createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md) object in the response body.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+PATCH https://graph.microsoft.com/beta/CreateRemoteHelpSessionResponse/{CreateRemoteHelpSessionResponseId}
+Content-type: application/json
+Content-length: 148
+
+{
+ "@odata.type": "#microsoft.graph.createRemoteHelpSessionResponse",
+ "sessionKey": "Session Key value",
+ "sessionType": "takeFullControl"
+}
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+Content-Length: 148
+
+{
+ "@odata.type": "#microsoft.graph.createRemoteHelpSessionResponse",
+ "sessionKey": "Session Key value",
+ "sessionType": "takeFullControl"
+}
+```
++++++
v1.0 Intune Remoteassistance Devicemanagement Getallowedremoteassistanceactions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-devicemanagement-getallowedremoteassistanceactions.md
Content-Length: 34
++
v1.0 Intune Remoteassistance Devicemanagement Reportremoteassistance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-devicemanagement-reportremoteassistance.md
HTTP/1.1 204 No Content
++
v1.0 Intune Remoteassistance Devicemanagementreports Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-devicemanagementreports-get.md
Content-Length: 137
++
v1.0 Intune Remoteassistance Devicemanagementreports Getremoteassistancemonitoractivesessionsreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-devicemanagementreports-getremoteassistancemonitoractivesessionsreport.md
Content-Length: 119
++
v1.0 Intune Remoteassistance Devicemanagementreports Getremoteassistancemonitoravgsessiontimereport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-devicemanagementreports-getremoteassistancemonitoravgsessiontimereport.md
Content-Length: 123
++
v1.0 Intune Remoteassistance Devicemanagementreports Getremoteassistancemonitortotalsessionsreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-devicemanagementreports-getremoteassistancemonitortotalsessionsreport.md
Content-Length: 119
++
v1.0 Intune Remoteassistance Devicemanagementreports Getremoteassistancesessionsreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-devicemanagementreports-getremoteassistancesessionsreport.md
Content-Length: 103
++
v1.0 Intune Remoteassistance Devicemanagementreports Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-devicemanagementreports-update.md
Content-Length: 114
++
v1.0 Intune Remoteassistance Remoteassistancepartner Beginonboarding https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-remoteassistancepartner-beginonboarding.md
HTTP/1.1 204 No Content
++
v1.0 Intune Remoteassistance Remoteassistancepartner Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-remoteassistancepartner-create.md
Content-Length: 390
++
v1.0 Intune Remoteassistance Remoteassistancepartner Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-remoteassistancepartner-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Remoteassistance Remoteassistancepartner Disconnect https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-remoteassistancepartner-disconnect.md
HTTP/1.1 204 No Content
++
v1.0 Intune Remoteassistance Remoteassistancepartner Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-remoteassistancepartner-get.md
Content-Length: 423
++
v1.0 Intune Remoteassistance Remoteassistancepartner List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-remoteassistancepartner-list.md
Content-Length: 451
++
v1.0 Intune Remoteassistance Remoteassistancepartner Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-remoteassistancepartner-update.md
Content-Length: 390
++
v1.0 Intune Remoteassistance Remoteassistancesettings Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-remoteassistancesettings-get.md
Content-Length: 226
++
v1.0 Intune Remoteassistance Remoteassistancesettings Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-remoteassistancesettings-update.md
Content-Length: 199
++
v1.0 Intune Remoteassistance Requestremotehelpsessionaccessresponse Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-requestremotehelpsessionaccessresponse-create.md
+
+ Title: "Create requestRemoteHelpSessionAccessResponse"
+description: "Create a new requestRemoteHelpSessionAccessResponse object."
+
+localization_priority: Normal
++
+# Create requestRemoteHelpSessionAccessResponse
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Create a new [requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md) object.
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+POST /RequestRemoteHelpSessionAccessResponse
+```
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+In the request body, supply a JSON representation for the requestRemoteHelpSessionAccessResponse object.
+
+The following table shows the properties that are required when you create the requestRemoteHelpSessionAccessResponse.
+
+|Property|Type|Description|
+|:|:|:|
+|sessionKey|String|The unique identifier for a session|
+|sessionType|[allowedRemoteAssistanceActions](../resources/intune-remoteassistance-allowedremoteassistanceactions.md)|Remote Help Session Type. Possible values are: `viewScreen`, `takeFullControl`, `elevation`, `unattended`, `unknownFutureValue`.|
+|pubSubEncryptionKey|String|The unique identifier for encrypting client messages sent to PubSub|
+|pubSubEncryption|String|AES encryption Initialization Vector for encrypting client messages sent to PubSub|
+++
+## Response
+If successful, this method returns a `201 Created` response code and a [requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md) object in the response body.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+POST https://graph.microsoft.com/beta/RequestRemoteHelpSessionAccessResponse
+Content-type: application/json
+Content-length: 264
+
+{
+ "@odata.type": "#microsoft.graph.requestRemoteHelpSessionAccessResponse",
+ "sessionKey": "Session Key value",
+ "sessionType": "takeFullControl",
+ "pubSubEncryptionKey": "Pub Sub Encryption Key value",
+ "pubSubEncryption": "Pub Sub Encryption value"
+}
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 201 Created
+Content-Type: application/json
+Content-Length: 264
+
+{
+ "@odata.type": "#microsoft.graph.requestRemoteHelpSessionAccessResponse",
+ "sessionKey": "Session Key value",
+ "sessionType": "takeFullControl",
+ "pubSubEncryptionKey": "Pub Sub Encryption Key value",
+ "pubSubEncryption": "Pub Sub Encryption value"
+}
+```
++++++
v1.0 Intune Remoteassistance Requestremotehelpsessionaccessresponse Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-requestremotehelpsessionaccessresponse-delete.md
+
+ Title: "Delete requestRemoteHelpSessionAccessResponse"
+description: "Deletes a requestRemoteHelpSessionAccessResponse."
+
+localization_priority: Normal
++
+# Delete requestRemoteHelpSessionAccessResponse
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Deletes a [requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md).
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+DELETE /RequestRemoteHelpSessionAccessResponse/{RequestRemoteHelpSessionAccessResponseId}
+```
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+Do not supply a request body for this method.
+
+## Response
+If successful, this method returns a `204 No Content` response code.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+DELETE https://graph.microsoft.com/beta/RequestRemoteHelpSessionAccessResponse/{RequestRemoteHelpSessionAccessResponseId}
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 204 No Content
+```
++++++
v1.0 Intune Remoteassistance Requestremotehelpsessionaccessresponse Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-requestremotehelpsessionaccessresponse-get.md
+
+ Title: "Get requestRemoteHelpSessionAccessResponse"
+description: "Read properties and relationships of the requestRemoteHelpSessionAccessResponse object."
+
+localization_priority: Normal
++
+# Get requestRemoteHelpSessionAccessResponse
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Read properties and relationships of the [requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md) object.
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /RequestRemoteHelpSessionAccessResponse/{RequestRemoteHelpSessionAccessResponseId}
+```
+
+## Optional query parameters
+This method supports the [OData Query Parameters](/graph/query-parameters) to help customize the response.
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+Do not supply a request body for this method.
+
+## Response
+If successful, this method returns a `200 OK` response code and [requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md) object in the response body.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+GET https://graph.microsoft.com/beta/RequestRemoteHelpSessionAccessResponse/{RequestRemoteHelpSessionAccessResponseId}
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+Content-Length: 293
+
+{
+ "value": {
+ "@odata.type": "#microsoft.graph.requestRemoteHelpSessionAccessResponse",
+ "sessionKey": "Session Key value",
+ "sessionType": "takeFullControl",
+ "pubSubEncryptionKey": "Pub Sub Encryption Key value",
+ "pubSubEncryption": "Pub Sub Encryption value"
+ }
+}
+```
++++++
v1.0 Intune Remoteassistance Requestremotehelpsessionaccessresponse List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-requestremotehelpsessionaccessresponse-list.md
+
+ Title: "List requestRemoteHelpSessionAccessResponses"
+description: "List properties and relationships of the requestRemoteHelpSessionAccessResponse objects."
+
+localization_priority: Normal
++
+# List requestRemoteHelpSessionAccessResponses
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+List properties and relationships of the [requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md) objects.
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /RequestRemoteHelpSessionAccessResponse
+```
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+Do not supply a request body for this method.
+
+## Response
+If successful, this method returns a `200 OK` response code and a collection of [requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md) objects in the response body.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+GET https://graph.microsoft.com/beta/RequestRemoteHelpSessionAccessResponse
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+Content-Length: 317
+
+{
+ "value": [
+ {
+ "@odata.type": "#microsoft.graph.requestRemoteHelpSessionAccessResponse",
+ "sessionKey": "Session Key value",
+ "sessionType": "takeFullControl",
+ "pubSubEncryptionKey": "Pub Sub Encryption Key value",
+ "pubSubEncryption": "Pub Sub Encryption value"
+ }
+ ]
+}
+```
++++++
v1.0 Intune Remoteassistance Requestremotehelpsessionaccessresponse Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-requestremotehelpsessionaccessresponse-update.md
+
+ Title: "Update requestRemoteHelpSessionAccessResponse"
+description: "Update the properties of a requestRemoteHelpSessionAccessResponse object."
+
+localization_priority: Normal
++
+# Update requestRemoteHelpSessionAccessResponse
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Update the properties of a [requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md) object.
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+PATCH /RequestRemoteHelpSessionAccessResponse/{RequestRemoteHelpSessionAccessResponseId}
+```
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+In the request body, supply a JSON representation for the [requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md) object.
+
+The following table shows the properties that are required when you create the [requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md).
+
+|Property|Type|Description|
+|:|:|:|
+|sessionKey|String|The unique identifier for a session|
+|sessionType|[allowedRemoteAssistanceActions](../resources/intune-remoteassistance-allowedremoteassistanceactions.md)|Remote Help Session Type. Possible values are: `viewScreen`, `takeFullControl`, `elevation`, `unattended`, `unknownFutureValue`.|
+|pubSubEncryptionKey|String|The unique identifier for encrypting client messages sent to PubSub|
+|pubSubEncryption|String|AES encryption Initialization Vector for encrypting client messages sent to PubSub|
+++
+## Response
+If successful, this method returns a `200 OK` response code and an updated [requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md) object in the response body.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+PATCH https://graph.microsoft.com/beta/RequestRemoteHelpSessionAccessResponse/{RequestRemoteHelpSessionAccessResponseId}
+Content-type: application/json
+Content-length: 264
+
+{
+ "@odata.type": "#microsoft.graph.requestRemoteHelpSessionAccessResponse",
+ "sessionKey": "Session Key value",
+ "sessionType": "takeFullControl",
+ "pubSubEncryptionKey": "Pub Sub Encryption Key value",
+ "pubSubEncryption": "Pub Sub Encryption value"
+}
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+Content-Length: 264
+
+{
+ "@odata.type": "#microsoft.graph.requestRemoteHelpSessionAccessResponse",
+ "sessionKey": "Session Key value",
+ "sessionType": "takeFullControl",
+ "pubSubEncryptionKey": "Pub Sub Encryption Key value",
+ "pubSubEncryption": "Pub Sub Encryption value"
+}
+```
++++++
v1.0 Intune Remoteassistance Retrieveremotehelpsessionresponse Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-retrieveremotehelpsessionresponse-create.md
+
+ Title: "Create retrieveRemoteHelpSessionResponse"
+description: "Create a new retrieveRemoteHelpSessionResponse object."
+
+localization_priority: Normal
++
+# Create retrieveRemoteHelpSessionResponse
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Create a new [retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md) object.
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+POST /RemoteHelpSessionRetrieveResponse
+```
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+In the request body, supply a JSON representation for the retrieveRemoteHelpSessionResponse object.
+
+The following table shows the properties that are required when you create the retrieveRemoteHelpSessionResponse.
+
+|Property|Type|Description|
+|:|:|:|
+|sessionKey|String|The unique identifier for a session|
+|acsHelperUserToken|String|Helper ACS User Token|
+|acsHelperUserId|String|Helper ACS User Id|
+|acsSharerUserId|String|Sharer ACS User Id|
+|acsGroupId|String|ACS Group Id|
+|sessionType|[allowedRemoteAssistanceActions](../resources/intune-remoteassistance-allowedremoteassistanceactions.md)|Remote Help Session Type. Possible values are: `viewScreen`, `takeFullControl`, `elevation`, `unattended`, `unknownFutureValue`.|
+|deviceName|String|Android Device Name|
+|pubSubGroupId|String|Azure Pubsub Group Id|
+|pubSubHelperAccessUri|String|Azure Pubsub Group Id|
+|sessionExpirationDateTime|DateTimeOffset|Azure Pubsub Session Expiration Date Time.|
+++
+## Response
+If successful, this method returns a `201 Created` response code and a [retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md) object in the response body.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+POST https://graph.microsoft.com/beta/RemoteHelpSessionRetrieveResponse
+Content-type: application/json
+Content-length: 561
+
+{
+ "@odata.type": "#microsoft.graph.retrieveRemoteHelpSessionResponse",
+ "sessionKey": "Session Key value",
+ "acsHelperUserToken": "Acs Helper User Token value",
+ "acsHelperUserId": "Acs Helper User Id value",
+ "acsSharerUserId": "Acs Sharer User Id value",
+ "acsGroupId": "Acs Group Id value",
+ "sessionType": "takeFullControl",
+ "deviceName": "Device Name value",
+ "pubSubGroupId": "Pub Sub Group Id value",
+ "pubSubHelperAccessUri": "Pub Sub Helper Access Uri value",
+ "sessionExpirationDateTime": "2016-12-31T23:59:57.5564522-08:00"
+}
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 201 Created
+Content-Type: application/json
+Content-Length: 561
+
+{
+ "@odata.type": "#microsoft.graph.retrieveRemoteHelpSessionResponse",
+ "sessionKey": "Session Key value",
+ "acsHelperUserToken": "Acs Helper User Token value",
+ "acsHelperUserId": "Acs Helper User Id value",
+ "acsSharerUserId": "Acs Sharer User Id value",
+ "acsGroupId": "Acs Group Id value",
+ "sessionType": "takeFullControl",
+ "deviceName": "Device Name value",
+ "pubSubGroupId": "Pub Sub Group Id value",
+ "pubSubHelperAccessUri": "Pub Sub Helper Access Uri value",
+ "sessionExpirationDateTime": "2016-12-31T23:59:57.5564522-08:00"
+}
+```
++++++
v1.0 Intune Remoteassistance Retrieveremotehelpsessionresponse Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-retrieveremotehelpsessionresponse-delete.md
+
+ Title: "Delete retrieveRemoteHelpSessionResponse"
+description: "Deletes a retrieveRemoteHelpSessionResponse."
+
+localization_priority: Normal
++
+# Delete retrieveRemoteHelpSessionResponse
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Deletes a [retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md).
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+DELETE /RemoteHelpSessionRetrieveResponse/{RemoteHelpSessionRetrieveResponseId}
+```
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+Do not supply a request body for this method.
+
+## Response
+If successful, this method returns a `204 No Content` response code.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+DELETE https://graph.microsoft.com/beta/RemoteHelpSessionRetrieveResponse/{RemoteHelpSessionRetrieveResponseId}
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 204 No Content
+```
++++++
v1.0 Intune Remoteassistance Retrieveremotehelpsessionresponse Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-retrieveremotehelpsessionresponse-get.md
+
+ Title: "Get retrieveRemoteHelpSessionResponse"
+description: "Read properties and relationships of the retrieveRemoteHelpSessionResponse object."
+
+localization_priority: Normal
++
+# Get retrieveRemoteHelpSessionResponse
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Read properties and relationships of the [retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md) object.
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /RemoteHelpSessionRetrieveResponse/{RemoteHelpSessionRetrieveResponseId}
+```
+
+## Optional query parameters
+This method supports the [OData Query Parameters](/graph/query-parameters) to help customize the response.
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+Do not supply a request body for this method.
+
+## Response
+If successful, this method returns a `200 OK` response code and [retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md) object in the response body.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+GET https://graph.microsoft.com/beta/RemoteHelpSessionRetrieveResponse/{RemoteHelpSessionRetrieveResponseId}
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+Content-Length: 602
+
+{
+ "value": {
+ "@odata.type": "#microsoft.graph.retrieveRemoteHelpSessionResponse",
+ "sessionKey": "Session Key value",
+ "acsHelperUserToken": "Acs Helper User Token value",
+ "acsHelperUserId": "Acs Helper User Id value",
+ "acsSharerUserId": "Acs Sharer User Id value",
+ "acsGroupId": "Acs Group Id value",
+ "sessionType": "takeFullControl",
+ "deviceName": "Device Name value",
+ "pubSubGroupId": "Pub Sub Group Id value",
+ "pubSubHelperAccessUri": "Pub Sub Helper Access Uri value",
+ "sessionExpirationDateTime": "2016-12-31T23:59:57.5564522-08:00"
+ }
+}
+```
++++++
v1.0 Intune Remoteassistance Retrieveremotehelpsessionresponse List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-retrieveremotehelpsessionresponse-list.md
+
+ Title: "List retrieveRemoteHelpSessionResponses"
+description: "List properties and relationships of the retrieveRemoteHelpSessionResponse objects."
+
+localization_priority: Normal
++
+# List retrieveRemoteHelpSessionResponses
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+List properties and relationships of the [retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md) objects.
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+GET /RemoteHelpSessionRetrieveResponse
+```
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+Do not supply a request body for this method.
+
+## Response
+If successful, this method returns a `200 OK` response code and a collection of [retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md) objects in the response body.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+GET https://graph.microsoft.com/beta/RemoteHelpSessionRetrieveResponse
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+Content-Length: 638
+
+{
+ "value": [
+ {
+ "@odata.type": "#microsoft.graph.retrieveRemoteHelpSessionResponse",
+ "sessionKey": "Session Key value",
+ "acsHelperUserToken": "Acs Helper User Token value",
+ "acsHelperUserId": "Acs Helper User Id value",
+ "acsSharerUserId": "Acs Sharer User Id value",
+ "acsGroupId": "Acs Group Id value",
+ "sessionType": "takeFullControl",
+ "deviceName": "Device Name value",
+ "pubSubGroupId": "Pub Sub Group Id value",
+ "pubSubHelperAccessUri": "Pub Sub Helper Access Uri value",
+ "sessionExpirationDateTime": "2016-12-31T23:59:57.5564522-08:00"
+ }
+ ]
+}
+```
++++++
v1.0 Intune Remoteassistance Retrieveremotehelpsessionresponse Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-remoteassistance-retrieveremotehelpsessionresponse-update.md
+
+ Title: "Update retrieveRemoteHelpSessionResponse"
+description: "Update the properties of a retrieveRemoteHelpSessionResponse object."
+
+localization_priority: Normal
++
+# Update retrieveRemoteHelpSessionResponse
+
+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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Update the properties of a [retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md) object.
+
+## Prerequisites
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type|Permissions (from least to most privileged)|
+|:|:|
+|Delegated (work or school account)|DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All|
+|Delegated (personal Microsoft account)|Not supported.|
+|Application|DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All|
+
+## HTTP Request
+<!-- {
+ "blockType": "ignored"
+}
+-->
+``` http
+PATCH /RemoteHelpSessionRetrieveResponse/{RemoteHelpSessionRetrieveResponseId}
+```
+
+## Request headers
+|Header|Value|
+|:|:|
+|Authorization|Bearer &lt;token&gt; Required.|
+|Accept|application/json|
+
+## Request body
+In the request body, supply a JSON representation for the [retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md) object.
+
+The following table shows the properties that are required when you create the [retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md).
+
+|Property|Type|Description|
+|:|:|:|
+|sessionKey|String|The unique identifier for a session|
+|acsHelperUserToken|String|Helper ACS User Token|
+|acsHelperUserId|String|Helper ACS User Id|
+|acsSharerUserId|String|Sharer ACS User Id|
+|acsGroupId|String|ACS Group Id|
+|sessionType|[allowedRemoteAssistanceActions](../resources/intune-remoteassistance-allowedremoteassistanceactions.md)|Remote Help Session Type. Possible values are: `viewScreen`, `takeFullControl`, `elevation`, `unattended`, `unknownFutureValue`.|
+|deviceName|String|Android Device Name|
+|pubSubGroupId|String|Azure Pubsub Group Id|
+|pubSubHelperAccessUri|String|Azure Pubsub Group Id|
+|sessionExpirationDateTime|DateTimeOffset|Azure Pubsub Session Expiration Date Time.|
+++
+## Response
+If successful, this method returns a `200 OK` response code and an updated [retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md) object in the response body.
+
+## Example
+
+### Request
+Here is an example of the request.
+``` http
+PATCH https://graph.microsoft.com/beta/RemoteHelpSessionRetrieveResponse/{RemoteHelpSessionRetrieveResponseId}
+Content-type: application/json
+Content-length: 561
+
+{
+ "@odata.type": "#microsoft.graph.retrieveRemoteHelpSessionResponse",
+ "sessionKey": "Session Key value",
+ "acsHelperUserToken": "Acs Helper User Token value",
+ "acsHelperUserId": "Acs Helper User Id value",
+ "acsSharerUserId": "Acs Sharer User Id value",
+ "acsGroupId": "Acs Group Id value",
+ "sessionType": "takeFullControl",
+ "deviceName": "Device Name value",
+ "pubSubGroupId": "Pub Sub Group Id value",
+ "pubSubHelperAccessUri": "Pub Sub Helper Access Uri value",
+ "sessionExpirationDateTime": "2016-12-31T23:59:57.5564522-08:00"
+}
+```
+
+### Response
+Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
+``` http
+HTTP/1.1 200 OK
+Content-Type: application/json
+Content-Length: 561
+
+{
+ "@odata.type": "#microsoft.graph.retrieveRemoteHelpSessionResponse",
+ "sessionKey": "Session Key value",
+ "acsHelperUserToken": "Acs Helper User Token value",
+ "acsHelperUserId": "Acs Helper User Id value",
+ "acsSharerUserId": "Acs Sharer User Id value",
+ "acsGroupId": "Acs Group Id value",
+ "sessionType": "takeFullControl",
+ "deviceName": "Device Name value",
+ "pubSubGroupId": "Pub Sub Group Id value",
+ "pubSubHelperAccessUri": "Pub Sub Helper Access Uri value",
+ "sessionExpirationDateTime": "2016-12-31T23:59:57.5564522-08:00"
+}
+```
++++++
v1.0 Intune Reporting Devicemanagementcachedreportconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementcachedreportconfiguration-create.md
Content-Length: 467
++
v1.0 Intune Reporting Devicemanagementcachedreportconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementcachedreportconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Reporting Devicemanagementcachedreportconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementcachedreportconfiguration-get.md
Content-Length: 514
++
v1.0 Intune Reporting Devicemanagementcachedreportconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementcachedreportconfiguration-list.md
Content-Length: 556
++
v1.0 Intune Reporting Devicemanagementcachedreportconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementcachedreportconfiguration-update.md
Content-Length: 467
++
v1.0 Intune Reporting Devicemanagementexportjob Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementexportjob-create.md
The following table shows the properties that are required when you create the d
|reportName|String|Name of the report| |filter|String|Filters applied on the report| |select|String collection|Columns selected from the report|
-|format|[deviceManagementReportFileFormat](../resources/intune-reporting-devicemanagementreportfileformat.md)|Format of the exported report. Possible values are: `csv`, `json`.|
+|format|[deviceManagementReportFileFormat](../resources/intune-reporting-devicemanagementreportfileformat.md)|Format of the exported report. Possible values are: `csv`, `pdf`, `json`, `unknownFutureValue`.|
|snapshotId|String|A snapshot is an identifiable subset of the dataset represented by the ReportName. A sessionId or CachedReportConfiguration id can be used here. If a sessionId is specified, Filter, Select, and OrderBy are applied to the data represented by the sessionId. Filter, Select, and OrderBy cannot be specified together with a CachedReportConfiguration id.| |localizationType|[deviceManagementExportJobLocalizationType](../resources/intune-reporting-devicemanagementexportjoblocalizationtype.md)|Configures how the requested export job is localized. Possible values are: `localizedValuesAsAdditionalColumn`, `replaceLocalizableValues`.| |status|[deviceManagementReportStatus](../resources/intune-reporting-devicemanagementreportstatus.md)|Status of the export job. Possible values are: `unknown`, `notStarted`, `inProgress`, `completed`, `failed`.|
Here is an example of the request.
``` http POST https://graph.microsoft.com/beta/deviceManagement/reports/exportJobs Content-type: application/json
-Content-length: 456
+Content-length: 455
{ "@odata.type": "#microsoft.graph.deviceManagementExportJob",
Content-length: 456
"select": [ "Select value" ],
- "format": "json",
+ "format": "pdf",
"snapshotId": "Snapshot Id value", "localizationType": "replaceLocalizableValues", "status": "notStarted",
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 201 Created Content-Type: application/json
-Content-Length: 505
+Content-Length: 504
{ "@odata.type": "#microsoft.graph.deviceManagementExportJob",
Content-Length: 505
"select": [ "Select value" ],
- "format": "json",
+ "format": "pdf",
"snapshotId": "Snapshot Id value", "localizationType": "replaceLocalizableValues", "status": "notStarted",
Content-Length: 505
++
v1.0 Intune Reporting Devicemanagementexportjob Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementexportjob-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Reporting Devicemanagementexportjob Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementexportjob-get.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 552
+Content-Length: 551
{ "value": {
Content-Length: 552
"select": [ "Select value" ],
- "format": "json",
+ "format": "pdf",
"snapshotId": "Snapshot Id value", "localizationType": "replaceLocalizableValues", "status": "notStarted",
Content-Length: 552
++
v1.0 Intune Reporting Devicemanagementexportjob List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementexportjob-list.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 594
+Content-Length: 593
{ "value": [
Content-Length: 594
"select": [ "Select value" ],
- "format": "json",
+ "format": "pdf",
"snapshotId": "Snapshot Id value", "localizationType": "replaceLocalizableValues", "status": "notStarted",
Content-Length: 594
++
v1.0 Intune Reporting Devicemanagementexportjob Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementexportjob-update.md
The following table shows the properties that are required when you create the [
|reportName|String|Name of the report| |filter|String|Filters applied on the report| |select|String collection|Columns selected from the report|
-|format|[deviceManagementReportFileFormat](../resources/intune-reporting-devicemanagementreportfileformat.md)|Format of the exported report. Possible values are: `csv`, `json`.|
+|format|[deviceManagementReportFileFormat](../resources/intune-reporting-devicemanagementreportfileformat.md)|Format of the exported report. Possible values are: `csv`, `pdf`, `json`, `unknownFutureValue`.|
|snapshotId|String|A snapshot is an identifiable subset of the dataset represented by the ReportName. A sessionId or CachedReportConfiguration id can be used here. If a sessionId is specified, Filter, Select, and OrderBy are applied to the data represented by the sessionId. Filter, Select, and OrderBy cannot be specified together with a CachedReportConfiguration id.| |localizationType|[deviceManagementExportJobLocalizationType](../resources/intune-reporting-devicemanagementexportjoblocalizationtype.md)|Configures how the requested export job is localized. Possible values are: `localizedValuesAsAdditionalColumn`, `replaceLocalizableValues`.| |status|[deviceManagementReportStatus](../resources/intune-reporting-devicemanagementreportstatus.md)|Status of the export job. Possible values are: `unknown`, `notStarted`, `inProgress`, `completed`, `failed`.|
Here is an example of the request.
``` http PATCH https://graph.microsoft.com/beta/deviceManagement/reports/exportJobs/{deviceManagementExportJobId} Content-type: application/json
-Content-length: 456
+Content-length: 455
{ "@odata.type": "#microsoft.graph.deviceManagementExportJob",
Content-length: 456
"select": [ "Select value" ],
- "format": "json",
+ "format": "pdf",
"snapshotId": "Snapshot Id value", "localizationType": "replaceLocalizableValues", "status": "notStarted",
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 505
+Content-Length: 504
{ "@odata.type": "#microsoft.graph.deviceManagementExportJob",
Content-Length: 505
"select": [ "Select value" ],
- "format": "json",
+ "format": "pdf",
"snapshotId": "Snapshot Id value", "localizationType": "replaceLocalizableValues", "status": "notStarted",
Content-Length: 505
++
v1.0 Intune Reporting Devicemanagementreports Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-get.md
Content-Length: 137
++
v1.0 Intune Reporting Devicemanagementreports Getcachedreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-getcachedreport.md
Content-Length: 79
++
v1.0 Intune Reporting Devicemanagementreports Getcompliancepolicynoncompliancereport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport.md
Content-Length: 111
++
v1.0 Intune Reporting Devicemanagementreports Getcompliancepolicynoncompliancesummaryreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport.md
Content-Length: 119
++
v1.0 Intune Reporting Devicemanagementreports Getcompliancesettingnoncompliancereport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport.md
Content-Length: 111
++
v1.0 Intune Reporting Devicemanagementreports Getconfigurationpolicynoncompliancereport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport.md
Content-Length: 115
++
v1.0 Intune Reporting Devicemanagementreports Getconfigurationpolicynoncompliancesummaryreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport.md
Content-Length: 123
++
v1.0 Intune Reporting Devicemanagementreports Getconfigurationsettingnoncompliancereport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport.md
Content-Length: 115
++
v1.0 Intune Reporting Devicemanagementreports Getdevicemanagementintentpersettingcontributingprofiles https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles.md
Content-Length: 131
++
v1.0 Intune Reporting Devicemanagementreports Getdevicemanagementintentsettingsreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport.md
Content-Length: 111
++
v1.0 Intune Reporting Devicemanagementreports Getdevicenoncompliancereport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport.md
Content-Length: 99
++
v1.0 Intune Reporting Devicemanagementreports Gethistoricalreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-gethistoricalreport.md
Content-Length: 83
++
v1.0 Intune Reporting Devicemanagementreports Getnoncompliantdevicesandsettingsreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport.md
Content-Length: 111
++
v1.0 Intune Reporting Devicemanagementreports Getpolicynoncompliancemetadata https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata.md
Content-Length: 99
++
v1.0 Intune Reporting Devicemanagementreports Getpolicynoncompliancereport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport.md
Content-Length: 95
++
v1.0 Intune Reporting Devicemanagementreports Getpolicynoncompliancesummaryreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport.md
Content-Length: 107
++
v1.0 Intune Reporting Devicemanagementreports Getreportfilters https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-getreportfilters.md
Content-Length: 79
++
v1.0 Intune Reporting Devicemanagementreports Getsettingnoncompliancereport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport.md
Content-Length: 99
++
v1.0 Intune Reporting Devicemanagementreports Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-reporting-devicemanagementreports-update.md
Content-Length: 114
++
v1.0 Intune Shared Androidmanagedappprotection Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-androidmanagedappprotection-create.md
Title: "Create androidManagedAppProtection" description: "Create a new androidManagedAppProtection object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Create a new [androidManagedAppProtection](../resources/intune-shared-androidmanagedappprotection.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 3139
++++
v1.0 Intune Shared Androidmanagedappprotection Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-androidmanagedappprotection-delete.md
Title: "Delete androidManagedAppProtection" description: "Deletes a androidManagedAppProtection."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Deletes a [androidManagedAppProtection](../resources/intune-shared-androidmanagedappprotection.md).
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Androidmanagedappprotection Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-androidmanagedappprotection-get.md
Title: "Get androidManagedAppProtection" description: "Read properties and relationships of the androidManagedAppProtection object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [androidManagedAppProtection](../resources/intune-shared-androidmanagedappprotection.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 3296
++++
v1.0 Intune Shared Androidmanagedappprotection Haspayloadlinks https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-androidmanagedappprotection-haspayloadlinks.md
Title: "hasPayloadLinks action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 249
++++
v1.0 Intune Shared Androidmanagedappprotection List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-androidmanagedappprotection-list.md
Title: "List androidManagedAppProtections" description: "List properties and relationships of the androidManagedAppProtection objects."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
List properties and relationships of the [androidManagedAppProtection](../resources/intune-shared-androidmanagedappprotection.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 3448
++++
v1.0 Intune Shared Androidmanagedappprotection Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-androidmanagedappprotection-update.md
Title: "Update androidManagedAppProtection" description: "Update the properties of a androidManagedAppProtection object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Update the properties of a [androidManagedAppProtection](../resources/intune-shared-androidmanagedappprotection.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 3139
++++
v1.0 Intune Shared Deviceappmanagement Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-deviceappmanagement-get.md
Title: "Get deviceAppManagement" description: "Read properties and relationships of the deviceAppManagement object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [deviceAppManagement](../resources/intune-shared-deviceappmanagement.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). Note that the appropriate permission varies according to the workflow.
Content-Length: 133
++
v1.0 Intune Shared Deviceappmanagement Syncmicrosoftstoreforbusinessapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-deviceappmanagement-syncmicrosoftstoreforbusinessapps.md
Title: "syncMicrosoftStoreForBusinessApps action" description: "Syncs Intune account with Microsoft Store For Business"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Syncs Intune account with Microsoft Store For Business
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++
v1.0 Intune Shared Deviceappmanagement Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-deviceappmanagement-update.md
Title: "Update deviceAppManagement" description: "Update the properties of a deviceAppManagement object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Update the properties of a [deviceAppManagement](../resources/intune-shared-deviceappmanagement.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). Note that the appropriate permission varies according to the workflow. |Permission type|Permissions (from most to least privileged)|
Content-Length: 110
++
v1.0 Intune Shared Devicecategory Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicecategory-create.md
Title: "Create deviceCategory" description: "Create a new deviceCategory object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Create a new [deviceCategory](../resources/intune-shared-devicecategory.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
Content-Length: 184
++
v1.0 Intune Shared Devicecategory Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicecategory-delete.md
Title: "Delete deviceCategory" description: "Deletes a deviceCategory."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Deletes a [deviceCategory](../resources/intune-shared-devicecategory.md).
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++
v1.0 Intune Shared Devicecategory Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicecategory-get.md
Title: "Get deviceCategory" description: "Read properties and relationships of the deviceCategory object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [deviceCategory](../resources/intune-shared-devicecategory.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
Content-Length: 211
++
v1.0 Intune Shared Devicecategory List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicecategory-list.md
Title: "List deviceCategories" description: "List properties and relationships of the deviceCategory objects."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. List properties and relationships of the [deviceCategory](../resources/intune-shared-devicecategory.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 233
++
v1.0 Intune Shared Devicecategory Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicecategory-update.md
Title: "Update deviceCategory" description: "Update the properties of a deviceCategory object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Update the properties of a [deviceCategory](../resources/intune-shared-devicecategory.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
Content-Length: 184
++
v1.0 Intune Shared Devicecompliancepolicy Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicecompliancepolicy-assign.md
Title: "assign action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 274
++++
v1.0 Intune Shared Devicecompliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicecompliancepolicy-get.md
Title: "Get deviceCompliancePolicy" description: "Read properties and relationships of the deviceCompliancePolicy object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [deviceCompliancePolicy](../resources/intune-shared-devicecompliancepolicy.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 433
++++
v1.0 Intune Shared Devicecompliancepolicy Haspayloadlinks https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicecompliancepolicy-haspayloadlinks.md
Title: "hasPayloadLinks action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 249
++++
v1.0 Intune Shared Devicecompliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicecompliancepolicy-list.md
Title: "List deviceCompliancePolicies" description: "List properties and relationships of the deviceCompliancePolicy objects."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
List properties and relationships of the [deviceCompliancePolicy](../resources/intune-shared-devicecompliancepolicy.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 467
++++
v1.0 Intune Shared Devicecompliancepolicy Refreshdevicecompliancereportsummarization https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicecompliancepolicy-refreshdevicecompliancereportsummarization.md
Title: "refreshDeviceComplianceReportSummarization action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Devicecompliancepolicy Scheduleactionsforrules https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicecompliancepolicy-scheduleactionsforrules.md
Title: "scheduleActionsForRules action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Deviceconfiguration Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-deviceconfiguration-assign.md
Title: "assign action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 340
++++
v1.0 Intune Shared Deviceconfiguration Assignedaccessmultimodeprofiles https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-deviceconfiguration-assignedaccessmultimodeprofiles.md
Title: "assignedAccessMultiModeProfiles action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Deviceconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-deviceconfiguration-get.md
Title: "Get deviceConfiguration" description: "Read properties and relationships of the deviceConfiguration object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [deviceConfiguration](../resources/intune-shared-deviceconfiguration.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 1277
++++
v1.0 Intune Shared Deviceconfiguration Gettargetedusersanddevices https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-deviceconfiguration-gettargetedusersanddevices.md
Title: "getTargetedUsersAndDevices action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 409
++++
v1.0 Intune Shared Deviceconfiguration Haspayloadlinks https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-deviceconfiguration-haspayloadlinks.md
Title: "hasPayloadLinks action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 249
++++
v1.0 Intune Shared Deviceconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-deviceconfiguration-list.md
Title: "List deviceConfigurations" description: "List properties and relationships of the deviceConfiguration objects."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
List properties and relationships of the [deviceConfiguration](../resources/intune-shared-deviceconfiguration.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 1355
++++
v1.0 Intune Shared Deviceconfiguration Windowsprivacyaccesscontrols https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-deviceconfiguration-windowsprivacyaccesscontrols.md
Title: "windowsPrivacyAccessControls action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Deviceenrollmentconfiguration Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-deviceenrollmentconfiguration-assign.md
Title: "assign action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Deviceenrollmentconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-deviceenrollmentconfiguration-get.md
Title: "Get deviceEnrollmentConfiguration" description: "Read properties and relationships of the deviceEnrollmentConfiguration object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [deviceEnrollmentConfiguration](../resources/intune-shared-deviceenrollmentconfiguration.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 392
++++
v1.0 Intune Shared Deviceenrollmentconfiguration Haspayloadlinks https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-deviceenrollmentconfiguration-haspayloadlinks.md
Title: "hasPayloadLinks action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 249
++++
v1.0 Intune Shared Deviceenrollmentconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-deviceenrollmentconfiguration-list.md
Title: "List deviceEnrollmentConfigurations" description: "List properties and relationships of the deviceEnrollmentConfiguration objects."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
List properties and relationships of the [deviceEnrollmentConfiguration](../resources/intune-shared-deviceenrollmentconfiguration.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 422
++++
v1.0 Intune Shared Deviceenrollmentconfiguration Setpriority https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-deviceenrollmentconfiguration-setpriority.md
Title: "setPriority action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Devicemanagement Enablelegacypcmanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagement-enablelegacypcmanagement.md
Title: "enableLegacyPcManagement action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++
v1.0 Intune Shared Devicemanagement Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagement-get.md
Title: "Get deviceManagement" description: "Read properties and relationships of the deviceManagement object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [deviceManagement](../resources/intune-shared-devicemanagement.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
Content-Length: 918
++
v1.0 Intune Shared Devicemanagement Getassignedroleidsforloggedinuser https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagement-getassignedroleidsforloggedinuser.md
Title: "getAssignedRoleIdsForLoggedInUser function" description: "Retrieves the assigned role definitions and role assignments of the currently authenticated user."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Retrieves the assigned role definitions and role assignments of the currently authenticated user.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 263
++
v1.0 Intune Shared Devicemanagement Geteffectivepermissions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagement-geteffectivepermissions.md
Title: "getEffectivePermissions function" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 471
++
v1.0 Intune Shared Devicemanagement Getrolescopetagsbyids https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagement-getrolescopetagsbyids.md
Title: "getRoleScopeTagsByIds function" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 231
++
v1.0 Intune Shared Devicemanagement Getrolescopetagsbyresource https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagement-getrolescopetagsbyresource.md
Title: "getRoleScopeTagsByResource function" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 231
++
v1.0 Intune Shared Devicemanagement Sendcustomnotificationtocompanyportal https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagement-sendcustomnotificationtocompanyportal.md
Title: "sendCustomNotificationToCompanyPortal action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++
v1.0 Intune Shared Devicemanagement Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagement-update.md
Title: "Update deviceManagement" description: "Update the properties of a deviceManagement object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Update the properties of a [deviceManagement](../resources/intune-shared-devicemanagement.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
Content-Length: 855
++
v1.0 Intune Shared Devicemanagement Verifywindowsenrollmentautodiscovery https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagement-verifywindowsenrollmentautodiscovery.md
Title: "verifyWindowsEnrollmentAutoDiscovery function" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 21
++
v1.0 Intune Shared Devicemanagementderivedcredentialsettings Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagementderivedcredentialsettings-delete.md
Title: "Delete deviceManagementDerivedCredentialSettings" description: "Deletes a deviceManagementDerivedCredentialSettings."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Deletes a [deviceManagementDerivedCredentialSettings](../resources/intune-shared-devicemanagementderivedcredentialsettings.md).
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Devicemanagementderivedcredentialsettings Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagementderivedcredentialsettings-get.md
Title: "Get deviceManagementDerivedCredentialSettings" description: "Read properties and relationships of the deviceManagementDerivedCredentialSettings object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [deviceManagementDerivedCredentialSettings](../resources/intune-shared-devicemanagementderivedcredentialsettings.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 155
} ``` --
v1.0 Intune Shared Devicemanagementderivedcredentialsettings List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagementderivedcredentialsettings-list.md
Title: "List deviceManagementDerivedCredentialSettingses" description: "List properties and relationships of the deviceManagementDerivedCredentialSettings objects."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
List properties and relationships of the [deviceManagementDerivedCredentialSettings](../resources/intune-shared-devicemanagementderivedcredentialsettings.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 347
++++
v1.0 Intune Shared Devicemanagementderivedcredentialsettings Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagementderivedcredentialsettings-update.md
Title: "Update deviceManagementDerivedCredentialSettings" description: "Update the properties of a deviceManagementDerivedCredentialSettings object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Update the properties of a [deviceManagementDerivedCredentialSettings](../resources/intune-shared-devicemanagementderivedcredentialsettings.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 132
++++
v1.0 Intune Shared Devicemanagementscript Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagementscript-assign.md
Title: "assign action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)| |:|:| |Delegated (work or school account)||
-| &nbsp; &nbsp; **Device management** | DeviceManagementManagedDevices.ReadWrite.All|
+| &nbsp; &nbsp; **Device management** | DeviceManagementConfiguration.ReadWrite.All|
|Delegated (personal Microsoft account)|Not supported.| |Application||
-| &nbsp; &nbsp; **Device management** | DeviceManagementManagedDevices.ReadWrite.All|
+| &nbsp; &nbsp; **Device management** | DeviceManagementConfiguration.ReadWrite.All|
## HTTP Request <!-- {
HTTP/1.1 204 No Content
+++++
v1.0 Intune Shared Devicemanagementscript Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagementscript-create.md
Title: "Create deviceManagementScript" description: "Create a new deviceManagementScript object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Create a new [deviceManagementScript](../resources/intune-shared-devicemanagementscript.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)| |:|:| |Delegated (work or school account)||
-| &nbsp; &nbsp; **Device management** | DeviceManagementManagedDevices.ReadWrite.All|
-| &nbsp; &nbsp; **Policy Set** | DeviceManagementManagedDevices.ReadWrite.All|
+| &nbsp; &nbsp; **Device management** | DeviceManagementConfiguration.ReadWrite.All|
+| &nbsp; &nbsp; **Policy Set** | DeviceManagementConfiguration.ReadWrite.All|
|Delegated (personal Microsoft account)|Not supported.| |Application||
-| &nbsp; &nbsp; **Device management** | DeviceManagementManagedDevices.ReadWrite.All|
-| &nbsp; &nbsp; **Policy Set** | DeviceManagementManagedDevices.ReadWrite.All|
+| &nbsp; &nbsp; **Device management** | DeviceManagementConfiguration.ReadWrite.All|
+| &nbsp; &nbsp; **Policy Set** | DeviceManagementConfiguration.ReadWrite.All|
## HTTP Request <!-- {
The following table shows the properties that are required when you create the d
|id|String|Unique Identifier for the device management script.| |displayName|String|Name of the device management script.| |description|String|Optional description for the device management script.|
+|runSchedule|runSchedule|The interval for script to run. If not defined the script will run once|
|scriptContent|Binary|The script content.| |createdDateTime|DateTimeOffset|The date and time the device management script was created. This property is read-only.| |lastModifiedDateTime|DateTimeOffset|The date and time the device management script was last modified. This property is read-only.|
Content-Length: 615
+++++
v1.0 Intune Shared Devicemanagementscript Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagementscript-delete.md
Title: "Delete deviceManagementScript" description: "Deletes a deviceManagementScript."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Deletes a [deviceManagementScript](../resources/intune-shared-devicemanagementscript.md).
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)| |:|:| |Delegated (work or school account)||
-| &nbsp; &nbsp; **Device management** | DeviceManagementManagedDevices.ReadWrite.All|
-| &nbsp; &nbsp; **Policy Set** | DeviceManagementManagedDevices.ReadWrite.All|
+| &nbsp; &nbsp; **Device management** | DeviceManagementConfiguration.ReadWrite.All|
+| &nbsp; &nbsp; **Policy Set** | DeviceManagementConfiguration.ReadWrite.All|
|Delegated (personal Microsoft account)|Not supported.| |Application||
-| &nbsp; &nbsp; **Device management** | DeviceManagementManagedDevices.ReadWrite.All|
-| &nbsp; &nbsp; **Policy Set** | DeviceManagementManagedDevices.ReadWrite.All|
+| &nbsp; &nbsp; **Device management** | DeviceManagementConfiguration.ReadWrite.All|
+| &nbsp; &nbsp; **Policy Set** | DeviceManagementConfiguration.ReadWrite.All|
## HTTP Request <!-- {
HTTP/1.1 204 No Content
+++++
v1.0 Intune Shared Devicemanagementscript Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagementscript-get.md
Title: "Get deviceManagementScript" description: "Read properties and relationships of the deviceManagementScript object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [deviceManagementScript](../resources/intune-shared-devicemanagementscript.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)| |:|:| |Delegated (work or school account)||
-| &nbsp; &nbsp; **Device management** | DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All|
-| &nbsp; &nbsp; **Policy Set** | DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All|
+| &nbsp; &nbsp; **Device management** | DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All|
+| &nbsp; &nbsp; **Policy Set** | DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All|
|Delegated (personal Microsoft account)|Not supported.| |Application||
-| &nbsp; &nbsp; **Device management** | DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All|
-| &nbsp; &nbsp; **Policy Set** | DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All|
+| &nbsp; &nbsp; **Device management** | DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All|
+| &nbsp; &nbsp; **Policy Set** | DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All|
## HTTP Request <!-- {
Content-Length: 668
+++++
v1.0 Intune Shared Devicemanagementscript Haspayloadlinks https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagementscript-haspayloadlinks.md
Title: "hasPayloadLinks action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)| |:|:| |Delegated (work or school account)||
-| &nbsp; &nbsp; **Policy Set** | DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All|
+| &nbsp; &nbsp; **Policy Set** | DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All|
|Delegated (personal Microsoft account)|Not supported.| |Application||
-| &nbsp; &nbsp; **Policy Set** | DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All|
+| &nbsp; &nbsp; **Policy Set** | DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All|
## HTTP Request <!-- {
Content-Length: 249
+++++
v1.0 Intune Shared Devicemanagementscript List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagementscript-list.md
Title: "List deviceManagementScripts" description: "List properties and relationships of the deviceManagementScript objects."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
List properties and relationships of the [deviceManagementScript](../resources/intune-shared-devicemanagementscript.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)| |:|:| |Delegated (work or school account)||
-| &nbsp; &nbsp; **Device management** | DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All|
-| &nbsp; &nbsp; **Policy Set** | DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All|
+| &nbsp; &nbsp; **Device management** | DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All|
+| &nbsp; &nbsp; **Policy Set** | DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All|
|Delegated (personal Microsoft account)|Not supported.| |Application||
-| &nbsp; &nbsp; **Device management** | DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All|
-| &nbsp; &nbsp; **Policy Set** | DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All|
+| &nbsp; &nbsp; **Device management** | DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All|
+| &nbsp; &nbsp; **Policy Set** | DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All|
## HTTP Request <!-- {
Content-Length: 716
+++++
v1.0 Intune Shared Devicemanagementscript Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-devicemanagementscript-update.md
Title: "Update deviceManagementScript" description: "Update the properties of a deviceManagementScript object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Update the properties of a [deviceManagementScript](../resources/intune-shared-devicemanagementscript.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)| |:|:| |Delegated (work or school account)||
-| &nbsp; &nbsp; **Device management** | DeviceManagementManagedDevices.ReadWrite.All|
-| &nbsp; &nbsp; **Policy Set** | DeviceManagementManagedDevices.ReadWrite.All|
+| &nbsp; &nbsp; **Device management** | DeviceManagementConfiguration.ReadWrite.All|
+| &nbsp; &nbsp; **Policy Set** | DeviceManagementConfiguration.ReadWrite.All|
|Delegated (personal Microsoft account)|Not supported.| |Application||
-| &nbsp; &nbsp; **Device management** | DeviceManagementManagedDevices.ReadWrite.All|
-| &nbsp; &nbsp; **Policy Set** | DeviceManagementManagedDevices.ReadWrite.All|
+| &nbsp; &nbsp; **Device management** | DeviceManagementConfiguration.ReadWrite.All|
+| &nbsp; &nbsp; **Policy Set** | DeviceManagementConfiguration.ReadWrite.All|
## HTTP Request <!-- {
The following table shows the properties that are required when you create the [
|id|String|Unique Identifier for the device management script.| |displayName|String|Name of the device management script.| |description|String|Optional description for the device management script.|
+|runSchedule|runSchedule|The interval for script to run. If not defined the script will run once|
|scriptContent|Binary|The script content.| |createdDateTime|DateTimeOffset|The date and time the device management script was created. This property is read-only.| |lastModifiedDateTime|DateTimeOffset|The date and time the device management script was last modified. This property is read-only.|
Content-Length: 615
+++++
v1.0 Intune Shared Ioslobappprovisioningconfiguration Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-ioslobappprovisioningconfiguration-assign.md
Title: "assign action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Ioslobappprovisioningconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-ioslobappprovisioningconfiguration-create.md
Title: "Create iosLobAppProvisioningConfiguration" description: "Create a new iosLobAppProvisioningConfiguration object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Create a new [iosLobAppProvisioningConfiguration](../resources/intune-shared-ioslobappprovisioningconfiguration.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 547
++++
v1.0 Intune Shared Ioslobappprovisioningconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-ioslobappprovisioningconfiguration-delete.md
Title: "Delete iosLobAppProvisioningConfiguration" description: "Deletes a iosLobAppProvisioningConfiguration."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Deletes a [iosLobAppProvisioningConfiguration](../resources/intune-shared-ioslobappprovisioningconfiguration.md).
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Ioslobappprovisioningconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-ioslobappprovisioningconfiguration-get.md
Title: "Get iosLobAppProvisioningConfiguration" description: "Read properties and relationships of the iosLobAppProvisioningConfiguration object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [iosLobAppProvisioningConfiguration](../resources/intune-shared-ioslobappprovisioningconfiguration.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 592
++++
v1.0 Intune Shared Ioslobappprovisioningconfiguration Haspayloadlinks https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-ioslobappprovisioningconfiguration-haspayloadlinks.md
Title: "hasPayloadLinks action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 249
++++
v1.0 Intune Shared Ioslobappprovisioningconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-ioslobappprovisioningconfiguration-list.md
Title: "List iosLobAppProvisioningConfigurations" description: "List properties and relationships of the iosLobAppProvisioningConfiguration objects."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
List properties and relationships of the [iosLobAppProvisioningConfiguration](../resources/intune-shared-ioslobappprovisioningconfiguration.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 632
++++
v1.0 Intune Shared Ioslobappprovisioningconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-ioslobappprovisioningconfiguration-update.md
Title: "Update iosLobAppProvisioningConfiguration" description: "Update the properties of a iosLobAppProvisioningConfiguration object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Update the properties of a [iosLobAppProvisioningConfiguration](../resources/intune-shared-ioslobappprovisioningconfiguration.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 547
++++
v1.0 Intune Shared Iosmanagedappprotection Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-iosmanagedappprotection-create.md
Title: "Create iosManagedAppProtection" description: "Create a new iosManagedAppProtection object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Create a new [iosManagedAppProtection](../resources/intune-shared-iosmanagedappprotection.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 2795
++++
v1.0 Intune Shared Iosmanagedappprotection Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-iosmanagedappprotection-delete.md
Title: "Delete iosManagedAppProtection" description: "Deletes a iosManagedAppProtection."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Deletes a [iosManagedAppProtection](../resources/intune-shared-iosmanagedappprotection.md).
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Iosmanagedappprotection Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-iosmanagedappprotection-get.md
Title: "Get iosManagedAppProtection" description: "Read properties and relationships of the iosManagedAppProtection object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [iosManagedAppProtection](../resources/intune-shared-iosmanagedappprotection.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 2944
++++
v1.0 Intune Shared Iosmanagedappprotection Haspayloadlinks https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-iosmanagedappprotection-haspayloadlinks.md
Title: "hasPayloadLinks action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 249
++++
v1.0 Intune Shared Iosmanagedappprotection List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-iosmanagedappprotection-list.md
Title: "List iosManagedAppProtections" description: "List properties and relationships of the iosManagedAppProtection objects."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
List properties and relationships of the [iosManagedAppProtection](../resources/intune-shared-iosmanagedappprotection.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 3088
++++
v1.0 Intune Shared Iosmanagedappprotection Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-iosmanagedappprotection-update.md
Title: "Update iosManagedAppProtection" description: "Update the properties of a iosManagedAppProtection object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Update the properties of a [iosManagedAppProtection](../resources/intune-shared-iosmanagedappprotection.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 2795
++++
v1.0 Intune Shared Mdmwindowsinformationprotectionpolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mdmwindowsinformationprotectionpolicy-create.md
Title: "Create mdmWindowsInformationProtectionPolicy" description: "Create a new mdmWindowsInformationProtectionPolicy object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Create a new [mdmWindowsInformationProtectionPolicy](../resources/intune-shared-mdmwindowsinformationprotectionpolicy.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 4139
++++
v1.0 Intune Shared Mdmwindowsinformationprotectionpolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mdmwindowsinformationprotectionpolicy-delete.md
Title: "Delete mdmWindowsInformationProtectionPolicy" description: "Deletes a mdmWindowsInformationProtectionPolicy."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Deletes a [mdmWindowsInformationProtectionPolicy](../resources/intune-shared-mdmwindowsinformationprotectionpolicy.md).
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Mdmwindowsinformationprotectionpolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mdmwindowsinformationprotectionpolicy-get.md
Title: "Get mdmWindowsInformationProtectionPolicy" description: "Read properties and relationships of the mdmWindowsInformationProtectionPolicy object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [mdmWindowsInformationProtectionPolicy](../resources/intune-shared-mdmwindowsinformationprotectionpolicy.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 4414
++++
v1.0 Intune Shared Mdmwindowsinformationprotectionpolicy Haspayloadlinks https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mdmwindowsinformationprotectionpolicy-haspayloadlinks.md
Title: "hasPayloadLinks action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 249
++++
v1.0 Intune Shared Mdmwindowsinformationprotectionpolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mdmwindowsinformationprotectionpolicy-list.md
Title: "List mdmWindowsInformationProtectionPolicies" description: "List properties and relationships of the mdmWindowsInformationProtectionPolicy objects."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
List properties and relationships of the [mdmWindowsInformationProtectionPolicy](../resources/intune-shared-mdmwindowsinformationprotectionpolicy.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 4684
++++
v1.0 Intune Shared Mdmwindowsinformationprotectionpolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mdmwindowsinformationprotectionpolicy-update.md
Title: "Update mdmWindowsInformationProtectionPolicy" description: "Update the properties of a mdmWindowsInformationProtectionPolicy object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Update the properties of a [mdmWindowsInformationProtectionPolicy](../resources/intune-shared-mdmwindowsinformationprotectionpolicy.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 4139
++++
v1.0 Intune Shared Mobileapp Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mobileapp-assign.md
Title: "assign action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Mobileapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mobileapp-get.md
Title: "Get mobileApp" description: "Read properties and relationships of the mobileApp object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [mobileApp](../resources/intune-shared-mobileapp.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 949
++++
v1.0 Intune Shared Mobileapp Getmobileappcount https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mobileapp-getmobileappcount.md
Title: "getMobileAppCount function" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 18
++++
v1.0 Intune Shared Mobileapp Getrelatedappstates https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mobileapp-getrelatedappstates.md
Title: "getRelatedAppStates function" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 481
++++
v1.0 Intune Shared Mobileapp Gettopmobileapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mobileapp-gettopmobileapps.md
Title: "getTopMobileApps function" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 1013
++++
v1.0 Intune Shared Mobileapp Haspayloadlinks https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mobileapp-haspayloadlinks.md
Title: "hasPayloadLinks action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 249
++++
v1.0 Intune Shared Mobileapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mobileapp-list.md
Title: "List mobileApps" description: "List properties and relationships of the mobileApp objects."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
List properties and relationships of the [mobileApp](../resources/intune-shared-mobileapp.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 1013
++++
v1.0 Intune Shared Mobileapp Updaterelationships https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mobileapp-updaterelationships.md
Title: "updateRelationships action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Mobileapptroubleshootingevent Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mobileapptroubleshootingevent-create.md
Title: "Create mobileAppTroubleshootingEvent" description: "Describes the Create mobileAppTroubleshootingEvent method of the Microsoft Graph API for Intune, which supports multiple workflows." localization_priority: Normal-+ ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Create a new [mobileAppTroubleshootingEvent](../resources/intune-shared-mobileapptroubleshootingevent.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 120
++++
v1.0 Intune Shared Mobileapptroubleshootingevent Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mobileapptroubleshootingevent-delete.md
Title: "Delete mobileAppTroubleshootingEvent" description: "Describes the Delete mobileAppTroubleshootingEvent method of the Microsoft Graph API for Intune, which supports multiple workflows." localization_priority: Normal-+ ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Deletes a [mobileAppTroubleshootingEvent](../resources/intune-shared-mobileapptroubleshootingevent.md).
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Mobileapptroubleshootingevent Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mobileapptroubleshootingevent-get.md
Title: "Get mobileAppTroubleshootingEvent" description: "Describes the Get mobileAppTroubleshootingEvent method of the Microsoft Graph API for Intune, which supports multiple workflows." localization_priority: Normal-+ ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [mobileAppTroubleshootingEvent](../resources/intune-shared-mobileapptroubleshootingevent.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 143
++++
v1.0 Intune Shared Mobileapptroubleshootingevent List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mobileapptroubleshootingevent-list.md
Title: "List mobileAppTroubleshootingEvents" description: "Describes the List mobileAppTroubleshootingEvent method of the Microsoft Graph API for Intune, which supports multiple workflows." localization_priority: Normal-+ ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
List properties and relationships of the [mobileAppTroubleshootingEvent](../resources/intune-shared-mobileapptroubleshootingevent.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 161
++++
v1.0 Intune Shared Mobileapptroubleshootingevent Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-mobileapptroubleshootingevent-update.md
Title: "Update mobileAppTroubleshootingEvent" description: "Describes the Update mobileAppTroubleshootingEvent method of the Microsoft Graph API for Intune, which supports multiple workflows." localization_priority: Normal-+ ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Update the properties of a [mobileAppTroubleshootingEvent](../resources/intune-shared-mobileapptroubleshootingevent.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 120
++++
v1.0 Intune Shared Reportroot Deviceconfigurationdeviceactivity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-reportroot-deviceconfigurationdeviceactivity.md
Title: "deviceConfigurationDeviceActivity function" description: "Metadata for the device configuration device activity report"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Metadata for the device configuration device activity report
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 123
++
v1.0 Intune Shared Reportroot Deviceconfigurationuseractivity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-reportroot-deviceconfigurationuseractivity.md
Title: "deviceConfigurationUserActivity function" description: "Metadata for the device configuration user activity report"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Metadata for the device configuration user activity report
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 123
++
v1.0 Intune Shared Reportroot Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-reportroot-get.md
Title: "Get reportRoot" description: "Read properties and relationships of the reportRoot object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Read properties and relationships of the [reportRoot](../resources/intune-shared-reportroot.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 124
++
v1.0 Intune Shared Reportroot Manageddeviceenrollmentabandonmentdetails https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-reportroot-manageddeviceenrollmentabandonmentdetails.md
Title: "managedDeviceEnrollmentAbandonmentDetails function" description: "Metadata for Enrollment abandonment details report"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Metadata for Enrollment abandonment details report
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 123
++
v1.0 Intune Shared Reportroot Manageddeviceenrollmentabandonmentsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-reportroot-manageddeviceenrollmentabandonmentsummary.md
Title: "managedDeviceEnrollmentAbandonmentSummary function" description: "Metadata for Enrollment abandonment summary report"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Metadata for Enrollment abandonment summary report
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 123
++
v1.0 Intune Shared Reportroot Manageddeviceenrollmentfailuredetails https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-reportroot-manageddeviceenrollmentfailuredetails.md
Title: "managedDeviceEnrollmentFailureDetails function" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 123
++
v1.0 Intune Shared Reportroot Manageddeviceenrollmentfailuretrends https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-reportroot-manageddeviceenrollmentfailuretrends.md
Title: "managedDeviceEnrollmentFailureTrends function" description: "Metadata for the enrollment failure trends report"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Metadata for the enrollment failure trends report
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 123
++
v1.0 Intune Shared Reportroot Manageddeviceenrollmenttopfailures https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-reportroot-manageddeviceenrollmenttopfailures.md
Title: "managedDeviceEnrollmentTopFailures function" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 123
++
v1.0 Intune Shared Reportroot Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-reportroot-update.md
Title: "Update reportRoot" description: "Update the properties of a reportRoot object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Update the properties of a [reportRoot](../resources/intune-shared-reportroot.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 101
++
v1.0 Intune Shared Targetedmanagedappconfiguration Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-targetedmanagedappconfiguration-assign.md
Title: "assign action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Targetedmanagedappconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-targetedmanagedappconfiguration-create.md
Title: "Create targetedManagedAppConfiguration" description: "Create a new targetedManagedAppConfiguration object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Create a new [targetedManagedAppConfiguration](../resources/intune-shared-targetedmanagedappconfiguration.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 622
++++
v1.0 Intune Shared Targetedmanagedappconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-targetedmanagedappconfiguration-delete.md
Title: "Delete targetedManagedAppConfiguration" description: "Deletes a targetedManagedAppConfiguration."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Deletes a [targetedManagedAppConfiguration](../resources/intune-shared-targetedmanagedappconfiguration.md).
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Targetedmanagedappconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-targetedmanagedappconfiguration-get.md
Title: "Get targetedManagedAppConfiguration" description: "Read properties and relationships of the targetedManagedAppConfiguration object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [targetedManagedAppConfiguration](../resources/intune-shared-targetedmanagedappconfiguration.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 679
++++
v1.0 Intune Shared Targetedmanagedappconfiguration Haspayloadlinks https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-targetedmanagedappconfiguration-haspayloadlinks.md
Title: "hasPayloadLinks action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 249
++++
v1.0 Intune Shared Targetedmanagedappconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-targetedmanagedappconfiguration-list.md
Title: "List targetedManagedAppConfigurations" description: "List properties and relationships of the targetedManagedAppConfiguration objects."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
List properties and relationships of the [targetedManagedAppConfiguration](../resources/intune-shared-targetedmanagedappconfiguration.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 731
++++
v1.0 Intune Shared Targetedmanagedappconfiguration Targetapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-targetedmanagedappconfiguration-targetapps.md
Title: "targetApps action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Targetedmanagedappconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-targetedmanagedappconfiguration-update.md
Title: "Update targetedManagedAppConfiguration" description: "Update the properties of a targetedManagedAppConfiguration object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Update the properties of a [targetedManagedAppConfiguration](../resources/intune-shared-targetedmanagedappconfiguration.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 622
++++
v1.0 Intune Shared User Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-user-create.md
Title: "Create user" description: "Create a new user object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Create a new [user](../resources/intune-shared-user.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). The specific permission required depends on the context.
Content-Length: 95
++
v1.0 Intune Shared User Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-user-delete.md
Title: "Delete user" description: "Deletes a user."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Deletes a [user](../resources/intune-shared-user.md).
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). The specific permission required depends on context. |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++
v1.0 Intune Shared User Exportdeviceandappmanagementdata https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-user-exportdeviceandappmanagementdata.md
Title: "exportDeviceAndAppManagementData function" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
Content-Length: 143
++
v1.0 Intune Shared User Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-user-get.md
Title: "Get user" description: "Read properties and relationships of the user object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [user](../resources/intune-shared-user.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). The specific permission depends on the context.
Content-Length: 118
++
v1.0 Intune Shared User Geteffectivedeviceenrollmentconfigurations https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-user-geteffectivedeviceenrollmentconfigurations.md
Title: "getEffectiveDeviceEnrollmentConfigurations function" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
Content-Length: 422
++
v1.0 Intune Shared User Getloggedonmanageddevices https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-user-getloggedonmanageddevices.md
Title: "getLoggedOnManagedDevices function" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
Content-Length: 7485
++
v1.0 Intune Shared User Getmanagedappdiagnosticstatuses https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-user-getmanagedappdiagnosticstatuses.md
Title: "getManagedAppDiagnosticStatuses function" description: "Gets diagnostics validation status for a given user."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Gets diagnostics validation status for a given user.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 249
++
v1.0 Intune Shared User Getmanagedapppolicies https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-user-getmanagedapppolicies.md
Title: "getManagedAppPolicies function" description: "Gets app restrictions for a given user."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Gets app restrictions for a given user.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
Content-Length: 401
++
v1.0 Intune Shared User Getmanageddeviceswithappfailures https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-user-getmanageddeviceswithappfailures.md
Title: "getManagedDevicesWithAppFailures function" description: "Retrieves the list of devices with failed apps"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Retrieves the list of devices with failed apps
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 74
++
v1.0 Intune Shared User List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-user-list.md
Title: "List users" description: "List properties and relationships of the user objects."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
List properties and relationships of the [user](../resources/intune-shared-user.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). The specific permission depends on the context.
Content-Length: 136
++
v1.0 Intune Shared User Removealldevicesfrommanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-user-removealldevicesfrommanagement.md
Title: "removeAllDevicesFromManagement action" description: "Retire all devices from management for this user"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Retire all devices from management for this user
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++
v1.0 Intune Shared User Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-user-update.md
Title: "Update user" description: "Update the properties of a user object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Update the properties of a [user](../resources/intune-shared-user.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
Content-Length: 95
++
v1.0 Intune Shared User Wipemanagedappregistrationbydevicetag https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-user-wipemanagedappregistrationbydevicetag.md
Title: "wipeManagedAppRegistrationByDeviceTag action" description: "Issues a wipe operation on an app registration with specified device tag."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Issues a wipe operation on an app registration with specified device tag.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
HTTP/1.1 204 No Content
++
v1.0 Intune Shared User Wipemanagedappregistrationsbydevicetag https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-user-wipemanagedappregistrationsbydevicetag.md
Title: "wipeManagedAppRegistrationsByDeviceTag action" description: "Issues a wipe operation on an app registration with specified device tag."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Issues a wipe operation on an app registration with specified device tag.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
HTTP/1.1 204 No Content
++
v1.0 Intune Shared Windowsautopilotdeploymentprofile Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-windowsautopilotdeploymentprofile-assign.md
Title: "assign action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Windowsautopilotdeploymentprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-windowsautopilotdeploymentprofile-get.md
Title: "Get windowsAutopilotDeploymentProfile" description: "Read properties and relationships of the windowsAutopilotDeploymentProfile object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [windowsAutopilotDeploymentProfile](../resources/intune-shared-windowsautopilotdeploymentprofile.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 1409
++++
v1.0 Intune Shared Windowsautopilotdeploymentprofile Haspayloadlinks https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-windowsautopilotdeploymentprofile-haspayloadlinks.md
Title: "hasPayloadLinks action" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Not yet documented
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 249
++++
v1.0 Intune Shared Windowsdomainjoinconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-windowsdomainjoinconfiguration-create.md
Title: "Create windowsDomainJoinConfiguration" description: "Create a new windowsDomainJoinConfiguration object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Create a new [windowsDomainJoinConfiguration](../resources/intune-shared-windowsdomainjoinconfiguration.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 667
++
v1.0 Intune Shared Windowsdomainjoinconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-windowsdomainjoinconfiguration-delete.md
Title: "Delete windowsDomainJoinConfiguration" description: "Deletes a windowsDomainJoinConfiguration."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Deletes a [windowsDomainJoinConfiguration](../resources/intune-shared-windowsdomainjoinconfiguration.md).
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++
v1.0 Intune Shared Windowsdomainjoinconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-windowsdomainjoinconfiguration-get.md
Title: "Get windowsDomainJoinConfiguration" description: "Read properties and relationships of the windowsDomainJoinConfiguration object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [windowsDomainJoinConfiguration](../resources/intune-shared-windowsdomainjoinconfiguration.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
Content-Length: 560
++
v1.0 Intune Shared Windowsdomainjoinconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-windowsdomainjoinconfiguration-list.md
Title: "List windowsDomainJoinConfigurations" description: "List properties and relationships of the windowsDomainJoinConfiguration objects."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. List properties and relationships of the [windowsDomainJoinConfiguration](../resources/intune-shared-windowsdomainjoinconfiguration.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 760
++
v1.0 Intune Shared Windowsdomainjoinconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-windowsdomainjoinconfiguration-update.md
Title: "Update windowsDomainJoinConfiguration" description: "Update the properties of a windowsDomainJoinConfiguration object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. Update the properties of a [windowsDomainJoinConfiguration](../resources/intune-shared-windowsdomainjoinconfiguration.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 521
++
v1.0 Intune Shared Windowsupdatestate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-windowsupdatestate-create.md
Title: "Create windowsUpdateState" description: "Create a new windowsUpdateState object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Create a new [windowsUpdateState](../resources/intune-shared-windowsupdatestate.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 553
++++
v1.0 Intune Shared Windowsupdatestate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-windowsupdatestate-delete.md
Title: "Delete windowsUpdateState" description: "Deletes a windowsUpdateState."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Deletes a [windowsUpdateState](../resources/intune-shared-windowsupdatestate.md).
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
HTTP/1.1 204 No Content
++++
v1.0 Intune Shared Windowsupdatestate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-windowsupdatestate-get.md
Title: "Get windowsUpdateState" description: "Read properties and relationships of the windowsUpdateState object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Read properties and relationships of the [windowsUpdateState](../resources/intune-shared-windowsupdatestate.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 594
++++
v1.0 Intune Shared Windowsupdatestate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-windowsupdatestate-list.md
Title: "List windowsUpdateStates" description: "List properties and relationships of the windowsUpdateState objects."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
List properties and relationships of the [windowsUpdateState](../resources/intune-shared-windowsupdatestate.md) objects.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 630
++++
v1.0 Intune Shared Windowsupdatestate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-shared-windowsupdatestate-update.md
Title: "Update windowsUpdateState" description: "Update the properties of a windowsUpdateState object."-+ localization_priority: Normal ms.prod: "intune" doc_type: apiPageType
Namespace: microsoft.graph
Update the properties of a [windowsUpdateState](../resources/intune-shared-windowsupdatestate.md) object.
-## Prerequisites
+## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |Permission type|Permissions (from most to least privileged)|
Content-Length: 553
++++
v1.0 Intune Softwareupdate Windowsdriverupdateinventory Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsdriverupdateinventory-create.md
Content-Length: 474
++
v1.0 Intune Softwareupdate Windowsdriverupdateinventory Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsdriverupdateinventory-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Softwareupdate Windowsdriverupdateinventory Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsdriverupdateinventory-get.md
Content-Length: 515
++
v1.0 Intune Softwareupdate Windowsdriverupdateinventory List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsdriverupdateinventory-list.md
Content-Length: 551
++
v1.0 Intune Softwareupdate Windowsdriverupdateinventory Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsdriverupdateinventory-update.md
Content-Length: 474
++
v1.0 Intune Softwareupdate Windowsdriverupdateprofile Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsdriverupdateprofile-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Softwareupdate Windowsdriverupdateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsdriverupdateprofile-create.md
Content-Length: 727
++
v1.0 Intune Softwareupdate Windowsdriverupdateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsdriverupdateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Softwareupdate Windowsdriverupdateprofile Executeaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsdriverupdateprofile-executeaction.md
Content-Length: 298
++
v1.0 Intune Softwareupdate Windowsdriverupdateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsdriverupdateprofile-get.md
Content-Length: 782
++
v1.0 Intune Softwareupdate Windowsdriverupdateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsdriverupdateprofile-list.md
Content-Length: 832
++
v1.0 Intune Softwareupdate Windowsdriverupdateprofile Syncinventory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsdriverupdateprofile-syncinventory.md
HTTP/1.1 204 No Content
++
v1.0 Intune Softwareupdate Windowsdriverupdateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsdriverupdateprofile-update.md
Content-Length: 727
++
v1.0 Intune Softwareupdate Windowsdriverupdateprofileassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsdriverupdateprofileassignment-create.md
Content-Length: 392
++
v1.0 Intune Softwareupdate Windowsdriverupdateprofileassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsdriverupdateprofileassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Softwareupdate Windowsdriverupdateprofileassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsdriverupdateprofileassignment-get.md
Content-Length: 425
++
v1.0 Intune Softwareupdate Windowsdriverupdateprofileassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsdriverupdateprofileassignment-list.md
Content-Length: 453
++
v1.0 Intune Softwareupdate Windowsdriverupdateprofileassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsdriverupdateprofileassignment-update.md
Content-Length: 392
++
v1.0 Intune Softwareupdate Windowsfeatureupdatecatalogitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsfeatureupdatecatalogitem-create.md
Content-Length: 312
++
v1.0 Intune Softwareupdate Windowsfeatureupdatecatalogitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsfeatureupdatecatalogitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Softwareupdate Windowsfeatureupdatecatalogitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsfeatureupdatecatalogitem-get.md
Content-Length: 343
++
v1.0 Intune Softwareupdate Windowsfeatureupdatecatalogitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsfeatureupdatecatalogitem-list.md
Content-Length: 369
++
v1.0 Intune Softwareupdate Windowsfeatureupdatecatalogitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsfeatureupdatecatalogitem-update.md
Content-Length: 312
++
v1.0 Intune Softwareupdate Windowsfeatureupdateprofile Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsfeatureupdateprofile-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Softwareupdate Windowsfeatureupdateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsfeatureupdateprofile-create.md
Content-Length: 841
++
v1.0 Intune Softwareupdate Windowsfeatureupdateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsfeatureupdateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Softwareupdate Windowsfeatureupdateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsfeatureupdateprofile-get.md
Content-Length: 896
++
v1.0 Intune Softwareupdate Windowsfeatureupdateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsfeatureupdateprofile-list.md
Content-Length: 946
++
v1.0 Intune Softwareupdate Windowsfeatureupdateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsfeatureupdateprofile-update.md
Content-Length: 841
++
v1.0 Intune Softwareupdate Windowsfeatureupdateprofileassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsfeatureupdateprofileassignment-create.md
Content-Length: 393
++
v1.0 Intune Softwareupdate Windowsfeatureupdateprofileassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsfeatureupdateprofileassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Softwareupdate Windowsfeatureupdateprofileassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsfeatureupdateprofileassignment-get.md
Content-Length: 426
++
v1.0 Intune Softwareupdate Windowsfeatureupdateprofileassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsfeatureupdateprofileassignment-list.md
Content-Length: 454
++
v1.0 Intune Softwareupdate Windowsfeatureupdateprofileassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsfeatureupdateprofileassignment-update.md
Content-Length: 393
++
v1.0 Intune Softwareupdate Windowsqualityupdatecatalogitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsqualityupdatecatalogitem-create.md
Content-Length: 381
++
v1.0 Intune Softwareupdate Windowsqualityupdatecatalogitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsqualityupdatecatalogitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Softwareupdate Windowsqualityupdatecatalogitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsqualityupdatecatalogitem-get.md
Content-Length: 416
++
v1.0 Intune Softwareupdate Windowsqualityupdatecatalogitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsqualityupdatecatalogitem-list.md
Content-Length: 446
++
v1.0 Intune Softwareupdate Windowsqualityupdatecatalogitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsqualityupdatecatalogitem-update.md
Content-Length: 381
++
v1.0 Intune Softwareupdate Windowsqualityupdateprofile Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsqualityupdateprofile-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Softwareupdate Windowsqualityupdateprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsqualityupdateprofile-create.md
Content-Length: 730
++
v1.0 Intune Softwareupdate Windowsqualityupdateprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsqualityupdateprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Softwareupdate Windowsqualityupdateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsqualityupdateprofile-get.md
Content-Length: 781
++
v1.0 Intune Softwareupdate Windowsqualityupdateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsqualityupdateprofile-list.md
Content-Length: 827
++
v1.0 Intune Softwareupdate Windowsqualityupdateprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsqualityupdateprofile-update.md
Content-Length: 730
++
v1.0 Intune Softwareupdate Windowsqualityupdateprofileassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsqualityupdateprofileassignment-create.md
Content-Length: 393
++
v1.0 Intune Softwareupdate Windowsqualityupdateprofileassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsqualityupdateprofileassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Softwareupdate Windowsqualityupdateprofileassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsqualityupdateprofileassignment-get.md
Content-Length: 426
++
v1.0 Intune Softwareupdate Windowsqualityupdateprofileassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsqualityupdateprofileassignment-list.md
Content-Length: 454
++
v1.0 Intune Softwareupdate Windowsqualityupdateprofileassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsqualityupdateprofileassignment-update.md
Content-Length: 393
++
v1.0 Intune Softwareupdate Windowsupdatecatalogitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsupdatecatalogitem-get.md
Content-Length: 303
++
v1.0 Intune Softwareupdate Windowsupdatecatalogitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-softwareupdate-windowsupdatecatalogitem-list.md
Content-Length: 327
++
v1.0 Intune Tem Telecomexpensemanagementpartner Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-tem-telecomexpensemanagementpartner-create.md
Content-Length: 297
++
v1.0 Intune Tem Telecomexpensemanagementpartner Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-tem-telecomexpensemanagementpartner-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Tem Telecomexpensemanagementpartner Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-tem-telecomexpensemanagementpartner-get.md
Content-Length: 330
++
v1.0 Intune Tem Telecomexpensemanagementpartner List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-tem-telecomexpensemanagementpartner-list.md
Content-Length: 358
++
v1.0 Intune Tem Telecomexpensemanagementpartner Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-tem-telecomexpensemanagementpartner-update.md
Content-Length: 297
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicy Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicy-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicy-create.md
Content-Length: 517
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicy-get.md
Content-Length: 560
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicy-list.md
Content-Length: 598
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicy-update.md
Content-Length: 517
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicyassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicyassignment-create.md
Content-Length: 417
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicyassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicyassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicyassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicyassignment-get.md
Content-Length: 450
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicyassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicyassignment-list.md
Content-Length: 478
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicyassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicyassignment-update.md
Content-Length: 417
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicydeploymentstatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicydeploymentstatus-create.md
Content-Length: 535
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicydeploymentstatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicydeploymentstatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicydeploymentstatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicydeploymentstatus-get.md
Content-Length: 576
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicydeploymentstatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicydeploymentstatus-list.md
Content-Length: 612
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicydeploymentstatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicydeploymentstatus-update.md
Content-Length: 535
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicydeploymentsummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicydeploymentsummary-get.md
Content-Length: 242
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicydeploymentsummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicydeploymentsummary-update.md
Content-Length: 215
++
v1.0 Intune Wip Intunebrandingprofile Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-intunebrandingprofile-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Wip Intunebrandingprofile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-intunebrandingprofile-create.md
Content-Length: 2147
++
v1.0 Intune Wip Intunebrandingprofile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-intunebrandingprofile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Wip Intunebrandingprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-intunebrandingprofile-get.md
Content-Length: 2284
++
v1.0 Intune Wip Intunebrandingprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-intunebrandingprofile-list.md
Content-Length: 2416
++
v1.0 Intune Wip Intunebrandingprofile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-intunebrandingprofile-update.md
Content-Length: 2147
++
v1.0 Intune Wip Intunebrandingprofileassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-intunebrandingprofileassignment-create.md
Content-Length: 439
++
v1.0 Intune Wip Intunebrandingprofileassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-intunebrandingprofileassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Wip Intunebrandingprofileassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-intunebrandingprofileassignment-get.md
Content-Length: 474
++
v1.0 Intune Wip Intunebrandingprofileassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-intunebrandingprofileassignment-list.md
Content-Length: 504
++
v1.0 Intune Wip Intunebrandingprofileassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-intunebrandingprofileassignment-update.md
Content-Length: 439
++
v1.0 Intune Wip Windowsinformationprotectionapplearningsummary Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-windowsinformationprotectionapplearningsummary-create.md
Content-Length: 240
++
v1.0 Intune Wip Windowsinformationprotectionapplearningsummary Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-windowsinformationprotectionapplearningsummary-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Wip Windowsinformationprotectionapplearningsummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-windowsinformationprotectionapplearningsummary-get.md
Content-Length: 269
++
v1.0 Intune Wip Windowsinformationprotectionapplearningsummary List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-windowsinformationprotectionapplearningsummary-list.md
Content-Length: 293
++
v1.0 Intune Wip Windowsinformationprotectionapplearningsummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-windowsinformationprotectionapplearningsummary-update.md
Content-Length: 240
++
v1.0 Intune Wip Windowsinformationprotectionnetworklearningsummary Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-windowsinformationprotectionnetworklearningsummary-create.md
Content-Length: 186
++
v1.0 Intune Wip Windowsinformationprotectionnetworklearningsummary Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-windowsinformationprotectionnetworklearningsummary-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Wip Windowsinformationprotectionnetworklearningsummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-windowsinformationprotectionnetworklearningsummary-get.md
Content-Length: 213
++
v1.0 Intune Wip Windowsinformationprotectionnetworklearningsummary List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-windowsinformationprotectionnetworklearningsummary-list.md
Content-Length: 235
++
v1.0 Intune Wip Windowsinformationprotectionnetworklearningsummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-wip-windowsinformationprotectionnetworklearningsummary-update.md
Content-Length: 186
++
v1.0 Invitation Post https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/invitation-post.md
Content-type: application/json
[!INCLUDE [sample-code](../includes/snippets/go/create-invitation-post-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
+# [PowerShell](#tab/powershell)
+ # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/create-invitation-post-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
v1.0 Manageddevice Restorecloudpc https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/manageddevice-restorecloudpc.md
Title: "managedDevice: restoreCloudPc"
-description: "Restore a Cloud PC device to a previous state from a snapshot."
+description: "Restore a Cloud PC device to a previous state with an Intune managed device ID."
ms.localizationpriority: medium ms.prod: "cloud-pc"
Namespace: microsoft.graph
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
-Restore a Cloud PC device to a previous state from a snapshot.
+Restore a Cloud PC device to a previous state with an Intune [managed device](../resources/cloudpc.md) ID.
## Permissions One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
v1.0 Microsoftauthenticatorauthenticationmethodconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/microsoftauthenticatorauthenticationmethodconfiguration-get.md
Content-Type: application/json
"id": "all_users", "isRegistrationRequired": false, "authenticationMode": "any",
- "outlookMobileAllowedState": "default",
- "displayAppInformationRequiredState": "default",
- "numberMatchingRequiredState": "default"
}
- ]
+ ],
+ "featureSettings": {
+ "numberMatchingRequiredState" : {
+ "state": "enabled",
+ "includeTarget": {
+ "targetType": "group",
+ "id": "all_users"
+ },
+ "excludeTarget": {
+ "targetType": "group",
+ "id": "d6414fc6-7ab5-402e-9858-ff5c2a5732abf"
+ }
+ },
+ "displayAppContextRequiredState" : {
+ "state": "enabled",
+ "includeTarget": {
+ "targetType": "group",
+ "id": "all_users"
+ },
+ "excludeTarget": {
+ "targetType": "group",
+ "id": "XYZ-791F-4AB5-AD91-A05D2DCFF8CE"
+ }
+ },
+ "displayLocationContextRequiredState" : {
+ "state": "enabled",
+ "includeTarget": {
+ "targetType": "group",
+ "id": "all_users"
+ },
+ "excludeTarget": {
+ "targetType": "group",
+ "id": "XYZ-791F-4AB5-AD91-A05D2DCFF8CE"
+ }
+ }
+ }
} ```
v1.0 Microsoftauthenticatorauthenticationmethodconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/microsoftauthenticatorauthenticationmethodconfiguration-update.md
PATCH https://graph.microsoft.com/beta/policies/authenticationMethodsPolicy/auth
Content-Type: application/json {
- "@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration",
- "state": "String"
+ "@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration",
+ "state": "enabled"
} ```
Content-Type: application/json
**Note:** The response object shown here might be shortened for readability. <!-- { "blockType": "response",
- "truncated": true,
- "@odata.type": "microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration"
+ "truncated": true
} --> ``` http
-HTTP/1.1 200 OK
-Content-Type: application/json
-
-{
- "@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration",
- "id": "129ae788-e788-129a-88e7-9a1288e79a12",
- "state": "String"
-}
+HTTP/1.1 204 No Content
```
v1.0 Mobiledevicemanagementpolicies Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/mobiledevicemanagementpolicies-delete.md
DELETE https://graph.microsoft.com/beta/policies/mobileDeviceManagementPolicies/
[!INCLUDE [sample-code](../includes/snippets/go/delete-mobilitymanagementpolicy-forid-device-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
-# [PowerShell](#tab/powershell)
- # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/delete-mobilitymanagementpolicy-forid-device-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
v1.0 Organizationalbranding List Localizations https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/organizationalbranding-list-localizations.md
One of the following permissions is required to call this API. To learn more, in
|:|:--| | Delegated (work or school account) | User.Read, Organization.Read.All, User.ReadBasic.All, User.Read.All | | Delegated (personal Microsoft account) | Not supported. |
-| Application | Not supported. |
+| Application | Organization.Read.All |
## HTTP request
v1.0 Organizationalbranding Post Localizations https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/organizationalbranding-post-localizations.md
One of the following permissions is required to call this API. To learn more, in
|:|:--| | Delegated (work or school account) | Organization.ReadWrite.All | | Delegated (personal Microsoft account) | Not supported. |
-| Application | Not supported. |
+| Application | Organization.ReadWrite.All |
## HTTP request This request creates a new localization branding and a default branding if one does not already exist.
v1.0 Organizationalbranding Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/organizationalbranding-update.md
One of the following permissions is required to call this API. To learn more, in
|:|:--| | Delegated (work or school account) | Organization.ReadWrite.All | | Delegated (personal Microsoft account) | Not supported. |
-| Application | Not supported. |
+| Application | Organization.ReadWrite.All |
## HTTP request
v1.0 Organizationalbrandinglocalization Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/organizationalbrandinglocalization-delete.md
One of the following permissions is required to call this API. To learn more, in
|:|:--| | Delegated (work or school account) | Organization.ReadWrite.All | | Delegated (personal Microsoft account) | Not supported. |
-| Application | Not supported. |
+| Application | Organization.ReadWrite.All |
## HTTP request
v1.0 Organizationalbrandinglocalization Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/organizationalbrandinglocalization-update.md
One of the following permissions is required to call this API. To learn more, in
|:|:--| | Delegated (work or school account) | Organization.ReadWrite.All | | Delegated (personal Microsoft account) | Not supported. |
-| Application | Not supported. |
+| Application | Organization.ReadWrite.All |
## HTTP request
v1.0 Participant Invite https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/participant-invite.md
Content-Type: application/json
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] # [PowerShell](#tab/powershell) [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] # [PHP](#tab/php)
v1.0 Plannerbuckettaskboardtaskformat Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/plannerbuckettaskboardtaskformat-update.md
Title: "Update plannerBucketTaskBoardTaskFormat"
-description: "Update the properties of **plannerBucketTaskBoardTaskFormat** object."
+description: "Update the properties of plannerBucketTaskBoardTaskFormat object."
ms.localizationpriority: medium ms.prod: "planner"
Namespace: microsoft.graph
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] Update the properties of **plannerBucketTaskBoardTaskFormat** object.+ ## Permissions One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
If successful, this method returns `204 No Content` response and empty content.
This method can return any of the [HTTP status codes](/graph/errors). The most common errors that apps should handle for this method are the 400, 403, 404, 409, and 412 responses. For more information about these errors, see [Common Planner error conditions](../resources/planner-overview.md#common-planner-error-conditions). ## Example
-##### Request
-Here is an example of the request.
+### Request
+The following is an example of a request.
# [HTTP](#tab/http) <!-- {
If-Match: W/"JzEtVGFzayAgQEBAQEBAQEBAQEBAQEBAWCc="
-##### Response
-Here is an example of the response. Note: The response object shown here might be shortened for readability.
+### Response
+The following is an example of the response.
+>**Note**: The response object shown here might be shortened for readability.
<!-- { "blockType": "response", "truncated": true,
v1.0 Teamsasyncoperation Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/teamsasyncoperation-get.md
GET https://graph.microsoft.com/beta/chats/19:c253a29b5f694b55a6baad8e83510af7@t
[!INCLUDE [sample-code](../includes/snippets/go/get-chat-operation-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
+# [PowerShell](#tab/powershell)
+ # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/get-chat-operation-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
v1.0 User List Calendargroups https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/user-list-calendargroups.md
Title: "List calendarGroups" description: "Get the user's calendar groups." ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: apiPageType
v1.0 User List Calendars https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/user-list-calendars.md
Title: "List calendars" description: "Get all the user's calendars (`/calendars` navigation property), get the calendars from the default calendar group or from a specific calendar group. " ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: apiPageType
v1.0 User List Calendarview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/user-list-calendarview.md
Title: "List calendarView"
description: "Get the occurrences, exceptions, and single instances of events in a calendar view defined by a time range, from the user's default calendar," ms.localizationpriority: medium doc_type: apiPageType-+ ms.prod: "outlook"
v1.0 User List Events https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/user-list-events.md
Title: "List events" description: "Get a list of event objects from the user's default calendar or " ms.localizationpriority: high-+ ms.prod: "outlook" doc_type: apiPageType
v1.0 User List Licensedetails https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/user-list-licensedetails.md
HTTP/1.1 200 OK
Content-type: application/json {
- "@odata.context": "https://graph.microsoft.com/beta/$metadata#users('071cc716-8147-4397-a5ba-b2105951cc0b')/assignedLicenses",
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#users('48d31887-5fad-4d73-a9f5-3c356e68a038')/licenseDetails",
"value": [ {
- "disabledPlans": [],
- "skuId": "b05e124f-c7cc-45a0-a6aa-8cf78c946968"
+ "id": "3RnS3Gi8m0u_C0ozp5a-NWAn38eBLPdOtXhbU5K1cd8",
+ "skuId": "c7df2760-2c81-4ef7-b578-5b5392b571df",
+ "skuPartNumber": "ENTERPRISEPREMIUM",
+ "servicePlans": [
+ {
+ "servicePlanId": "cd31b152-6326-4d1b-ae1b-997b625182e6",
+ "servicePlanName": "MIP_S_Exchange",
+ "provisioningStatus": "PendingProvisioning",
+ "appliesTo": "User"
+ },
+ {
+ "servicePlanId": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70",
+ "servicePlanName": "THREAT_INTELLIGENCE",
+ "provisioningStatus": "Success",
+ "appliesTo": "User"
+ },
+ {
+ "servicePlanId": "9c0dab89-a30c-4117-86e7-97bda240acd2",
+ "servicePlanName": "POWERAPPS_O365_P3",
+ "provisioningStatus": "Success",
+ "appliesTo": "User"
+ },
+ {
+ "servicePlanId": "8c098270-9dd4-4350-9b30-ba4703f3b36b",
+ "servicePlanName": "ADALLOM_S_O365",
+ "provisioningStatus": "Success",
+ "appliesTo": "User"
+ },
+ {
+ "servicePlanId": "5dbe027f-2339-4123-9542-606e4d348a72",
+ "servicePlanName": "SHAREPOINTENTERPRISE",
+ "provisioningStatus": "Success",
+ "appliesTo": "User"
+ }
+ ]
+ },
+ {
+ "id": "3RnS3Gi8m0u_C0ozp5a-Ne0iVHIF4g5Aqwo4mdijmMo",
+ "skuId": "725422ed-e205-400e-ab0a-3899d8a398ca",
+ "skuPartNumber": "SCHOOL_DATA_SYNC_P2",
+ "servicePlans": [
+ {
+ "servicePlanId": "113feb6c-3fe4-4440-bddc-54d774bf0318",
+ "servicePlanName": "EXCHANGE_S_FOUNDATION",
+ "provisioningStatus": "Success",
+ "appliesTo": "Company"
+ },
+ {
+ "servicePlanId": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48",
+ "servicePlanName": "SCHOOL_DATA_SYNC_P2",
+ "provisioningStatus": "Success",
+ "appliesTo": "User"
+ }
+ ]
} ] }
v1.0 User Post Calendargroups https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/user-post-calendargroups.md
Title: "Create CalendarGroup" description: "Use this API to create a new CalendarGroup."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 User Post Calendars https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/user-post-calendars.md
Title: "Create calendar" description: "Create a new calendar for a user."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 User Post Events https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/user-post-events.md
Title: "Create Event"
description: "Create an event in the user's default calendar or specified calendar." ms.localizationpriority: medium doc_type: apiPageType-+ ms.prod: "outlook"
v1.0 User Reminderview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/user-reminderview.md
Title: "user: reminderView" description: "Return a list of calendar reminders within the specified start and end times. "-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 User Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/user-update.md
In the request body, supply the values for relevant fields that should be update
| employeeType | String | Captures enterprise worker type. For example, `Employee`, `Contractor`, `Consultant`, or `Vendor`.| |givenName|String|The given name (first name) of the user.| |employeeHireDate|DateTimeOffset|The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.|
+|employeeLeaveDateTime|DateTimeOffset|The date and time when the user left or will leave the organization. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.<br><br> Requires User-LifeCycleInfo.ReadWrite.All. For delegated scenarios, the admin needs the Global Administrator [Azure AD role](/azure/active-directory/roles/permissions-reference). |
|identities|[objectIdentity](../resources/objectidentity.md) collection| Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft, by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. Any update to **identities** will replace the entire collection and you must supply the userPrincipalName **signInType** identity in the collection.| |interests|String collection|A list for the user to describe their interests.| |jobTitle|String|The userΓÇÖs job title.|
v1.0 Virtualendpoint List Supportedregions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/virtualendpoint-list-supportedregions.md
Content-Type: application/json
"@odata.type": "#microsoft.graph.cloudPcSupportedRegion", "id": "109919f3-19f3-1099-f319-9910f3199910", "displayName": "Demo-1",
- "regionStatus": "available"
+ "regionStatus": "available",
+ "supportedSolution": "windows365"
} ] }
v1.0 Accesspackageresourcerole https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/accesspackageresourcerole.md
Namespace: microsoft.graph
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
-In [Azure AD entitlement management](entitlementmanagement-overview.md), an access package resource role is a reference to a role defined in a resource. That reference can be used after creating an access package to specify the roles of each of the catalog's resources into which an access package should deliver, by [creating an access package resource role scope](../api/accesspackage-post-accesspackageresourcerolescopes.md).
+In [Azure AD entitlement management](entitlementmanagement-overview.md), an access package resource role is a reference to a role defined in a resource. These are automatically present after [a resource is added to an access package catalog](../api/entitlementmanagement-post-accesspackageresourcerequests.md). That reference can be used after creating an access package to specify the roles of each of the catalog's resources into which an access package should deliver, by [creating an access package resource role scope](../api/accesspackage-post-accesspackageresourcerolescopes.md).
## Methods
v1.0 Accessreviewrecommendationinsightsetting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/accessreviewrecommendationinsightsetting.md
Namespace: microsoft.graph
The **accessReviewRecommendationInsightSetting** allows you to configure insights for an [accessReviewScheduleDefinition](accessreviewscheduledefinition.md). This complex type is the abstract type for the following derived types: + [userLastSignInRecommendationInsightSetting](userlastsignInrecommendationinsightsetting.md)++ [groupPeerOutlierRecommendationInsightSettings](grouppeeroutlierrecommendationinsightsettings.md) ## Relationships
v1.0 Accessreviewschedulesettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/accessreviewschedulesettings.md
The following is a JSON representation of the resource.
} ], "recommendationsEnabled": "Boolean",
- "recommendationLookBackDuration": "Duration",
+ "recommendationLookBackDuration": "String (duration)",
"decisionHistoriesForReviewersEnabled": "Boolean", "recommendationInsightSettings": [ {
v1.0 Application https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/application.md
This resource supports:
| passwordCredentials | [passwordCredential](passwordcredential.md) collection|The collection of password credentials associated with the application. Not nullable.| | publicClient | [publicClientApplication](publicclientapplication.md) | Specifies settings for installed clients such as desktop or mobile devices. | | publisherDomain | String | The verified publisher domain for the application. Read-only. Supports `$filter` (`eq`, `ne`, `ge`, `le`, `startsWith`).|
+| requestSignatureVerification | [requestSignatureVerification](requestsignatureverification.md)| Specifies whether this application requires Azure AD to verify the signed authentication requests.|
| requiredResourceAccess |[requiredResourceAccess](requiredresourceaccess.md) collection| Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. Not nullable. <br><br>Supports `$filter` (`eq`, `not`, `ge`, `le`).| | samlMetadataUrl | String | The URL where the service exposes SAML metadata for federation. This property is valid only for single-tenant applications. Nullable. | | serviceManagementReference | String | References application or service contact information from a Service or Asset Management database. Nullable. |
The following is a JSON representation of the resource.
"parentalControlSettings": {"@odata.type": "microsoft.graph.parentalControlSettings"}, "passwordCredentials": [{"@odata.type": "microsoft.graph.passwordCredential"}], "publicClient": {"@odata.type": "microsoft.graph.publicClientApplication"},
- "publisherDomain": "String",
+ "publisherDomain": "String",
+ "requestSignatureVerification": {"@odata.type": "microsoft.graph.requestSignatureVerification"},
"requiredResourceAccess": [{"@odata.type": "microsoft.graph.requiredResourceAccess"}], "serviceManagementReference": "String", "signInAudience": "String",
v1.0 Attendee https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/attendee.md
description: "An event attendee. This can be a person or resource such as a meet
ms.localizationpriority: medium doc_type: resourcePageType ms.prod: "outlook"-+ # attendee resource type
v1.0 Attendeebase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/attendeebase.md
description: "The type of attendee."
ms.localizationpriority: medium doc_type: resourcePageType ms.prod: calendar-+ # attendeeBase resource type
v1.0 Authenticationmethodfeatureconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/authenticationmethodfeatureconfiguration.md
+
+ Title: "authenticationMethodFeatureConfiguration resource type"
+description: "Defines the features that are allowed for different authentication methods. For each authentication method, defines the users who are enabled or excluded from using the feature."
+
+ms.localizationpriority: medium
++
+# authenticationMethodFeatureConfiguration resource type
+
+Namespace: microsoft.graph
++
+Defines the features that are allowed for different authentication methods. For each authentication method, defines the users who are enabled to use or excluded from using the feature.
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|excludeTarget|[featureTarget](../resources/featuretarget.md)|A single entity that's excluded from using this feature.|
+|includeTarget|[featureTarget](../resources/featuretarget.md)|A single entity that's allowed to use this feature.|
+|state|advancedConfigState|Enable or disable the feature. Possible values are: `default`, `enabled`, `disabled`, `unknownFutureValue`. The `default` value is used when the configuration hasn't been explicitly set and uses the default behavior of Azure AD for the setting. The default value is `disabled`.|
+
+## Relationships
+None.
+
+## JSON representation
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.authenticationMethodFeatureConfiguration"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.authenticationMethodFeatureConfiguration",
+ "state": "String",
+ "includeTarget": {
+ "@odata.type": "microsoft.graph.featureTarget"
+ },
+ "excludeTarget": {
+ "@odata.type": "microsoft.graph.featureTarget"
+ }
+}
+```
+
v1.0 Azureadtokenauthentication https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/azureadtokenauthentication.md
Namespace: microsoft.graph
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
-Defines the Azure AD application used to authenticate a logic app with a [custom access package workflow extension](customaccesspackageworkflowextension.md). Only the app ID of the application is required. Derived from [customExtensionAuthenticationConfiguration](../resources/customextensionauthenticationconfiguration.md).
+Defines the Azure AD application used to authenticate a logic app with a [custom access package workflow extension](../resources/customaccesspackageworkflowextension.md) or a [custom task extension](../resources/identitygovernance-customtaskextension.md). Only the app ID of the application is required. Derived from [customExtensionAuthenticationConfiguration](../resources/customextensionauthenticationconfiguration.md).
## Properties
v1.0 Calendar https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/calendar.md
Title: "calendar resource type" description: "A calendar which is a container for events. It can be a calendar for a user, or the default calendar of a Microsoft 365 group." ms.localizationpriority: high-+ ms.prod: "outlook" doc_type: resourcePageType
v1.0 Calendargroup https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/calendargroup.md
Title: "calendarGroup resource type" description: "A group of user calendars."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: resourcePageType
v1.0 Calendarpermission https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/calendarpermission.md
Title: "calendarPermission resource type" description: "The permissions of a user with whom the calendar is shared."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: "resourcePageType"
v1.0 Callrecords Clientuseragent https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/callrecords-clientuseragent.md
the [userAgent](callrecords-useragent.md) type.
|headerValue|String|User-agent header value reported by this endpoint.| |platform|microsoft.graph.callRecords.clientPlatform|Identifies the platform used by this endpoint. Possible values are: `unknown`, `windows`, `macOS`, `iOS`, `android`, `web`, `ipPhone`, `roomSystem`, `surfaceHub`, `holoLens`, `unknownFutureValue`.| |productFamily|microsoft.graph.callRecords.productFamily|Identifies the family of application software used by this endpoint. Possible values are: `unknown`, `teams`, `skypeForBusiness`, `lync`, `unknownFutureValue`, `azureCommunicationServices`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following value(s) in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `azureCommunicationServices`.|
+|communicationServiceId|String|Immutable resource identifier of the Azure Communication Service associated with this endpoint based on [Communication Services APIs](https://azure.microsoft.com/en-us/services/communication-services/).|
+|azureADAppId|String|The unique identifier of the Azure AD application used by this endpoint.|
## JSON representation
The following is a JSON representation of the resource.
"applicationVersion": "String", "headerValue": "String", "platform": "String",
- "productFamily": "String"
+ "productFamily": "String",
+ "communicationServiceId": "String",
+ "azureADAppId": "String"
} ```
v1.0 Cloudpc https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/cloudpc.md
Represents a cloud-managed virtual desktop. This Cloud PC is also enrolled into
|[Bulk reprovision remote action](../api/manageddevice-bulkreprovisioncloudpc.md)|None|Bulk reprovision a set of Cloud PC devices with Intune managed device IDs.| |[Resize remote action](../api/manageddevice-resizecloudpc.md)|None|Upgrade or downgrade an existing Cloud PC to another configuration with new vCPU and storage size through Intune managed device ID.| |[Troubleshoot](../api/cloudpc-troubleshoot.md)|None|Troubleshoot a specific [cloudPC](../resources/cloudpc.md) object. Use this API to check the health status of the Cloud PC and the session host.|
-|[Restore remote action](../api/manageddevice-restorecloudpc.md)|None|Restore a Cloud PC device to a previous state from a snapshot.|
+|[Restore](../api/cloudpc-restore.md)|None|Restore a [cloudPC](../resources/cloudpc.md) object to a previous state from a snapshot.|
+|[Restore remote action](../api/manageddevice-restorecloudpc.md)|None|Restore a Cloud PC device to a previous state with an Intune [managed device](../resources/cloudpc.md) ID.|
|[Bulk restore remote action](../api/manageddevice-bulkrestorecloudpc.md)|[cloudPcBulkRemoteActionResult](../resources/cloudpcbulkremoteactionresult.md)|Restore multiple Cloud PC devices with a single request that includes the IDs of Intune managed devices and a restore point date and time.| |[Set review status](../api/manageddevice-setcloudpcreviewstatus.md)|None|Set the review status of a specific Cloud PC device.| |[Get review status](../api/manageddevice-getcloudpcreviewstatus.md)|[cloudPcReviewStatus](../resources/cloudpcreviewstatus.md)|Get the review status of a specific Cloud PC device.|
v1.0 Cloudpconpremisesconnectionhealthcheck https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md
The result of a Cloud PC Azure network connection health check.
|adJoinCheckUnknownError|The domain join check failed due to an unknown error. Please make sure that the Azure network connection can successfully join the domain using the details provided.| |endpointConnectivityCheckCloudPcUrlNotAllowListed|During provisioning, one or more required URLs couldn't be contacted. Please make sure that all of the required URLs are allowed through the firewalls and proxies.| |endpointConnectivityCheckWVDUrlNotAllowListed|During provisioning, one or more required WVD URLs couldn't be contacted. Please make sure that all of the required URLs are allowed through the firewalls and proxies.|
-|endpointConnectivityCheckIntuneUrlNotAllowListed|During provisioning, one or more required Intune URLs couldnΓÇÖt be contacted. Please make sure that all of the required URLs are allowed through the firewalls and proxies.|
+|endpointConnectivityCheckIntuneUrlNotAllowListed|During provisioning, one or more required Intune URLs couldn't be contacted. Please make sure that all of the required URLs are allowed through the firewalls and proxies.|
+|endpointConnectivityCheckAzureADUrlNotAllowListed|During provisioning, one or more required Azure Active Directory (Azure AD) URLs couldn't be contacted. Please make sure that all of the required URLs are allowed through the firewalls and proxies.|
+|endpointConnectivityCheckLocaleUrlNotAllowListed|During provisioning, one or more language pack URLs couldn't be contacted. If you choose a non-English (United States) **Language & Region** setting in a provisioning policy, the language pack might not be successfully installed. Please make sure that all of the required URLs are allowed through your firewalls and proxies. For a list or required URLs, see [Azure network connections health checks](https://go.microsoft.com/fwlink/?linkid=2156206).|
|endpointConnectivityCheckUnknownError|During provisioning, one or more required URLs couldn't be contacted. Please make sure that all of the required URLs are allowed through the firewalls and proxies.| |azureAdDeviceSyncCheckDeviceNotFound|The Cloud PC computer object can't be found in Azure Active Directory (Azure AD). Please make sure that Azure AD connect works and syncs frequently so that the Cloud PC computer objects are synced to Azure AD. Azure AD device sync must be enabled and synced within the last 60 minutes.| |azureAdDeviceSyncCheckLongSyncCircle|The check whether the Cloud PC computer object has been synced to Azure Active Directory (Azure AD) has timed out. Please make sure that Azure AD connect works and syncs frequently so that the Cloud PC computer objects are synced to Azure AD. Azure AD device sync must be enabled and synced within the last 60 minutes.|
v1.0 Cloudpcsupportedregion https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/cloudpcsupportedregion.md
Represents a supported region to establish an Azure network connection for Cloud
|displayName|String|The name for the supported region. Read-only.| |id|String|The unique identifier for the supported region. Read-only.| |regionStatus|[cloudPcSupportedRegionStatus](#cloudpcsupportedregionstatus-values)|The status of the supported region. Possible values are: `available`, `restricted`, `unavailable`, `unknownFutureValue`. Read-only.|
+|supportedSolution|[cloudPcManagementService](../resources/cloudpconpremisesconnection.md#cloudpcmanagementservice-values)|The supported service or solution for the region. The possible values are: `windows365`, `devBox`, `unknownFutureValue`. Read-only.|
### cloudPcSupportedRegionStatus values |Member|Description| |:|:|
-|available|The region is available and fully supports Cloud PC's to be provisioned in that region.|
+|available|The region is available and fully supports Cloud PCs to be provisioned in that region.|
|restricted|The region is considered a restricted region and can only have a Cloud PC provisioned in that region for specific tenants.| |unavailable|The region has no support for Cloud PC provisioning.| |unknownFutureValue|Evolvable enumeration sentinel value. Do not use.|
The following is a JSON representation of the resource.
"@odata.type": "#microsoft.graph.cloudPcSupportedRegion", "displayName": "String", "id": "String (identifier)",
- "regionStatus": "microsoft.graph.cloudPcSupportedRegionStatus"
+ "regionStatus": "microsoft.graph.cloudPcSupportedRegionStatus",
+ "supportedSolution": "String"
} ```
v1.0 Corsconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/corsconfiguration.md
+
+ Title: "corsConfiguration resource type"
+description: "Represents the CORS settings for an on-premises application segment published via Application Proxy."
+ms.localizationpriority: medium
+++
+# corsConfiguration resource type
+
+Namespace: microsoft.graph
++
+Represents the CORS settings for the [onPremisesApplicationSegment](onPremisesApplicationSegment.md) resource when publishing an on-premises application through Azure AD Application Proxy. For more information, see [Understand and solve Azure Active Directory Application Proxy CORS issues](/azure/active-directory/app-proxy/application-proxy-understand-cors-issues).
++
+## Properties
+
+| Property | Type | Description |
+|:-|:|:|
+|allowedHeaders|String Collection|The request headers that the origin domain may specify on the CORS request. The wildcard character `*` indicates that any header beginning with the specified prefix is allowed.|
+|allowedMethods|String Collection|The HTTP request methods that the origin domain may use for a CORS request.|
+|allowedOrigins|String Collection|The origin domains that are permitted to make a request against the service via CORS. The origin domain is the domain from which the request originates. The origin must be an exact case-sensitive match with the origin that the user age sends to the service. |
+|maxAgeInSeconds|Integer|The maximum amount of time that a browser should cache the response to the preflight **OPTIONS** request.|
+|resource|String|Resource within the application segment for which CORS permissions are granted. `/` grants permission for whole app segment.|
++
+## JSON representation
+
+The following is a JSON representation of the resource.
+
+<!-- {
+ "blockType": "resource",
+ "optionalProperties": [
+
+ ],
+ "@odata.type": "microsoft.graph.corsConfiguration",
+ "baseType": null
+}-->
+
+```json
+{
+ "@odata.type": "#microsoft.graph.corsConfiguration",
+ "resource": "String",
+ "allowedOrigins": [
+ "String"
+ ],
+ "allowedHeaders": [
+ "String"
+ ],
+ "allowedMethods": [
+ "String"
+ ],
+ "maxAgeInSeconds": "Integer"
+}
+```
+
+<!-- {
+ "type": "#page.annotation",
+ "description": "corsConfiguration resource",
+ "keywords": "",
+ "section": "documentation",
+ "tocPath": ""
+}-->
v1.0 Customcalloutextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/customcalloutextension.md
Namespace: microsoft.graph
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
-An abstract type that defines the configuration for logic apps that can be integrated with the customer's entitlement management use cases to implement broader governance workflows. This abstract type is inherited by the [customAccessPackageWorkflowExtension](customaccesspackageworkflowextension.md) resource type.
+An abstract type that defines the configuration for logic apps that can extend the customer's entitlement management and lifecycle workflows processes.
+
+This abstract type is inherited by:
+
+- [customAccessPackageWorkflowExtension](customaccesspackageworkflowextension.md)
+- [customTaskExtension](../resources/identitygovernance-customtaskextension.md)
Inherits from [entity](entity.md).
Inherits from [entity](entity.md).
None. ## Properties+ |Property|Type|Description| |:|:|:| |authenticationConfiguration|[customExtensionAuthenticationConfiguration](../resources/customextensionauthenticationconfiguration.md)|Configuration for securing the API call to the logic app. For example, using OAuth client credentials flow. |
The following is a JSON representation of the resource.
} } ```-
v1.0 Customextensioncallbackconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/customextensioncallbackconfiguration.md
+
+ Title: "customExtensionCallbackConfiguration resource type"
+description: "The callback configuration for a custom task extension that's linked to an Azure Logic App."
+
+ms.localizationpriority: medium
++
+# customExtensionCallbackConfiguration resource type
+
+Namespace: microsoft.graph
++
+This is an abstract type describing the callback configuration of a [custom callout extension](../resources/customcalloutextension.md).
+
+This abstract type is inherited by:
++ [customTaskExtensionCallbackConfiguration](../resources/identitygovernance-customtaskextensioncallbackconfiguration.md)+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|timeoutDuration|Duration|Callback time out in ISO 8601 time duration. Accepted time durations are between five minutes to three hours. For example, PT5M for five minutes and PT3H for three hours.|
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.customExtensionCallbackConfiguration"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.customExtensionCallbackConfiguration",
+ "timeoutDuration": "String (duration)"
+}
+```
v1.0 Customextensioncalloutrequest https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/customextensioncalloutrequest.md
+
+ Title: "customExtensionCalloutRequest resource type"
+description: "Defines the custom extension callout request payload that's sent to external systems."
+
+ms.localizationpriority: medium
++
+# customExtensionCalloutRequest resource type
+
+Namespace: microsoft.graph
++
+Defines the custom extension callout request payload that's sent to external systems.
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|data|[customExtensionData](../resources/customextensiondata.md)|Contains the data that will be provided to the external system.|
+|source|String|Identifies the source system or event context related to the callout request.|
+|type|String|Describes the type of event related to the callout request.|
+
+## Relationships
+None.
+
+## JSON representation
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.customExtensionCalloutRequest"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.customExtensionCalloutRequest",
+ "source": "String",
+ "type": "String",
+ "data": {
+ "@odata.type": "microsoft.graph.customExtensionData"
+ }
+}
+```
+
v1.0 Customextensioncalloutresponse https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/customextensioncalloutresponse.md
+
+ Title: "customExtensionCalloutResponse resource type"
+description: "Defines the custom extension callout response payload that external systems send back for callback scenarios of custom extensions."
+
+ms.localizationpriority: medium
++
+# customExtensionCalloutResponse resource type
+
+Namespace: microsoft.graph
++
+Defines the custom extension callout response payload that external systems send back for callback scenarios of custom extensions.
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|data|[customExtensionData](../resources/customextensiondata.md)|Contains the data the external system provides to the custom extension endpoint.|
+|source|String|Identifies the external system or event context related to the response.|
+|type|String|Describes the type of event related to the response.|
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.customExtensionCalloutResponse"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.customExtensionCalloutResponse",
+ "source": "String",
+ "type": "String",
+ "data": {
+ "@odata.type": "microsoft.graph.customExtensionData"
+ }
+}
+```
v1.0 Customextensionclientconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/customextensionclientconfiguration.md
Namespace: microsoft.graph
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
-HTTP connection settings that define how long Azure AD can wait for a a response from a logic app before it shuts down the connection. Only **timeoutInMilliseconds** is supported.
+HTTP connection settings that define how long Azure AD can wait for a a response from a logic app before it shuts down the connection when trying to trigger the logic app. Only **timeoutInMilliseconds** is supported.
## Properties |Property|Type|Description|
v1.0 Customextensiondata https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/customextensiondata.md
+
+ Title: "customExtensionData resource type"
+description: "An abstract type noting the data being sent and received as part of extensibility scenarios based on custom callout extensions"
+
+ms.localizationpriority: medium
++
+# customExtensionData resource type
+
+Namespace: microsoft.graph
++
+This is an abstract type noting the data being sent and received as part of extensibility scenarios based on [custom callout extensions](../resources/customcalloutextension.md). The following types are derived from this abstract type:
++ [customTaskExtensionCalloutData](../resources/identitygovernance-customtaskextensioncalloutdata.md)++ [customTaskExtensionCallbackData](../resources/identitygovernance-customtaskextensioncallbackdata.md)+
+## Properties
+
+None.
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.customExtensionData"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.customExtensionData"
+}
+```
+
v1.0 Customextensionendpointconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/customextensionendpointconfiguration.md
Namespace: microsoft.graph
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
-Abstract base type that exposes the derived types used to configure the **endpointConfiguration** property of a [custom access package workflow extension](customaccesspackageworkflowextension.md) object. This abstract type is inherited by the [logicAppTriggerEndpointConfiguration](logicapptriggerendpointconfiguration.md) object.
+Abstract base type that exposes the derived types used to configure the **endpointConfiguration** property of a [custom access package workflow extension](customaccesspackageworkflowextension.md) and [custom task extension](../resources/identitygovernance-customtaskextension.md) object. This abstract type is inherited by the [logicAppTriggerEndpointConfiguration](logicapptriggerendpointconfiguration.md) object.
## Properties
The following is a JSON representation of the resource.
} --> ``` json
-{
+{
"@odata.type": "#microsoft.graph.customExtensionEndpointConfiguration"
-}
-```
+}
+```
v1.0 Datetimetimezone https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/datetimetimezone.md
Title: "dateTimeTimeZone resource type"
description: "Describes the date, time, and time zone of a point in time." ms.localizationpriority: medium doc_type: resourcePageType-+ ms.prod: "outlook"
v1.0 Deleteditemcontainer https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/deleteditemcontainer.md
+
+ Title: "deletedItemContainer resource type"
+description: "A container for deleted lifecycle workflow objects during the period before they are permanently deleted."
+
+ms.localizationpriority: medium
++
+# deletedItemContainer resource type
+
+Namespace: microsoft.graph
++
+A container for deleted lifecycle workflow objects during the period before they are permanently deleted. Azure AD may permanently delete the workflows after 30 days, or you may [permanently delete the workflows](../api/identitygovernance-deletedItemcontainer-delete.md), or you may [restore the deleted workflow and its associated objects](../api/identitygovernance-workflow-restore.md).
+
+Inherits from [entity](../resources/entity.md).
+
+## Methods
+
+|Method|Return type|Description|
+|:|:|:|
+|[List deletedItems](../api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems.md)|[deletedItemContainer](../resources/deleteditemcontainer.md) collection|Get a list of the [deletedItemContainer](../resources/deleteditemcontainer.md) objects and their properties.|
+|[Get deletedItemContainer](../api/identitygovernance-deleteditemcontainer-get.md)|[deletedItemContainer](../resources/deleteditemcontainer.md)|Read the properties and relationships of a [deletedItemContainer](../resources/deleteditemcontainer.md) object.|
+|[Restore](../api/identitygovernance-workflow-restore.md)|[workflow](../resources/identitygovernance-workflow.md)|Restore a deleted [lifecycle workflow](../resources/identitygovernance-workflow.md) from the [deletedItemContainer](../resources/deleteditemcontainer.md) object.|
+|[Permanently delete workflow from deletedItemsContainer](../api/identitygovernance-deletedItemcontainer-delete.md)|None|Permanently delete a deleted [lifecycle workflow](../resources/identitygovernance-workflow.md) from the [lifecycleWorkflowsContainer](../resources/identitygovernance-lifecycleworkflowscontainer.md) object.|
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|id|String|The unique identifier of the [workflow](../resources/identitygovernance-workflow.md) that was deleted. Inherited from [entity](../resources/entity.md).|
+
+## Relationships
+
+|Relationship|Type|Description|
+|:|:|:|
+|workflows|[microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md) collection|Deleted workflows that end up in the deletedItemsContainer.|
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.deletedItemContainer",
+ "baseType": "microsoft.graph.entity",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.deletedItemContainer",
+ "id": "String (identifier)"
+}
+```
v1.0 Driveitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/driveitem.md
Items with the **folder** facet act as containers of items and therefore have a
| [Check out](../api/driveitem-checkout.md) | `POST /drives/{driveId}/items/{itemId}/checkout` | | [Revoke grants](../api/permission-revokegrants.md) | `PATCH /drive/items/{item-id}/permissions/{perm-id}/revokeGrants` | | [Extract sensitivity labels](../api/driveitem-extractsensitivitylabels.md) | `POST /drive/items/{item-id}/extractSensitivityLabels` |
+| [Assign sensitivity label](../api/driveitem-assignsensitivitylabel.md) | `POST /drive/items/{item-id}/assignSensitivityLabel` |
## Properties
v1.0 Educationassignmentdefaults https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/educationassignmentdefaults.md
Title: "educationAssignmentDefaults resource type"
-description: "Specifies class-level defaults respected by new assignments created in the class"
+description: "Specify class-level defaults respected by new assignments created in a class."
ms.localizationpriority: medium ms.prod: "education"
Namespace: microsoft.graph
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
-Specifies class-level defaults respected by new assignments created in the class. Callers can continue to specify custom values on each assignment creation if they do not want the default behaviors.
+Specify class-level defaults respected by new assignments created in a class. Callers can continue to specify custom values on each assignment creation if they do not want the default behaviors.
## Methods |Method|Return type|Description|
Specifies class-level defaults respected by new assignments created in the class
## Properties |Property|Type|Description| |:|:|:|
-|id|String|Unique identifier for the educationAssignmentDefaults|
|addedStudentAction|educationAddedStudentAction|Class-level default behavior for handling students who are added after the assignment is published. Possible values are: `none`, `assignIfOpen`.| |addToCalendarAction| educationAddToCalendarOptions|Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: `none`, `studentsAndPublisher`, `studentsAndTeamOwners`, `unknownFutureValue`, and `studentsOnly`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following value(s) in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `studentsOnly`. The default value is `none`.| |dueTime|TimeOfDay|Class-level default value for due time field. Default value is `23:59:00`.|
+|id|String|Unique identifier for the **educationAssignmentDefaults**.|
|notificationChannelUrl|String|Default Teams channel to which notifications will be sent. Default value is `null`.| ## Relationships
The following is a JSON representation of the resource.
--> ``` json {
+ "addedStudentAction": "String",
+ "addToCalendarAction": "String",
+ "dueTime": "String (timestamp)",
"id": "String (identifier)",
- "addedStudentAction": "none",
- "addToCalendarAction": "none",
- "dueTime": "23:59:00",
- "notificationChannelUrl": "https://graph.microsoft.com/beta/teams('id')/channels('id')"
+ "notificationChannelUrl": "String"
} ```
v1.0 Enums Identitygovernance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/enums-identitygovernance.md
+
+ Title: "Identity governance enum values"
+description: "Microsoft Graph identity governance enumeration values"
+ms.localizationpriority: medium
+++
+# Identity governance enum values
+
+Namespace: microsoft.graph.identityGovernance
+
+### customTaskExtensionOperationStatus values
+
+|Member|
+|:|
+|completed|
+|failed|
+|unknownFutureValue|
+
+### lifecycleTaskCategory values
+++
+|Member|
+|:|
+|joiner|
+|leaver|
+|unknownFutureValue|
+
+### lifecycleWorkflowCategory values
+++
+|Member|
+|:|
+|joiner|
+|leaver|
+|unknownFutureValue|
++
+### lifecycleWorkflowProcessingStatus values
+++
+|Member|
+|:|
+|queued|
+|inProgress|
+|completed|
+|completedWithErrors|
+|canceled|
+|failed|
+|unknownFutureValue|
+
+### valueType values
+++
+|Member|
+|:|
+|enum|
+|string|
+|int|
+|bool|
+|unknownFutureValue|
++
+### workflowExecutionType values
+++
+|Member|
+|:|
+|scheduled|
+|onDemand|
+|unknownFutureValue|
++
+### workflowTriggerTimeBasedAttribute values
+++
+|Member|
+|:|
+|employeeHireDate|
+|employeeLeaveDateTime|
+|unknownFutureValue|
++
+<!--
+{
+ "type": "#page.annotation",
+ "namespace": "microsoft.graph.identityGovernance"
+}
+-->
v1.0 Enums https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/enums.md
Possible values for user account types (group membership), per Windows definitio
|terminationRequested| |unknownFutureValue|
+### featureTargetType values
+
+|Member|
+|:|
+|group|
+|administrativeUnit|
+|role|
+|unknownFutureValue|
+ ### longRunningOperationStatus values |Member|
Possible values for user account types (group membership), per Windows definitio
|administrator| |unknownFutureValue|
+### weakAlgorithms values
+
+|Member|
+|:|
+|rsaSha1|
+|unknownFutureValue|
+ ### tenantAllowBlockListAction values |Member|
Possible values for user account types (group membership), per Windows definitio
|sender| |recipient| |unknownFutureValue|+
+### outlierMemberType values
+
+|Member|
+|:|
+|user|
+|unknownFutureValue|
+
+### outlierContainerType values
+
+|Member|
+|:|
+|group|
+|unknownFutureValue|
v1.0 Event https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/event.md
Title: "event resource type" description: "An event in a calendar."-+ ms.localizationpriority: high ms.prod: "outlook" doc_type: resourcePageType
v1.0 Eventmessage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/eventmessage.md
Title: "eventMessage resource type" description: "A message that represents a meeting request, cancellation, or response (which can be one of the following: acceptance, tentative acceptance, or decline). " ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: resourcePageType
v1.0 Eventmessagerequest https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/eventmessagerequest.md
Title: "eventMessageRequest resource type" description: "A message that represents a meeting request."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: resourcePageType
v1.0 Eventmessageresponse https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/eventmessageresponse.md
Title: "eventMessageResponse resource type" description: "A message that represents a response to a meeting request in the meeting organizer's mailbox." ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: "resourcePageType"
v1.0 Featuretarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/featuretarget.md
+
+ Title: "featureTarget resource type"
+description: "Defines a single group, Azure AD role, or administrative unit that is included or excluded in the settings specified in the authenticationMethodFeatureConfiguration object."
+
+ms.localizationpriority: medium
++
+# featureTarget resource type
+
+Namespace: microsoft.graph
++
+Defines a single group, Azure AD role, or administrative unit that is included or excluded in the settings specified in the [authenticationMethodFeatureConfiguration](authenticationmethodfeatureconfiguration.md) object.
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|id|String|The ID of the entity that's targeted in the include or exclude rule or `all_users` to target all users.|
+|targetType|featureTargetType|The kind of entity that's targeted. The possible values are: `group`, `administrativeUnit`, `role`, `unknownFutureValue`.|
+
+## Relationships
+None.
+
+## JSON representation
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.featureTarget"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.featureTarget",
+ "targetType": "String",
+ "id": "String (identifier)"
+}
+```
+
v1.0 Freebusyerror https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/freebusyerror.md
description: "Represents error information from attempting to get the availabili
ms.localizationpriority: medium doc_type: resourcePageType ms.prod: calendar-+ # freeBusyError resource type
v1.0 Governanceinsight https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/governanceinsight.md
Namespace: microsoft.graph
Represents insights presented to the reviewer for an [accessReviewInstanceDecisionItem](accessreviewinstancedecisionitem.md). Insights are recommendations to reviewers to help them complete access reviews.
-This resource is an abstract type for the [userSignInInsight](usersignininsight.md) derived type.
+This complex type is the abstract type for the following derived types:
++ [userSignInInsight](usersignininsight.md) derived type.++ [membershipOutlierInsight](membershipoutlierinsight.md) derived type. ## Properties | Property | Type | Description |
v1.0 Grouppeeroutlierrecommendationinsightsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/grouppeeroutlierrecommendationinsightsettings.md
+
+ Title: "groupPeerOutlierRecommendationInsightSettings resource type"
+description: "In the Azure AD access reviews, the groupPeerOutlierRecommendationInsightSettings represents the settings associated with group peer outlier insights, and that is used to aid reviewers to make decisions."
+
+ms.localizationpriority: medium
++
+# groupPeerOutlierRecommendationInsightSettings resource type
+
+Namespace: microsoft.graph
+++
+Represents the group peer outlier insights that help reviewers make decisions for an [accessReviewScheduleDefinition](accessreviewscheduledefinition.md) object. Azure AD assesses the access that the user's peers have and provides _approve_ or _deny_ recommendation insights to the approvers.
+
+Inherits from [accessReviewRecommendationInsightSetting](accessReviewRecommendationInsightSetting.md).
+
+## Properties
+None.
++
+## Relationships
+None.
+
+## JSON representation
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.groupPeerOutlierRecommendationInsightSettings",
+ "baseType": "microsoft.graph.accessReviewRecommendationInsightSetting"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.groupPeerOutlierRecommendationInsightSettings"
+}
+```
+
+<!--
+{
+ "type": "#page.annotation",
+ "description": "groupPeerOutlierRecommendationInsightSettings resource",
+ "keywords": "",
+ "section": "documentation",
+ "tocPath": "",
+ "suppressions": []
+}
+-->
v1.0 Identitygovernance Customtaskextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-customtaskextension.md
+
+ Title: "customTaskExtension resource type"
+description: "Defines the attributes of a custom task that allows you to integrate lifecycle workflows with Azure Logic Apps and trigger custom tasks through the logic app."
+
+ms.localizationpriority: medium
++
+# customTaskExtension resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+Defines the attributes of a customTaskExtension that allows you to integrate Lifecycle Workflows with Azure Logic Apps. While Lifecycle Workflows provide multiple built-in tasks (known as taskDefinitions) to automate common scenarios during the user lifecycle, you may eventually reach the limits of these built-in tasks. You can create a customTaskExtension that contains information about an Azure Logic app, and trigger the Azure Logic app with the built-in task "Run a custom task extension" that references the corresponding customTaskExtension.
+
+Inherits from [customCalloutExtension](../resources/customcalloutextension.md).
+
+## Methods
+
+|Method|Return type|Description|
+|:|:|:|
+|[List customTaskExtensions](../api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions.md)|[microsoft.graph.identityGovernance.customTaskExtension](../resources/identitygovernance-customtaskextension.md) collection|Get a list of the [customTaskExtension](../resources/identitygovernance-customtaskextension.md) objects and their properties.|
+|[Create customTaskExtension](../api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions.md)|[microsoft.graph.identityGovernance.customTaskExtension](../resources/identitygovernance-customtaskextension.md)|Create a new [customTaskExtension](../resources/identitygovernance-customtaskextension.md) object.|
+|[Get customTaskExtension](../api/identitygovernance-customtaskextension-get.md)|[microsoft.graph.identityGovernance.customTaskExtension](../resources/identitygovernance-customtaskextension.md)|Read the properties and relationships of a [customTaskExtension](../resources/identitygovernance-customtaskextension.md) object.|
+|[Update customTaskExtension](../api/identitygovernance-customtaskextension-update.md)|[microsoft.graph.identityGovernance.customTaskExtension](../resources/identitygovernance-customtaskextension.md)|Update the properties of a [customTaskExtension](../resources/identitygovernance-customtaskextension.md) object.|
+|[Delete customTaskExtension](../api/identitygovernance-customtaskextension-delete.md)|None|Deletes a [customTaskExtension](../resources/identitygovernance-customtaskextension.md) object.|
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|authenticationConfiguration|[microsoft.graph.customExtensionAuthenticationConfiguration](../resources/customextensionauthenticationconfiguration.md)|Configuration for securing the API call to the logic app. Inherited from [customCalloutExtension](../resources/customcalloutextension.md).|
+|callbackConfiguration|[microsoft.graph.customExtensionCallbackConfiguration](../resources/customextensioncallbackconfiguration.md)|The callback configuration for a custom extension.|
+|clientConfiguration|[microsoft.graph.customExtensionClientConfiguration](../resources/customextensionclientconfiguration.md)|HTTP connection settings that define how long Azure AD can wait for a connection to a logic app, how many times you can retry a timed-out connection and the exception scenarios when retries are allowed. Inherited from [customCalloutExtension](../resources/customcalloutextension.md).|
+|createdDateTime|DateTimeOffset|When the custom task extension was created.|
+|description|String|Describes the purpose of the custom task extension for administrative use. Inherited from [customCalloutExtension](../resources/customcalloutextension.md).|
+|displayName|String|A unique string that identifies the custom task extension. Inherited from [customCalloutExtension](../resources/customcalloutextension.md).|
+|endpointConfiguration|[microsoft.graph.customExtensionEndpointConfiguration](../resources/customextensionendpointconfiguration.md)|Details for allowing the custom task extension to call the logic app. Inherited from [customCalloutExtension](../resources/customcalloutextension.md).|
+|id|String| Inherited from [entity](../resources/entity.md).|
+|lastModifiedDateTime|DateTimeOffset|When the custom extension was last modified.|
+
+## Relationships
+
+|Relationship|Type|Description|
+|:|:|:|
+|createdBy|[user](../resources/user.md)|The unique identifier of the Azure AD user that created the custom task extension.|
+|lastModifiedBy|[user](../resources/user.md)|The unique identifier of the Azure AD user that modified the custom task extension last.|
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.identityGovernance.customTaskExtension",
+ "baseType": "microsoft.graph.customCalloutExtension",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.customTaskExtension",
+ "id": "String (identifier)",
+ "authenticationConfiguration": {
+ "@odata.type": "microsoft.graph.customExtensionAuthenticationConfiguration"
+ },
+ "clientConfiguration": {
+ "@odata.type": "microsoft.graph.customExtensionClientConfiguration"
+ },
+ "description": "String",
+ "displayName": "String",
+ "endpointConfiguration": {
+ "@odata.type": "microsoft.graph.customExtensionEndpointConfiguration"
+ },
+ "callbackConfiguration": {
+ "@odata.type": "microsoft.graph.customExtensionCallbackConfiguration"
+ },
+ "createdDateTime": "String (timestamp)",
+ "lastModifiedDateTime": "String (timestamp)"
+}
+```
v1.0 Identitygovernance Customtaskextensioncallbackconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-customtaskextensioncallbackconfiguration.md
+
+ Title: "customTaskExtensionCallbackConfiguration resource type"
+description: "Defines if and in which time span a callback is expected from the Azure Logic App."
+
+ms.localizationpriority: medium
++
+# customTaskExtensionCallbackConfiguration resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+Defines if, and in, which time span a callback is expected from the Azure Logic App.
+
+Inherits from [customTaskExtensionCallbackConfiguration](../resources/identitygovernance-customtaskextensioncallbackconfiguration.md).
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|timeoutDuration|Duration| Callback time out in ISO 8601 time duration. Accepted time durations are between five minutes to three hours. For example, PT5M for five minutes and PT3H for three hours. Inherited from [customTaskExtensionCallbackConfiguration](../resources/identitygovernance-customtaskextensioncallbackconfiguration.md).|
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration",
+ "timeoutDuration": "String (duration)"
+}
+```
v1.0 Identitygovernance Customtaskextensioncallbackdata https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-customtaskextensioncallbackdata.md
+
+ Title: "customTaskExtensionCallbackData resource type"
+description: "Represents the operation status that the logic app returns indicating whether or not the Logic App successfully ran on basis of that the taskProcessingResult processing status will be updated."
+
+ms.localizationpriority: medium
++
+# customTaskExtensionCallbackData resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+Represents the operation status that the logic app returns as part of a [custom extension callout response](../resources/customextensioncalloutresponse.md) indicating whether or not the Logic App successfully ran on basis of that the [taskProcessingResult](../resources/identitygovernance-taskprocessingresult.md) processingStatus will be updated.
+
+Inherits from [customExtensionData](../resources/customextensiondata.md).
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|operationStatus|microsoft.graph.identityGovernance.customTaskExtensionOperationStatus|Operation status that's provided by the Azure Logic App indicating whenever the Azure Logic App has run successfully or not. Supported values: `completed`, `failed`, `unknownFutureValue`.|
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.identityGovernance.customTaskExtensionCallbackData"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.customTaskExtensionCallbackData",
+ "operationStatus": "String"
+}
+```
v1.0 Identitygovernance Customtaskextensioncalloutdata https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-customtaskextensioncalloutdata.md
+
+ Title: "customTaskExtensionCalloutData resource type"
+description: "Custom Task Extension callout data"
+
+ms.localizationpriority: medium
++
+# customTaskExtensionCalloutData resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+Represents the data send to Azure Logic Apps as part of a [custom extension callout request](../resources/customextensioncalloutrequest.md) when a custom task extension gets used as part of a lifecycle workflow execution.
+
+Inherits from [customExtensionData](../resources/customextensiondata.md).
+
+## Properties
+
+None.
+
+## Relationships
+
+|Relationship|Type|Description|
+|:|:|:|
+|subject|[user](../resources/user.md)|The user that the `workflow` is executed for.|
+|task|[task](../resources/identitygovernance-task.md)|The task that references the custom extension making this callout.|
+|taskProcessingResult|[microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus](../resources/identitygovernance-taskprocessingresult.md)|The `taskProcessingResult` tracking the instance information of the executing `task`.|
+|workflow|[microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md)|The `workflow` associated with the task that references the custom extension that will be making the callout.|
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.identityGovernance.customTaskExtensionCalloutData"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.customTaskExtensionCalloutData"
+}
+```
v1.0 Identitygovernance Lifecyclemanagementsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-lifecyclemanagementsettings.md
+
+ Title: "lifecycleManagementSettings resource type"
+description: "The settings of Azure AD Lifecycle Workflows in the tenant."
+
+ms.localizationpriority: medium
++
+# lifecycleManagementSettings resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+The settings of Azure AD Lifecycle Workflows in the tenant.
+
+## Methods
+
+|Method|Return type|Description|
+|:|:|:|
+|[Get lifecycleManagementSettings](../api/identitygovernance-lifecyclemanagementsettings-get.md)|[microsoft.graph.identityGovernance.lifecycleManagementSettings](../resources/identitygovernance-lifecyclemanagementsettings.md)|Read the properties and relationships of a [lifecycleManagementSettings](../resources/identitygovernance-lifecyclemanagementsettings.md) object.|
+|[Update lifecycleManagementSettings](../api/identitygovernance-lifecyclemanagementsettings-update.md)|[microsoft.graph.identityGovernance.lifecycleManagementSettings](../resources/identitygovernance-lifecyclemanagementsettings.md)|Update the properties of a [lifecycleManagementSettings](../resources/identitygovernance-lifecyclemanagementsettings.md) object.|
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|id|String|Identifier used for individually addressing Lifecycle Workflow settings.|
+|workflowScheduleIntervalInHours|Int32|The interval in hours at which all [workflows](../resources/identitygovernance-workflow.md) running in the tenant should be scheduled for execution. This interval has a minimum value of 1 and a maximum value of 24.|
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.identityGovernance.lifecycleManagementSettings",
+ "baseType": "microsoft.graph.entity",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/settings/$entity",
+ "workflowScheduleIntervalInHours": 1
+}
+```
v1.0 Identitygovernance Lifecycleworkflows Overview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-lifecycleworkflows-overview.md
+
+ Title: "Lifecycle Workflows"
+description: "You can use Lifecycle Workflows to manage the lifecycle of users in your organization."
+ms.localizationpriority: medium
+++
+# Azure AD Lifecycle Workflows
+
+Namespace: microsoft.graph
++
+Lifecycle Workflows is a Azure AD Identity Governance service that enables organizations to manage Azure AD users by automating basic lifecycle processes.
+
+Typical customer scenarios for Lifecycle Workflows include:
+
+- **Joiner**: When an individual comes into scope of needing access; for example, a new employee joining a company or organization.
+- **Mover**: When an individual moves between boundaries within an organization; for example, a user who was in marketing is now a member of the sales organization. This movement might require more access or authorization.
+- **Leaver**: When an individual leaves the scope of needing access, access might need to be removed; for example, an employee who is retiring or an employee who has been terminated.
+
+Note that the Lifecycle Workflows feature, including the API, is included in Azure AD Premium P2. The tenant where Lifecycle Workflows are being created must have a valid purchased, or trial, Azure AD Premium P2 or EMS E5 subscription. For more information about the license requirements, see [Lifecycle Workflows license requirements](/azure/active-directory/governance/what-are-lifecycle-workflows.md#license-requirements).
++
+## Role and application permission authorization checks
+
+The following [Azure AD roles](/azure/active-directory/roles/permissions-reference) are required for a calling user to manage Lifecycle Workflows.
+
+| Operation | Application permissions | Required directory role of the calling user |
+|:|:|:--|
+| Read | LifecycleWorkflows.Read.All or LifecycleWorkflows.ReadWrite.All | Global Admin, Global Reader or Lifecycle Workflows Administrator |
+| Create, Update or Delete | LifecycleWorkflows.ReadWrite.All | Global Administrator or Lifecycle Workflows Administrator |
+
+<!--
+{
+ "type": "#page.annotation",
+ "description": "Service root",
+ "keywords": "",
+ "section": "documentation",
+ "tocPath": "",
+ "suppressions": []
+}
+-->
v1.0 Identitygovernance Lifecycleworkflows Reporting Overview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-lifecycleworkflows-reporting-overview.md
+
+ Title: "Lifecycle Workflow reporting"
+description: "You can use Lifecycle Workflows reporting features to gain information about the lifecycle of users. This documentation serves the 2nd version of the APIs."
+ms.localizationpriority: medium
+++
+# Lifecycle Workflow reporting
+
+Namespace: microsoft.graph
++
+Lifecycle Workflows offers reports that enable organizations to gain insight into how lifecycle workflows were processed for users in your organization.
+
+Note that the Lifecycle Workflows feature, including the API, is included in Azure AD Premium P2. The tenant where Lifecycle Workflows are being created must have a valid purchased, or trial, Azure AD Premium P2 or EMS E5 subscription. For more information about the license requirements, see [Lifecycle Workflows license requirements](/azure/active-directory/governance/what-are-lifecycle-workflows.md#license-requirements).
++
+## Role and application permission authorization checks
+
+The following [Azure AD roles](/azure/active-directory/roles/permissions-reference) are required for a calling user to gain Lifecycle Workflows.
+
+| Operation | Application permissions | Required directory role of the calling user |
+|:|:|:--|
+| Read | LifecycleWorkflows.Read.All or LifecycleWorkflows.ReadWrite.All | Global Admin, Global Reader or Lifecycle Workflows Administrator |
+| Create, Update or Delete | LifecycleWorkflows.ReadWrite.All | Global Administrator or Lifecycle Workflows Administrator |
+
+## Key elements of Lifecycle Workflows reports
+
+|Element |Description |
+|||
+|[Task processing result](identitygovernance-taskprocessingresult.md) |Result of a [workflow task](../resources/identitygovernance-task.md) that was executed for a specific user because the workflow task was part of the [lifecycle workflow](../resources/identitygovernance-workflow.md) for which the user fulfilled the [execution conditions](../resources/identitygovernance-workflowexecutionconditions.md). |
+|[User processing result](identitygovernance-userprocessingresult.md) |Result of a [lifecycle workflow](../resources/identitygovernance-workflow.md) that was executed for a specific user because the user fulfilled the [execution conditions](../resources/identitygovernance-workflowexecutionconditions.md) of the lifecycle workflow. The result is an aggregation of all [task processing result](../resources/identitygovernance-taskprocessingresult.md) of the [workflow tasks](../resources/identitygovernance-task.md) that were part of the lifecycle workflow and executed for the specific user. |
+|[Workflow run](identitygovernance-run.md) |Result of a [lifecycle workflow](../resources/identitygovernance-workflow.md) that was executed for a collection of users because they fulfilled the [execution conditions](../resources/identitygovernance-workflowexecutionconditions.md) of the lifecycle workflow. The result is an aggregation of all [user processing results](../resources/identitygovernance-userprocessingresult.md) of the users that were either processed within an [interval](../resources/identitygovernance-lifecyclemanagementsettings.md#properties) or were part of an [on-demand execution](../api/identitygovernance-workflow-activate.md). |
+|[Task report](identitygovernance-taskreport.md) |An aggregation of [task processing results](../resources/identitygovernance-taskprocessingresult.md) for a specific [workflow task](../resources/identitygovernance-task.md) within a [workflow run](../resources/identitygovernance-run.md). With this report, the health status of a workflow task within a workflow run can be easily determined and thus the source of error can be identified more quickly should a workflow run not have been completed successfully. |
+
+<!--
+{
+ "type": "#page.annotation",
+ "description": "Service root",
+ "keywords": "",
+ "section": "documentation",
+ "tocPath": "",
+ "suppressions": []
+}
+-->
v1.0 Identitygovernance Lifecycleworkflowscontainer https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-lifecycleworkflowscontainer.md
+
+ Title: "lifecycleWorkflowsContainer resource type"
+description: "A container for the relationships that expose the Azure AD Identity Governance life cycle workflows API capabilities."
+
+ms.localizationpriority: medium
++
+# lifecycleWorkflowsContainer resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+A container for the relationships that expose the Azure AD Identity Governance life cycle workflows API capabilities.
+
+Inherits from [entity](../resources/entity.md).
+
+## Methods
+
+|Method|Return type|Description|
+|:|:|:|
+|[List lifecycleWorkflowsContainers](../api/identitygovernance-lifecycleworkflowscontainer-list-workflows.md)|[microsoft.graph.identityGovernance.lifecycleWorkflowsContainer](../resources/identitygovernance-lifecycleworkflowscontainer.md) collection|Get a list of the [lifecycleWorkflowsContainer](../resources/identitygovernance-lifecycleworkflowscontainer.md) objects and their properties.|
+|[Create lifecycleWorkflowsContainer](../api/identitygovernance-lifecycleworkflowscontainer-post-workflows.md)|[microsoft.graph.identityGovernance.lifecycleWorkflowsContainer](../resources/identitygovernance-lifecycleworkflowscontainer.md)|Create a new [lifecycleWorkflowsContainer](../resources/identitygovernance-lifecycleworkflowscontainer.md) object.|
+|[Get lifecycleWorkflowsContainer](../api/identitygovernance-workflow-get.md)|[microsoft.graph.identityGovernance.lifecycleWorkflowsContainer](../resources/identitygovernance-lifecycleworkflowscontainer.md)|Read the properties and relationships of a [lifecycleWorkflowsContainer](../resources/identitygovernance-lifecycleworkflowscontainer.md) object.|
+|[Update lifecycleWorkflowsContainer](../api/identitygovernance-workflow-update.md)|[microsoft.graph.identityGovernance.lifecycleWorkflowsContainer](../resources/identitygovernance-lifecycleworkflowscontainer.md)|Update the properties of a [lifecycleWorkflowsContainer](../resources/identitygovernance-lifecycleworkflowscontainer.md) object.|
+|[Delete lifecycleWorkflowsContainer](../api/identitygovernance-workflow-delete.md)|None|Deletes a [lifecycleWorkflowsContainer](../resources/identitygovernance-lifecycleworkflowscontainer.md) object.|
+|[List customTaskExtensions](../api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions.md)|[microsoft.graph.identityGovernance.customTaskExtension](../resources/identitygovernance-customtaskextension.md) collection|Get the customTaskExtension resources from the customTaskExtensions navigation property.|
+|[Create customTaskExtension](../api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions.md)|[microsoft.graph.identityGovernance.customTaskExtension](../resources/identitygovernance-customtaskextension.md)|Create a new customTaskExtension object.|
+|[List deletedItemContainer](../api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems.md)|[microsoft.graph.deletedItemContainer](../resources/deleteditemcontainer.md) collection|Get the deletedItemContainer resources from the deletedItems navigation property.|
+|[List taskDefinitions](../api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions.md)|[microsoft.graph.identityGovernance.taskDefinition](../resources/identitygovernance-taskdefinition.md) collection|Get the taskDefinition resources from the taskDefinitions navigation property.|
+|[List Deleted workflows](../api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems.md)|[microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md) collection|Get the deleted workflow resources from the workflows navigation property.|
+|[Create workflow](../api/identitygovernance-lifecycleworkflowscontainer-post-workflows.md)|[microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md)|Create a new workflow object.|
+|[List workflowTemplates](../api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates.md)|[microsoft.graph.identityGovernance.workflowTemplate](../resources/identitygovernance-workflowtemplate.md) collection|Get the workflowTemplate resources from the workflowTemplates navigation property.|
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|id|String|Identifier used for individually addressing the lifecycle workflows objects. Inherited from [entity](../resources/entity.md).|
+
+## Relationships
+
+|Relationship|Type|Description|
+|:|:|:|
+|customTaskExtensions|[microsoft.graph.identityGovernance.customTaskExtension](../resources/identitygovernance-customtaskextension.md) collection|The **customTaskExtension** instance.|
+|deletedItems|[deletedItemContainer](../resources/deleteditemcontainer.md)|Deleted workflows in your lifecycle workflows instance.|
+|settings|[microsoft.graph.identityGovernance.lifecycleManagementSettings](../resources/identitygovernance-lifecyclemanagementsettings.md)|The settings of the lifecycle workflows instance.|
+|taskDefinitions|[microsoft.graph.identityGovernance.taskDefinition](../resources/identitygovernance-taskdefinition.md) collection|The definition of tasks within the lifecycle workflows instance.|
+|workflows|[microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md) collection|The workflows in the lifecycle workflows instance.|
+|workflowTemplates|[microsoft.graph.identityGovernance.workflowTemplate](../resources/identitygovernance-workflowtemplate.md) collection|The workflow templates in the lifecycle workflow instance. |
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.identityGovernance.lifecycleWorkflowsContainer",
+ "baseType": "microsoft.graph.entity",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.lifecycleWorkflowsContainer",
+ "id": "String (identifier)"
+}
+```
v1.0 Identitygovernance Ondemandexecutiononly https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-ondemandexecutiononly.md
+
+ Title: "onDemandExecutionOnly resource type"
+description: "Represents the setting for a workflow running on-demand only."
+
+ms.localizationpriority: medium
++
+# onDemandExecutionOnly resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+Represents the execution condition of a [lifecycle workflow](../resources/identitygovernance-workflow.md) running on-demand only instead of by schedule.
+
+Inherits from [workflowExecutionConditions](../resources/identitygovernance-workflowexecutionconditions.md).
+
+## Properties
+
+None.
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.identityGovernance.onDemandExecutionOnly"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.onDemandExecutionOnly"
+}
+```
v1.0 Identitygovernance Overview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-overview.md
Title: "Overview of identity governance using Microsoft Graph"
+ Title: "Overview of Azure AD Identity Governance using Microsoft Graph"
description: "Azure AD Identity Governance provides you with capabilities to ensure that the right principals have the right access to the right resources and at the right time. Use Microsoft Graph APIs to programmatically manage Azure AD Identity Governance features." ms.localizationpriority: medium
ms.prod: "governance"
doc_type: conceptualPageType
-# Overview of Identity Governance using Microsoft Graph
+# Overview of Azure AD Identity Governance using Microsoft Graph
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
v1.0 Identitygovernance Parameter https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-parameter.md
+
+ Title: "parameter resource type"
+description: "Represents the allowed arguments that are defined in a taskDefinition for built-in lifecycle workflow tasks."
+
+ms.localizationpriority: medium
++
+# parameter resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+Represents the allowed arguments that are defined in a [taskDefinition](../resources/identitygovernance-taskdefinition.md) for built-in lifecycle workflow tasks.
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|name|String|The name of the parameter.|
+|values|String collection|The values of the parameter.|
+|valueType|microsoft.graph.identityGovernance.valueType|The value type of the parameter. The possible values are: `enum`, `string`, `int`, `bool`, `unknownFutureValue`.|
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.identityGovernance.parameter"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.parameter",
+ "name": "String",
+ "values": [
+ "String"
+ ],
+ "valueType": "String"
+}
+```
v1.0 Identitygovernance Rulebasedsubjectset https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-rulebasedsubjectset.md
+
+ Title: "ruleBasedSubjectSet resource type"
+description: "Specifies the rules to define the subjects that are the scope of a lifecycle workflow triggerAndScopeBasedConditions configuration."
+
+ms.localizationpriority: medium
++
+# ruleBasedSubjectSet resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+Specifies the rules to define the subjects that are the scope of a lifecycle workflow [triggerAndScopeBasedConditions](../resources/identitygovernance-triggerandscopebasedconditions.md) configuration.
+
+Inherits from [subjectSet](../resources/subjectset.md).
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|rule|String|The rule for the subject set.|
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.identityGovernance.ruleBasedSubjectSet"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet",
+ "rule": "String"
+}
+```
v1.0 Identitygovernance Run https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-run.md
+
+ Title: "run resource type"
+description: "Represents the runs of a lifecycle workflow."
+
+ms.localizationpriority: medium
++
+# run resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+Represents the result of a [lifecycle workflow](../resources/identitygovernance-workflow.md) that ran for a collection of users because they fulfilled the [conditions](../resources/identitygovernance-workflowexecutionconditions.md) of the lifecycle workflow. The result is an aggregation of all [user processing results](../resources/identitygovernance-userprocessingresult.md) of the users that were either processed within an [interval](../resources/identitygovernance-lifecyclemanagementsettings.md#properties) or were part of an [on-demand execution](../api/identitygovernance-workflow-activate.md).
+
+Inherits from [entity](../resources/entity.md).
+
+## Methods
+
+|Method|Return type|Description|
+|:|:|:|
+|[List runs](../api/identitygovernance-workflow-list-runs.md)|[microsoft.graph.identityGovernance.run](../resources/identitygovernance-run.md) collection|Get a list of the [run](../resources/identitygovernance-run.md) objects and their properties.|
+|[Get run](../api/identitygovernance-run-get.md)|[microsoft.graph.identityGovernance.run](../resources/identitygovernance-run.md)|Read the properties and relationships of a [run](../resources/identitygovernance-run.md) object.|
+|[summary](../api/identitygovernance-run-summary.md)|[microsoft.graph.identityGovernance.runSummary](../resources/identitygovernance-runsummary.md)|Get a summary of workflows runs.|
+|[List user processing results](../api/identitygovernance-run-summary.md)|[microsoft.graph.identityGovernance.userProcessingResult](../resources/identitygovernance-userprocessingresult.md) collection|Get a list of user processing results of a run.|
+|[Get user processing result](../api/identitygovernance-run-summary.md)|[microsoft.graph.identityGovernance.userProcessingResult](../resources/identitygovernance-userprocessingresult.md)|Get a user processing result of a run|
+|[List task processing results of a run](../api/identitygovernance-run-list-taskprocessingresults.md)|[microsoft.graph.identityGovernance.taskReportSummary](../resources/identitygovernance-taskprocessingresult.md)|List task processing results from a run.|
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|completedDateTime|DateTimeOffset|The date time that the run completed. Value is `null` if the workflow hasn't completed. Optional.|
+|failedTasksCount|Int32|The number of tasks that failed in the run execution. Required.|
+|failedUsersCount|Int32|The number of users that failed in the run execution. Required.|
+|lastUpdatedDateTime|DateTimeOffset|The datetime that the run was last updated. Optional.|
+|processingStatus|String|The run execution status. The possible values are: `queued`, `inProgress`, `completed`, `completedWithErrors`, `canceled`, `failed`, `unknownFutureValue`. Required.|
+|startedDateTime|DateTimeOffset|The date time that the run execution started. Optional.|
+|scheduledDateTime|DateTimeOffset|The date time that the run is scheduled to be executed for a workflow. Required.|
+|successfulUsersCount|Int32|The number of successfully completed users in the run. Required.|
+|totalUsersCount|Int32|The total number of users in the workflow execution. Required.|
+|totalUnprocessedTasksCount|Int32|The total number of unprocessed tasks in the run execution. Required.|
+|workflowExecutionType|String|The execution type of the workflows associated with the run. The possible values are: `scheduled`, `onDemand`, `unknownFutureValue`. Required.|
+
+## Relationships
+
+|Relationship|Type|Description|
+|:|:|:|
+|userProcessingResults|[microsoft.graph.identityGovernance.userProcessingResult](../resources/identitygovernance-userprocessingresult.md) collection|The associated individual user execution.|
+|taskProcessingResults|[microsoft.graph.identityGovernance.taskProcessingResult](../resources/identitygovernance-taskprocessingresult.md) collection|The related taskProcessingResults.|
+|taskReports|[microsoft.graph.identityGovernance.taskReport](../resources/identitygovernance-taskreport.md) collection|The related taskProcessingReports.|
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.identityGovernance.run",
+ "baseType": "microsoft.graph.entity",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.run",
+ "id": "String (identifier)",
+ "completedDateTime": "String (timestamp)",
+ "failedTasksCount": "Integer",
+ "failedUsersCount": "Integer",
+ "lastUpdatedDateTime": "String (timestamp)",
+ "processingStatus": "String",
+ "startedDateTime": "String (timestamp)",
+ "scheduledDateTime": "String (timestamp)",
+ "successfulUsersCount": "Integer",
+ "totalUsersCount": "Integer",
+ "totalUnprocessedTasksCount": "Integer",
+ "workflowExecutionType": "String"
+}
+```
v1.0 Identitygovernance Runsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-runsummary.md
+
+ Title: "runSummary resource type"
+description: "A summary of runs for a specified time period. This summary allows the administrator to get a quick overview based on counts."
+
+ms.localizationpriority: medium
++
+# runSummary resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+A summary of runs for a specified time period. This summary allows the administrator to get a quick overview based on counts.
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|failedRuns|Int32|The number of failed workflow runs.|
+|failedTasks|Int32|The number of failed tasks of a workflow.|
+|successfulRuns|Int32|The number of successful workflow runs.|
+|totalRuns|Int32|The total number of runs for a workflow.|
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.identityGovernance.runSummary"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.runSummary",
+ "failedRuns": "Integer",
+ "failedTasks": "Integer",
+ "successfulRuns": "Integer",
+ "totalRuns": "Integer"
+}
+```
v1.0 Identitygovernance Task https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-task.md
+
+ Title: "task resource type (lifecycle workflow tasks)"
+description: "Represents the built-in and custom tasks within workflows in Azure AD Lifecycle Workflows."
+
+ms.localizationpriority: medium
++
+# task resource type (lifecycle workflow tasks)
+
+Namespace: microsoft.graph.identityGovernance
++
+Represents the built-in tasks available for lifecycle workflows. Tasks are the actions a workflow will execute when triggered. The built-in task "Run a custom task extension" can be used to trigger [custom task extensions](../resources/identitygovernance-customtaskextension.md) when you reach the limits of the other available built-in tasks, this allows integration with Azure Logic Apps.
+
+Inherits from [entity](../resources/entity.md).
+
+## Methods
+
+|Method|Return type|Description|
+|:|:|:|
+|[List tasks](../api/identitygovernance-workflow-list-task.md)|[microsoft.graph.identityGovernance.task](../resources/identitygovernance-task.md) collection|Get a list of the [task](../resources/identitygovernance-task.md) objects and their properties.|
+|[Get task](../api/identitygovernance-task-get.md)|[microsoft.graph.identityGovernance.task](../resources/identitygovernance-task.md)|Read the properties and relationships of a [task](../resources/identitygovernance-task.md) object.|
++
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|arguments|[microsoft.graph.keyValuePair](../resources/keyvaluepair.md) collection|Arguments included within the task.|
+|category|String|The category of the task. The possible values are: `joiner`, `leaver`, `unknownFutureValue`. This property is multi-valued and the same task can apply to both `joiner` and `leaver` categories.|
+|continueOnError|Boolean|A boolean value that determines if the failure of this task stops the subsequent workflows from running.|
+|description|String|A string that describes the purpose of the task for administrative use.|
+|displayName|String|A unique string that identifies the task. <br><br>Supports `$filter`(`eq`) and `orderBy`.|
+|executionSequence|Int32|An integer that states in what order the task will run in a workflow.|
+|id|String|Identifier used for individually addressing a specific task. Inherited from [entity](../resources/entity.md).|
+|isEnabled|Boolean|A boolean value that denotes whether the task is set to run or not. <br><br>Supports `$filter`(`eq`, `ne`) and `orderBy`.|
+|taskDefinitionId|String|A unique template identifier for the task. For more information about the tasks that Lifecycle Workflows currently supports and their unique identifiers, see [supported tasks](../resources/identitygovernance-task.md#supported-tasks)|
+
+### Supported tasks
+
+Lifecycle Workflows currently support the following tasks:
+
+| Task | taskDefinitionID |
+|-|--|
+| Send welcome email to new hire | 70b29d51-b59a-4773-9280-8841dfd3f2ea |
+| Generate Temporary Access Password and send via email to user's manager | 1b555e50-7f65-41d5-b514-5894a026d10d |
+| Add user to group | 22085229-5809-45e8-97fd-270d28d66910 |
+| Add user to team | e440ed8d-25a1-4618-84ce-091ed5be5594 |
+| Enable user account | 6fc52c9d-398b-4305-9763-15f42c1676fc |
+| Run a custom task extension | 4262b724-8dba-4fad-afc3-43fcbb497a0e |
+| Disable user account | 1dfdfcc7-52fa-4c2e-bf3a-e3919cc12950 |
+| Remove user from group | 1953a66c-751c-45e5-8bfe-01462c70da3c |
+| Remove users from all groups | b3a31406-2a15-4c9a-b25b-a658fa5f07fc |
+| Remove user from teams | 06aa7acb-01af-4824-8899-b14e5ed788d6 |
+| Remove user from all teams | 81f7b200-2816-4b3b-8c5d-dc556f07b024 |
+| Remove all license assignments from user | 8fa97d28-3e52-4985-b3a9-a1126f9b8b4e |
+| Delete user | 8d18588d-9ad3-4c0f-99d0-ec215f0e3dff |
+| Send email to manager before user last day | 52853a3e-f4e5-4eb8-bb24-1ac09a1da935 |
+| Send email on users last day | 9c0a1eaf-5bda-4392-9d9e-6e155bb57411 |
+| Send offboarding email to users manager after their last day | 6f22ddd4-b3a5-47a4-a846-0d7c201a49ce |
+
+## Relationships
+
+|Relationship|Type|Description|
+|:|:|:|
+|taskProcessingResults|[microsoft.graph.identityGovernance.taskProcessingResult](../resources/identitygovernance-taskprocessingresult.md) collection|The result of processing the task.|
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.identityGovernance.task",
+ "baseType": "microsoft.graph.entity",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.task",
+ "id": "String (identifier)",
+ "arguments": [
+ {
+ "@odata.type": "microsoft.graph.keyValuePair"
+ }
+ ],
+ "category": "String",
+ "continueOnError": "Boolean",
+ "description": "String",
+ "displayName": "String",
+ "executionSequence": "Integer",
+ "isEnabled": "Boolean",
+ "taskDefinitionId": "String"
+}
+```
v1.0 Identitygovernance Taskdefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-taskdefinition.md
+
+ Title: "taskDefinition resource type"
+description: "Represents the built-in tasks that you can use to construct tasks for lifecycle workflows."
+
+ms.localizationpriority: medium
++
+# taskDefinition resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+Represents the built-in tasks that you can use to construct tasks for lifecycle workflows. Each task has a unique template identifier. For a full list of available built-in tasks, see [supported tasks](../resources/identitygovernance-task.md#supported-tasks).
+
+Inherits from [entity](../resources/entity.md).
+
+## Methods
+
+|Method|Return type|Description|
+|:|:|:|
+|[List taskDefinitions](../api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions.md)|[microsoft.graph.identityGovernance.taskDefinition](../resources/identitygovernance-taskdefinition.md) collection|Get a list of the [taskDefinition](../resources/identitygovernance-taskdefinition.md) objects and their properties.|
+|[Get taskDefinition](../api/identitygovernance-taskdefinition-get.md)|[microsoft.graph.identityGovernance.taskDefinition](../resources/identitygovernance-taskdefinition.md)|Read the properties and relationships of a [taskDefinition](../resources/identitygovernance-taskdefinition.md) object.|
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|category|String|The category of the HR function that the tasks created using this definition can be used with. The possible values are: `joiner`, `leaver`.|
+|description|String|The description of the `taskDefinition`.|
+|displayName|String|The display name of the `taskDefinition`.|
+|id|String|The unique identifier for the `taskDefinition`. Inherited from [entity](../resources/entity.md).|
+|parameters|[microsoft.graph.identityGovernance.parameter](../resources/identitygovernance-parameter.md) collection|The parameters that must be supplied when creating a `task`.|
+|version|Int32|The version number of the `taskDefinition`. New records are pushed when we add support for new parameters.|
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.identityGovernance.taskDefinition",
+ "baseType": "microsoft.graph.entity",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.taskDefinition",
+ "id": "String (identifier)",
+ "category": "String",
+ "continueOnError": "Boolean",
+ "description": "String",
+ "displayName": "String",
+ "parameters": [
+ {
+ "@odata.type": "microsoft.graph.identityGovernance.parameter"
+ }
+ ],
+ "version": "Integer"
+}
+```
v1.0 Identitygovernance Taskprocessingresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-taskprocessingresult.md
+
+ Title: "taskProcessingResult resource type"
+description: "Reports on the results of processing tasks in a lifecycle workflow."
+
+ms.localizationpriority: medium
++
+# taskProcessingResult resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+Result of a [workflow task](../resources/identitygovernance-task.md) that was executed for a specific user because the workflow task was part of the [lifecycle workflow](../resources/identitygovernance-workflow.md) for which the user fulfilled the [execution conditions](../resources/identitygovernance-workflowexecutionconditions.md).
+
+Inherits from [entity](../resources/entity.md).
+
+## Methods
+
+|Method|Return type|Description|
+|:|:|:|
+|[resume](../api/identitygovernance-taskprocessingresult-resume.md)|None|Resumes the **taskProcessingResult** as part of the Azure Logic App integration.|
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|completedDateTime|DateTimeOffset|The date time when taskProcessingResult execution ended. Value is `null` if task execution is still in progress.|
+|createdDateTime|DateTimeOffset|The date time when the taskProcessingResult was created. <br><br>Supports `$filter`(`lt`, `gt`) and `orderBy`.|
+|failureReason|String|Describes why the taskProcessingResult has failed.|
+|id|String|Identifier used for individually addressing a specific task processing result. Inherited from [entity](../resources/entity.md).|
+|processingStatus|[microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus](../resources/identitygovernance-taskprocessingresult.md)|Describes the execution status of the `taskProcessingResult`. The possible values are: `queued`, `inProgress`, `completed`, `completedWithErrors`, `canceled`, `failed`, `unknownFutureValue`. <br><br>Supports `$filter`(`eq`).|
+|startedDateTime|DateTimeOffset|The date time when taskProcessingResult execution started. Value is `null` if task execution has not yet started. <br><br>Supports `$filter`(`lt`, `gt`) and `orderBy`.|
+
+## Relationships
+
+|Relationship|Type|Description|
+|:|:|:|
+|subject|[user](../resources/user.md)|The unique identifier of the Azure AD user targeted for the task execution.|
+|task|[task](../resources/identitygovernance-task.md)|The related workflow task|
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.identityGovernance.taskProcessingResult",
+ "baseType": "microsoft.graph.entity",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.taskProcessingResult",
+ "id": "String (identifier)",
+ "completedDateTime": "String (timestamp)",
+ "createdDateTime": "String (timestamp)",
+ "failureReason": "String",
+ "processingStatus": "String",
+ "startedDateTime": "String (timestamp)"
+}
+```
v1.0 Identitygovernance Taskreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-taskreport.md
+
+ Title: "taskReport resource type"
+description: "Reports on the results of processing tasks in a lifecycle workflow which are aggregated on task and run level"
+
+ms.localizationpriority: medium
++
+# taskReport resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+An aggregation of [task processing results](../resources/identitygovernance-taskprocessingresult.md) for a specific [workflow task](../resources/identitygovernance-task.md) within a [workflow run](../resources/identitygovernance-run.md). With this report, the health status of a workflow task within a workflow run can be easily determined and thus the source of error can be identified more quickly should a workflow run not have been completed successfully.
+
+Inherits from [entity](../resources/entity.md).
+
+## Methods
+
+|Method|Return type|Description|
+|:|:|:|
+|[List taskReports](../api/identitygovernance-workflow-list-taskreports.md)|[microsoft.graph.identityGovernance.taskReport](../resources/identitygovernance-taskreport.md) collection|Get a list of the [taskReport](../resources/identitygovernance-taskreport.md) objects and their properties.|
+|[Summary](../api/identitygovernance-taskreport-summary.md)|[microsoft.graph.identityGovernance.taskReportSummary](../resources/identitygovernance-taskreportsummary.md)|Read the properties and relationships of a [taskReport](../resources/identitygovernance-taskreport.md) object.|
+|[List taskProcessingResults](../api/identitygovernance-taskreport-list-taskprocessingresults.md)|[microsoft.graph.identityGovernance.taskProcessingResult](../resources/identitygovernance-taskprocessingresult.md) collection|Get the taskProcessingResult resources for a task report.|
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|completedDateTime|DateTimeOffset|The date time that the associated run completed. Value is `null` if the run has not completed.|
+|failedUsersCount|Int32|The number of users in the run execution for which the associated task failed.|
+|id|String|The unique identifier of the task report. Inherited from [entity](../resources/entity.md).|
+|lastUpdatedDateTime|DateTimeOffset|The date and time that the task report was last updated.|
+|processingStatus|[microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus](../resources/identitygovernance-taskprocessingresult.md)|The processing status of the associated task based on the taskProcessingResults. The possible values are based on the number of `queued`, `inProgress`, `completed`, `completedWithErrors`, `canceled`, `failed`, and `unknownFutureValue`.|
+|runId|String|The unique identifier of the associated [run](../resources/identitygovernance-run.md).|
+|startedDateTime|DateTimeOffset|The date time that the associated run started. Value is `null` if the run has not started.|
+|successfulUsersCount|Int32|The number of users in the run execution for which the associated task succeeded.|
+|totalUsersCount|Int32|The total number of users in the run execution for which the associated task was scheduled to execute.|
+|unprocessedUsersCount|Int32|The number of users in the run execution for which the associated task is `queued`, `in progress`, or `canceled`.|
+
+## Relationships
+
+|Relationship|Type|Description|
+|:|:|:|
+|task|[task](../resources/identitygovernance-task.md)|The related lifecycle workflow task.|
+|taskDefinition|[microsoft.graph.identityGovernance.taskDefinition](../resources/identitygovernance-taskdefinition.md)|The taskDefinition associated with the related lifecycle workflow task.|
+|taskProcessingResults|[microsoft.graph.identityGovernance.taskProcessingResult](../resources/identitygovernance-taskprocessingresult.md) collection|The related lifecycle workflow taskProcessingResults.|
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.identityGovernance.taskReport",
+ "baseType": "microsoft.graph.entity",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.taskReport",
+ "id": "String (identifier)",
+ "runId": "String",
+ "processingStatus": "String",
+ "successfulUsersCount": "Integer",
+ "failedUsersCount": "Integer",
+ "unprocessedUsersCount": "Integer",
+ "totalUsersCount": "Integer",
+ "startedDateTime": "String (timestamp)",
+ "completedDateTime": "String (timestamp)",
+ "lastUpdatedDateTime": "String (timestamp)"
+}
+```
v1.0 Identitygovernance Taskreportsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-taskreportsummary.md
+
+ Title: "taskReportSummary resource type"
+description: "A summary of task processing results for a specified time period. This summary allows the administrator to get a quick overview based on counts (successful, failed, unprocessed, and total tasks)."
+
+ms.localizationpriority: medium
++
+# taskReportSummary resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+A summary of task processing results for a specified time period. This summary allows the administrator to get a quick overview based on counts (successful, failed, unprocessed, and total tasks).
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|failedTasks|Int32|The number of failed tasks in a report.|
+|successfulTasks|Int32|The total number of successful tasks in a report.|
+|totalTasks|Int32|The total number of tasks in a report.|
+|unprocessedTasks|Int32|The number of unprocessed tasks in a report.|
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.identityGovernance.taskReportSummary"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.taskReportSummary",
+ "successfulTasks": "Integer",
+ "failedTasks": "Integer",
+ "unprocessedTasks": "Integer",
+ "totalTasks": "Integer"
+}
+```
v1.0 Identitygovernance Timebasedattributetrigger https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-timebasedattributetrigger.md
+
+ Title: "timeBasedAttributeTrigger resource type"
+description: "Trigger based on a time-based attribute for initiating the execution of a lifecycle workflow. The combination of scope and trigger conditions determine when a workflow is executed and on which identities."
+
+ms.localizationpriority: medium
++
+# timeBasedAttributeTrigger resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+Trigger based on a time-based attribute for initiating the execution of a [lifecycle workflow](../resources/identitygovernance-workflow.md). The combination of scope and trigger conditions determines when a workflow is executed and on which identities.
+
+Inherits from [workflowExecutionTrigger](../resources/identitygovernance-workflowexecutiontrigger.md).
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|offsetInDays|Int32|How many days before or after the time-based attribute specified the workflow should trigger. For example, if the attribute is `employeeHireDate` and offsetInDays is -1, then the workflow should trigger one day before the employee hire date.|
+|timeBasedAttribute|[microsoft.graph.identityGovernance.workflowTriggerTimeBasedAttribute](../resources/identitygovernance-timebasedattributetrigger.md)|Determines which time-based identity property to reference. The possible values are: `employeeHireDate`, `employeeLeaveDateTime`, `unknownFutureValue`.|
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.identityGovernance.timeBasedAttributeTrigger"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger",
+ "offsetInDays": "Integer",
+ "timeBasedAttribute": "String"
+}
+```
v1.0 Identitygovernance Triggerandscopebasedconditions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-triggerandscopebasedconditions.md
+
+ Title: "triggerAndScopeBasedConditions resource type"
+description: "Represents a lifecycle workflow running by schedule, who it runs for, and what triggers the workflow to run."
+
+ms.localizationpriority: medium
++
+# triggerAndScopeBasedConditions resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+Represents a lifecycle workflow running by schedule, who it runs for, and what triggers the workflow to run.
+
+Inherits from [workflowExecutionConditions](../resources/identitygovernance-workflowexecutionconditions.md).
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|scope|[microsoft.graph.subjectSet](../resources/subjectset.md)|Defines who the workflow runs for.|
+|trigger|[microsoft.graph.identityGovernance.workflowExecutionTrigger](../resources/identitygovernance-workflowexecutiontrigger.md)|What triggers a workflow to run.|
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.identityGovernance.triggerAndScopeBasedConditions"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions",
+ "scope": {
+ "@odata.type": "microsoft.graph.subjectSet"
+ },
+ "trigger": {
+ "@odata.type": "microsoft.graph.identityGovernance.workflowExecutionTrigger"
+ }
+}
+```
v1.0 Identitygovernance Userprocessingresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-userprocessingresult.md
+
+ Title: "userProcessingResult resource type"
+description: "Results of lifecycle workflow tasks scoped to the user for whom the tasks were run. Total tasks are shown along with individual results for unprocessed tasks, and processing status for the results"
+
+ms.localizationpriority: medium
++
+# userProcessingResult resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+Result of a [lifecycle workflow](../resources/identitygovernance-workflow.md) that was executed for a specific user because the user fulfilled the [execution conditions](../resources/identitygovernance-workflowexecutionconditions.md) of the lifecycle workflow. The result is an aggregation of all [task processing results](../resources/identitygovernance-taskprocessingresult.md) of the [workflow tasks](../resources/identitygovernance-task.md) that were part of the lifecycle workflow and executed for the specific user.
+
+Inherits from [entity](../resources/entity.md).
+
+## Methods
+
+|Method|Return type|Description|
+|:|:|:|
+|[List userProcessingResults](../api/identitygovernance-workflow-list-userprocessingresults.md)|[microsoft.graph.identityGovernance.userProcessingResult](../resources/identitygovernance-userprocessingresult.md) collection|Get a list of the [userProcessingResult](../resources/identitygovernance-userprocessingresult.md) objects and their properties.|
+|[summary](../api/identitygovernance-userprocessingresult-summary.md)|[microsoft.graph.identityGovernance.userSummary](../resources/identitygovernance-usersummary.md)|Provides a summary of user processing results for a specified time period.|
+|[List taskProcessingResults](../api/identitygovernance-userprocessingresult-list-taskprocessingresults.md)|[microsoft.graph.identityGovernance.taskReport](../resources/identitygovernance-taskprocessingresult.md) collection|Get a list of the [taskProcessingResult](../resources/identitygovernance-taskprocessingresult.md) objects and their properties.|
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|completedDateTime|DateTimeOffset|The date time that the workflow execution for a user completed. Value is null if the workflow hasn't completed. <br><br>Supports `$filter`(`lt`, `gt`) and `$orderby`.|
+|failedTasksCount|Int32|The number of tasks that failed in the workflow execution.|
+|id|String|Identifier used for individually addressing a specific user processing result. Inherited from [entity](../resources/entity.md).|
+|processingStatus|String|The workflow execution status. The possible values are: `queued`, `inProgress`, `completed`, `completedWithErrors`, `canceled`, `failed`, `unknownFutureValue`.|
+|scheduledDateTime|DateTimeOffset|The date time that the workflow is scheduled to be executed for a user.|
+|startedDateTime|DateTimeOffset|The date time that the workflow execution started. Value is `null` if the workflow execution has not started. <br><br>Supports `$filter`(`lt`, `gt`) and `$orderby`.|
+|totalTasksCount|Int32|The total number of tasks that in the workflow execution.|
+|totalUnprocessedTasksCount|Int32|The total number of unprocessed tasks for the workflow.|
+|workflowExecutionType|String|Describes the execution type of the workflow. The possible values are: `scheduled`, `onDemand`, `unknownFutureValue`. <br><br>Supports `$filter`(`eq`, `ne`).|
+|workflowVersion|Int32|The version of the workflow that was executed.|
+
+## Relationships
+
+|Relationship|Type|Description|
+|:|:|:|
+|subject|[user](../resources/user.md)|The unique identifier of the AAD user targeted for the `taskProcessingResult`.|
+|taskProcessingResults|[microsoft.graph.identityGovernance.taskProcessingResult](../resources/identitygovernance-taskprocessingresult.md) collection|The associated individual task execution.|
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.identityGovernance.userProcessingResult",
+ "baseType": "microsoft.graph.entity",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.userProcessingResult",
+ "id": "String (identifier)",
+ "completedDateTime": "String (timestamp)",
+ "failedTasksCount": "Integer",
+ "processingStatus": "String",
+ "scheduledDateTime": "String (timestamp)",
+ "startedDateTime": "String (timestamp)",
+ "totalTasksCount": "Integer",
+ "totalUnprocessedTasksCount": "Integer",
+ "workflowExecutionType": "String",
+ "workflowVersion": "Integer"
+}
+```
v1.0 Identitygovernance Usersprocessingsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-usersprocessingsummary.md
+
+ Title: "usersProcessingSummary resource type"
+description: "properties of the usersProcessingSummary resource type"
+
+ms.localizationpriority: medium
++
+# usersProcessingSummary resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+A resource type that notes the processing summary for users processed by a workflow created using Lifecycle Workflows. Gives a list of failed, successful, and total tasks processed for users in numbered form.
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|failedTasks|Int32|Numerical count of failed tasks for users processed by a workflow.|
+|failedUsers|Int32|Numerical count of failed users processed by a workflow.|
+|successfulUsers|Int32|Numerical count of successful users processed by a workflow.|
+|totalTasks|Int32|Numerical count of total tasks for users processed by a workflow.|
+|totalUsers|Int32|Numerical count of total users processed by a workflow.|
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.identityGovernance.usersProcessingSummary"
+}
+-->
+``` json
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#microsoft.graph.identityGovernance.userSummary",
+ "failedTasks": 0,
+ "failedUsers": 0,
+ "successfulUsers": 2,
+ "totalTasks": 4,
+ "totalUsers": 2
+}
+```
v1.0 Identitygovernance Usersummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-usersummary.md
+
+ Title: "userSummary resource type"
+description: "A summary of user processing results for a specified time period. This summary allows the administrator to get a quick overview based on counts."
+
+ms.localizationpriority: medium
++
+# userSummary resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+A summary of user processing results for a specified time period. This summary allows the administrator to get a quick overview based on counts.
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|failedTasks|Int32|The number of failed tasks for users in a user summary.|
+|failedUsers|Int32|The number of failed users in a user summary.|
+|successfulUsers|Int32|The number of successful users in a user summary.|
+|totalTasks|Int32|The total tasks of users in a user summary.|
+|totalUsers|Int32|The total number of users in a user summary|
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.identityGovernance.userSummary"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.userSummary",
+ "failedTasks": "Integer",
+ "failedUsers": "Integer",
+ "successfulUsers": "Integer",
+ "totalTasks": "Integer",
+ "totalUsers": "Integer"
+}
+```
v1.0 Identitygovernance Workflow https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-workflow.md
+
+ Title: "workflow resource type"
+description: "Represents workflows created using Lifecycle Workflows."
+
+ms.localizationpriority: medium
++
+# workflow resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+Represents workflows created using Lifecycle Workflows. Workflows, when triggered by execution conditions, automate parts of the lifecycle management process using tasks. These tasks can either be built-in tasks, or a custom task can be called using the custom task extension which integrate with Azure Logic Apps.
+
+Inherits from [workflowBase](../resources/identitygovernance-workflowbase.md).
+
+## Methods
+
+|Method|Return type|Description|
+|:|:|:|
+|[List workflows](../api/identitygovernance-lifecycleworkflowscontainer-list-workflows.md)|[microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md) collection|Get a list of the [workflow](../resources/identitygovernance-workflow.md) objects and their properties.|
+|[Create workflow](../api/identitygovernance-lifecycleworkflowscontainer-post-workflows.md)|[microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md)|Create a new [workflow](../resources/identitygovernance-workflow.md) object.|
+|[Get workflow](../api/identitygovernance-workflow-get.md)|[microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md)|Read the properties and relationships of a [workflow](../resources/identitygovernance-workflow.md) object.|
+|[Update workflow](../api/identitygovernance-workflow-update.md)|[microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md)|Update the properties of a [workflow](../resources/identitygovernance-workflow.md) object.|
+|[Delete workflow](../api/identitygovernance-workflow-delete.md)|None|Deletes a [workflow](../resources/identitygovernance-workflow.md) object.|
+|[Get a deleted workflow](../api/identitygovernance-deleteditemcontainer-get.md)|[microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md)|Get a deleted [workflow](../resources/identitygovernance-workflow.md).|
+|[Permanently delete a workflow](../api/identitygovernance-deletedItemcontainer-delete.md)|None|Permanently deletes a [workflow](../resources/identitygovernance-workflow.md) object.|
+|[List deleted workflows](../api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems.md)|[microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md) collection|Get a list of deleted [workflow](../resources/identitygovernance-workflow.md) objects and their properties.|
+|[activate](../api/identitygovernance-workflow-activate.md)|None|Run a workflow on-demand.|
+|[Create workflowVersion](../api/identitygovernance-workflow-createnewversion.md)|[microsoft.graph.identityGovernance.workflowVersion](../resources/identitygovernance-workflowversion.md)|Create a new workflowVersion object.|
+|[restore](../api/identitygovernance-workflow-restore.md)|[microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md)|Restore a deleted workflow.|
+|[List runs](../api/identitygovernance-workflow-list-runs.md)|[microsoft.graph.identityGovernance.run](../resources/identitygovernance-run.md) collection|Get a list of the [runs](../resources/identitygovernance-run.md) for the workflow.|
+|[Get task](../api/identitygovernance-task-get.md)|[microsoft.graph.identityGovernance.task](../resources/identitygovernance-task.md) collection|Get the properties of a [task](../resources/identitygovernance-task.md) in the workflow.|
+|[List tasks](../api/identitygovernance-workflow-list-task.md)|[microsoft.graph.identityGovernance.task](../resources/identitygovernance-task.md) collection|Get a list of [tasks](../resources/identitygovernance-task.md) objects in the workflow.|
+|[List versions](../api/identitygovernance-workflow-list-versions.md)|[microsoft.graph.identityGovernance.workflowVersion](../resources/identitygovernance-workflowversion.md) collection|Get a list of [workflow versions](../resources/identitygovernance-workflowversion.md) of the workflow.|
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|category|microsoft.graph.identityGovernance.lifecycleWorkflowCategory|The category of the HR function supported by the workflows created using this template. A workflow can only belong to one category. The possible values are: `joiner`, `leaver`, `unknownFutureValue`.|
+|createdDateTime|DateTimeOffset|The date time when the `workflow` was versioned. <br><br>Supports `$filter`(`lt`,`gt`) and `$orderby`.|
+|deletedDateTime|DateTimeOffset|The time and date a workflow is deleted. <br><br>Supports `$filter`(`lt`,`gt`) and `$orderby`.|
+|description|String|The description of the `workflow` or `workflowVersion`.|
+|displayName|String|The display name of the `workflow` or `workflowVersion`. <br><br>Supports `$filter`(`eq`), `orderby`, and `$search`.|
+|executionConditions|[microsoft.graph.identityGovernance.workflowExecutionConditions](../resources/identitygovernance-workflowexecutionconditions.md)|Conditions describing when to execute the workflow and the criteria to identify in-scope subject set.|
+|id|String|Identifier used for individually addressing a specific workflow. <br><br>Supports `$filter`(`eq`).|
+|isEnabled|Boolean|If true, the `workflow` engine creates and processes `taskProcessingResults` on the users scoped to the workflow. <br><br>Supports `$filter`(`eq`,`ne`) and `orderby`.|
+|isSchedulingEnabled|Boolean|If true, the `workflow` engine executes the workflow on the schedule defined by tenant settings. |
+|lastModifiedDateTime|DateTimeOffset|The date time when the `workflow` was last modified. <br><br>Supports `$filter`(`lt`,`gt`) and `$orderby`.|
+|nextScheduleRunDateTime|DateTimeOffset|The date time when the `workflow` is expected to run next based on the schedule interval, if there are any users matching the execution conditions. <br><br>Supports `$filter`(`lt`,`gt`) and `$orderby`. |
+|version|Int32|The current version number of the workflow. Value is 1 when the workflow is first created. <br><br>Supports `$filter`(`eq`).|
+
+## Relationships
+
+|Relationship|Type|Description|
+|:|:|:|
+|createdBy|[user](../resources/user.md)|The unique identifier of the Azure AD user that created the [workflow](../resources/identitygovernance-workflow.md) object. Inherited from [workflowBase](../resources/identitygovernance-workflowbase.md).|
+|executionScope|[microsoft.graph.user](../resources/user.md) collection|The unique identifier of the Azure AD identity that last modified the [workflow](../resources/identitygovernance-workflow.md) object..|
+|lastModifiedBy|[user](../resources/user.md)|The user who last modified the [workflow](../resources/identitygovernance-workflow.md) object. Inherited from [workflowBase](../resources/identitygovernance-workflowbase.md).|
+|runs|[microsoft.graph.identityGovernance.run](../resources/identitygovernance-run.md) collection|Workflow runs.|
+|taskReports|[microsoft.graph.identityGovernance.taskReport](../resources/identitygovernance-taskreport.md) collection|Represents the aggregation of task execution data for tasks within a [workflow](../resources/identitygovernance-workflow.md) object.|
+|tasks|[microsoft.graph.identityGovernance.task](../resources/identitygovernance-task.md) collection|Represents the configured tasks to execute and their execution sequence within a [workflow](../resources/identitygovernance-workflow.md) object. Inherited from [workflowBase](../resources/identitygovernance-workflowbase.md)|
+|userProcessingResults|[microsoft.graph.identityGovernance.userProcessingResult](../resources/identitygovernance-userprocessingresult.md) collection|Per-user workflow execution results.|
+|versions|[microsoft.graph.identityGovernance.workflowVersion](../resources/identitygovernance-workflowversion.md) collection|The workflow versions that are available.|
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.identityGovernance.workflow",
+ "baseType": "microsoft.graph.identityGovernance.workflowBase",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.workflow",
+ "category": "String",
+ "createdDateTime": "String (timestamp)",
+ "description": "String",
+ "displayName": "String",
+ "executionConditions": {
+ "@odata.type": "microsoft.graph.identityGovernance.workflowExecutionConditions"
+ },
+ "lastModifiedDateTime": "String (timestamp)",
+ "deletedDateTime": "String (timestamp)",
+ "id": "String (identifier)",
+ "isEnabled": "Boolean",
+ "isSchedulingEnabled": "Boolean",
+ "nextScheduleRunDateTime": "String (timestamp)",
+ "version": "Integer"
+}
+```
v1.0 Identitygovernance Workflowbase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-workflowbase.md
+
+ Title: "workflowBase resource type"
+description: "An abstract type that exposes the properties for configuring a lifecycle workflow."
+
+ms.localizationpriority: medium
++
+# workflowBase resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+An abstract type that exposes the properties for configuring a custom lifecycle workflow. This resource is inherited by the following resource types:
++ [workflow](../resources/identitygovernance-workflow.md)++ [workflowVersion](../resources/identitygovernance-workflowversion.md)+
+## Methods
+
+None.
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|category|microsoft.graph.identityGovernance.lifecycleWorkflowCategory|The category of the workflow. The possible values are: `joiner`, `leaver`, `unknownFutureValue`.|
+|createdDateTime|DateTimeOffset|When a workflow was created.|
+|description|String|A string that describes the purpose of the workflow.|
+|displayName|String|A string to identify the workflow. |
+|executionConditions|[microsoft.graph.identityGovernance.workflowExecutionConditions](../resources/identitygovernance-workflowexecutionconditions.md)|Defines when and for who the workflow will run.|
+|lastModifiedDateTime|DateTimeOffset|When the workflow was last modified.|
+
+## Relationships
+
+|Relationship|Type|Description|
+|:|:|:|
+|createdBy|[user](../resources/user.md)|The user who created the workflow.|
+|lastModifiedBy|[user](../resources/user.md)|The user who last modified the workflow.|
+|runs|[microsoft.graph.identityGovernance.run](../resources/identitygovernance-run.md) collection|A history of every time a workflow ran.|
+|tasks|[microsoft.graph.identityGovernance.task](../resources/identitygovernance-task.md) collection|The tasks in the workflow.|
+|userProcessingResults|[microsoft.graph.identityGovernance.userProcessingResult](../resources/identitygovernance-userprocessingresult.md) collection|The results of a user processed by the workflow.|
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.identityGovernance.workflowBase",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.workflowBase",
+ "category": "String",
+ "createdDateTime": "String (timestamp)",
+ "description": "String",
+ "displayName": "String",
+ "executionConditions": {
+ "@odata.type": "microsoft.graph.identityGovernance.workflowExecutionConditions"
+ },
+ "lastModifiedDateTime": "String (timestamp)"
+}
+```
v1.0 Identitygovernance Workflowexecutionconditions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-workflowexecutionconditions.md
+
+ Title: "workflowExecutionConditions resource type"
+description: "An abstract type that's inherited by derived types that define different conditions that trigger execution of a workflow."
+
+ms.localizationpriority: medium
++
+# workflowExecutionConditions resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+This is an abstract type noting the workflow execution conditions in [workflowTemplate](../resources/identitygovernance-workflowtemplate.md) and [workflowBase](../resources/identitygovernance-workflowbase.md) objects. Execution conditions define when a workflow will run and the user that's the target of the workflow. The following types are derived from this abstract type:
++ [onDemandExecutionOnly](../resources/identitygovernance-ondemandexecutiononly.md)++ [triggerAndScopeBasedConditions](../resources/identitygovernance-triggerandscopebasedconditions.md)+
+## Properties
+
+None.
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.identityGovernance.workflowExecutionConditions"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.workflowExecutionConditions"
+}
+```
v1.0 Identitygovernance Workflowexecutiontrigger https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-workflowexecutiontrigger.md
+
+ Title: "workflowExecutionTrigger resource type"
+description: "An abstract type that represents the workflow execution trigger when the workflow runs on schedule."
+
+ms.localizationpriority: medium
++
+# workflowExecutionTrigger resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+This is an abstract type that represents the workflow execution trigger when the [workflow runs on schedule](../resources/identitygovernance-triggerandscopebasedconditions.md). It is inherited by the following derived types:
++ [timeBasedAttributeTrigger](../resources/identitygovernance-timebasedattributetrigger.md)+
+## Properties
+
+None.
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.identityGovernance.workflowExecutionTrigger"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.workflowExecutionTrigger"
+}
+```
v1.0 Identitygovernance Workflowtemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-workflowtemplate.md
+
+ Title: "workflowTemplate resource type"
+description: "Represents a pre-configured template for lifecycle workflows that you can use to create a workflow. Workflow templates are available for common scenarios such as new hires and users that are leaving the organization."
+
+ms.localizationpriority: medium
++
+# workflowTemplate resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+Represents the pre-configured templates of Lifecycle Workflows that are available in Azure AD. Workflow templates are available for common scenarios such as new hires and users that are leaving the organization.
+
+Workflow templates allow you to set up workflows based on common lifecycle management scenarios. You can also create custom workflows from the workflow templates to achieve specific situations.
+
+Inherits from [entity](../resources/entity.md).
+
+## Methods
+
+|Method|Return type|Description|
+|:|:|:|
+|[List workflowTemplates](../api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates.md)|[microsoft.graph.identityGovernance.workflowTemplate](../resources/identitygovernance-workflowtemplate.md) collection|Get a list of the [workflowTemplate](../resources/identitygovernance-workflowtemplate.md) objects and their properties.|
+|[Get workflowTemplate](../api/identitygovernance-workflowtemplate-get.md)|[microsoft.graph.identityGovernance.workflowTemplate](../resources/identitygovernance-workflowtemplate.md)|Read the properties and relationships of a [workflowTemplate](../resources/identitygovernance-workflowtemplate.md) object.|
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|category|microsoft.graph.identityGovernance.lifecycleWorkflowCategory|The category of the workflow template. The possible values are: `joiner`, `leaver`.|
+|description|String|The description of the `workflowTemplate`.|
+|displayName|String|The display name of the `workflowTemplate`. <br><br>Supports `orderby`.|
+|executionConditions|[microsoft.graph.identityGovernance.workflowExecutionConditions](../resources/identitygovernance-workflowexecutionconditions.md)|Conditions describing when to execute the workflow and the criteria to identify in-scope subject set.|
+|id|String|The unique identifier for the `workflowTemplate`. Inherited from [entity](../resources/entity.md).|
+|tasks|[microsoft.graph.identityGovernance.task](../resources/identitygovernance-task.md) collection|Represents the configured tasks to execute and their execution sequence within a [workflow](../resources/identitygovernance-workflow.md). This relationship is expanded by default.|
+
+## Relationships
+
+|Relationship|Type|Description|
+|:|:|:|
+|tasks|[microsoft.graph.identityGovernance.task](../resources/identitygovernance-task.md) collection|Represents the configured tasks to execute and their execution sequence within a [workflow](../resources/identitygovernance-workflow.md). This relationship is expanded by default.|
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.identityGovernance.workflowTemplate",
+ "baseType": "microsoft.graph.entity",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.workflowTemplate",
+ "id": "String (identifier)",
+ "category": "String",
+ "description": "String",
+ "displayName": "String",
+ "executionConditions": {
+ "@odata.type": "microsoft.graph.identityGovernance.workflowExecutionConditions"
+ }
+}
+```
v1.0 Identitygovernance Workflowversion https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance-workflowversion.md
+
+ Title: "workflowVersion resource type"
+description: "The version of a lifecycle workflow."
+
+ms.localizationpriority: medium
++
+# workflowVersion resource type
+
+Namespace: microsoft.graph.identityGovernance
++
+Represents a version of a [lifecycle workflow](../resources/identitygovernance-workflowversion.md). Workflow versions are subsequent versions of workflows you can create when you need to change the workflow configuration other than its basic properties. You can view older versions of the workflow and associated reports will note which workflow version had been run.
+
+Inherits from [workflowBase](../resources/identitygovernance-workflowbase.md).
+
+## Methods
+
+|Method|Return type|Description|
+|:|:|:|
+|[List workflowVersions](../api/identitygovernance-workflow-list-versions.md)|[microsoft.graph.identityGovernance.workflowVersion](../resources/identitygovernance-workflowversion.md) collection|Get a list of the [workflowVersion](../resources/identitygovernance-workflowversion.md) objects and their properties. Inherited from [workflowBase](../resources/identitygovernance-workflowbase.md).|
+|[Get workflowVersion](../api/identitygovernance-workflowversion-get.md)|[microsoft.graph.identityGovernance.workflowVersion](../resources/identitygovernance-workflowversion.md)|Read the properties and relationships of a [workflowVersion](../resources/identitygovernance-workflowversion.md) object. Inherited from [workflowBase](../resources/identitygovernance-workflowbase.md).|
+|[List tasks](../api/identitygovernance-workflowversion-list-tasks.md)|[microsoft.graph.identityGovernance.task](../resources/identitygovernance-workflowversion.md) collection|Get the task resources from the tasks navigation property. Inherited from [workflowBase](../resources/identitygovernance-workflowbase.md).|
+|[List userProcessingResults](../api/identitygovernance-workflow-list-userprocessingresults.md)|[microsoft.graph.identityGovernance.userProcessingResult](../resources/identitygovernance-userprocessingresult.md) collection|Get the userProcessingResult resources from the userProcessingResults navigation property. Inherited from [workflowBase](../resources/identitygovernance-workflowbase.md).|
+
+## Properties
+
+|Property|Type|Description|
+|:|:|:|
+|category|String|The category of the HR function supported by the workflows created using this template. A workflow can only belong to one category. The possible values are: `joiner`, `leaver`, `unknownFutureValue`.|
+|createdDateTime|DateTimeOffset|The date time when the `workflow` was versioned. <br><br>Supports `$filter`(`lt`, `gt`) and `$orderby`.|
+|description|String|The description of the `workflowversion`.|
+|displayName|String|The display name of the `workflowversion`. <br><br>Supports `$filter`(`eq`), `orderby`, and `$search`.|
+|executionConditions|[microsoft.graph.identityGovernance.workflowExecutionConditions](../resources/identitygovernance-workflowexecutionconditions.md)|Conditions describing when to execute the workflow and the criteria to identify in-scope subject set.|
+|lastModifiedDateTime|DateTimeOffset|The date time when the `workflow` was last modified. <br><br>Supports `$filter`(`lt`,`gt`) and `$orderby`.|
+|versionNumber|Int32|The version of the workflow.|
+
+## Relationships
+
+|Relationship|Type|Description|
+|:|:|:|
+|createdBy|[user](../resources/user.md)|The user who created the workflow. Inherited from [workflowBase](../resources/identitygovernance-workflowbase.md).|
+|lastModifiedBy|[user](../resources/user.md)|The user who last modified the workflow.|
+|runs|[microsoft.graph.identityGovernance.run](../resources/identitygovernance-run.md) collection|A history of every time a workflow ran. Inherited from [workflowBase](../resources/identitygovernance-workflowbase.md).|
+|tasks|[microsoft.graph.identityGovernance.task](../resources/identitygovernance-task.md) collection|The tasks in the workflow. Inherited from [workflowBase](../resources/identitygovernance-workflowbase.md).|
+|userProcessingResults|[microsoft.graph.identityGovernance.userProcessingResult](../resources/identitygovernance-userprocessingresult.md) collection|The results of a user processed by the workflow. Inherited from [workflowBase](../resources/identitygovernance-workflowbase.md).|
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.identityGovernance.workflowVersion",
+ "baseType": "microsoft.graph.identityGovernance.workflowBase",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.identityGovernance.workflowVersion",
+ "category": "String",
+ "createdDateTime": "String (timestamp)",
+ "description": "String",
+ "displayName": "String",
+ "executionConditions": {
+ "@odata.type": "microsoft.graph.identityGovernance.workflowExecutionConditions"
+ },
+ "lastModifiedDateTime": "String (timestamp)",
+ "versionNumber": "Integer"
+}
+```
v1.0 Identitygovernance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/identitygovernance.md
The identity governance singleton is the container for the following Azure Activ
+ [Access reviews](accessreviewsv2-overview.md) + [Entitlement management](entitlementmanagement-overview.md) + [App consent](consentrequests-overview.md)++ [Lifecycle Workflows](identitygovernance-lifecycleworkflows-overview.md) + [Terms of use](agreement.md) ## Methods
None.
|appConsent|[appConsent](appconsentapprovalroute.md)| Container for base resources that expose the app consent request API and features. Currently exposes only the [appConsentRequests](appconsentrequest.md) resource.| |entitlementManagement|[entitlementManagement](entitlementmanagement.md)| Container for entitlement management resources, including [accessPackageCatalog](accesspackagecatalog.md), [connectedOrganization](connectedorganization.md), and [entitlementManagementSettings](entitlementmanagementsettings.md).| |termsOfUse|[termsOfUseContainer](termsofusecontainer.md)| Container for the resources that expose the terms of use API and its features, including [agreements](agreement.md) and [agreementAcceptances](agreementacceptance.md). |-
+|Lifecycle Workflows|[lifecycleWorkflowsContainer](identitygovernance-lifecycleworkflowscontainer.md)| Container for Lifecycle Workflow resources, including [workflows](identitygovernance-workflow.md), [customTaskExtension](identitygovernance-customtaskextension.md), and [LifecycleManagementSettings](identitygovernance-lifecyclemanagementsettings.md|
v1.0 Intune Androidforwork Androiddeviceownerenrollmentmode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androiddeviceownerenrollmentmode.md
The enrollment mode for an enrollment profile.
++
v1.0 Intune Androidforwork Androiddeviceownerenrollmentprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androiddeviceownerenrollmentprofile.md
Enrollment Profile used to enroll Android Enterprise devices using Google's Clou
|qrCodeContent|String|String used to generate a QR code for the token.| |qrCodeImage|[mimeContent](../resources/intune-shared-mimecontent.md)|String used to generate a QR code for the token.| |roleScopeTagIds|String collection|List of Scope Tags for this Entity instance.|
+|configureWifi|Boolean|Boolean that indicates that the Wi-Fi network should be configured during device provisioning. When set to TRUE, device provisioning will use Wi-Fi related properties to automatically connect to Wi-Fi networks. When set to FALSE or undefined, other Wi-Fi related properties will be ignored. Default value is TRUE. Returned by default.|
|wifiSsid|String|String that contains the wi-fi login ssid| |wifiPassword|String|String that contains the wi-fi login password| |wifiSecurityType|[aospWifiSecurityType](../resources/intune-androidforwork-aospwifisecuritytype.md)|String that contains the wi-fi security type. Possible values are: `none`, `wpa`, `wep`.|
Here is a JSON representation of the resource.
"roleScopeTagIds": [ "String" ],
+ "configureWifi": true,
"wifiSsid": "String", "wifiPassword": "String", "wifiSecurityType": "String",
Here is a JSON representation of the resource.
++
v1.0 Intune Androidforwork Androiddeviceownerenrollmenttokentype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androiddeviceownerenrollmenttokentype.md
The enrollment token type for an enrollment profile.
++
v1.0 Intune Androidforwork Androidenrollmentcompanycode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androidenrollmentcompanycode.md
Here is a JSON representation of the resource.
++
v1.0 Intune Androidforwork Androidforworkappconfigurationschema https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androidforworkappconfigurationschema.md
Here is a JSON representation of the resource.
++
v1.0 Intune Androidforwork Androidforworkappconfigurationschemaitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androidforworkappconfigurationschemaitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Androidforwork Androidforworkappconfigurationschemaitemdatatype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androidforworkappconfigurationschemaitemdatatype.md
Data type for a configuration item inside an Android for Work application's cust
++
v1.0 Intune Androidforwork Androidforworkbindstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androidforworkbindstatus.md
Bind status of the tenant with the Google EMM API
++
v1.0 Intune Androidforwork Androidforworkenrollmentprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androidforworkenrollmentprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Androidforwork Androidforworkenrollmenttarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androidforworkenrollmenttarget.md
Android for Work device management targeting type for the account
++
v1.0 Intune Androidforwork Androidforworksettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androidforworksettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Androidforwork Androidforworksyncstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androidforworksyncstatus.md
Sync status of the tenant with the Google EMM API
++
v1.0 Intune Androidforwork Androidmanagedstoreaccountappsyncstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androidmanagedstoreaccountappsyncstatus.md
Sync status of the tenant with the Google EMM API
++
v1.0 Intune Androidforwork Androidmanagedstoreaccountbindstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androidmanagedstoreaccountbindstatus.md
Bind status of the tenant with the Google EMM API
++
v1.0 Intune Androidforwork Androidmanagedstoreaccountenrollmenttarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androidmanagedstoreaccountenrollmenttarget.md
Android for Work device management targeting type for the account
++
v1.0 Intune Androidforwork Androidmanagedstoreaccountenterprisesettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androidmanagedstoreaccountenterprisesettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Androidforwork Androidmanagedstoreappconfigurationschema https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androidmanagedstoreappconfigurationschema.md
Here is a JSON representation of the resource.
++
v1.0 Intune Androidforwork Androidmanagedstoreappconfigurationschemaitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androidmanagedstoreappconfigurationschemaitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Androidforwork Androidmanagedstoreappconfigurationschemaitemdatatype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-androidmanagedstoreappconfigurationschemaitemdatatype.md
Data type for a configuration item inside an Android application's custom config
++
v1.0 Intune Androidforwork Aospwifisecuritytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidforwork-aospwifisecuritytype.md
This enum represents Wi-Fi Security Types for Android Device Owner AOSP Scenario
++
v1.0 Intune Androidfotaservice Androidfotadeploymentassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidfotaservice-androidfotadeploymentassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Androidfotaservice Androidfotadeploymentassignmenttarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidfotaservice-androidfotadeploymentassignmenttarget.md
Here is a JSON representation of the resource.
++
v1.0 Intune Androidfotaservice Devicemanagementreports https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidfotaservice-devicemanagementreports.md
Here is a JSON representation of the resource.
++
v1.0 Intune Androidfotaservice Zebrafotaartifact https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidfotaservice-zebrafotaartifact.md
Here is a JSON representation of the resource.
++
v1.0 Intune Androidfotaservice Zebrafotaconnector https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidfotaservice-zebrafotaconnector.md
Here is a JSON representation of the resource.
++
v1.0 Intune Androidfotaservice Zebrafotaconnectorstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidfotaservice-zebrafotaconnectorstate.md
Represents various states for Zebra FOTA connector.
++
v1.0 Intune Androidfotaservice Zebrafotadeployment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidfotaservice-zebrafotadeployment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Androidfotaservice Zebrafotadeploymentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidfotaservice-zebrafotadeploymentsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Androidfotaservice Zebrafotadeploymentstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidfotaservice-zebrafotadeploymentstate.md
Represents the state of Zebra FOTA deployment.
++
v1.0 Intune Androidfotaservice Zebrafotadeploymentstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidfotaservice-zebrafotadeploymentstatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Androidfotaservice Zebrafotanetworktype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidfotaservice-zebrafotanetworktype.md
Represents various network types for Zebra FOTA deployment.
++
v1.0 Intune Androidfotaservice Zebrafotaschedulemode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidfotaservice-zebrafotaschedulemode.md
Represents various schedule modes for Zebra FOTA deployment.
++
v1.0 Intune Androidfotaservice Zebrafotaupdatetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-androidfotaservice-zebrafotaupdatetype.md
Represents various update types for Zebra FOTA deployment.
++
v1.0 Intune Apps Androidforworkapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-androidforworkapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Androidforworkmobileappconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-androidforworkmobileappconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Androidlobapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-androidlobapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Androidmanagedstoreapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-androidmanagedstoreapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Androidmanagedstoreappconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-androidmanagedstoreappconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Androidmanagedstoreapptrack https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-androidmanagedstoreapptrack.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Androidmanagedstorewebapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-androidmanagedstorewebapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Androidminimumoperatingsystem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-androidminimumoperatingsystem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Androidpermissionaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-androidpermissionaction.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Androidpermissionactiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-androidpermissionactiontype.md
Android action taken when an app requests a dangerous permission.
++
v1.0 Intune Apps Androidprofileapplicability https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-androidprofileapplicability.md
Android profile applicability
++
v1.0 Intune Apps Androidstoreapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-androidstoreapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Appconfigurationsettingitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-appconfigurationsettingitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Certificatestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-certificatestatus.md
Not yet documented
++
v1.0 Intune Apps Enterprisecodesigningcertificate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-enterprisecodesigningcertificate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Excludedapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-excludedapps.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Fileencryptioninfo https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-fileencryptioninfo.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Iosdevicetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-iosdevicetype.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Iosipadoswebclip https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-iosipadoswebclip.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Ioslobapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-ioslobapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Ioslobappprovisioningconfigurationassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-ioslobappprovisioningconfigurationassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Iosminimumoperatingsystem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-iosminimumoperatingsystem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Iosmobileappconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-iosmobileappconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Iosstoreapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-iosstoreapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Iosvppapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-iosvppapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Iosvppappassigneddevicelicense https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-iosvppappassigneddevicelicense.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Iosvppappassignedlicense https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-iosvppappassignedlicense.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Iosvppappassigneduserlicense https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-iosvppappassigneduserlicense.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Iosvppapprevokelicensesactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-iosvppapprevokelicensesactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Macosdmgapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-macosdmgapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Macosincludedapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-macosincludedapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Macoslobapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-macoslobapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Macoslobchildapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-macoslobchildapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Macosmdatpapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-macosmdatpapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Macosmicrosoftedgeapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-macosmicrosoftedgeapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Macosminimumoperatingsystem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-macosminimumoperatingsystem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Macosofficesuiteapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-macosofficesuiteapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Macosvppapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-macosvppapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Macosvppappassignedlicense https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-macosvppappassignedlicense.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Macosvppapprevokelicensesactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-macosvppapprevokelicensesactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Managedandroidlobapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-managedandroidlobapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Managedandroidstoreapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-managedandroidstoreapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Managedapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-managedapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Managedappavailability https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-managedappavailability.md
A managed (MAM) application's availability.
++
v1.0 Intune Apps Manageddevicemobileappconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-manageddevicemobileappconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Manageddevicemobileappconfigurationassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-manageddevicemobileappconfigurationassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Manageddevicemobileappconfigurationdevicestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-manageddevicemobileappconfigurationdevicestatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Manageddevicemobileappconfigurationdevicesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-manageddevicemobileappconfigurationdevicesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Manageddevicemobileappconfigurationuserstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-manageddevicemobileappconfigurationuserstatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Manageddevicemobileappconfigurationusersummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-manageddevicemobileappconfigurationusersummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Managedioslobapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-managedioslobapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Managediosstoreapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-managediosstoreapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Managedmobilelobapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-managedmobilelobapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mdmappconfigkeytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mdmappconfigkeytype.md
App configuration key types.
++
v1.0 Intune Apps Microsoftedgechannel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-microsoftedgechannel.md
The enum to specify the channels for Microsoft Edge apps.
++
v1.0 Intune Apps Microsoftstoreforbusinessapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-microsoftstoreforbusinessapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Microsoftstoreforbusinesscontainedapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-microsoftstoreforbusinesscontainedapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Microsoftstoreforbusinesslicensetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-microsoftstoreforbusinesslicensetype.md
Not yet documented
++
v1.0 Intune Apps Mobileappassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mobileappassignment.md
Here is a JSON representation of the resource.
"deviceAndAppManagementAssignmentFilterType": "String" }, "settings": {
- "@odata.type": "microsoft.graph.windowsUniversalAppXAppAssignmentSettings",
- "useDeviceContext": true
+ "@odata.type": "microsoft.graph.winGetAppAssignmentSettings",
+ "notifications": "String",
+ "restartSettings": {
+ "@odata.type": "microsoft.graph.winGetAppRestartSettings",
+ "gracePeriodInMinutes": 1024,
+ "countdownDisplayBeforeRestartInMinutes": 1024,
+ "restartNotificationSnoozeDurationInMinutes": 1024
+ },
+ "installTimeSettings": {
+ "@odata.type": "microsoft.graph.winGetAppInstallTimeSettings",
+ "useLocalTime": true,
+ "deadlineDateTime": "String (timestamp)"
+ }
}, "source": "String", "sourceId": "String"
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobileappcategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mobileappcategory.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobileappcontent https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mobileappcontent.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobileappcontentfile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mobileappcontentfile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobileappcontentfileuploadstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mobileappcontentfileuploadstate.md
Contains properties for upload request states.
++
v1.0 Intune Apps Mobileappdependency https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mobileappdependency.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobileappdependencytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mobileappdependencytype.md
Indicates the dependency type associated with a relationship between two mobile
++
v1.0 Intune Apps Mobileappinstallstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mobileappinstallstatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobileappinstallsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mobileappinstallsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobileappprovisioningconfiggroupassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mobileappprovisioningconfiggroupassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobileapppublishingstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mobileapppublishingstate.md
Indicates the publishing state of an app.
++
v1.0 Intune Apps Mobileapprelationship https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mobileapprelationship.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobileapprelationshipstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mobileapprelationshipstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobileapprelationshiptype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mobileapprelationshiptype.md
Indicates whether the target of a relationship is the parent or the child in the
++
v1.0 Intune Apps Mobileappsupersedence https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mobileappsupersedence.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobileappsupersedencetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mobileappsupersedencetype.md
Indicates the supersedence type associated with a relationship between two mobil
++
v1.0 Intune Apps Mobilecontainedapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mobilecontainedapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobilelobapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-mobilelobapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Officeproductid https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-officeproductid.md
The Enum to specify the Office365 ProductIds that represent the Office365 Suite
++
v1.0 Intune Apps Officesuiteapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-officesuiteapp.md
Here is a JSON representation of the resource.
+++
v1.0 Intune Apps Officesuitedefaultfileformattype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-officesuitedefaultfileformattype.md
Describes the OfficeSuiteApp file format types that can be selected.
++
v1.0 Intune Apps Officesuiteinstallprogressdisplaylevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-officesuiteinstallprogressdisplaylevel.md
The Enum to specify the level of display for the Installation Progress Setup UI
++
v1.0 Intune Apps Officeupdatechannel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-officeupdatechannel.md
The Enum to specify the Office365 Updates Channel.
++
v1.0 Intune Apps Resultantappstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-resultantappstate.md
A list of possible states for application status on an individual device. When d
++
v1.0 Intune Apps Resultantappstatedetail https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-resultantappstatedetail.md
Enum indicating additional details regarding why an application has a particular
++
v1.0 Intune Apps Symanteccodesigningcertificate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-symanteccodesigningcertificate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Userappinstallstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-userappinstallstatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Vpplicensingtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-vpplicensingtype.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Webapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-webapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappdetection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappdetection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappdetectionoperator https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappdetectionoperator.md
Contains properties for detection operator.
++
v1.0 Intune Apps Win32lobappfilesystemdetection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappfilesystemdetection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappfilesystemdetectiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappfilesystemdetectiontype.md
Contains all supported file system detection type.
++
v1.0 Intune Apps Win32lobappfilesystemoperationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappfilesystemoperationtype.md
Contains all supported file system detection type.
++
v1.0 Intune Apps Win32lobappfilesystemrequirement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappfilesystemrequirement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappfilesystemrule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappfilesystemrule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappinstallexperience https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappinstallexperience.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappmsiinformation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappmsiinformation.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappmsipackagetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappmsipackagetype.md
Indicates the package type of an MSI Win32LobApp.
++
v1.0 Intune Apps Win32lobapppowershellscriptdetection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobapppowershellscriptdetection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobapppowershellscriptdetectiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobapppowershellscriptdetectiontype.md
Contains all supported Powershell Script output detection type.
++
v1.0 Intune Apps Win32lobapppowershellscriptrequirement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobapppowershellscriptrequirement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobapppowershellscriptrule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobapppowershellscriptrule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobapppowershellscriptruleoperationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobapppowershellscriptruleoperationtype.md
Contains all supported Powershell Script output detection type.
++
v1.0 Intune Apps Win32lobappproductcodedetection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappproductcodedetection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappproductcoderule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappproductcoderule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappregistrydetection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappregistrydetection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappregistrydetectiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappregistrydetectiontype.md
Contains all supported registry data detection type.
++
v1.0 Intune Apps Win32lobappregistryrequirement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappregistryrequirement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappregistryrule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappregistryrule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappregistryruleoperationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappregistryruleoperationtype.md
Contains all supported registry data detection type.
++
v1.0 Intune Apps Win32lobapprequirement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobapprequirement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobapprestartbehavior https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobapprestartbehavior.md
Indicates the type of restart action.
++
v1.0 Intune Apps Win32lobappreturncode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappreturncode.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappreturncodetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappreturncodetype.md
Indicates the type of return code.
++
v1.0 Intune Apps Win32lobapprule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobapprule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappruleoperator https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappruleoperator.md
Contains properties for detection operator.
++
v1.0 Intune Apps Win32lobappruletype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-win32lobappruletype.md
Contains rule types for Win32 LOB apps.
++
v1.0 Intune Apps Windowsappx https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-windowsappx.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Windowsarchitecture https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-windowsarchitecture.md
Contains properties for Windows architecture.
++
v1.0 Intune Apps Windowsdevicetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-windowsdevicetype.md
Contains properties for Windows device type.
++
v1.0 Intune Apps Windowsmicrosoftedgeapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-windowsmicrosoftedgeapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Windowsminimumoperatingsystem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-windowsminimumoperatingsystem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Windowsmobilemsi https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-windowsmobilemsi.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Windowspackageinformation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-windowspackageinformation.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Windowsphone81appx https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-windowsphone81appx.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Windowsphone81appxbundle https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-windowsphone81appxbundle.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Windowsphone81storeapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-windowsphone81storeapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Windowsphonexap https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-windowsphonexap.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Windowsstoreapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-windowsstoreapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Windowsuniversalappx https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-windowsuniversalappx.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Windowsuniversalappxcontainedapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-windowsuniversalappxcontainedapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Windowswebapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-windowswebapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Wingetapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-wingetapp.md
+
+ Title: "winGetApp resource type"
+description: "A MobileApp that is based on a referenced application in a WinGet repository."
+
+localization_priority: Normal
++
+# winGetApp 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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+A MobileApp that is based on a referenced application in a WinGet repository.
++
+Inherits from [mobileApp](../resources/intune-shared-mobileapp.md)
+
+## Methods
+|Method|Return Type|Description|
+|:|:|:|
+|[List winGetApps](../api/intune-apps-wingetapp-list.md)|[winGetApp](../resources/intune-apps-wingetapp.md) collection|List properties and relationships of the [winGetApp](../resources/intune-apps-wingetapp.md) objects.|
+|[Get winGetApp](../api/intune-apps-wingetapp-get.md)|[winGetApp](../resources/intune-apps-wingetapp.md)|Read properties and relationships of the [winGetApp](../resources/intune-apps-wingetapp.md) object.|
+|[Create winGetApp](../api/intune-apps-wingetapp-create.md)|[winGetApp](../resources/intune-apps-wingetapp.md)|Create a new [winGetApp](../resources/intune-apps-wingetapp.md) object.|
+|[Delete winGetApp](../api/intune-apps-wingetapp-delete.md)|None|Deletes a [winGetApp](../resources/intune-apps-wingetapp.md).|
+|[Update winGetApp](../api/intune-apps-wingetapp-update.md)|[winGetApp](../resources/intune-apps-wingetapp.md)|Update the properties of a [winGetApp](../resources/intune-apps-wingetapp.md) object.|
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|id|String|Key of the entity. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|displayName|String|The admin provided or imported title of the app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|description|String|The description of the app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|publisher|String|The publisher of the app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|largeIcon|[mimeContent](../resources/intune-shared-mimecontent.md)|The large icon, to be displayed in the app details and used for upload of the icon. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|createdDateTime|DateTimeOffset|The date and time the app was created. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|lastModifiedDateTime|DateTimeOffset|The date and time the app was last modified. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|isFeatured|Boolean|The value indicating whether the app is marked as featured by the admin. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|privacyInformationUrl|String|The privacy statement Url. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|informationUrl|String|The more information Url. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|owner|String|The owner of the app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|developer|String|The developer of the app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|notes|String|Notes for the app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|uploadState|Int32|The upload state. Possible values are: 0 - `Not Ready`, 1 - `Ready`, 2 - `Processing`. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|publishingState|[mobileAppPublishingState](../resources/intune-apps-mobileapppublishingstate.md)|The publishing state for the app. The app cannot be assigned unless the app is published. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md). Possible values are: `notPublished`, `processing`, `published`.|
+|isAssigned|Boolean|The value indicating whether the app is assigned to at least one group. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|roleScopeTagIds|String collection|List of scope tag ids for this mobile app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|dependentAppCount|Int32|The total number of dependencies the child app has. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|supersedingAppCount|Int32|The total number of apps this app directly or indirectly supersedes. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|supersededAppCount|Int32|The total number of apps this app is directly or indirectly superseded by. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|packageIdentifier|String|The PackageIdentifier from the WinGet source repository REST API. This also maps to the Id when using the WinGet client command line application. Required at creation time, cannot be modified on existing objects.|
+|installExperience|[winGetAppInstallExperience](../resources/intune-apps-wingetappinstallexperience.md)|The install experience settings associated with this application, which are used to ensure the desired install experiences on the target device are taken into account. This includes the account type (System or User) that actions should be run as on target devices. Required at creation time.|
+
+## Relationships
+|Relationship|Type|Description|
+|:|:|:|
+|categories|[mobileAppCategory](../resources/intune-apps-mobileappcategory.md) collection|The list of categories for this app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|assignments|[mobileAppAssignment](../resources/intune-apps-mobileappassignment.md) collection|The list of group assignments for this mobile app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|installSummary|[mobileAppInstallSummary](../resources/intune-apps-mobileappinstallsummary.md)|Mobile App Install Summary. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|deviceStatuses|[mobileAppInstallStatus](../resources/intune-apps-mobileappinstallstatus.md) collection|The list of installation states for this mobile app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|userStatuses|[userAppInstallStatus](../resources/intune-apps-userappinstallstatus.md) collection|The list of installation states for this mobile app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+|relationships|[mobileAppRelationship](../resources/intune-apps-mobileapprelationship.md) collection|The set of direct relationships for this app. Inherited from [mobileApp](../resources/intune-shared-mobileapp.md)|
+
+## JSON Representation
+Here is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.winGetApp"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.winGetApp",
+ "id": "String (identifier)",
+ "displayName": "String",
+ "description": "String",
+ "publisher": "String",
+ "largeIcon": {
+ "@odata.type": "microsoft.graph.mimeContent",
+ "type": "String",
+ "value": "binary"
+ },
+ "createdDateTime": "String (timestamp)",
+ "lastModifiedDateTime": "String (timestamp)",
+ "isFeatured": true,
+ "privacyInformationUrl": "String",
+ "informationUrl": "String",
+ "owner": "String",
+ "developer": "String",
+ "notes": "String",
+ "uploadState": 1024,
+ "publishingState": "String",
+ "isAssigned": true,
+ "roleScopeTagIds": [
+ "String"
+ ],
+ "dependentAppCount": 1024,
+ "supersedingAppCount": 1024,
+ "supersededAppCount": 1024,
+ "packageIdentifier": "String",
+ "installExperience": {
+ "@odata.type": "microsoft.graph.winGetAppInstallExperience",
+ "runAsAccount": "String"
+ }
+}
+```
++++++
v1.0 Intune Apps Wingetappassignmentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-wingetappassignmentsettings.md
+
+ Title: "winGetAppAssignmentSettings resource type"
+description: "Contains properties used to assign a WinGet app to a group."
+
+localization_priority: Normal
++
+# winGetAppAssignmentSettings 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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Contains properties used to assign a WinGet app to a group.
++
+Inherits from [mobileAppAssignmentSettings](../resources/intune-shared-mobileappassignmentsettings.md)
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|notifications|[winGetAppNotification](../resources/intune-apps-wingetappnotification.md)|The notification status for this app assignment. Possible values are: `showAll`, `showReboot`, `hideAll`, `unknownFutureValue`.|
+|restartSettings|[winGetAppRestartSettings](../resources/intune-apps-wingetapprestartsettings.md)|The reboot settings to apply for this app assignment.|
+|installTimeSettings|[winGetAppInstallTimeSettings](../resources/intune-apps-wingetappinstalltimesettings.md)|The install time settings to apply for this app assignment.|
+
+## Relationships
+None
+
+## JSON Representation
+Here is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.winGetAppAssignmentSettings"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.winGetAppAssignmentSettings",
+ "notifications": "String",
+ "restartSettings": {
+ "@odata.type": "microsoft.graph.winGetAppRestartSettings",
+ "gracePeriodInMinutes": 1024,
+ "countdownDisplayBeforeRestartInMinutes": 1024,
+ "restartNotificationSnoozeDurationInMinutes": 1024
+ },
+ "installTimeSettings": {
+ "@odata.type": "microsoft.graph.winGetAppInstallTimeSettings",
+ "useLocalTime": true,
+ "deadlineDateTime": "String (timestamp)"
+ }
+}
+```
++++++
v1.0 Intune Apps Wingetappinstallexperience https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-wingetappinstallexperience.md
+
+ Title: "winGetAppInstallExperience resource type"
+description: "Represents the install experience settings associated with WinGet apps. This is used to ensure the desired install experiences on the target device are taken into account. Required at creation time."
+
+localization_priority: Normal
++
+# winGetAppInstallExperience 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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Represents the install experience settings associated with WinGet apps. This is used to ensure the desired install experiences on the target device are taken into account. Required at creation time.
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|runAsAccount|[runAsAccountType](../resources/intune-shared-runasaccounttype.md)|Indicates the type of execution context the app setup runs in on target devices. Options include values of the RunAsAccountType enum, which are System and User. Required at creation time, cannot be modified on existing objects. Possible values are: `system`, `user`.|
+
+## Relationships
+None
+
+## JSON Representation
+Here is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.winGetAppInstallExperience"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.winGetAppInstallExperience",
+ "runAsAccount": "String"
+}
+```
++++++
v1.0 Intune Apps Wingetappinstalltimesettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-wingetappinstalltimesettings.md
+
+ Title: "winGetAppInstallTimeSettings resource type"
+description: "Contains properties used to determine when to offer an app to devices and when to install the app on devices."
+
+localization_priority: Normal
++
+# winGetAppInstallTimeSettings 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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Contains properties used to determine when to offer an app to devices and when to install the app on devices.
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|useLocalTime|Boolean|Whether the local device time or UTC time should be used when determining the deadline times.|
+|deadlineDateTime|DateTimeOffset|The time at which the app should be installed.|
+
+## Relationships
+None
+
+## JSON Representation
+Here is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.winGetAppInstallTimeSettings"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.winGetAppInstallTimeSettings",
+ "useLocalTime": true,
+ "deadlineDateTime": "String (timestamp)"
+}
+```
++++++
v1.0 Intune Apps Wingetappnotification https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-wingetappnotification.md
+
+ Title: "winGetAppNotification enum type"
+description: "Contains value for notification status."
+
+localization_priority: Normal
++
+# winGetAppNotification enum 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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Contains value for notification status.
+
+## Members
+|Member|Value|Description|
+|:|:|:|
+|showAll|0|Show all notifications.|
+|showReboot|1|Only show restart notification and suppress other notifications.|
+|hideAll|2|Hide all notifications.|
+|unknownFutureValue|3|Unknown future value, reserved for future usage as expandable enum.|
++++++
v1.0 Intune Apps Wingetapprestartsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-apps-wingetapprestartsettings.md
+
+ Title: "winGetAppRestartSettings resource type"
+description: "Contains properties describing restart coordination following an app installation."
+
+localization_priority: Normal
++
+# winGetAppRestartSettings 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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Contains properties describing restart coordination following an app installation.
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|gracePeriodInMinutes|Int32|The number of minutes to wait before restarting the device after an app installation.|
+|countdownDisplayBeforeRestartInMinutes|Int32|The number of minutes before the restart time to display the countdown dialog for pending restarts.|
+|restartNotificationSnoozeDurationInMinutes|Int32|The number of minutes to snooze the restart notification dialog when the snooze button is selected.|
+
+## Relationships
+None
+
+## JSON Representation
+Here is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.winGetAppRestartSettings"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.winGetAppRestartSettings",
+ "gracePeriodInMinutes": 1024,
+ "countdownDisplayBeforeRestartInMinutes": 1024,
+ "restartNotificationSnoozeDurationInMinutes": 1024
+}
+```
++++++
v1.0 Intune Auditing Auditactor https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-auditing-auditactor.md
A class containing the properties for Audit Actor.
|Property|Type|Description| |:|:|:| |type|String|Actor Type.|
+|auditActorType|String|Actor Type.|
|userPermissions|String collection|List of user permissions when the audit was performed.| |applicationId|String|AAD Application Id.| |applicationDisplayName|String|Name of the Application.|
Here is a JSON representation of the resource.
{ "@odata.type": "#microsoft.graph.auditActor", "type": "String",
+ "auditActorType": "String",
"userPermissions": [ "String" ],
Here is a JSON representation of the resource.
++
v1.0 Intune Auditing Auditevent https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-auditing-auditevent.md
Here is a JSON representation of the resource.
"actor": { "@odata.type": "microsoft.graph.auditActor", "type": "String",
+ "auditActorType": "String",
"userPermissions": [ "String" ],
Here is a JSON representation of the resource.
} ], "type": "String",
+ "auditResourceType": "String",
"resourceId": "String" } ],
Here is a JSON representation of the resource.
++
v1.0 Intune Auditing Auditproperty https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-auditing-auditproperty.md
Here is a JSON representation of the resource.
++
v1.0 Intune Auditing Auditresource https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-auditing-auditresource.md
A class containing the properties for Audit Resource.
|displayName|String|Display name.| |modifiedProperties|[auditProperty](../resources/intune-auditing-auditproperty.md) collection|List of modified properties.| |type|String|Audit resource's type.|
+|auditResourceType|String|Audit resource's type.|
|resourceId|String|Audit resource's Id.| ## Relationships
Here is a JSON representation of the resource.
} ], "type": "String",
+ "auditResourceType": "String",
"resourceId": "String" } ```
Here is a JSON representation of the resource.
++
v1.0 Intune Auditing Rolescopetaginfo https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-auditing-rolescopetaginfo.md
Here is a JSON representation of the resource.
++
v1.0 Intune Books Deviceinstallstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-books-deviceinstallstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Books Ebookinstallsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-books-ebookinstallsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Books Installstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-books-installstate.md
Possible values for install state.
++
v1.0 Intune Books Iosvppebook https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-books-iosvppebook.md
Here is a JSON representation of the resource.
++
v1.0 Intune Books Iosvppebookassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-books-iosvppebookassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Books Managedebook https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-books-managedebook.md
Here is a JSON representation of the resource.
++
v1.0 Intune Books Managedebookassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-books-managedebookassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Books Managedebookcategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-books-managedebookcategory.md
Here is a JSON representation of the resource.
++
v1.0 Intune Books Userinstallstatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-books-userinstallstatesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Chromebooksync Chromeosonboardingsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-chromebooksync-chromeosonboardingsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Chromebooksync Chromeosonboardingstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-chromebooksync-chromeosonboardingstatus.md
The onboarding status of the tenant.
++
v1.0 Intune Chromebooksync Onboardingstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-chromebooksync-onboardingstatus.md
The onboarding status of the tenant.
++
v1.0 Intune Cirrus Officeclientcheckinstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-cirrus-officeclientcheckinstatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Cirrus Officeclientconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-cirrus-officeclientconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Cirrus Officeclientconfigurationassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-cirrus-officeclientconfigurationassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Cirrus Officeconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-cirrus-officeconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Cirrus Officeconfigurationassignmenttarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-cirrus-officeconfigurationassignmenttarget.md
Here is a JSON representation of the resource.
++
v1.0 Intune Cirrus Officeconfigurationgroupassignmenttarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-cirrus-officeconfigurationgroupassignmenttarget.md
Here is a JSON representation of the resource.
++
v1.0 Intune Cirrus Officeusercheckinsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-cirrus-officeusercheckinsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Cirrus Windowsofficeclientconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-cirrus-windowsofficeclientconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Cirrus Windowsofficeclientsecurityconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-cirrus-windowsofficeclientsecurityconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Companyterms Termsandconditions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-companyterms-termsandconditions.md
Here is a JSON representation of the resource.
++
v1.0 Intune Companyterms Termsandconditionsacceptancestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-companyterms-termsandconditionsacceptancestatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Companyterms Termsandconditionsassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-companyterms-termsandconditionsassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Companyterms Termsandconditionsgroupassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-companyterms-termsandconditionsgroupassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Administratorconfigureddevicecompliancestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-administratorconfigureddevicecompliancestate.md
Administrator configured device compliance state Enum
++
v1.0 Intune Deviceconfig Advancedbitlockerstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-advancedbitlockerstate.md
Advanced BitLocker State
++
v1.0 Intune Deviceconfig Advancedthreatprotectiononboardingdevicesettingstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Advancedthreatprotectiononboardingstatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-advancedthreatprotectiononboardingstatesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Airprintdestination https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-airprintdestination.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidcertificateprofilebase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidcertificateprofilebase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidcompliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidcompliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidcustomconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidcustomconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownerappautoupdatepolicytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerappautoupdatepolicytype.md
Android Device Owner possible values for states of the device's app auto update
++
v1.0 Intune Deviceconfig Androiddeviceownerbatterypluggedmode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerbatterypluggedmode.md
Android Device Owner possible values for states of the device's plugged-in power
++
v1.0 Intune Deviceconfig Androiddeviceownercertificateaccesstype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownercertificateaccesstype.md
An enum representing possible values for cross profile data sharing.
++
v1.0 Intune Deviceconfig Androiddeviceownercertificateprofilebase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownercertificateprofilebase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownercompliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownercompliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownercrossprofiledatasharing https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownercrossprofiledatasharing.md
An enum representing possible values for cross profile data sharing.
++
v1.0 Intune Deviceconfig Androiddeviceownerdefaultapppermissionpolicytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerdefaultapppermissionpolicytype.md
Android Device Owner default app permission policy type.
++
v1.0 Intune Deviceconfig Androiddeviceownerderivedcredentialauthenticationconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownerenrollmentprofiletype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerenrollmentprofiletype.md
Android Device Owner Enrollment Profile types.
++
v1.0 Intune Deviceconfig Androiddeviceownerenterprisewificonfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownergeneraldeviceconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownerglobalproxy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerglobalproxy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownerglobalproxyautoconfig https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerglobalproxyautoconfig.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownerglobalproxydirect https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerglobalproxydirect.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownerimportedpfxcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownerkioskcustomizationstatusbar https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerkioskcustomizationstatusbar.md
An enum representing possible values for kiosk customization system navigation.
++
v1.0 Intune Deviceconfig Androiddeviceownerkioskcustomizationsystemnavigation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerkioskcustomizationsystemnavigation.md
An enum representing possible values for kiosk customization system navigation.
++
v1.0 Intune Deviceconfig Androiddeviceownerkioskmodeapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerkioskmodeapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownerkioskmodeapppositionitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerkioskmodeapppositionitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownerkioskmodefoldericon https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerkioskmodefoldericon.md
Android Device Owner Kiosk Mode folder icon type.
++
v1.0 Intune Deviceconfig Androiddeviceownerkioskmodefolderitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerkioskmodefolderitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownerkioskmodehomescreenitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerkioskmodehomescreenitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownerkioskmodeiconsize https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerkioskmodeiconsize.md
Android Device Owner Kiosk Mode managed home screen icon size.
++
v1.0 Intune Deviceconfig Androiddeviceownerkioskmodemanagedfolder https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerkioskmodemanagedfolder.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownerkioskmodemanagedfolderreference https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerkioskmodemanagedfolderreference.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownerkioskmodescreenorientation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerkioskmodescreenorientation.md
Android Device Owner Kiosk Mode managed home screen orientation.
++
v1.0 Intune Deviceconfig Androiddeviceownerkioskmodeweblink https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerkioskmodeweblink.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownerpkcscertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerpkcscertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownerplaystoremode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerplaystoremode.md
Android Device Owner Play Store mode type.
++
v1.0 Intune Deviceconfig Androiddeviceownerrequiredpasswordtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerrequiredpasswordtype.md
Android Device Owner policy required password type.
++
v1.0 Intune Deviceconfig Androiddeviceownerrequiredpasswordunlock https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerrequiredpasswordunlock.md
An enum representing possible values for required password unlock.
++
v1.0 Intune Deviceconfig Androiddeviceownerscepcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerscepcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownersilentcertificateaccess https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownersilentcertificateaccess.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownersystemupdatefreezeperiod https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownersystemupdatefreezeperiod.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownersystemupdateinstalltype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownersystemupdateinstalltype.md
System Update Types for Android Device Owner.
++
v1.0 Intune Deviceconfig Androiddeviceownertrustedrootcertificate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownertrustedrootcertificate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceowneruserfacingmessage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceowneruserfacingmessage.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownervirtualhomebuttontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownervirtualhomebuttontype.md
Android Device Owner Kiosk Mode managed home screen virtual home button type.
++
v1.0 Intune Deviceconfig Androiddeviceownervpnconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownervpnconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownerwificonfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerwificonfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androiddeviceownerwifisecuritytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerwifisecuritytype.md
Wi-Fi Security Types for Android Device Owner.
++
v1.0 Intune Deviceconfig Androideaptype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androideaptype.md
Extensible Authentication Protocol (EAP) Configuration Types.
++
v1.0 Intune Deviceconfig Androideasemailprofileconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androideasemailprofileconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidenterprisewificonfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidenterprisewificonfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidforworkcertificateprofilebase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidforworkcertificateprofilebase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidforworkcompliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidforworkcompliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidforworkcrossprofiledatasharingtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidforworkcrossprofiledatasharingtype.md
Android For Work cross profile data sharing type.
++
v1.0 Intune Deviceconfig Androidforworkcustomconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidforworkcustomconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidforworkdefaultapppermissionpolicytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidforworkdefaultapppermissionpolicytype.md
Android For Work default app permission policy type.
++
v1.0 Intune Deviceconfig Androidforworkeasemailprofilebase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidforworkeasemailprofilebase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidforworkenterprisewificonfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidforworkenterprisewificonfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidforworkgeneraldeviceconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidforworkgeneraldeviceconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidforworkgmaileasconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidforworkgmaileasconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidforworkimportedpfxcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidforworkimportedpfxcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidforworknineworkeasconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidforworknineworkeasconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidforworkpkcscertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidforworkpkcscertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidforworkrequiredpasswordtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidforworkrequiredpasswordtype.md
Android For Work required password type.
++
v1.0 Intune Deviceconfig Androidforworkscepcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidforworkscepcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidforworktrustedrootcertificate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidforworktrustedrootcertificate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidforworkvpnconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidforworkvpnconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidforworkvpnconnectiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidforworkvpnconnectiontype.md
Android For Work VPN connection type.
++
v1.0 Intune Deviceconfig Androidforworkwificonfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidforworkwificonfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidgeneraldeviceconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidgeneraldeviceconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidimportedpfxcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidimportedpfxcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidkeyguardfeature https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidkeyguardfeature.md
Android keyguard feature.
++
v1.0 Intune Deviceconfig Androidomacpconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidomacpconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidpkcscertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidpkcscertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidrequiredpasswordcomplexity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidrequiredpasswordcomplexity.md
The password complexity types that can be set on Android. One of: NONE, LOW, MED
++
v1.0 Intune Deviceconfig Androidrequiredpasswordtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidrequiredpasswordtype.md
Android required password type.
++
v1.0 Intune Deviceconfig Androidsafetynetevaluationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidsafetynetevaluationtype.md
An enum representing the Android SafetyNet attestation evaluation types.
++
v1.0 Intune Deviceconfig Androidscepcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidscepcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidtrustedrootcertificate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidtrustedrootcertificate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidusernamesource https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidusernamesource.md
Android username source.
++
v1.0 Intune Deviceconfig Androidvpnconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidvpnconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidvpnconnectiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidvpnconnectiontype.md
Android VPN connection type.
++
v1.0 Intune Deviceconfig Androidwificonfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidwificonfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidwifisecuritytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidwifisecuritytype.md
Wi-Fi Security Types for Android.
++
v1.0 Intune Deviceconfig Androidworkprofilecertificateprofilebase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidworkprofilecertificateprofilebase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidworkprofilecompliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidworkprofilecompliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidworkprofilecrossprofiledatasharingtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidworkprofilecrossprofiledatasharingtype.md
Android Work Profile cross profile data sharing type.
++
v1.0 Intune Deviceconfig Androidworkprofilecustomconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidworkprofilecustomconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidworkprofiledefaultapppermissionpolicytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidworkprofiledefaultapppermissionpolicytype.md
Android Work Profile default app permission policy type.
++
v1.0 Intune Deviceconfig Androidworkprofileeasemailprofilebase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidworkprofileeasemailprofilebase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidworkprofileenterprisewificonfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidworkprofileenterprisewificonfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidworkprofilegeneraldeviceconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidworkprofilegmaileasconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidworkprofilegmaileasconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidworkprofilenineworkeasconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidworkprofilenineworkeasconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidworkprofilepkcscertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidworkprofilepkcscertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidworkprofilerequiredpasswordtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidworkprofilerequiredpasswordtype.md
Android Work Profile required password type.
++
v1.0 Intune Deviceconfig Androidworkprofilescepcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidworkprofilescepcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidworkprofiletrustedrootcertificate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidworkprofiletrustedrootcertificate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidworkprofilevpnconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidworkprofilevpnconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidworkprofilevpnconnectiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidworkprofilevpnconnectiontype.md
Android Work Profile VPN connection type.
++
v1.0 Intune Deviceconfig Androidworkprofilewificonfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-androidworkprofilewificonfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Aospdeviceownercertificateprofilebase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-aospdeviceownercertificateprofilebase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Aospdeviceownercompliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-aospdeviceownercompliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Aospdeviceownerdeviceconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-aospdeviceownerdeviceconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Aospdeviceownerenterprisewificonfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Aospdeviceownerpkcscertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-aospdeviceownerpkcscertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Aospdeviceownerscepcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-aospdeviceownerscepcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Aospdeviceownertrustedrootcertificate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-aospdeviceownertrustedrootcertificate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Aospdeviceownerwificonfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-aospdeviceownerwificonfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Aospdeviceownerwifisecuritytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-aospdeviceownerwifisecuritytype.md
Wi-Fi Security Types for AOSP Device Owner.
++
v1.0 Intune Deviceconfig Appinstallcontroltype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-appinstallcontroltype.md
App Install control Setting
++
v1.0 Intune Deviceconfig Appleapplistitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-appleapplistitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Appledeploymentchannel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-appledeploymentchannel.md
Indicates the channel used to deploy the configuration profile. Available choice
++
v1.0 Intune Deviceconfig Appledevicefeaturesconfigurationbase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-appledevicefeaturesconfigurationbase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Appleexpeditedcheckinconfigurationbase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-appleexpeditedcheckinconfigurationbase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Applesubjectnameformat https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-applesubjectnameformat.md
Subject Name Format Options for Apple devices.
++
v1.0 Intune Deviceconfig Applevpnalwaysonconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-applevpnalwaysonconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Applevpnconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-applevpnconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Applevpnconnectiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-applevpnconnectiontype.md
Apple VPN connection type.
++
v1.0 Intune Deviceconfig Applicationguardblockclipboardsharingtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-applicationguardblockclipboardsharingtype.md
Possible values for applicationGuardBlockClipboardSharingType
++
v1.0 Intune Deviceconfig Applicationguardblockfiletransfertype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-applicationguardblockfiletransfertype.md
Possible values for applicationGuardBlockFileTransfer
++
v1.0 Intune Deviceconfig Applicationguardenabledoptions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-applicationguardenabledoptions.md
Possible values for ApplicationGuardEnabledOptions
++
v1.0 Intune Deviceconfig Applistitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-applistitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Applisttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-applisttype.md
Possible values of the compliance app list.
++
v1.0 Intune Deviceconfig Applockerapplicationcontroltype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-applockerapplicationcontroltype.md
Possible values of AppLocker Application Control Types
++
v1.0 Intune Deviceconfig Authenticationtransformconstant https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-authenticationtransformconstant.md
Authentication transform values for Windows10 VPN policies with IKEv2 connection
++
v1.0 Intune Deviceconfig Automaticupdatemode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-automaticupdatemode.md
Possible values for automatic update mode.
++
v1.0 Intune Deviceconfig Autorestartnotificationdismissalmethod https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-autorestartnotificationdismissalmethod.md
Auto restart required notification dismissal method
|Member|Value|Description| |:|:|:| |notConfigured|0|Not configured|
-|automatic|1|Auto dismissal|
-|user|2|User dismissal|
+|automatic|1|Auto dismissal Indicates that the notification is automatically dismissed without user intervention|
+|user|2|User dismissal. Allows the user to dismiss the notification|
+|unknownFutureValue|3|Evolvable enum member|
++
v1.0 Intune Deviceconfig Bitlockerencryptionmethod https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-bitlockerencryptionmethod.md
BitLockerEncryptionMethod types
++
v1.0 Intune Deviceconfig Bitlockerfixeddrivepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-bitlockerfixeddrivepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Bitlockerrecoveryinformationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-bitlockerrecoveryinformationtype.md
BitLockerRecoveryInformationType types
++
v1.0 Intune Deviceconfig Bitlockerrecoveryoptions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-bitlockerrecoveryoptions.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Bitlockerrecoverypasswordrotationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-bitlockerrecoverypasswordrotationtype.md
BitLocker recovery password rotation type
++
v1.0 Intune Deviceconfig Bitlockerremovabledrivepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-bitlockerremovabledrivepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Bitlockersystemdrivepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-bitlockersystemdrivepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Browsersyncsetting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-browsersyncsetting.md
Allow(Not Configured) or prevent(Block) the syncing of Microsoft Edge Browser se
++
v1.0 Intune Deviceconfig Carttoclassassociation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-carttoclassassociation.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Certificateissuancestates https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-certificateissuancestates.md
Certificate Issuance State Options.
++
v1.0 Intune Deviceconfig Certificaterevocationstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-certificaterevocationstatus.md
Certificate Revocation Status.
++
v1.0 Intune Deviceconfig Changeuefisettingspermission https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-changeuefisettingspermission.md
Defines the permission level granted to users to enable them change Uefi setting
++
v1.0 Intune Deviceconfig Code https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-code.md
Error code for rule validation.
++
v1.0 Intune Deviceconfig Configurationusage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-configurationusage.md
Possible values of the ConfigurationUsage list.
++
v1.0 Intune Deviceconfig Credentialsinglesignonextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-credentialsinglesignonextension.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Cryptographysuite https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-cryptographysuite.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Customsubjectalternativename https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-customsubjectalternativename.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Customupdatetimewindow https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-customupdatetimewindow.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Datatype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-datatype.md
Data types for rules.
++
v1.0 Intune Deviceconfig Dayofweek https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-dayofweek.md
Possible values for a weekday
++
v1.0 Intune Deviceconfig Defaultdevicecompliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-defaultdevicecompliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Defenderattacksurfacetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-defenderattacksurfacetype.md
Possible values of Defender Attack Surface Reduction Rules
++
v1.0 Intune Deviceconfig Defendercloudblockleveltype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-defendercloudblockleveltype.md
Possible values of Cloud Block Level
++
v1.0 Intune Deviceconfig Defenderdetectedmalwareactions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-defenderdetectedmalwareactions.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Defendermonitorfileactivity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-defendermonitorfileactivity.md
Possible values for monitoring file activity.
++
v1.0 Intune Deviceconfig Defenderpotentiallyunwantedappaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-defenderpotentiallyunwantedappaction.md
DefenderΓÇÖs action to take on detected Potentially Unwanted Application (PUA).
++
v1.0 Intune Deviceconfig Defenderpromptforsamplesubmission https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-defenderpromptforsamplesubmission.md
Possible values for prompting user for samples submission.
++
v1.0 Intune Deviceconfig Defenderprotectiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-defenderprotectiontype.md
Possible values of Defender PUA Protection
++
v1.0 Intune Deviceconfig Defenderrealtimescandirection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-defenderrealtimescandirection.md
Possible values for monitoring file activity.
++
v1.0 Intune Deviceconfig Defenderscantype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-defenderscantype.md
Possible values for system scan type.
++
v1.0 Intune Deviceconfig Defendersecuritycenteritcontactdisplaytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-defendersecuritycenteritcontactdisplaytype.md
Possible values for defenderSecurityCenterITContactDisplay
++
v1.0 Intune Deviceconfig Defendersecuritycenternotificationsfromapptype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-defendersecuritycenternotificationsfromapptype.md
Possible values for defenderSecurityCenterNotificationsFromApp
++
v1.0 Intune Deviceconfig Defendersubmitsamplesconsenttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-defendersubmitsamplesconsenttype.md
Possible values for DefenderSubmitSamplesConsentType
++
v1.0 Intune Deviceconfig Defenderthreataction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-defenderthreataction.md
DefenderΓÇÖs default action to take on detected Malware threats.
++
v1.0 Intune Deviceconfig Deliveryoptimizationbandwidth https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deliveryoptimizationbandwidth.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deliveryoptimizationbandwidthabsolute https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deliveryoptimizationbandwidthabsolute.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deliveryoptimizationbandwidthbusinesshourslimit https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deliveryoptimizationbandwidthbusinesshourslimit.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deliveryoptimizationbandwidthhourswithpercentage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deliveryoptimizationbandwidthhourswithpercentage.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deliveryoptimizationbandwidthpercentage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deliveryoptimizationbandwidthpercentage.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deliveryoptimizationgroupidcustom https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deliveryoptimizationgroupidcustom.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deliveryoptimizationgroupidoptionstype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deliveryoptimizationgroupidoptionstype.md
Possible values for the DeliveryOptimizationGroupIdOptionsType setting.
++
v1.0 Intune Deviceconfig Deliveryoptimizationgroupidsource https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deliveryoptimizationgroupidsource.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deliveryoptimizationgroupidsourceoptions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deliveryoptimizationgroupidsourceoptions.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deliveryoptimizationmaxcachesize https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deliveryoptimizationmaxcachesize.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deliveryoptimizationmaxcachesizeabsolute https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deliveryoptimizationmaxcachesizeabsolute.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deliveryoptimizationmaxcachesizepercentage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deliveryoptimizationmaxcachesizepercentage.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deliveryoptimizationrestrictpeerselectionbyoptions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deliveryoptimizationrestrictpeerselectionbyoptions.md
Values to restrict peer selection by.
++
v1.0 Intune Deviceconfig Derivedcredentialprovidertype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-derivedcredentialprovidertype.md
Provider type for Derived Credentials.
++
v1.0 Intune Deviceconfig Devicecomplianceactionitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecomplianceactionitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecomplianceactiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecomplianceactiontype.md
Scheduled Action Type Enum
++
v1.0 Intune Deviceconfig Devicecompliancedeviceoverview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecompliancedeviceoverview.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancedevicestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecompliancedevicestatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancepolicyassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecompliancepolicyassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancepolicydevicestatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecompliancepolicydevicestatesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancepolicyscript https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecompliancepolicyscript.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancepolicysettingstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecompliancepolicysettingstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancepolicysettingstatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecompliancepolicysettingstatesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancescheduledactionforrule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecompliancescheduledactionforrule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancescripterror https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecompliancescripterror.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancescriptrule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecompliancescriptrule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancescriptruledatatype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecompliancescriptruledatatype.md
Data types for rules.
++
v1.0 Intune Deviceconfig Devicecompliancescriptruleerror https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecompliancescriptruleerror.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancescriptrulesvalidationerror https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecompliancescriptrulesvalidationerror.md
Error code for rule validation.
++
v1.0 Intune Deviceconfig Devicecompliancescriptruloperator https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecompliancescriptruloperator.md
Operator for rules.
++
v1.0 Intune Deviceconfig Devicecompliancescriptvalidationresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecompliancescriptvalidationresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancesettingstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecompliancesettingstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecomplianceuseroverview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecomplianceuseroverview.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecomplianceuserstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicecomplianceuserstatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfigassignmentintent https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deviceconfigassignmentintent.md
The administrator intent for the assignment of the profile.
++
v1.0 Intune Deviceconfig Deviceconfigurationassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deviceconfigurationassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfigurationconflictsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deviceconfigurationconflictsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfigurationdeviceoverview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deviceconfigurationdeviceoverview.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfigurationdevicestatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deviceconfigurationdevicestatesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfigurationdevicestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deviceconfigurationdevicestatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfigurationgroupassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deviceconfigurationgroupassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfigurationsettingstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deviceconfigurationsettingstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfigurationtargeteduseranddevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deviceconfigurationtargeteduseranddevice.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfigurationuseroverview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deviceconfigurationuseroverview.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfigurationuserstatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deviceconfigurationuserstatesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfigurationuserstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deviceconfigurationuserstatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceguardlocalsystemauthoritycredentialguardtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deviceguardlocalsystemauthoritycredentialguardtype.md
Possible values of Credential Guard settings.
++
v1.0 Intune Deviceconfig Devicemanagementapplicabilityruledevicemode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicemanagementapplicabilityruledevicemode.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicemanagementapplicabilityruleosedition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicemanagementapplicabilityruleosedition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicemanagementapplicabilityruleosversion https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicemanagementapplicabilityruleosversion.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicemanagementapplicabilityruletype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicemanagementapplicabilityruletype.md
Supported Applicability rule types for Device Configuration
++
v1.0 Intune Deviceconfig Devicemanagementcertificationauthority https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicemanagementcertificationauthority.md
Device Management Certification Authority Types.
++
v1.0 Intune Deviceconfig Devicemanagementsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicemanagementsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicemanagementuserrightslocaluserorgroup https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicemanagementuserrightslocaluserorgroup.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicemanagementuserrightssetting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicemanagementuserrightssetting.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceplatformtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-deviceplatformtype.md
Supported platform types.
++
v1.0 Intune Deviceconfig Devicethreatprotectionlevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicethreatprotectionlevel.md
Device threat protection levels for the Device Threat Protection API.
++
v1.0 Intune Deviceconfig Devicetypes https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-devicetypes.md
Device type.
++
v1.0 Intune Deviceconfig Diagnosticdatasubmissionmode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-diagnosticdatasubmissionmode.md
Allow the device to send diagnostic and usage telemetry data, such as Watson.
++
v1.0 Intune Deviceconfig Diffiehellmangroup https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-diffiehellmangroup.md
Diffie Hellman Group values for Windows10 VPN policies with IKEv2 connection typ
++
v1.0 Intune Deviceconfig Dmaguarddeviceenumerationpolicytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-dmaguarddeviceenumerationpolicytype.md
Possible values of the DmaGuardDeviceEnumerationPolicy.
++
v1.0 Intune Deviceconfig Domainnamesource https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-domainnamesource.md
Domainname source.
++
v1.0 Intune Deviceconfig Eapfastconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-eapfastconfiguration.md
Available settings for EAP-FAST Configuration.
++
v1.0 Intune Deviceconfig Eaptype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-eaptype.md
Extensible Authentication Protocol (EAP) configuration types.
++
v1.0 Intune Deviceconfig Easauthenticationmethod https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-easauthenticationmethod.md
Exchange Active Sync authentication method.
++
v1.0 Intune Deviceconfig Easemailprofileconfigurationbase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-easemailprofileconfigurationbase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Easservices https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-easservices.md
Exchange Active Sync services.
++
v1.0 Intune Deviceconfig Edgecookiepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-edgecookiepolicy.md
Possible values to specify which cookies are allowed in Microsoft Edge.
++
v1.0 Intune Deviceconfig Edgehomebuttonconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-edgehomebuttonconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Edgehomebuttonhidden https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-edgehomebuttonhidden.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Edgehomebuttonloadsstartpage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-edgehomebuttonloadsstartpage.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Edgehomebuttonopenscustomurl https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-edgehomebuttonopenscustomurl.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Edgehomebuttonopensnewtab https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-edgehomebuttonopensnewtab.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Edgekioskmoderestrictiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-edgekioskmoderestrictiontype.md
Specify how the Microsoft Edge settings are restricted based on kiosk mode.
++
v1.0 Intune Deviceconfig Edgeopenoptions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-edgeopenoptions.md
Possible values for the EdgeOpensWith setting.
++
v1.0 Intune Deviceconfig Edgesearchengine https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-edgesearchengine.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Edgesearchenginebase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-edgesearchenginebase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Edgesearchenginecustom https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-edgesearchenginecustom.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Edgesearchenginetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-edgesearchenginetype.md
Allows IT admind to set a predefined default search engine for MDM-Controlled de
++
v1.0 Intune Deviceconfig Edgetelemetrymode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-edgetelemetrymode.md
Type of browsing data sent to Microsoft 365 analytics
++
v1.0 Intune Deviceconfig Editionupgradeconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-editionupgradeconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Editionupgradelicensetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-editionupgradelicensetype.md
Edition Upgrade License type
++
v1.0 Intune Deviceconfig Emailcertificatetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-emailcertificatetype.md
Supported certificate sources for email signing and encryption.
++
v1.0 Intune Deviceconfig Emailsyncduration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-emailsyncduration.md
Possible values for email sync duration.
++
v1.0 Intune Deviceconfig Emailsyncschedule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-emailsyncschedule.md
Possible values for email sync schedule.
++
v1.0 Intune Deviceconfig Encryptionreadinessstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-encryptionreadinessstate.md
Encryption readiness state
++
v1.0 Intune Deviceconfig Encryptionreportpolicydetails https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-encryptionreportpolicydetails.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Encryptionstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-encryptionstate.md
Encryption state
++
v1.0 Intune Deviceconfig Filevaultstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-filevaultstate.md
FileVault State
++
v1.0 Intune Deviceconfig Firewallcertificaterevocationlistcheckmethodtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-firewallcertificaterevocationlistcheckmethodtype.md
Possible values for firewallCertificateRevocationListCheckMethod
++
v1.0 Intune Deviceconfig Firewallpacketqueueingmethodtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-firewallpacketqueueingmethodtype.md
Possible values for firewallPacketQueueingMethod
++
v1.0 Intune Deviceconfig Firewallpresharedkeyencodingmethodtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-firewallpresharedkeyencodingmethodtype.md
Possible values for firewallPreSharedKeyEncodingMethod
++
v1.0 Intune Deviceconfig Folderprotectiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-folderprotectiontype.md
Possible values of Folder Protection
++
v1.0 Intune Deviceconfig Hardwareconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-hardwareconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Hardwareconfigurationassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-hardwareconfigurationassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Hardwareconfigurationdevicestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-hardwareconfigurationdevicestate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Hardwareconfigurationformat https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-hardwareconfigurationformat.md
Indicates the supported oems of hardware configuration
++
v1.0 Intune Deviceconfig Hardwareconfigurationrunsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-hardwareconfigurationrunsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Hardwareconfigurationuserstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-hardwareconfigurationuserstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Hardwarepasswordinfo https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-hardwarepasswordinfo.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Inkaccesssetting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-inkaccesssetting.md
Values for the InkWorkspaceAccess setting.
++
v1.0 Intune Deviceconfig Intendedpurpose https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-intendedpurpose.md
PFX Import Options.
++
v1.0 Intune Deviceconfig Internetexplorermessagesetting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-internetexplorermessagesetting.md
What message will be displayed by Edge before switching to Internet Explorer.
++
v1.0 Intune Deviceconfig Internetsitesecuritylevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-internetsitesecuritylevel.md
Possible values for internet site security level.
++
v1.0 Intune Deviceconfig Iosazureadsinglesignonextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosazureadsinglesignonextension.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosbookmark https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosbookmark.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioscertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioscertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioscertificateprofilebase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioscertificateprofilebase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioscompliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioscompliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioscredentialsinglesignonextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioscredentialsinglesignonextension.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioscustomconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioscustomconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosderivedcredentialauthenticationconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosdevicefeaturesconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosdevicefeaturesconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioseasemailprofileconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioseasemailprofileconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioseducationdeviceconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioseducationdeviceconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioseducertificatesettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioseducertificatesettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosedudeviceconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosedudeviceconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosenterprisewificonfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosenterprisewificonfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosexpeditedcheckinconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosexpeditedcheckinconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosgeneraldeviceconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosgeneraldeviceconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioshomescreenapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioshomescreenapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioshomescreenfolder https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioshomescreenfolder.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioshomescreenfolderpage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioshomescreenfolderpage.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioshomescreenitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioshomescreenitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioshomescreenpage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioshomescreenpage.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosikev2vpnconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosikev2vpnconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosimportedpfxcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosimportedpfxcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioskerberossinglesignonextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioskerberossinglesignonextension.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioskioskmodeapptype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioskioskmodeapptype.md
App source options for iOS kiosk mode.
++
v1.0 Intune Deviceconfig Iosnetworkusagerule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosnetworkusagerule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosnotificationalerttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosnotificationalerttype.md
Notification Settings Alert Type.
++
v1.0 Intune Deviceconfig Iosnotificationpreviewvisibility https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosnotificationpreviewvisibility.md
Determines when notification previews are visible on an iOS device. Previews can
++
v1.0 Intune Deviceconfig Iosnotificationsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosnotificationsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iospkcscertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iospkcscertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosredirectsinglesignonextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosredirectsinglesignonextension.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosscepcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosscepcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iossinglesignonextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iossinglesignonextension.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iossinglesignonsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iossinglesignonsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iossoftwareupdatescheduletype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iossoftwareupdatescheduletype.md
Update schedule type for iOS software updates.
++
v1.0 Intune Deviceconfig Iostrustedrootcertificate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iostrustedrootcertificate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosupdateconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosupdateconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosupdatedevicestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosupdatedevicestatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosupdatesinstallstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosupdatesinstallstatus.md
Not yet documented
++
v1.0 Intune Deviceconfig Iosvpnconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosvpnconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosvpnsecurityassociationparameters https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-iosvpnsecurityassociationparameters.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioswallpaperdisplaylocation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioswallpaperdisplaylocation.md
An enum type for wallpaper display location specifier.
++
v1.0 Intune Deviceconfig Ioswebcontentfilterautofilter https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioswebcontentfilterautofilter.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioswebcontentfilterbase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioswebcontentfilterbase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioswebcontentfilterspecificwebsitesaccess https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioswebcontentfilterspecificwebsitesaccess.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioswificonfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ioswificonfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Kerberossinglesignonextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-kerberossinglesignonextension.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Keybooleanvaluepair https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-keybooleanvaluepair.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Keyintegervaluepair https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-keyintegervaluepair.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Keyrealvaluepair https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-keyrealvaluepair.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Keystringvaluepair https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-keystringvaluepair.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Keytypedvaluepair https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-keytypedvaluepair.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Keyvalue https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-keyvalue.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Kioskmodemanagedhomescreenpincomplexity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-kioskmodemanagedhomescreenpincomplexity.md
Complexity of PIN for Managed Home Screen sign-in session.
++
v1.0 Intune Deviceconfig Kioskmodetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-kioskmodetype.md
Possible values of Android Kiosk Mode.
++
v1.0 Intune Deviceconfig Lanmanagerauthenticationlevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-lanmanagerauthenticationlevel.md
Possible values for LanManagerAuthenticationLevel
++
v1.0 Intune Deviceconfig Localsecurityoptionsadministratorelevationpromptbehaviortype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-localsecurityoptionsadministratorelevationpromptbehaviortype.md
Possible values for LocalSecurityOptionsAdministratorElevationPromptBehavior
++
v1.0 Intune Deviceconfig Localsecurityoptionsformatandejectofremovablemediaallowedusertype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-localsecurityoptionsformatandejectofremovablemediaallowedusertype.md
Possible values for LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUse
++
v1.0 Intune Deviceconfig Localsecurityoptionsinformationdisplayedonlockscreentype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-localsecurityoptionsinformationdisplayedonlockscreentype.md
Possible values for LocalSecurityOptionsInformationDisplayedOnLockScreen
++
v1.0 Intune Deviceconfig Localsecurityoptionsinformationshownonlockscreentype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-localsecurityoptionsinformationshownonlockscreentype.md
Possible values for LocalSecurityOptionsInformationShownOnLockScreenType
++
v1.0 Intune Deviceconfig Localsecurityoptionsminimumsessionsecurity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-localsecurityoptionsminimumsessionsecurity.md
Possible values for LocalSecurityOptionsMinimumSessionSecurity
++
v1.0 Intune Deviceconfig Localsecurityoptionssmartcardremovalbehaviortype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-localsecurityoptionssmartcardremovalbehaviortype.md
Possible values for LocalSecurityOptionsSmartCardRemovalBehaviorType
++
v1.0 Intune Deviceconfig Localsecurityoptionsstandarduserelevationpromptbehaviortype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-localsecurityoptionsstandarduserelevationpromptbehaviortype.md
Possible values for LocalSecurityOptionsStandardUserElevationPromptBehavior
++
v1.0 Intune Deviceconfig Macosappleeventreceiver https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macosappleeventreceiver.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macosassociateddomainsitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macosassociateddomainsitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macosazureadsinglesignonextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macosazureadsinglesignonextension.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macoscertificateprofilebase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macoscertificateprofilebase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macoscompliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macoscompliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macoscontentcachingclientpolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macoscontentcachingclientpolicy.md
Determines which clients a content cache will serve.
++
v1.0 Intune Deviceconfig Macoscontentcachingparentselectionpolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macoscontentcachingparentselectionpolicy.md
Determines how content caches select a parent cache.
++
v1.0 Intune Deviceconfig Macoscontentcachingpeerpolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macoscontentcachingpeerpolicy.md
Determines which content caches other content caches will peer with.
++
v1.0 Intune Deviceconfig Macoscontentcachingtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macoscontentcachingtype.md
Indicates the type of content allowed to be cached by Apple's content caching se
++
v1.0 Intune Deviceconfig Macoscredentialsinglesignonextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macoscredentialsinglesignonextension.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macoscustomappconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macoscustomappconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macoscustomconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macoscustomconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macosdevicefeaturesconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macosdevicefeaturesconfiguration.md
Here is a JSON representation of the resource.
+++
v1.0 Intune Deviceconfig Macosendpointprotectionconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macosendpointprotectionconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macosenterprisewificonfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macosenterprisewificonfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macosextensionsconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macosextensionsconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macosfilevaultrecoverykeytypes https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macosfilevaultrecoverykeytypes.md
Recovery key types for macOS FileVault
++
v1.0 Intune Deviceconfig Macosfirewallapplication https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macosfirewallapplication.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macosgatekeeperappsources https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macosgatekeeperappsources.md
App source options for macOS Gatekeeper.
++
v1.0 Intune Deviceconfig Macosgeneraldeviceconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macosgeneraldeviceconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macosimportedpfxcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macosimportedpfxcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macoskerberossinglesignonextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macoskerberossinglesignonextension.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macoskernelextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macoskernelextension.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macoslaunchitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macoslaunchitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macospkcscertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macospkcscertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macosprivacyaccesscontrolitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macosprivacyaccesscontrolitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macosprocessidentifiertype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macosprocessidentifiertype.md
Process identifier types for MacOS Privacy Preferences
++
v1.0 Intune Deviceconfig Macosredirectsinglesignonextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macosredirectsinglesignonextension.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macosscepcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macosscepcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macossinglesignonextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macossinglesignonextension.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macossoftwareupdateaccountsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macossoftwareupdateaccountsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macossoftwareupdatebehavior https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macossoftwareupdatebehavior.md
Update behavior options for macOS software updates.
++
v1.0 Intune Deviceconfig Macossoftwareupdatecategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macossoftwareupdatecategory.md
MacOS Software Update Category
++
v1.0 Intune Deviceconfig Macossoftwareupdatecategorysummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macossoftwareupdatecategorysummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macossoftwareupdateconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macossoftwareupdateconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macossoftwareupdatedelaypolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macossoftwareupdatedelaypolicy.md
Flag enum to determine whether to delay software updates for macOS.
++
v1.0 Intune Deviceconfig Macossoftwareupdatescheduletype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macossoftwareupdatescheduletype.md
Update schedule type for macOS software updates.
++
v1.0 Intune Deviceconfig Macossoftwareupdatestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macossoftwareupdatestate.md
MacOS Software Update State
++
v1.0 Intune Deviceconfig Macossoftwareupdatestatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macossoftwareupdatestatesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macossystemextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macossystemextension.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macossystemextensiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macossystemextensiontype.md
Flag enum representing the allowed macOS system extension types.
++
v1.0 Intune Deviceconfig Macossystemextensiontypemapping https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macossystemextensiontypemapping.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macostrustedrootcertificate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macostrustedrootcertificate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macosvpnconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macosvpnconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macoswificonfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macoswificonfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macoswirednetworkconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-macoswirednetworkconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Managedalldevicecertificatestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-managedalldevicecertificatestate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Manageddevicecertificatestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-manageddevicecertificatestate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Manageddeviceencryptionstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-manageddeviceencryptionstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Manageddevicemobileappconfigurationsettingstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-manageddevicemobileappconfigurationsettingstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Manageddevicereportedapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-manageddevicereportedapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Mediacontentratingaustralia https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-mediacontentratingaustralia.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Mediacontentratingcanada https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-mediacontentratingcanada.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Mediacontentratingfrance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-mediacontentratingfrance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Mediacontentratinggermany https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-mediacontentratinggermany.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Mediacontentratingireland https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-mediacontentratingireland.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Mediacontentratingjapan https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-mediacontentratingjapan.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Mediacontentratingnewzealand https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-mediacontentratingnewzealand.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Mediacontentratingunitedkingdom https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-mediacontentratingunitedkingdom.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Mediacontentratingunitedstates https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-mediacontentratingunitedstates.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Meteredconnectionlimittype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-meteredconnectionlimittype.md
Metered Connection Limit Settings.
++
v1.0 Intune Deviceconfig Microsoftlauncherdockpresence https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-microsoftlauncherdockpresence.md
Microsoft Launcher Dock Presence selection.
++
v1.0 Intune Deviceconfig Microsoftlaunchersearchbarplacement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-microsoftlaunchersearchbarplacement.md
Microsoft Launcher Search Bar Placement selection.
++
v1.0 Intune Deviceconfig Miracastchannel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-miracastchannel.md
Possible values for Miracast channel.
++
v1.0 Intune Deviceconfig Ndesconnector https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ndesconnector.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ndesconnectorstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ndesconnectorstate.md
The current status of the Ndes Connector.
++
v1.0 Intune Deviceconfig Networksinglesignontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-networksinglesignontype.md
Wi-Fi Network Single Sign On Type Settings.
++
v1.0 Intune Deviceconfig Noneapauthenticationmethodforeapttlstype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-noneapauthenticationmethodforeapttlstype.md
Non-EAP methods for authentication.
++
v1.0 Intune Deviceconfig Noneapauthenticationmethodforpeap https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-noneapauthenticationmethodforpeap.md
Non-EAP methods for authentication when PEAP is the selected EAP type.
++
v1.0 Intune Deviceconfig Numberrange https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-numberrange.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Omasetting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-omasetting.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Omasettingbase64 https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-omasettingbase64.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Omasettingboolean https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-omasettingboolean.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Omasettingdatetime https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-omasettingdatetime.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Omasettingfloatingpoint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-omasettingfloatingpoint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Omasettinginteger https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-omasettinginteger.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Omasettingstring https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-omasettingstring.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Omasettingstringxml https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-omasettingstringxml.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Operatingsystemversionrange https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-operatingsystemversionrange.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Operator https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-operator.md
Operator for rules.
++
v1.0 Intune Deviceconfig Perfectforwardsecrecygroup https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-perfectforwardsecrecygroup.md
Forward Secrecy Group values for Windows10 VPN policies with IKEv2 connection ty
++
v1.0 Intune Deviceconfig Personalprofilepersonalplaystoremode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-personalprofilepersonalplaystoremode.md
Used together with personalApplications to control how apps in the personal prof
++
v1.0 Intune Deviceconfig Policyplatformtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-policyplatformtype.md
Supported platform types for policies.
++
v1.0 Intune Deviceconfig Poweractiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-poweractiontype.md
Power action types
++
v1.0 Intune Deviceconfig Prereleasefeatures https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-prereleasefeatures.md
Possible values for pre-release features.
++
v1.0 Intune Deviceconfig Ratingappstype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratingappstype.md
Apps rating as in media content
++
v1.0 Intune Deviceconfig Ratingaustraliamoviestype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratingaustraliamoviestype.md
Movies rating labels in Australia
++
v1.0 Intune Deviceconfig Ratingaustraliatelevisiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratingaustraliatelevisiontype.md
TV content rating labels in Australia
++
v1.0 Intune Deviceconfig Ratingcanadamoviestype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratingcanadamoviestype.md
Movies rating labels in Canada
++
v1.0 Intune Deviceconfig Ratingcanadatelevisiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratingcanadatelevisiontype.md
TV content rating labels in Canada
++
v1.0 Intune Deviceconfig Ratingfrancemoviestype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratingfrancemoviestype.md
Movies rating labels in France
++
v1.0 Intune Deviceconfig Ratingfrancetelevisiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratingfrancetelevisiontype.md
TV content rating labels in France
++
v1.0 Intune Deviceconfig Ratinggermanymoviestype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratinggermanymoviestype.md
Movies rating labels in Germany
++
v1.0 Intune Deviceconfig Ratinggermanytelevisiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratinggermanytelevisiontype.md
TV content rating labels in Germany
++
v1.0 Intune Deviceconfig Ratingirelandmoviestype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratingirelandmoviestype.md
Movies rating labels in Ireland
++
v1.0 Intune Deviceconfig Ratingirelandtelevisiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratingirelandtelevisiontype.md
TV content rating labels in Ireland
++
v1.0 Intune Deviceconfig Ratingjapanmoviestype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratingjapanmoviestype.md
Movies rating labels in Japan
++
v1.0 Intune Deviceconfig Ratingjapantelevisiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratingjapantelevisiontype.md
TV content rating labels in Japan
++
v1.0 Intune Deviceconfig Ratingnewzealandmoviestype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratingnewzealandmoviestype.md
Movies rating labels in New Zealand
++
v1.0 Intune Deviceconfig Ratingnewzealandtelevisiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratingnewzealandtelevisiontype.md
TV content rating labels in New Zealand
++
v1.0 Intune Deviceconfig Ratingunitedkingdommoviestype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratingunitedkingdommoviestype.md
Movies rating labels in United Kingdom
++
v1.0 Intune Deviceconfig Ratingunitedkingdomtelevisiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratingunitedkingdomtelevisiontype.md
TV content rating labels in United Kingdom
++
v1.0 Intune Deviceconfig Ratingunitedstatesmoviestype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratingunitedstatesmoviestype.md
Movies rating labels in United States
++
v1.0 Intune Deviceconfig Ratingunitedstatestelevisiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-ratingunitedstatestelevisiontype.md
TV content rating labels in United States
++
v1.0 Intune Deviceconfig Redirectsinglesignonextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-redirectsinglesignonextension.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Requiredpasswordtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-requiredpasswordtype.md
Possible values of required passwords.
++
v1.0 Intune Deviceconfig Restrictedappsstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-restrictedappsstate.md
Restricted apps state
++
v1.0 Intune Deviceconfig Restrictedappsviolation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-restrictedappsviolation.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Retirescheduledmanageddevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-retirescheduledmanageddevice.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Safesearchfiltertype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-safesearchfiltertype.md
Specifies what level of safe search (filtering adult content) is required
++
v1.0 Intune Deviceconfig Scheduledretirestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-scheduledretirestate.md
Cancel or confirm scheduled retire
++
v1.0 Intune Deviceconfig Secureassessmentaccounttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-secureassessmentaccounttype.md
Type of accounts that are allowed for Windows10SecureAssessment ConfigurationAcc
++
v1.0 Intune Deviceconfig Securebootwithdmatype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-securebootwithdmatype.md
Possible values of Secure Boot with DMA
++
v1.0 Intune Deviceconfig Servicestarttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-servicestarttype.md
Possible values of xbox service start type
++
v1.0 Intune Deviceconfig Settingsource https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-settingsource.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Settingstatedevicesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-settingstatedevicesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Sharedpcaccountdeletionpolicytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-sharedpcaccountdeletionpolicytype.md
Possible values for when accounts are deleted on a shared PC.
++
v1.0 Intune Deviceconfig Sharedpcaccountmanagerpolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-sharedpcaccountmanagerpolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Sharedpcallowedaccounttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-sharedpcallowedaccounttype.md
Type of accounts that are allowed to share the PC.
++
v1.0 Intune Deviceconfig Sharedpcconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-sharedpcconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Signinassistantoptions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-signinassistantoptions.md
Values for the SignInAssistantSettings.
++
v1.0 Intune Deviceconfig Singlesignonextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-singlesignonextension.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Sitesecuritylevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-sitesecuritylevel.md
Possible values for site security level.
++
v1.0 Intune Deviceconfig Softwareupdatestatussummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-softwareupdatestatussummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Specifiedcaptivenetworkplugins https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-specifiedcaptivenetworkplugins.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Statemanagementsetting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-statemanagementsetting.md
State Management Setting.
++
v1.0 Intune Deviceconfig Subjectnameformat https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-subjectnameformat.md
Subject Name Format Options.
++
v1.0 Intune Deviceconfig Unsupporteddeviceconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-unsupporteddeviceconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Unsupporteddeviceconfigurationdetail https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-unsupporteddeviceconfigurationdetail.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Updateclassification https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-updateclassification.md
Possible values for automatic update classification.
++
v1.0 Intune Deviceconfig Useremailsource https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-useremailsource.md
Possible values for username source or email source.
++
v1.0 Intune Deviceconfig Usernamesource https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-usernamesource.md
Username source.
++
v1.0 Intune Deviceconfig Visibilitysetting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-visibilitysetting.md
Generic visibility state.
++
v1.0 Intune Deviceconfig Vpnauthenticationmethod https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpnauthenticationmethod.md
VPN Authentication Method.
++
v1.0 Intune Deviceconfig Vpnclientauthenticationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpnclientauthenticationtype.md
The type of VPN client authentication type
++
v1.0 Intune Deviceconfig Vpnconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpnconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Vpndeadpeerdetectionrate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpndeadpeerdetectionrate.md
Determines how often to check if a peer connection is still alive
++
v1.0 Intune Deviceconfig Vpndnsrule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpndnsrule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Vpnencryptionalgorithmtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpnencryptionalgorithmtype.md
The type of VPN security association encryption algorithm
++
v1.0 Intune Deviceconfig Vpnintegrityalgorithmtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpnintegrityalgorithmtype.md
The type of VPN security association integrity algorithm
++
v1.0 Intune Deviceconfig Vpnlocalidentifier https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpnlocalidentifier.md
The type of VPN local identifier
++
v1.0 Intune Deviceconfig Vpnondemandrule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpnondemandrule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Vpnondemandruleconnectionaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpnondemandruleconnectionaction.md
VPN On-Demand Rule Connection Action.
++
v1.0 Intune Deviceconfig Vpnondemandruleconnectiondomainaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpnondemandruleconnectiondomainaction.md
VPN On-Demand Rule Connection Domain Action.
++
v1.0 Intune Deviceconfig Vpnondemandruleinterfacetypematch https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpnondemandruleinterfacetypematch.md
VPN On-Demand Rule Connection network interface type.
++
v1.0 Intune Deviceconfig Vpnprovidertype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpnprovidertype.md
Provider type for per-app VPN.
++
v1.0 Intune Deviceconfig Vpnproxyserver https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpnproxyserver.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Vpnroute https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpnroute.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Vpnserver https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpnserver.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Vpnservercertificatetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpnservercertificatetype.md
The type of certificate the VPN server will present to the VPN client for authen
++
v1.0 Intune Deviceconfig Vpnserviceexceptionaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpnserviceexceptionaction.md
The VPN action to take for a specific service.
++
v1.0 Intune Deviceconfig Vpntrafficrule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpntrafficrule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Vpntrafficruleapptype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpntrafficruleapptype.md
Indicates the type of app that a VPN traffic rule is associated with.
++
v1.0 Intune Deviceconfig Vpntrafficruleroutingpolicytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpntrafficruleroutingpolicytype.md
Specifies the routing policy for a VPN traffic rule.
++
v1.0 Intune Deviceconfig Vpntunnelconfigurationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-vpntunnelconfigurationtype.md
The type of tunnels that will be present to the VPN client for configuration
++
v1.0 Intune Deviceconfig Webbrowsercookiesettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-webbrowsercookiesettings.md
Web Browser Cookie Settings.
++
v1.0 Intune Deviceconfig Weeklyschedule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-weeklyschedule.md
Possible values for a weekly schedule.
++
v1.0 Intune Deviceconfig Welcomescreenmeetinginformation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-welcomescreenmeetinginformation.md
Possible values for welcome screen meeting information.
++
v1.0 Intune Deviceconfig Wifiauthenticationmethod https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-wifiauthenticationmethod.md
Wi-Fi authentication method.
++
v1.0 Intune Deviceconfig Wifiauthenticationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-wifiauthenticationtype.md
Wi-Fi Authentication Type Settings.
++
v1.0 Intune Deviceconfig Wifiproxysetting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-wifiproxysetting.md
Wi-Fi Proxy Settings.
++
v1.0 Intune Deviceconfig Wifisecuritytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-wifisecuritytype.md
Wi-Fi Security Types.
++
v1.0 Intune Deviceconfig Windows10appsforceupdateschedule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10appsforceupdateschedule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10appsupdaterecurrence https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10appsupdaterecurrence.md
Possible values for App update on Windows10 recurrence.
++
v1.0 Intune Deviceconfig Windows10apptype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10apptype.md
Windows 10 Application type.
++
v1.0 Intune Deviceconfig Windows10associatedapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10associatedapps.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10certificateprofilebase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10certificateprofilebase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10compliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10compliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10customconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10customconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10devicefirmwareconfigurationinterface https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10devicefirmwareconfigurationinterface.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10devicemodetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10devicemodetype.md
Windows 10 Device Mode type.
++
v1.0 Intune Deviceconfig Windows10easemailprofileconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10easemailprofileconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10editiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10editiontype.md
Windows 10 Edition type.
++
v1.0 Intune Deviceconfig Windows10endpointprotectionconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10endpointprotectionconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10enterprisemodernappmanagementconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10generalconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10generalconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10importedpfxcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10importedpfxcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10mobilecompliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10mobilecompliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10networkboundaryconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10networkboundaryconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10networkproxyserver https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10networkproxyserver.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10pfximportcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10pfximportcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10pkcscertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10pkcscertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10secureassessmentconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10secureassessmentconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10teamgeneralconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10teamgeneralconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10vpnauthenticationmethod https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10vpnauthenticationmethod.md
Windows 10 VPN connection types.
++
v1.0 Intune Deviceconfig Windows10vpnconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10vpnconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10vpnconnectiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10vpnconnectiontype.md
VPN connection types.
++
v1.0 Intune Deviceconfig Windows10vpnprofiletarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10vpnprofiletarget.md
Windows 10 VPN profile target types.
++
v1.0 Intune Deviceconfig Windows10vpnproxyserver https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows10vpnproxyserver.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows81certificateprofilebase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows81certificateprofilebase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows81compliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows81compliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows81generalconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows81generalconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows81scepcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows81scepcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows81trustedrootcertificate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows81trustedrootcertificate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows81vpnconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows81vpnconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows81vpnproxyserver https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows81vpnproxyserver.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows81wifiimportconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windows81wifiimportconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsappstartlayouttilesize https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsappstartlayouttilesize.md
The tile size of Windows app in the start layout.
++
v1.0 Intune Deviceconfig Windowscertificateprofilebase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowscertificateprofilebase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsdefenderadvancedthreatprotectionconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsdefendertamperprotectionoptions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsdefendertamperprotectionoptions.md
Defender TamperProtection setting options
++
v1.0 Intune Deviceconfig Windowsdeliveryoptimizationconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsdeliveryoptimizationconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsdeliveryoptimizationmode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsdeliveryoptimizationmode.md
Delivery optimization mode for peer distribution
++
v1.0 Intune Deviceconfig Windowsedgekiosktype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsedgekiosktype.md
Edge kiosk type
++
v1.0 Intune Deviceconfig Windowsfirewallnetworkprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsfirewallnetworkprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsfirewallrule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsfirewallrule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsfirewallruleinterfacetypes https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsfirewallruleinterfacetypes.md
Flags representing firewall rule interface types.
++
v1.0 Intune Deviceconfig Windowsfirewallrulenetworkprofiletypes https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsfirewallrulenetworkprofiletypes.md
Flags representing which network profile types apply to a firewall rule.
++
v1.0 Intune Deviceconfig Windowsfirewallruletrafficdirectiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsfirewallruletrafficdirectiontype.md
Firewall rule traffic directions.
++
v1.0 Intune Deviceconfig Windowshealthmonitoringconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowshealthmonitoringconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowshealthmonitoringscope https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowshealthmonitoringscope.md
Device health monitoring scope
++
v1.0 Intune Deviceconfig Windowsidentityprotectionconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsidentityprotectionconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskioskactivedirectorygroup https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskioskactivedirectorygroup.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskioskappbase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskioskappbase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskioskappconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskioskappconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskioskapptype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskioskapptype.md
The type of Windows kiosk app.
++
v1.0 Intune Deviceconfig Windowskioskautologon https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskioskautologon.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskioskazureadgroup https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskioskazureadgroup.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskioskazureaduser https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskioskazureaduser.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskioskconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskioskconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskioskdesktopapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskioskdesktopapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskioskforceupdateschedule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskioskforceupdateschedule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskiosklocalgroup https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskiosklocalgroup.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskiosklocaluser https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskiosklocaluser.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskioskmultipleapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskioskmultipleapps.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskioskprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskioskprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskiosksingleuwpapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskiosksingleuwpapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskiosksinglewin32app https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskiosksinglewin32app.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskioskuser https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskioskuser.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskioskuwpapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskioskuwpapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskioskvisitor https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskioskvisitor.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowskioskwin32app https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowskioskwin32app.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsnetworkisolationpolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsnetworkisolationpolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsphone81certificateprofilebase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsphone81certificateprofilebase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsphone81compliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsphone81compliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsphone81customconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsphone81customconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsphone81generalconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsphone81generalconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsphone81importedpfxcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsphone81importedpfxcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsphone81scepcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsphone81scepcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsphone81trustedrootcertificate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsphone81trustedrootcertificate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsphone81vpnconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsphone81vpnconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsphoneeasemailprofileconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsphoneeasemailprofileconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsprivacydataaccesscontrolitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsprivacydataaccesscontrolitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsprivacydataaccesslevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsprivacydataaccesslevel.md
Determine the access level to specific Windows privacy data category.
++
v1.0 Intune Deviceconfig Windowsprivacydatacategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsprivacydatacategory.md
Windows privacy data category specifier for privacy data access.
++
v1.0 Intune Deviceconfig Windowssmodeconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowssmodeconfiguration.md
The possible options to configure S mode unlock
++
v1.0 Intune Deviceconfig Windowsspotlightenablementsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsspotlightenablementsettings.md
Allows IT admind to set a predefined default search engine for MDM-Controlled de
++
v1.0 Intune Deviceconfig Windowsstartmenuapplistvisibilitytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsstartmenuapplistvisibilitytype.md
Type of start menu app list visibility.
++
v1.0 Intune Deviceconfig Windowsstartmenumodetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsstartmenumodetype.md
Type of display modes for the start menu.
++
v1.0 Intune Deviceconfig Windowsupdateactivehoursinstall https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsupdateactivehoursinstall.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsupdateforbusinessconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsupdateforbusinessconfiguration.md
Title: "windowsUpdateForBusinessConfiguration resource type"
-description: "Windows Update for business configuration."
+description: "Windows Update for business configuration, allows you to specify how and when Windows as a Service updates your Windows 10/11 devices with feature and quality updates. Supports ODATA clauses that DeviceConfiguration entity supports: $filter by types of DeviceConfiguration, $top, $select only DeviceConfiguration base properties, $orderby only DeviceConfiguration base properties, and $skip. The query parameter '$search' is not supported."
localization_priority: Normal ms.prod: "intune"
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
-Windows Update for business configuration.
+Windows Update for business configuration, allows you to specify how and when Windows as a Service updates your Windows 10/11 devices with feature and quality updates. Supports ODATA clauses that DeviceConfiguration entity supports: $filter by types of DeviceConfiguration, $top, $select only DeviceConfiguration base properties, $orderby only DeviceConfiguration base properties, and $skip. The query parameter '$search' is not supported.
Inherits from [deviceConfiguration](../resources/intune-shared-deviceconfiguration.md)
Inherits from [deviceConfiguration](../resources/intune-shared-deviceconfigurati
|description|String|Admin provided description of the Device Configuration. Inherited from [deviceConfiguration](../resources/intune-shared-deviceconfiguration.md)| |displayName|String|Admin provided name of the device configuration. Inherited from [deviceConfiguration](../resources/intune-shared-deviceconfiguration.md)| |version|Int32|Version of the device configuration. Inherited from [deviceConfiguration](../resources/intune-shared-deviceconfiguration.md)|
-|deliveryOptimizationMode|[windowsDeliveryOptimizationMode](../resources/intune-deviceconfig-windowsdeliveryoptimizationmode.md)|Delivery Optimization Mode. Possible values are: `userDefined`, `httpOnly`, `httpWithPeeringNat`, `httpWithPeeringPrivateGroup`, `httpWithInternetPeering`, `simpleDownload`, `bypassMode`.|
-|prereleaseFeatures|[prereleaseFeatures](../resources/intune-deviceconfig-prereleasefeatures.md)|The pre-release features. Possible values are: `userDefined`, `settingsOnly`, `settingsAndExperimentations`, `notAllowed`.|
-|automaticUpdateMode|[automaticUpdateMode](../resources/intune-deviceconfig-automaticupdatemode.md)|Automatic update mode. Possible values are: `userDefined`, `notifyDownload`, `autoInstallAtMaintenanceTime`, `autoInstallAndRebootAtMaintenanceTime`, `autoInstallAndRebootAtScheduledTime`, `autoInstallAndRebootWithoutEndUserControl`, `windowsDefault`.|
-|microsoftUpdateServiceAllowed|Boolean|Allow Microsoft Update Service|
-|driversExcluded|Boolean|Exclude Windows update Drivers|
-|installationSchedule|[windowsUpdateInstallScheduleType](../resources/intune-deviceconfig-windowsupdateinstallscheduletype.md)|Installation schedule|
-|qualityUpdatesDeferralPeriodInDays|Int32|Defer Quality Updates by these many days|
-|featureUpdatesDeferralPeriodInDays|Int32|Defer Feature Updates by these many days|
-|qualityUpdatesPaused|Boolean|Pause Quality Updates|
-|featureUpdatesPaused|Boolean|Pause Feature Updates|
-|qualityUpdatesPauseExpiryDateTime|DateTimeOffset|Quality Updates Pause Expiry datetime|
-|featureUpdatesPauseExpiryDateTime|DateTimeOffset|Feature Updates Pause Expiry datetime|
-|businessReadyUpdatesOnly|[windowsUpdateType](../resources/intune-deviceconfig-windowsupdatetype.md)|Determines which branch devices will receive their updates from. Possible values are: `userDefined`, `all`, `businessReadyOnly`, `windowsInsiderBuildFast`, `windowsInsiderBuildSlow`, `windowsInsiderBuildRelease`.|
-|skipChecksBeforeRestart|Boolean|Set to skip all check before restart: Battery level = 40%, User presence, Display Needed, Presentation mode, Full screen mode, phone call state, game mode etc. |
-|updateWeeks|[windowsUpdateForBusinessUpdateWeeks](../resources/intune-deviceconfig-windowsupdateforbusinessupdateweeks.md)|Scheduled the update installation on the weeks of the month. Possible values are: `userDefined`, `firstWeek`, `secondWeek`, `thirdWeek`, `fourthWeek`, `everyWeek`.|
-|qualityUpdatesPauseStartDate|Date|Quality Updates Pause start date. This property is read-only.|
-|featureUpdatesPauseStartDate|Date|Feature Updates Pause start date. This property is read-only.|
-|featureUpdatesRollbackWindowInDays|Int32|The number of days after a Feature Update for which a rollback is valid|
-|qualityUpdatesWillBeRolledBack|Boolean|Specifies whether to rollback Quality Updates on the next device check in|
-|featureUpdatesWillBeRolledBack|Boolean|Specifies whether to rollback Feature Updates on the next device check in|
-|qualityUpdatesRollbackStartDateTime|DateTimeOffset|Quality Updates Rollback Start datetime|
-|featureUpdatesRollbackStartDateTime|DateTimeOffset|Feature Updates Rollback Start datetime|
-|engagedRestartDeadlineInDays|Int32|Deadline in days before automatically scheduling and executing a pending restart outside of active hours, with valid range from 2 to 30 days|
-|engagedRestartSnoozeScheduleInDays|Int32|Number of days a user can snooze Engaged Restart reminder notifications with valid range from 1 to 3 days|
-|engagedRestartTransitionScheduleInDays|Int32|Number of days before transitioning from Auto Restarts scheduled outside of active hours to Engaged Restart, which requires the user to schedule, with valid range from 0 to 30 days|
-|deadlineForFeatureUpdatesInDays|Int32|Number of days before feature updates are installed automatically with valid range from 0 to 30 days|
-|deadlineForQualityUpdatesInDays|Int32|Number of days before quality updates are installed automatically with valid range from 0 to 30 days|
-|deadlineGracePeriodInDays|Int32|Number of days after deadline until restarts occur automatically with valid range from 0 to 7 days|
-|postponeRebootUntilAfterDeadline|Boolean|Specifies if the device should wait until deadline for rebooting outside of active hours|
-|autoRestartNotificationDismissal|[autoRestartNotificationDismissalMethod](../resources/intune-deviceconfig-autorestartnotificationdismissalmethod.md)|Specify the method by which the auto-restart required notification is dismissed. Possible values are: `notConfigured`, `automatic`, `user`.|
-|scheduleRestartWarningInHours|Int32|Specify the period for auto-restart warning reminder notifications. Supported values: 2, 4, 8, 12 or 24 (hours).|
-|scheduleImminentRestartWarningInMinutes|Int32|Specify the period for auto-restart imminent warning notifications. Supported values: 15, 30 or 60 (minutes).|
-|userPauseAccess|[enablement](../resources/intune-shared-enablement.md)|Specifies whether to enable end userΓÇÖs access to pause software updates. Possible values are: `notConfigured`, `enabled`, `disabled`.|
-|userWindowsUpdateScanAccess|[enablement](../resources/intune-shared-enablement.md)|Specifies whether to disable userΓÇÖs access to scan Windows Update. Possible values are: `notConfigured`, `enabled`, `disabled`.|
-|updateNotificationLevel|[windowsUpdateNotificationDisplayOption](../resources/intune-deviceconfig-windowsupdatenotificationdisplayoption.md)|Specifies what Windows Update notifications users see. Possible values are: `notConfigured`, `defaultNotifications`, `restartWarningsOnly`, `disableAllNotifications`.|
-|allowWindows11Upgrade|Boolean|Allow eligible Windows 10 devices to upgrade to the latest version of Windows 11.|
+|deliveryOptimizationMode|[windowsDeliveryOptimizationMode](../resources/intune-deviceconfig-windowsdeliveryoptimizationmode.md)|The Delivery Optimization Mode. Possible values are: UserDefined, HttpOnly, HttpWithPeeringNat, HttpWithPeeringPrivateGroup, HttpWithInternetPeering, SimpleDownload, BypassMode. UserDefined allows the user to set. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `httpOnly`, `httpWithPeeringNat`, `httpWithPeeringPrivateGroup`, `httpWithInternetPeering`, `simpleDownload`, `bypassMode`.|
+|prereleaseFeatures|[prereleaseFeatures](../resources/intune-deviceconfig-prereleasefeatures.md)|The Pre-Release Features. Possible values are: UserDefined, SettingsOnly, SettingsAndExperimentations, NotAllowed. UserDefined is the default value, no intent. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `settingsOnly`, `settingsAndExperimentations`, `notAllowed`.|
+|automaticUpdateMode|[automaticUpdateMode](../resources/intune-deviceconfig-automaticupdatemode.md)|The Automatic Update Mode. Possible values are: UserDefined, NotifyDownload, AutoInstallAtMaintenanceTime, AutoInstallAndRebootAtMaintenanceTime, AutoInstallAndRebootAtScheduledTime, AutoInstallAndRebootWithoutEndUserControl, WindowsDefault. UserDefined is the default value, no intent. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `notifyDownload`, `autoInstallAtMaintenanceTime`, `autoInstallAndRebootAtMaintenanceTime`, `autoInstallAndRebootAtScheduledTime`, `autoInstallAndRebootWithoutEndUserControl`, `windowsDefault`.|
+|microsoftUpdateServiceAllowed|Boolean|When TRUE, allows Microsoft Update Service. When FALSE, does not allow Microsoft Update Service. Returned by default. Query parameters are not supported.|
+|driversExcluded|Boolean|When TRUE, excludes Windows update Drivers. When FALSE, does not exclude Windows update Drivers. Returned by default. Query parameters are not supported.|
+|installationSchedule|[windowsUpdateInstallScheduleType](../resources/intune-deviceconfig-windowsupdateinstallscheduletype.md)|The Installation Schedule. Possible values are: ActiveHoursStart, ActiveHoursEnd, ScheduledInstallDay, ScheduledInstallTime. Returned by default. Query parameters are not supported.|
+|qualityUpdatesDeferralPeriodInDays|Int32|Defer Quality Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|featureUpdatesDeferralPeriodInDays|Int32|Defer Feature Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|qualityUpdatesPaused|Boolean|When TRUE, assigned devices are paused from receiving quality updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Quality Updates. Returned by default. Query parameters are not supported.|
+|featureUpdatesPaused|Boolean|When TRUE, assigned devices are paused from receiving feature updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Feature Updates. Returned by default. Query parameters are not supported.s|
+|qualityUpdatesPauseExpiryDateTime|DateTimeOffset|The Quality Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported.|
+|featureUpdatesPauseExpiryDateTime|DateTimeOffset|The Feature Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported.|
+|businessReadyUpdatesOnly|[windowsUpdateType](../resources/intune-deviceconfig-windowsupdatetype.md)|Determines which branch devices will receive their updates from. Possible values are: UserDefined, All, BusinessReadyOnly, WindowsInsiderBuildFast, WindowsInsiderBuildSlow, WindowsInsiderBuildRelease. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `all`, `businessReadyOnly`, `windowsInsiderBuildFast`, `windowsInsiderBuildSlow`, `windowsInsiderBuildRelease`.|
+|skipChecksBeforeRestart|Boolean|When TRUE, skips all checks before restart: Battery level = 40%, User presence, Display Needed, Presentation mode, Full screen mode, phone call state, game mode etc. When FALSE, does not skip all checks before restart. Returned by default. Query parameters are not supported.|
+|updateWeeks|[windowsUpdateForBusinessUpdateWeeks](../resources/intune-deviceconfig-windowsupdateforbusinessupdateweeks.md)|Schedule the update installation on the weeks of the month. Possible values are: UserDefined, FirstWeek, SecondWeek, ThirdWeek, FourthWeek, EveryWeek. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `firstWeek`, `secondWeek`, `thirdWeek`, `fourthWeek`, `everyWeek`, `unknownFutureValue`.|
+|qualityUpdatesPauseStartDate|Date|The Quality Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only.|
+|featureUpdatesPauseStartDate|Date|The Feature Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only.|
+|featureUpdatesRollbackWindowInDays|Int32|The number of days after a Feature Update for which a rollback is valid with valid range from 2 to 60 days. Returned by default. Query parameters are not supported.|
+|qualityUpdatesWillBeRolledBack|Boolean|When TRUE, rollback Quality Updates on the next device check in. When FALSE, do not rollback Quality Updates on the next device check in. Returned by default. Query parameters are not supported.|
+|featureUpdatesWillBeRolledBack|Boolean|When TRUE, rollback Feature Updates on the next device check in. When FALSE, do not rollback Feature Updates on the next device check in. Returned by default.Query parameters are not supported.|
+|qualityUpdatesRollbackStartDateTime|DateTimeOffset|The Quality Updates Rollback Start datetime. This value is the time when the admin rolled back the Quality update for the ring. Returned by default. Query parameters are not supported.|
+|featureUpdatesRollbackStartDateTime|DateTimeOffset|The Feature Updates Rollback Start datetime.This value is the time when the admin rolled back the Feature update for the ring.Returned by default.Query parameters are not supported.|
+|engagedRestartDeadlineInDays|Int32|Deadline in days before automatically scheduling and executing a pending restart outside of active hours, with valid range from 2 to 30 days. Returned by default. Query parameters are not supported.|
+|engagedRestartSnoozeScheduleInDays|Int32|Number of days a user can snooze Engaged Restart reminder notifications with valid range from 1 to 3 days. Returned by default. Query parameters are not supported.|
+|engagedRestartTransitionScheduleInDays|Int32|Number of days before transitioning from Auto Restarts scheduled outside of active hours to Engaged Restart, which requires the user to schedule, with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|deadlineForFeatureUpdatesInDays|Int32|Number of days before feature updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|deadlineForQualityUpdatesInDays|Int32|Number of days before quality updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|deadlineGracePeriodInDays|Int32|Number of days after deadline until restarts occur automatically with valid range from 0 to 7 days. Returned by default. Query parameters are not supported.|
+|postponeRebootUntilAfterDeadline|Boolean|When TRUE the device should wait until deadline for rebooting outside of active hours. When FALSE the device should not wait until deadline for rebooting outside of active hours. Returned by default. Query parameters are not supported.|
+|autoRestartNotificationDismissal|[autoRestartNotificationDismissalMethod](../resources/intune-deviceconfig-autorestartnotificationdismissalmethod.md)|Specify the method by which the auto-restart required notification is dismissed. Possible values are: NotConfigured, Automatic, User. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `automatic`, `user`, `unknownFutureValue`.|
+|scheduleRestartWarningInHours|Int32|Specify the period for auto-restart warning reminder notifications. Supported values: 2, 4, 8, 12 or 24 (hours). Returned by default. Query parameters are not supported.|
+|scheduleImminentRestartWarningInMinutes|Int32|Specify the period for auto-restart imminent warning notifications. Supported values: 15, 30 or 60 (minutes). Returned by default. Query parameters are not supported.|
+|userPauseAccess|[enablement](../resources/intune-shared-enablement.md)|Specifies whether to enable end userΓÇÖs access to pause software updates. Possible values are: NotConfigured, Enabled, Disabled. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `enabled`, `disabled`.|
+|userWindowsUpdateScanAccess|[enablement](../resources/intune-shared-enablement.md)|Specifies whether to disable userΓÇÖs access to scan Windows Update. Possible values are: NotConfigured, Enabled, Disabled. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `enabled`, `disabled`.|
+|updateNotificationLevel|[windowsUpdateNotificationDisplayOption](../resources/intune-deviceconfig-windowsupdatenotificationdisplayoption.md)|Specifies what Windows Update notifications users see. Possible values are: NotConfigured, DefaultNotifications, RestartWarningsOnly, DisableAllNotifications. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `defaultNotifications`, `restartWarningsOnly`, `disableAllNotifications`, `unknownFutureValue`.|
+|allowWindows11Upgrade|Boolean|When TRUE, allows eligible Windows 10 devices to upgrade to Windows 11. When FALSE, implies the device stays on the existing operating system. Returned by default. Query parameters are not supported.|
## Relationships |Relationship|Type|Description|
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsupdateforbusinessupdateweeks https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsupdateforbusinessupdateweeks.md
Scheduled the update installation on the weeks of the month
|thirdWeek|4|Scheduled the update installation on the third week of the month| |fourthWeek|8|Scheduled the update installation on the fourth week of the month| |everyWeek|15|Scheduled the update installation on every week of the month|
+|unknownFutureValue|22|Evolvable enum member|
++
v1.0 Intune Deviceconfig Windowsupdateinstallscheduletype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsupdateinstallscheduletype.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsupdatenotificationdisplayoption https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsupdatenotificationdisplayoption.md
Windows Update Notification Display Options
|defaultNotifications|1|Use the default Windows Update notifications.| |restartWarningsOnly|2|Turn off all notifications, excluding restart warnings.| |disableAllNotifications|3|Turn off all notifications, including restart warnings.|
+|unknownFutureValue|4|Evolvable enum member|
++
v1.0 Intune Deviceconfig Windowsupdatescheduledinstall https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsupdatescheduledinstall.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsupdatestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsupdatestatus.md
Windows update for business configuration device states
++
v1.0 Intune Deviceconfig Windowsupdatetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsupdatetype.md
Which branch devices will receive their updates from
++
v1.0 Intune Deviceconfig Windowsuseraccountcontrolsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsuseraccountcontrolsettings.md
Possible values for Windows user account control settings.
++
v1.0 Intune Deviceconfig Windowsvpnconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsvpnconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsvpnconnectiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowsvpnconnectiontype.md
Windows VPN connection type.
++
v1.0 Intune Deviceconfig Windowswificonfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowswificonfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowswifienterpriseeapconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowswifienterpriseeapconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowswirednetworkconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-windowswirednetworkconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Wirednetworkauthenticationmethod https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-wirednetworkauthenticationmethod.md
Wired Network authentication method.
++
v1.0 Intune Deviceconfig Wirednetworkauthenticationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-wirednetworkauthenticationtype.md
Wired Network Authentication Type Settings.
++
v1.0 Intune Deviceconfig Wirednetworkinterface https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfig-wirednetworkinterface.md
Apple network interface type.
++
v1.0 Intune Deviceconfigv2 Devicemanagementcomplianceactionitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementcomplianceactionitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementcomplianceactiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementcomplianceactiontype.md
Scheduled Action Type Enum
++
v1.0 Intune Deviceconfigv2 Devicemanagementcompliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementcompliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementcompliancescheduledactionforrule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementcompliancescheduledactionforrule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationazureadtrusttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationazureadtrusttype.md
Required AAD Trust Type
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationcategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationcategory.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingcollectiondefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingcollectiondefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingcollectioninstance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingcollectioninstance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingcollectioninstancetemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingcollectioninstancetemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingdefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingdefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettinginstance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationchoicesettinginstance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettinginstancetemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationchoicesettinginstancetemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingvalue https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingvalue.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingvalueconstantdefaulttemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingvalueconstantdefaulttemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingvaluedefaulttemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingvaluedefaulttemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingvaluedefinitiontemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingvaluedefinitiontemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationchoicesettingvaluetemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationchoicesettingvaluetemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationcontroltype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationcontroltype.md
Setting control type representation in the UX
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationdependenton https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationdependenton.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationdevicemode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationdevicemode.md
Describes applicability for the mode the device is in
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationexchangeonlinesettingapplicability https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationexchangeonlinesettingapplicability.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationgroupsettingcollectioninstance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationgroupsettingcollectioninstance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationgroupsettingcollectioninstancetemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationgroupsettingcollectioninstancetemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationgroupsettinginstance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationgroupsettinginstance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationgroupsettinginstancetemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationgroupsettinginstancetemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationgroupsettingvalue https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationgroupsettingvalue.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationgroupsettingvaluetemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationgroupsettingvaluetemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationintegersettingvalue https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationintegersettingvalue.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationintegersettingvalueconstantdefaulttemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationintegersettingvalueconstantdefaulttemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationintegersettingvaluedefaulttemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationintegersettingvaluedefaulttemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationintegersettingvaluedefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationintegersettingvaluedefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationintegersettingvaluedefinitiontemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationintegersettingvaluedefinitiontemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationintegersettingvaluetemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationintegersettingvaluetemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationoptiondefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationoptiondefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationoptiondefinitiontemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationoptiondefinitiontemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationplatforms https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationplatforms.md
Supported platform types.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationpolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicyassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicytemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationpolicytemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationpolicytemplatereference https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationpolicytemplatereference.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationredirectsettingdefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationredirectsettingdefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationreferencesettingvalue https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationreferencesettingvalue.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationreferredsettinginformation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationreferredsettinginformation.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsecretsettingvalue https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsecretsettingvalue.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsecretsettingvaluestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsecretsettingvaluestate.md
type tracking the encryption state of a secret setting value
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsetting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsetting.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingaccesstypes https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettingaccesstypes.md
Not yet documented
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingapplicability https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettingapplicability.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingdefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettingdefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingdependedonby https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettingdependedonby.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettinggroupcollectiondefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettinggroupcollectiondefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettinggroupcollectioninstance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettinggroupcollectioninstance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettinggroupdefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettinggroupdefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettinggroupinstance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettinggroupinstance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettinginstance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettinginstance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettinginstancetemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettinginstancetemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettinginstancetemplatereference https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettinginstancetemplatereference.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingoccurrence https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettingoccurrence.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingtemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettingtemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingusage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettingusage.md
Supported setting types
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingvalue https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettingvalue.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingvaluedefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettingvaluedefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingvaluetemplatereference https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettingvaluetemplatereference.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsettingvisibility https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettingvisibility.md
Supported setting types
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsimplesettingcollectiondefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsimplesettingcollectiondefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsimplesettingcollectioninstance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsimplesettingcollectioninstance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsimplesettingcollectioninstancetemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsimplesettingcollectioninstancetemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsimplesettingdefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsimplesettingdefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsimplesettinginstance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsimplesettinginstance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsimplesettinginstancetemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsimplesettinginstancetemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsimplesettingvalue https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsimplesettingvalue.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationsimplesettingvaluetemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsimplesettingvaluetemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationstringformat https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationstringformat.md
Not yet documented
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationstringsettingvalue https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationstringsettingvalue.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationstringsettingvalueconstantdefaulttemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationstringsettingvalueconstantdefaulttemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationstringsettingvaluedefaulttemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationstringsettingvaluedefaulttemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationstringsettingvaluedefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationstringsettingvaluedefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationstringsettingvaluetemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationstringsettingvaluetemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationtechnologies https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationtechnologies.md
Describes which technology this setting can be deployed with
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationtemplatefamily https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationtemplatefamily.md
Describes the TemplateFamily for the Template entity
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationwindowssettingapplicability https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationwindowssettingapplicability.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementconfigurationwindowsskus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationwindowsskus.md
Not yet documented
++
v1.0 Intune Deviceconfigv2 Devicemanagementreusablepolicysetting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementreusablepolicysetting.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfigv2 Devicemanagementtemplatelifecyclestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementtemplatelifecyclestate.md
Describes current lifecycle state of a template
++
v1.0 Intune Deviceintent Devicemanagementabstractcomplexsettingdefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementabstractcomplexsettinginstance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementabstractcomplexsettinginstance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementbooleansettinginstance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementbooleansettinginstance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementcollectionsettingdefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementcollectionsettingdefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementcollectionsettinginstance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementcollectionsettinginstance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementcomparisonresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementcomparisonresult.md
Setting comparison result type
++
v1.0 Intune Deviceintent Devicemanagementcomplexsettingdefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementcomplexsettingdefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementcomplexsettinginstance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementcomplexsettinginstance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementconstraint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementconstraint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementenumconstraint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementenumconstraint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementenumvalue https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementenumvalue.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementintegersettinginstance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementintegersettinginstance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementintent https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementintent.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementintentassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementintentassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementintentdevicesettingstatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementintentdevicesettingstatesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementintentdevicestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementintentdevicestate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementintentdevicestatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementintentdevicestatesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementintentsettingcategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementintentsettingcategory.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementintentsettingsecretconstraint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementintentsettingsecretconstraint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementintentuserstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementintentuserstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementintentuserstatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementintentuserstatesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementsettingabstractimplementationconstraint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingabstractimplementationconstraint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementsettingappconstraint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingappconstraint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementsettingbooleanconstraint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingbooleanconstraint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementsettingcategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingcategory.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementsettingcollectionconstraint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingcollectionconstraint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementsettingcomparison https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingcomparison.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementsettingdefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingdefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementsettingdependency https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingdependency.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementsettingenrollmenttypeconstraint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingenrollmenttypeconstraint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementsettingfileconstraint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingfileconstraint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementsettinginstance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementsettinginstance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementsettingintegerconstraint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingintegerconstraint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementsettingprofileconstraint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingprofileconstraint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementsettingregexconstraint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingregexconstraint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementsettingrequiredconstraint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingrequiredconstraint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementsettingsddlconstraint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingsddlconstraint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementsettingstringlengthconstraint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingstringlengthconstraint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementsettingxmlconstraint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingxmlconstraint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementstringsettinginstance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementstringsettinginstance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementtemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementtemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementtemplatesettingcategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementtemplatesettingcategory.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Devicemanagementtemplatesubtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementtemplatesubtype.md
Template subtype
++
v1.0 Intune Deviceintent Devicemanagementtemplatetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanagementtemplatetype.md
Template type
++
v1.0 Intune Deviceintent Devicemanangementintentvaluetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-devicemanangementintentvaluetype.md
Not yet documented
++
v1.0 Intune Deviceintent Policyplatformtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-policyplatformtype.md
Supported platform types for policies.
++
v1.0 Intune Deviceintent Securitybaselinecategorystatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-securitybaselinecategorystatesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Securitybaselinecompliancestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-securitybaselinecompliancestate.md
Security Baseline Compliance State
++
v1.0 Intune Deviceintent Securitybaselinecontributingpolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-securitybaselinecontributingpolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Securitybaselinedevicestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-securitybaselinedevicestate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Securitybaselinepolicysourcetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-securitybaselinepolicysourcetype.md
Authoring source of a policy
++
v1.0 Intune Deviceintent Securitybaselinestatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-securitybaselinestatesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceintent Securitybaselinetemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-deviceintent-securitybaselinetemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Activatedeviceesimactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-activatedeviceesimactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Adminconsent https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-adminconsent.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Adminconsentstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-adminconsentstate.md
Admin consent state.
++
v1.0 Intune Devices Applepushnotificationcertificate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-applepushnotificationcertificate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Applogcollectiondownloaddetails https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-applogcollectiondownloaddetails.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Applogcollectionrequest https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-applogcollectionrequest.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Applogdecryptionalgorithm https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-applogdecryptionalgorithm.md
Not yet documented
++
v1.0 Intune Devices Apploguploadstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-apploguploadstate.md
AppLogUploadStatus
++
v1.0 Intune Devices Bulkmanageddeviceactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-bulkmanageddeviceactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Chassistype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-chassistype.md
Chassis type.
++
v1.0 Intune Devices Chromeosdeviceproperty https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-chromeosdeviceproperty.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Cloudpcconnectivityissue https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-cloudpcconnectivityissue.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Comanageddevicessummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-comanageddevicessummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Comanagementeligibledevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-comanagementeligibledevice.md
Device Co-Management eligibility state
|upn|String|UPN| |userEmail|String|UserEmail| |userName|String|UserName|
-|status|[comanagementEligibleType](../resources/intune-devices-comanagementeligibletype.md)|ComanagementEligibleStatus. Possible values are: `comanaged`, `eligible`, `eligibleButNotAzureAdJoined`, `needsOsUpdate`, `ineligible`.|
+|status|[comanagementEligibleType](../resources/intune-devices-comanagementeligibletype.md)|ComanagementEligibleStatus. Possible values are: `comanaged`, `eligible`, `eligibleButNotAzureAdJoined`, `needsOsUpdate`, `ineligible`, `scheduledForEnrollment`.|
## Relationships None
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Comanagementeligibledevicessummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-comanagementeligibledevicessummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Comanagementeligibletype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-comanagementeligibletype.md
Not yet documented
|eligibleButNotAzureAdJoined|3|Not yet documented| |needsOsUpdate|4|Not yet documented| |ineligible|5|Not yet documented|
+|scheduledForEnrollment|6|Devices scheduled for Co-Management enrollment|
++
v1.0 Intune Devices Compliancestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-compliancestate.md
Compliance state.
++
v1.0 Intune Devices Configurationmanageraction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-configurationmanageraction.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Configurationmanageractiondeliverystatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-configurationmanageractiondeliverystatus.md
Delivery state of Configuration Manager device action
++
v1.0 Intune Devices Configurationmanageractionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-configurationmanageractionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Configurationmanageractiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-configurationmanageractiontype.md
Action type on Configuration Manager client
++
v1.0 Intune Devices Configurationmanagerclientenabledfeatures https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-configurationmanagerclientenabledfeatures.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Configurationmanagerclienthealthstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-configurationmanagerclienthealthstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Configurationmanagerclientinformation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-configurationmanagerclientinformation.md
Configuration Manager client information synced from SCCM
|:|:|:| |clientIdentifier|String|Configuration Manager Client Id from SCCM| |isBlocked|Boolean|Configuration Manager Client blocked status from SCCM|
+|clientVersion|String|Configuration Manager Client version from SCCM|
## Relationships None
Here is a JSON representation of the resource.
{ "@odata.type": "#microsoft.graph.configurationManagerClientInformation", "clientIdentifier": "String",
- "isBlocked": true
+ "isBlocked": true,
+ "clientVersion": "String"
} ``` ++
v1.0 Intune Devices Configurationmanagerclientstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-configurationmanagerclientstate.md
Configuration manager client state
++
v1.0 Intune Devices Dataprocessorserviceforwindowsfeaturesonboarding https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-dataprocessorserviceforwindowsfeaturesonboarding.md
+
+ Title: "dataProcessorServiceForWindowsFeaturesOnboarding resource type"
+description: "A configuration entity for MEM features that utilize Data Processor Service for Windows (DPSW) data."
+
+localization_priority: Normal
++
+# dataProcessorServiceForWindowsFeaturesOnboarding 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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+A configuration entity for MEM features that utilize Data Processor Service for Windows (DPSW) data.
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|hasValidWindowsLicense|Boolean|Indicates whether the tenant has required Windows license. When TRUE, the tenant has the required Windows license. When FALSE, the tenant does not have the required Windows license. Default value is FALSE.|
+|areDataProcessorServiceForWindowsFeaturesEnabled|Boolean|Indicates whether the tenant has enabled MEM features utilizing Data Processor Service for Windows (DPSW) data. When TRUE, the tenant has enabled MEM features utilizing Data Processor Service for Windows (DPSW) data. When FALSE, the tenant has not enabled MEM features utilizing Data Processor Service for Windows (DPSW) data. Default value is FALSE.|
+
+## Relationships
+None
+
+## JSON Representation
+Here is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.dataProcessorServiceForWindowsFeaturesOnboarding"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.dataProcessorServiceForWindowsFeaturesOnboarding",
+ "hasValidWindowsLicense": true,
+ "areDataProcessorServiceForWindowsFeaturesEnabled": true
+}
+```
++++++
v1.0 Intune Devices Datasharingconsent https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-datasharingconsent.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Deleteuserfromsharedappledeviceactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-deleteuserfromsharedappledeviceactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Detectedapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-detectedapp.md
A managed or unmanaged app that is installed on a managed device. Unmanaged apps
|version|String|Version of the discovered application. Read-only| |sizeInByte|Int64|Discovered application size in bytes. Read-only| |deviceCount|Int32|The number of devices that have installed this application|
+|publisher|String|Indicates the publisher of the discovered application. For example: 'Microsoft'. The default value is an empty string.|
+|platform|[detectedAppPlatformType](../resources/intune-devices-detectedappplatformtype.md)|Indicates the operating system / platform of the discovered application. Some possible values are Windows, iOS, macOS. The default value is unknown (0). Possible values are: `unknown`, `windows`, `windowsMobile`, `windowsHolographic`, `ios`, `macOS`, `chromeOS`, `androidOSP`, `androidDeviceAdministrator`, `androidWorkProfile`, `androidDedicatedAndFullyManaged`.|
## Relationships |Relationship|Type|Description|
Here is a JSON representation of the resource.
"displayName": "String", "version": "String", "sizeInByte": 1024,
- "deviceCount": 1024
+ "deviceCount": 1024,
+ "publisher": "String",
+ "platform": "String"
} ``` ++
v1.0 Intune Devices Detectedappplatformtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-detectedappplatformtype.md
+
+ Title: "detectedAppPlatformType enum type"
+description: "Indicates the operating system / platform of the discovered application. Some possible values are Windows, iOS, macOS. The default value is unknown (0)."
+
+localization_priority: Normal
++
+# detectedAppPlatformType enum 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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Indicates the operating system / platform of the discovered application. Some possible values are Windows, iOS, macOS. The default value is unknown (0).
+
+## Members
+|Member|Value|Description|
+|:|:|:|
+|unknown|0|Default. Set to unknown when platform cannot be determined.|
+|windows|1|Indicates that the platform of the detected application is Windows.|
+|windowsMobile|2|Indicates that the platform of the detected application is Windows Mobile.|
+|windowsHolographic|3|Indicates that the platform of the detected application is Windows Holographic.|
+|ios|4|Indicates that the platform of the detected application is iOS.|
+|macOS|5|Indicates that the platform of the detected application is macOS.|
+|chromeOS|6|Indicates that the platform of the detected application is ChromeOS.|
+|androidOSP|7|Indicates that the platform of the detected application is Android open source project.|
+|androidDeviceAdministrator|8|Indicates that the platform of the detected application is Android device administrator.|
+|androidWorkProfile|9|Indicates that the platform of the detected application is Android work profile.|
+|androidDedicatedAndFullyManaged|10|Indicates that the platform of the detected application is Android dedicated and fully managed.|
++++++
v1.0 Intune Devices Deviceactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-deviceactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicecompliancescript https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicecompliancescript.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicecompliancescriptdevicestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicecompliancescriptdevicestate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicecompliancescriptrunsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicecompliancescriptrunsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicecustomattributeshellscript https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicecustomattributeshellscript.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicecustomattributevaluetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicecustomattributevaluetype.md
Represents the expected type for a macOS custom attribute script value.
++
v1.0 Intune Devices Deviceenrollmenttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-deviceenrollmenttype.md
Possible ways of adding a mobile device to management.
++
v1.0 Intune Devices Deviceexchangeaccessstatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-deviceexchangeaccessstatesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicegeolocation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicegeolocation.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Deviceguardlocalsystemauthoritycredentialguardstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-deviceguardlocalsystemauthoritycredentialguardstate.md
Not yet documented
++
v1.0 Intune Devices Deviceguardvirtualizationbasedsecurityhardwarerequirementstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-deviceguardvirtualizationbasedsecurityhardwarerequirementstate.md
Not yet documented
++
v1.0 Intune Devices Deviceguardvirtualizationbasedsecuritystate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-deviceguardvirtualizationbasedsecuritystate.md
Not yet documented
++
v1.0 Intune Devices Devicehealthattestationstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicehealthattestationstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicehealthscript https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicehealthscript.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicehealthscriptassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicehealthscriptassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicehealthscriptbooleanparameter https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicehealthscriptbooleanparameter.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicehealthscriptdailyschedule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicehealthscriptdailyschedule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicehealthscriptdevicestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicehealthscriptdevicestate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicehealthscripthourlyschedule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicehealthscripthourlyschedule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicehealthscriptintegerparameter https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicehealthscriptintegerparameter.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicehealthscriptparameter https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicehealthscriptparameter.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicehealthscriptremediationhistory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicehealthscriptremediationhistory.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicehealthscriptremediationhistorydata https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicehealthscriptremediationhistorydata.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicehealthscriptremediationsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicehealthscriptremediationsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicehealthscriptrunonceschedule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicehealthscriptrunonceschedule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicehealthscriptrunschedule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicehealthscriptrunschedule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicehealthscriptrunsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicehealthscriptrunsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicehealthscriptstringparameter https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicehealthscriptstringparameter.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicehealthscripttimeschedule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicehealthscripttimeschedule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicelicensingstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicelicensingstatus.md
Indicates the device licensing status after Windows device based subscription ha
++
v1.0 Intune Devices Devicelogcollectionrequest https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicelogcollectionrequest.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicelogcollectionresponse https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicelogcollectionresponse.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicelogcollectiontemplatetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicelogcollectiontemplatetype.md
Enum for the template type used for collecting logs
++
v1.0 Intune Devices Devicemanagementexchangeaccessstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicemanagementexchangeaccessstate.md
Device Exchange Access State.
++
v1.0 Intune Devices Devicemanagementexchangeaccessstatereason https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicemanagementexchangeaccessstatereason.md
Device Exchange Access State Reason.
++
v1.0 Intune Devices Devicemanagementscriptassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicemanagementscriptassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicemanagementscriptdevicestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicemanagementscriptdevicestate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicemanagementscriptgroupassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicemanagementscriptgroupassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicemanagementscriptrunsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicemanagementscriptrunsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicemanagementscriptuserstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicemanagementscriptuserstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicemanagementsubscriptions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicemanagementsubscriptions.md
Tenant mobile device management subscriptions.
++
v1.0 Intune Devices Devicemanagementsubscriptionstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicemanagementsubscriptionstate.md
Tenant mobile device management subscription state.
++
v1.0 Intune Devices Deviceoperatingsystemsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-deviceoperatingsystemsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Deviceprotectionoverview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-deviceprotectionoverview.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Deviceregistrationstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-deviceregistrationstate.md
Device registration status.
++
v1.0 Intune Devices Devicescopeaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicescopeaction.md
Trigger on the service to either START or STOP computing metrics data based on a
|start|1|Start computing metrics data| ++
v1.0 Intune Devices Devicescopeactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicescopeactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicescopeactionstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicescopeactionstatus.md
Indicates the status of the attempted device scope action
++
v1.0 Intune Devices Devicescopeoperator https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicescopeoperator.md
Device scope configuration query operator. Possible values are: equals, notEqual
++
v1.0 Intune Devices Devicescopeparameter https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicescopeparameter.md
Device scope configuration parameter. It will be expend in future to add more pa
++
v1.0 Intune Devices Devicescopestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-devicescopestatus.md
Indicates the device scope status after the device scope has been enabled. Possi
++
v1.0 Intune Devices Deviceshellscript https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-deviceshellscript.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Disktype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-disktype.md
Not yet documented
++
v1.0 Intune Devices Globaldevicehealthscriptstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-globaldevicehealthscriptstate.md
Indicates whether global device health scripts are enabled and are in which stat
++
v1.0 Intune Devices Hardwareinformation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-hardwareinformation.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Healthstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-healthstate.md
Indicates health state of the Windows management app.
++
v1.0 Intune Devices Insightvaluedouble https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-insightvaluedouble.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Insightvalueint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-insightvalueint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Jointype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-jointype.md
Device enrollment join type.
++
v1.0 Intune Devices Locatedeviceactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-locatedeviceactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Loggedonuser https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-loggedonuser.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Lostmodestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-lostmodestate.md
State of lost mode, indicating if lost mode is enabled or disabled
++
v1.0 Intune Devices Malwarestateforwindowsdevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-malwarestateforwindowsdevice.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Manageddevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-manageddevice.md
Here is a JSON representation of the resource.
"configurationManagerClientInformation": { "@odata.type": "microsoft.graph.configurationManagerClientInformation", "clientIdentifier": "String",
- "isBlocked": true
+ "isBlocked": true,
+ "clientVersion": "String"
}, "ethernetMacAddress": "String", "physicalMemoryInBytes": 1024,
Here is a JSON representation of the resource.
+++
v1.0 Intune Devices Manageddevicearchitecture https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-manageddevicearchitecture.md
Processor architecture
++
v1.0 Intune Devices Manageddevicecleanupsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-manageddevicecleanupsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Manageddevicemanagementfeatures https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-manageddevicemanagementfeatures.md
Device management features.
++
v1.0 Intune Devices Manageddevicemodelsandmanufacturers https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-manageddevicemodelsandmanufacturers.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Manageddeviceoverview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-manageddeviceoverview.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Manageddevicepartnerreportedhealthstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-manageddevicepartnerreportedhealthstate.md
Available health states for the Device Health API
++
v1.0 Intune Devices Manageddeviceremoteaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-manageddeviceremoteaction.md
Not yet documented
++
v1.0 Intune Devices Managedinstallerstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-managedinstallerstatus.md
ManagedInstallerStatus
++
v1.0 Intune Devices Managementstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-managementstate.md
Management state of device in Microsoft Intune.
++
v1.0 Intune Devices Oemwarranty https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-oemwarranty.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Oemwarrantyinformationonboarding https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-oemwarrantyinformationonboarding.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Operatingsystemupgradeeligibility https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-operatingsystemupgradeeligibility.md
Work From Anywhere windows device upgrade eligibility status
++
v1.0 Intune Devices Osversioncount https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-osversioncount.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Powerliftdownloadrequest https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-powerliftdownloadrequest.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Powerliftincidentmetadata https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-powerliftincidentmetadata.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Remediationstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-remediationstate.md
Indicates the type of execution status of the device management script.
++
v1.0 Intune Devices Remoteaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-remoteaction.md
Remote actions Intune supports.
++
v1.0 Intune Devices Remoteactionaudit https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-remoteactionaudit.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Remotelockactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-remotelockactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Resetpasscodeactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-resetpasscodeactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Revokeapplevpplicensesactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-revokeapplevpplicensesactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Rotatebitlockerkeysdeviceactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-rotatebitlockerkeysdeviceactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Sharedappledeviceuser https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-sharedappledeviceuser.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Tenantattachrbac https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-tenantattachrbac.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Tenantattachrbacstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-tenantattachrbacstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Updatewindowsdeviceaccountactionparameter https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-updatewindowsdeviceaccountactionparameter.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsapphealthapplicationperformance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsapphealthapplicationperformance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyappversion https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsapphealthappperformancebyappversion.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyappversiondetails https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondetails.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyappversiondeviceid https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondeviceid.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsapphealthappperformancebyosversion https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsapphealthappperformancebyosversion.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsapphealthdevicemodelperformance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsapphealthdevicemodelperformance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsapphealthdeviceperformance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsapphealthdeviceperformance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsapphealthdeviceperformancedetails https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsapphealthdeviceperformancedetails.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsapphealthosversionperformance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsapphealthosversionperformance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsautopilotdevicessummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsautopilotdevicessummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsbaseline https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsbaseline.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthappimpact https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsbatteryhealthappimpact.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthcapacitydetails https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsbatteryhealthcapacitydetails.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthdeviceappimpact https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsbatteryhealthdeviceappimpact.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthdeviceperformance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsbatteryhealthdeviceperformance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthdeviceruntimehistory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsbatteryhealthdeviceruntimehistory.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthmodelperformance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsbatteryhealthmodelperformance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthosperformance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsbatteryhealthosperformance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsbatteryhealthruntimedetails https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsbatteryhealthruntimedetails.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticscategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticscategory.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticscloudidentitydevicessummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticscloudidentitydevicessummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticscloudmanagementdevicessummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticscloudmanagementdevicessummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsdeviceperformance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsdeviceperformance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsdevicescope https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsdevicescope.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsdevicescores https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsdevicescores.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsdevicestartuphistory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsdevicestartuphistory.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsdevicestartupprocess https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsdevicestartupprocess.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsdevicestartupprocessperformance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsdevicestartupprocessperformance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsdevicewithoutcloudidentity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsdevicewithoutcloudidentity.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticshealthstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticshealthstate.md
Not yet documented
++
v1.0 Intune Devices Userexperienceanalyticsimpactingprocess https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsimpactingprocess.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsinsight https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsinsight.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsinsightseverity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsinsightseverity.md
Not yet documented
++
v1.0 Intune Devices Userexperienceanalyticsinsightvalue https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsinsightvalue.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsmetric https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsmetric.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsmetrichistory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsmetrichistory.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsmodelscores https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsmodelscores.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsnotautopilotreadydevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsnotautopilotreadydevice.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsoperatingsystemrestartcategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsoperatingsystemrestartcategory.md
Operating System restart category
++
v1.0 Intune Devices Userexperienceanalyticsoverview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsoverview.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsregressionsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsregressionsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsremoteconnection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsremoteconnection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsresourceperformance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsresourceperformance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsscorehistory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsscorehistory.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticssettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticssettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticssummarizedby https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticssummarizedby.md
Not yet documented
++
v1.0 Intune Devices Userexperienceanalyticswindows10devicessummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticswindows10devicessummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheredevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsworkfromanywheredevice.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheredevicessummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsworkfromanywheredevicessummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywherehardwarereadinessmetric https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsworkfromanywherehardwarereadinessmetric.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheremetric https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsworkfromanywheremetric.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticsworkfromanywheremodelperformance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-userexperienceanalyticsworkfromanywheremodelperformance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Warrantyoffer https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-warrantyoffer.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Warrantytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-warrantytype.md
Models and Manufactures meatadata for managed devices in the account
++
v1.0 Intune Devices Windowsdefenderproductstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsdefenderproductstatus.md
Product Status of Windows Defender
++
v1.0 Intune Devices Windowsdefenderscanactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsdefenderscanactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Windowsdeviceaccount https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsdeviceaccount.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Windowsdeviceadaccount https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsdeviceadaccount.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Windowsdeviceazureadaccount https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsdeviceazureadaccount.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Windowsdevicehealthstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsdevicehealthstate.md
Computer endpoint protection state
++
v1.0 Intune Devices Windowsdevicemalwarestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsdevicemalwarestate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Windowsmalwarecategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsmalwarecategory.md
Malware category id
++
v1.0 Intune Devices Windowsmalwarecategorycount https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsmalwarecategorycount.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Windowsmalwareexecutionstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsmalwareexecutionstate.md
Malware execution status
++
v1.0 Intune Devices Windowsmalwareexecutionstatecount https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsmalwareexecutionstatecount.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Windowsmalwareinformation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsmalwareinformation.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Windowsmalwarenamecount https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsmalwarenamecount.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Windowsmalwareoverview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsmalwareoverview.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Windowsmalwareseverity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsmalwareseverity.md
Malware severity
++
v1.0 Intune Devices Windowsmalwareseveritycount https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsmalwareseveritycount.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Windowsmalwarestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsmalwarestate.md
Malware current status
++
v1.0 Intune Devices Windowsmalwarestatecount https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsmalwarestatecount.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Windowsmalwarethreatstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsmalwarethreatstate.md
Malware threat status
++
v1.0 Intune Devices Windowsmanageddevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsmanageddevice.md
Here is a JSON representation of the resource.
"configurationManagerClientInformation": { "@odata.type": "microsoft.graph.configurationManagerClientInformation", "clientIdentifier": "String",
- "isBlocked": true
+ "isBlocked": true,
+ "clientVersion": "String"
}, "ethernetMacAddress": "String", "physicalMemoryInBytes": 1024,
Here is a JSON representation of the resource.
+++
v1.0 Intune Devices Windowsmanagementapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsmanagementapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Windowsmanagementapphealthstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsmanagementapphealthstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Windowsprotectionstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-devices-windowsprotectionstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Activedirectorywindowsautopilotdeploymentprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Appleenrollmentprofileassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-appleenrollmentprofileassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Appleownertypeenrollmenttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-appleownertypeenrollmenttype.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Appleuserinitiatedenrollmentprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-appleuserinitiatedenrollmentprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Appleuserinitiatedenrollmenttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-appleuserinitiatedenrollmenttype.md
Not yet documented
++
v1.0 Intune Enrollment Azureadwindowsautopilotdeploymentprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-azureadwindowsautopilotdeploymentprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Depenrollmentbaseprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-depenrollmentbaseprofile.md
Here is a JSON representation of the resource.
+++
v1.0 Intune Enrollment Depenrollmentprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-depenrollmentprofile.md
Here is a JSON representation of the resource.
+++
v1.0 Intune Enrollment Depiosenrollmentprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-depiosenrollmentprofile.md
Here is a JSON representation of the resource.
+++
v1.0 Intune Enrollment Depmacosenrollmentprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-depmacosenrollmentprofile.md
Inherits from [depEnrollmentBaseProfile](../resources/intune-enrollment-depenrol
|chooseYourLockScreenDisabled|Boolean|Indicates if iCloud Documents and Desktop screen is disabled| |accessibilityScreenDisabled|Boolean|Indicates if Accessibility screen is disabled| |autoUnlockWithWatchDisabled|Boolean|Indicates if UnlockWithWatch screen is disabled|
+|dontAutoPopulatePrimaryAccountInfo|Boolean|Indicates whether Setup Assistant will auto populate the primary account information|
+|lockPrimaryAccountInfo|Boolean|Indicates whether the primary account information will be locked|
+|managedLocalUserShortName|Boolean|Indicates whether or not this is the short name of the local account to manage|
+|primaryAccountFullName|String|Indicates what the full name for the primary account is|
+|primaryAccountUserName|String|Indicates what the account name for the primary account is|
+|requestRequiresNetworkTether|Boolean|Indicates if the device is network-tethered to run the command|
+|setPrimarySetupAccountAsRegularUser|Boolean|Indicates whether Setup Assistant will set the account as a regular user|
+|skipPrimarySetupAccountCreation|Boolean|Indicates whether Setup Assistant will skip the user interface for primary account setup|
+|isLocalPrimaryAccount|Boolean|Indicates whether the profile is a local account|
+|isPrimaryUser|Boolean|Indicates whether the profile is a primary user|
+|primaryUser|String|Indicates who the primary user of the profile is|
+|primaryUserFullName|String|Indicates who the primary user of the profile is|
+|prefillAccountInfo|Boolean|Indicates whether the user will prefill their account info|
+|enableRestrictEditing|Boolean|Indicates whether the user will enable blockediting|
## Relationships None
Here is a JSON representation of the resource.
"iCloudStorageDisabled": true, "chooseYourLockScreenDisabled": true, "accessibilityScreenDisabled": true,
- "autoUnlockWithWatchDisabled": true
+ "autoUnlockWithWatchDisabled": true,
+ "dontAutoPopulatePrimaryAccountInfo": true,
+ "lockPrimaryAccountInfo": true,
+ "managedLocalUserShortName": true,
+ "primaryAccountFullName": "String",
+ "primaryAccountUserName": "String",
+ "requestRequiresNetworkTether": true,
+ "setPrimarySetupAccountAsRegularUser": true,
+ "skipPrimarySetupAccountCreation": true,
+ "isLocalPrimaryAccount": true,
+ "isPrimaryUser": true,
+ "primaryUser": "String",
+ "primaryUserFullName": "String",
+ "prefillAccountInfo": true,
+ "enableRestrictEditing": true
} ``` +++
v1.0 Intune Enrollment Deponboardingsetting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-deponboardingsetting.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Deptokentype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-deptokentype.md
Not yet documented
++
v1.0 Intune Enrollment Deviceplatformtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-deviceplatformtype.md
Supported platform types.
++
v1.0 Intune Enrollment Discoverysource https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-discoverysource.md
Not yet documented
++
v1.0 Intune Enrollment Enrollmentprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-enrollmentprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Importedappledeviceidentity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-importedappledeviceidentity.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Importedappledeviceidentityresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-importedappledeviceidentityresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Importeddeviceidentity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-importeddeviceidentity.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Importeddeviceidentityresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-importeddeviceidentityresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Importeddeviceidentitytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-importeddeviceidentitytype.md
Not yet documented
++
v1.0 Intune Enrollment Importedwindowsautopilotdeviceidentity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-importedwindowsautopilotdeviceidentity.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Importedwindowsautopilotdeviceidentityimportstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-importedwindowsautopilotdeviceidentityimportstatus.md
Not yet documented
++
v1.0 Intune Enrollment Importedwindowsautopilotdeviceidentitystate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-importedwindowsautopilotdeviceidentitystate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Importedwindowsautopilotdeviceidentityuploadstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-importedwindowsautopilotdeviceidentityuploadstatus.md
Not yet documented
++
v1.0 Intune Enrollment Itunespairingmode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-itunespairingmode.md
Not yet documented
++
v1.0 Intune Enrollment Managementcertificatewiththumbprint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-managementcertificatewiththumbprint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Outofboxexperiencesettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-outofboxexperiencesettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Platform https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-platform.md
Not yet documented
++
v1.0 Intune Enrollment Suggestedenrollmentlimit https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-suggestedenrollmentlimit.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Windowsautopilotdeploymentprofileassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-windowsautopilotdeploymentprofileassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Windowsautopilotdeviceidentity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-windowsautopilotdeviceidentity.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Windowsautopilotdeviceremediationstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-windowsautopilotdeviceremediationstate.md
Device remediation status, indicating whether or not hardware has been changed f
++
v1.0 Intune Enrollment Windowsautopilotdevicetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-windowsautopilotdevicetype.md
Not yet documented
++
v1.0 Intune Enrollment Windowsautopilotprofileassignmentdetailedstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-windowsautopilotprofileassignmentdetailedstatus.md
Not yet documented
++
v1.0 Intune Enrollment Windowsautopilotprofileassignmentstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-windowsautopilotprofileassignmentstatus.md
Not yet documented
++
v1.0 Intune Enrollment Windowsautopilotsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-windowsautopilotsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Windowsautopilotsyncstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-windowsautopilotsyncstatus.md
Not yet documented
++
v1.0 Intune Enrollment Windowsdeviceusagetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-windowsdeviceusagetype.md
Not yet documented
++
v1.0 Intune Enrollment Windowsenrollmentstatusscreensettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-windowsenrollmentstatusscreensettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Windowsusertype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-enrollment-windowsusertype.md
Not yet documented
++
v1.0 Intune Esim Embeddedsimactivationcode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-esim-embeddedsimactivationcode.md
Here is a JSON representation of the resource.
++
v1.0 Intune Esim Embeddedsimactivationcodepool https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-esim-embeddedsimactivationcodepool.md
Here is a JSON representation of the resource.
++
v1.0 Intune Esim Embeddedsimactivationcodepoolassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-esim-embeddedsimactivationcodepoolassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Esim Embeddedsimdevicestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-esim-embeddedsimdevicestate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Esim Embeddedsimdevicestatevalue https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-esim-embeddedsimdevicestatevalue.md
Describes the various states for an embedded SIM activation code.
++
v1.0 Intune Esim Platformtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-esim-platformtype.md
Not yet documented
++
v1.0 Intune Esim Tuple_2Ofexecutiontype_Icollection_1Ofoperation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-esim-tuple_2ofexecutiontype_icollection_1ofoperation.md
Here is a JSON representation of the resource.
++
v1.0 Intune Gpanalyticsservice Grouppolicymigrationreadiness https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-gpanalyticsservice-grouppolicymigrationreadiness.md
Indicates if the Group Policy Object file is covered and ready for Intune migrat
++
v1.0 Intune Gpanalyticsservice Grouppolicymigrationreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-gpanalyticsservice-grouppolicymigrationreport.md
Here is a JSON representation of the resource.
++
v1.0 Intune Gpanalyticsservice Grouppolicyobjectfile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-gpanalyticsservice-grouppolicyobjectfile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Gpanalyticsservice Grouppolicysettingmapping https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-gpanalyticsservice-grouppolicysettingmapping.md
Here is a JSON representation of the resource.
++
v1.0 Intune Gpanalyticsservice Grouppolicysettingscope https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-gpanalyticsservice-grouppolicysettingscope.md
Scope of the group policy setting.
++
v1.0 Intune Gpanalyticsservice Grouppolicysettingtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-gpanalyticsservice-grouppolicysettingtype.md
Setting type of the group policy.
++
v1.0 Intune Gpanalyticsservice Mdmsupportedstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-gpanalyticsservice-mdmsupportedstate.md
Mdm Support Status of the setting.
++
v1.0 Intune Gpanalyticsservice Unsupportedgrouppolicyextension https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-gpanalyticsservice-unsupportedgrouppolicyextension.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Devicemanagementreports https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-devicemanagementreports.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicycategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicycategory.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicyconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicyconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicyconfigurationassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicyconfigurationassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicyconfigurationingestiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicyconfigurationingestiontype.md
Group Policy Configuration Ingestion Type
++
v1.0 Intune Grouppolicy Grouppolicyconfigurationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicyconfigurationtype.md
Group Policy Configuration Type
++
v1.0 Intune Grouppolicy Grouppolicydefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicydefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicydefinitionclasstype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicydefinitionclasstype.md
Group Policy Definition Class Type.
++
v1.0 Intune Grouppolicy Grouppolicydefinitionfile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicydefinitionfile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicydefinitionvalue https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicydefinitionvalue.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicyoperation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicyoperation.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicyoperationstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicyoperationstatus.md
Type of Group Policy operation status.
++
v1.0 Intune Grouppolicy Grouppolicyoperationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicyoperationtype.md
Type of Group Policy operation.
++
v1.0 Intune Grouppolicy Grouppolicypresentation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicypresentation.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicypresentationcheckbox https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicypresentationcheckbox.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicypresentationcombobox https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicypresentationcombobox.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicypresentationdecimaltextbox https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicypresentationdecimaltextbox.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicypresentationdropdownlist https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicypresentationdropdownlist.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicypresentationdropdownlistitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicypresentationdropdownlistitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicypresentationlistbox https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicypresentationlistbox.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicypresentationlongdecimaltextbox https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicypresentationmultitextbox https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicypresentationmultitextbox.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicypresentationtext https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicypresentationtext.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicypresentationtextbox https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicypresentationtextbox.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicypresentationvalue https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicypresentationvalue.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicypresentationvalueboolean https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicypresentationvalueboolean.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluedecimal https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicypresentationvaluedecimal.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluelist https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicypresentationvaluelist.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluelongdecimal https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicypresentationvaluelongdecimal.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluemultitext https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicypresentationvaluemultitext.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicypresentationvaluetext https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicypresentationvaluetext.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicytype.md
Type of Group Policy File or Definition.
++
v1.0 Intune Grouppolicy Grouppolicyuploadedcategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicyuploadedcategory.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicyuploadeddefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicyuploadeddefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicyuploadeddefinitionfile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicyuploadeddefinitionfile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicyuploadeddefinitionfilestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicyuploadeddefinitionfilestatus.md
Type of Group Policy uploaded definition file status.
++
v1.0 Intune Grouppolicy Grouppolicyuploadedlanguagefile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicyuploadedlanguagefile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Grouppolicyuploadedpresentation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-grouppolicyuploadedpresentation.md
Here is a JSON representation of the resource.
++
v1.0 Intune Grouppolicy Ingestionsource https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-grouppolicy-ingestionsource.md
Category Ingestion source
++
v1.0 Intune Mam Androidmanagedappregistration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-androidmanagedappregistration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Androidmanagedappsafetynetappsverificationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-androidmanagedappsafetynetappsverificationtype.md
An admin enforced Android SafetyNet Device Attestation requirement on a managed
++
v1.0 Intune Mam Androidmanagedappsafetynetdeviceattestationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-androidmanagedappsafetynetdeviceattestationtype.md
An admin enforced Android SafetyNet Device Attestation requirement on a managed
++
v1.0 Intune Mam Androidmanagedappsafetynetevaluationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-androidmanagedappsafetynetevaluationtype.md
An admin enforced Android SafetyNet evaluation type requirement on a managed app
++
v1.0 Intune Mam Androidmobileappidentifier https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-androidmobileappidentifier.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Appmanagementlevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-appmanagementlevel.md
Management levels for apps
++
v1.0 Intune Mam Defaultmanagedappprotection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-defaultmanagedappprotection.md
Inherits from [managedAppProtection](../resources/intune-mam-managedappprotectio
|managedBrowser|[managedBrowserType](../resources/intune-mam-managedbrowsertype.md)|Indicates in which managed browser(s) that internet links should be opened. When this property is configured, ManagedBrowserToOpenLinksRequired should be true. Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `notConfigured`, `microsoftEdge`.| |maximumAllowedDeviceThreatLevel|[managedAppDeviceThreatLevel](../resources/intune-mam-managedappdevicethreatlevel.md)|Maximum allowed device threat level, as reported by the MTD app Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `notConfigured`, `secured`, `low`, `medium`, `high`.| |mobileThreatDefenseRemediationAction|[managedAppRemediationAction](../resources/intune-mam-managedappremediationaction.md)|Determines what action to take if the mobile threat defense threat threshold isn't met. Warn isn't a supported value for this property Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `block`, `wipe`, `warn`.|
+|mobileThreatDefensePartnerPriority|[mobileThreatDefensePartnerPriority](../resources/intune-mam-mobilethreatdefensepartnerpriority.md)| Indicates how to prioritize which Mobile Threat Defense (MTD) partner is enabled for a given platform, when more than one is enabled. An app can only be actively using a single Mobile Threat Defense partner. When NULL, Microsoft Defender will be given preference. Otherwise setting the value to defenderOverThirdPartyPartner or thirdPartyPartnerOverDefender will make explicit which partner to prioritize. Possible values are: null, defenderOverThirdPartyPartner, thirdPartyPartnerOverDefender and unknownFutureValue. Default value is null Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `defenderOverThirdPartyPartner`, `thirdPartyPartnerOverDefender`, `unknownFutureValue`.|
|blockDataIngestionIntoOrganizationDocuments|Boolean|Indicates whether a user can bring data into org documents. Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md)| |allowedDataIngestionLocations|[managedAppDataIngestionLocation](../resources/intune-mam-managedappdataingestionlocation.md) collection|Data storage locations where a user may store managed data. Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md)| |appActionIfUnableToAuthenticateUser|[managedAppRemediationAction](../resources/intune-mam-managedappremediationaction.md)|If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD. Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `block`, `wipe`, `warn`.|
Here is a JSON representation of the resource.
"managedBrowser": "String", "maximumAllowedDeviceThreatLevel": "String", "mobileThreatDefenseRemediationAction": "String",
+ "mobileThreatDefensePartnerPriority": "String",
"blockDataIngestionIntoOrganizationDocuments": true, "allowedDataIngestionLocations": [ "String"
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Iosmanagedappregistration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-iosmanagedappregistration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Iosmobileappidentifier https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-iosmobileappidentifier.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Json https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-json.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Macappidentifier https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-macappidentifier.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedappclipboardsharinglevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedappclipboardsharinglevel.md
Represents the level to which the device's clipboard may be shared between apps
++
v1.0 Intune Mam Managedappconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedappconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedappdataencryptiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedappdataencryptiontype.md
Represents the level to which app data is encrypted for managed apps
++
v1.0 Intune Mam Managedappdataingestionlocation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedappdataingestionlocation.md
Locations which can be used to bring data into organization documents
++
v1.0 Intune Mam Managedappdatastoragelocation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedappdatastoragelocation.md
Storage locations where managed apps can potentially store their data
++
v1.0 Intune Mam Managedappdatatransferlevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedappdatatransferlevel.md
Data can be transferred from/to these classes of apps
++
v1.0 Intune Mam Managedappdevicethreatlevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedappdevicethreatlevel.md
The maxium threat level allowed for an app to be compliant.
++
v1.0 Intune Mam Managedappdiagnosticstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedappdiagnosticstatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedappflaggedreason https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedappflaggedreason.md
The reason for which a user has been flagged
++
v1.0 Intune Mam Managedappnotificationrestriction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedappnotificationrestriction.md
Restrict managed app notification
++
v1.0 Intune Mam Managedappoperation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedappoperation.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedappphonenumberredirectlevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedappphonenumberredirectlevel.md
The classes of apps that are allowed to click-to-open a phone number, for making
++
v1.0 Intune Mam Managedapppincharacterset https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedapppincharacterset.md
Character set which is to be used for a user's app PIN
++
v1.0 Intune Mam Managedapppolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedapppolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedapppolicydeploymentsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedapppolicydeploymentsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedapppolicydeploymentsummaryperapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedapppolicydeploymentsummaryperapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedappprotection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedappprotection.md
Inherits from [managedAppPolicy](../resources/intune-mam-managedapppolicy.md)
|managedBrowser|[managedBrowserType](../resources/intune-mam-managedbrowsertype.md)|Indicates in which managed browser(s) that internet links should be opened. When this property is configured, ManagedBrowserToOpenLinksRequired should be true. Possible values are: `notConfigured`, `microsoftEdge`.| |maximumAllowedDeviceThreatLevel|[managedAppDeviceThreatLevel](../resources/intune-mam-managedappdevicethreatlevel.md)|Maximum allowed device threat level, as reported by the MTD app. Possible values are: `notConfigured`, `secured`, `low`, `medium`, `high`.| |mobileThreatDefenseRemediationAction|[managedAppRemediationAction](../resources/intune-mam-managedappremediationaction.md)|Determines what action to take if the mobile threat defense threat threshold isn't met. Warn isn't a supported value for this property. Possible values are: `block`, `wipe`, `warn`.|
+|mobileThreatDefensePartnerPriority|[mobileThreatDefensePartnerPriority](../resources/intune-mam-mobilethreatdefensepartnerpriority.md)| Indicates how to prioritize which Mobile Threat Defense (MTD) partner is enabled for a given platform, when more than one is enabled. An app can only be actively using a single Mobile Threat Defense partner. When NULL, Microsoft Defender will be given preference. Otherwise setting the value to defenderOverThirdPartyPartner or thirdPartyPartnerOverDefender will make explicit which partner to prioritize. Possible values are: null, defenderOverThirdPartyPartner, thirdPartyPartnerOverDefender and unknownFutureValue. Default value is null. Possible values are: `defenderOverThirdPartyPartner`, `thirdPartyPartnerOverDefender`, `unknownFutureValue`.|
|blockDataIngestionIntoOrganizationDocuments|Boolean|Indicates whether a user can bring data into org documents.| |allowedDataIngestionLocations|[managedAppDataIngestionLocation](../resources/intune-mam-managedappdataingestionlocation.md) collection|Data storage locations where a user may store managed data.| |appActionIfUnableToAuthenticateUser|[managedAppRemediationAction](../resources/intune-mam-managedappremediationaction.md)|If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD. Possible values are: `block`, `wipe`, `warn`.|
Here is a JSON representation of the resource.
"managedBrowser": "String", "maximumAllowedDeviceThreatLevel": "String", "mobileThreatDefenseRemediationAction": "String",
+ "mobileThreatDefensePartnerPriority": "String",
"blockDataIngestionIntoOrganizationDocuments": true, "allowedDataIngestionLocations": [ "String"
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedappregistration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedappregistration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedappremediationaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedappremediationaction.md
An admin initiated action to be applied on a managed app.
++
v1.0 Intune Mam Managedappstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedappstatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedappstatusraw https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedappstatusraw.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedbrowsertype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedbrowsertype.md
Type of managed browser
++
v1.0 Intune Mam Managedmobileapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-managedmobileapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Mobileappidentifier https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-mobileappidentifier.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Mobilethreatdefensepartnerpriority https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-mobilethreatdefensepartnerpriority.md
+
+ Title: "mobileThreatDefensePartnerPriority enum type"
+description: "Determines the conflict resolution strategy, when more than one Mobile Threat Defense provider is enabled."
+
+localization_priority: Normal
++
+# mobileThreatDefensePartnerPriority enum 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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Determines the conflict resolution strategy, when more than one Mobile Threat Defense provider is enabled.
+
+## Members
+|Member|Value|Description|
+|:|:|:|
+|defenderOverThirdPartyPartner|0|Indicates use of Microsoft Defender Endpoint over 3rd party MTD connectors|
+|thirdPartyPartnerOverDefender|1|Indicates use of a 3rd party MTD connector over Microsoft Defender Endpoint|
+|unknownFutureValue|2|Evolvable enumeration sentinel value. Do not use.|
++++++
v1.0 Intune Mam Targetedmanagedappgrouptype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-targetedmanagedappgrouptype.md
Indicates a collection of apps to target which can be one of several pre-defined
++
v1.0 Intune Mam Targetedmanagedapppolicyassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-targetedmanagedapppolicyassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Targetedmanagedappprotection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-targetedmanagedappprotection.md
Inherits from [managedAppProtection](../resources/intune-mam-managedappprotectio
|managedBrowser|[managedBrowserType](../resources/intune-mam-managedbrowsertype.md)|Indicates in which managed browser(s) that internet links should be opened. When this property is configured, ManagedBrowserToOpenLinksRequired should be true. Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `notConfigured`, `microsoftEdge`.| |maximumAllowedDeviceThreatLevel|[managedAppDeviceThreatLevel](../resources/intune-mam-managedappdevicethreatlevel.md)|Maximum allowed device threat level, as reported by the MTD app Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `notConfigured`, `secured`, `low`, `medium`, `high`.| |mobileThreatDefenseRemediationAction|[managedAppRemediationAction](../resources/intune-mam-managedappremediationaction.md)|Determines what action to take if the mobile threat defense threat threshold isn't met. Warn isn't a supported value for this property Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `block`, `wipe`, `warn`.|
+|mobileThreatDefensePartnerPriority|[mobileThreatDefensePartnerPriority](../resources/intune-mam-mobilethreatdefensepartnerpriority.md)| Indicates how to prioritize which Mobile Threat Defense (MTD) partner is enabled for a given platform, when more than one is enabled. An app can only be actively using a single Mobile Threat Defense partner. When NULL, Microsoft Defender will be given preference. Otherwise setting the value to defenderOverThirdPartyPartner or thirdPartyPartnerOverDefender will make explicit which partner to prioritize. Possible values are: null, defenderOverThirdPartyPartner, thirdPartyPartnerOverDefender and unknownFutureValue. Default value is null Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `defenderOverThirdPartyPartner`, `thirdPartyPartnerOverDefender`, `unknownFutureValue`.|
|blockDataIngestionIntoOrganizationDocuments|Boolean|Indicates whether a user can bring data into org documents. Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md)| |allowedDataIngestionLocations|[managedAppDataIngestionLocation](../resources/intune-mam-managedappdataingestionlocation.md) collection|Data storage locations where a user may store managed data. Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md)| |appActionIfUnableToAuthenticateUser|[managedAppRemediationAction](../resources/intune-mam-managedappremediationaction.md)|If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD. Inherited from [managedAppProtection](../resources/intune-mam-managedappprotection.md). Possible values are: `block`, `wipe`, `warn`.|
Here is a JSON representation of the resource.
"managedBrowser": "String", "maximumAllowedDeviceThreatLevel": "String", "mobileThreatDefenseRemediationAction": "String",
+ "mobileThreatDefensePartnerPriority": "String",
"blockDataIngestionIntoOrganizationDocuments": true, "allowedDataIngestionLocations": [ "String"
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsappidentifier https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-windowsappidentifier.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-windowsinformationprotection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectionapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-windowsinformationprotectionapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectionapplockerfile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-windowsinformationprotectionapplockerfile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectiondatarecoverycertificate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-windowsinformationprotectiondatarecoverycertificate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectiondesktopapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-windowsinformationprotectiondesktopapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectiondeviceregistration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-windowsinformationprotectiondeviceregistration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectionenforcementlevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-windowsinformationprotectionenforcementlevel.md
Possible values for WIP Protection enforcement levels
++
v1.0 Intune Mam Windowsinformationprotectioniprangecollection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-windowsinformationprotectioniprangecollection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectionpincharacterrequirements https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-windowsinformationprotectionpincharacterrequirements.md
Pin Character Requirements
++
v1.0 Intune Mam Windowsinformationprotectionpolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-windowsinformationprotectionpolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectionproxieddomaincollection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-windowsinformationprotectionproxieddomaincollection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectionresourcecollection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-windowsinformationprotectionresourcecollection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectionstoreapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-windowsinformationprotectionstoreapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectionwipeaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-windowsinformationprotectionwipeaction.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsmanagedappclipboardsharinglevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-windowsmanagedappclipboardsharinglevel.md
Represents the level to which the device's clipboard may be shared between apps
++
v1.0 Intune Mam Windowsmanagedappdatatransferlevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-windowsmanagedappdatatransferlevel.md
Data can be transferred from/to these classes of apps
++
v1.0 Intune Mam Windowsmanagedappprotection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mam-windowsmanagedappprotection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mstunnel Metrictimeseriesdatapoint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mstunnel-metrictimeseriesdatapoint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mstunnel Microsofttunnelconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mstunnel-microsofttunnelconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mstunnel Microsofttunnelhealththreshold https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mstunnel-microsofttunnelhealththreshold.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mstunnel Microsofttunnellogcollectionstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mstunnel-microsofttunnellogcollectionstatus.md
Enum type that represent the status of log collection.
++
v1.0 Intune Mstunnel Microsofttunnelserver https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mstunnel-microsofttunnelserver.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mstunnel Microsofttunnelserverhealthstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mstunnel-microsofttunnelserverhealthstatus.md
Enum of possible MicrosoftTunnelServer health status types
++
v1.0 Intune Mstunnel Microsofttunnelserverlogcollectionresponse https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mstunnel-microsofttunnelserverlogcollectionresponse.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mstunnel Microsofttunnelsite https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-mstunnel-microsofttunnelsite.md
Here is a JSON representation of the resource.
++
v1.0 Intune Notification Localizednotificationmessage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-notification-localizednotificationmessage.md
Here is a JSON representation of the resource.
++
v1.0 Intune Notification Notificationmessagetemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-notification-notificationmessagetemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Notification Notificationtemplatebrandingoptions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-notification-notificationtemplatebrandingoptions.md
Branding Options for the Message Template. Branding is defined in the Intune Adm
++
v1.0 Intune Odj Devicemanagementdomainjoinconnector https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-odj-devicemanagementdomainjoinconnector.md
Here is a JSON representation of the resource.
++
v1.0 Intune Odj Devicemanagementdomainjoinconnectorstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-odj-devicemanagementdomainjoinconnectorstate.md
The ODJ request states.
++
v1.0 Intune Onboarding Certificateconnectorsetting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-certificateconnectorsetting.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Compliancemanagementpartner https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-compliancemanagementpartner.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Compliancemanagementpartnerassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-compliancemanagementpartnerassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Deviceandappmanagementdata https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-deviceandappmanagementdata.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Devicecomanagementauthorityconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-devicecomanagementauthorityconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Deviceenrollmentconfigurationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-deviceenrollmentconfigurationtype.md
Describes the TemplateFamily for the Template entity
++
v1.0 Intune Onboarding Deviceenrollmentlimitconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-deviceenrollmentlimitconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Deviceenrollmentnotificationconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-deviceenrollmentnotificationconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestriction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-deviceenrollmentplatformrestriction.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestrictionconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestrictionsconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Deviceenrollmentwindowshelloforbusinessconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Devicemanagementexchangeaccesslevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-devicemanagementexchangeaccesslevel.md
Access Level in Exchange.
++
v1.0 Intune Onboarding Devicemanagementexchangeaccessrule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-devicemanagementexchangeaccessrule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Devicemanagementexchangeaccessruletype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-devicemanagementexchangeaccessruletype.md
Criteria which defines the type of device this access rule will apply to
++
v1.0 Intune Onboarding Devicemanagementexchangeconnector https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-devicemanagementexchangeconnector.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Devicemanagementexchangeconnectorstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-devicemanagementexchangeconnectorstatus.md
The current status of the Exchange Connector.
++
v1.0 Intune Onboarding Devicemanagementexchangeconnectorsynctype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-devicemanagementexchangeconnectorsynctype.md
The type of Exchange Connector sync requested.
++
v1.0 Intune Onboarding Devicemanagementexchangeconnectortype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-devicemanagementexchangeconnectortype.md
The type of Exchange Connector.
++
v1.0 Intune Onboarding Devicemanagementexchangedeviceclass https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-devicemanagementexchangedeviceclass.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Devicemanagementexchangeonpremisespolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-devicemanagementexchangeonpremisespolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Devicemanagementpartner https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-devicemanagementpartner.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Devicemanagementpartnerapptype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-devicemanagementpartnerapptype.md
Partner App Type.
++
v1.0 Intune Onboarding Devicemanagementpartnerassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-devicemanagementpartnerassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Devicemanagementpartnertenantstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-devicemanagementpartnertenantstate.md
Partner state of this tenant.
++
v1.0 Intune Onboarding Deviceplatformtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-deviceplatformtype.md
Supported platform types.
++
v1.0 Intune Onboarding Enrollmentconfigurationassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-enrollmentconfigurationassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Enrollmentnotificationbrandingoptions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-enrollmentnotificationbrandingoptions.md
Branding Options for the Message Template. Branding is defined in the Intune Adm
++
v1.0 Intune Onboarding Enrollmentnotificationtemplatetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-enrollmentnotificationtemplatetype.md
This enum indicates the Template type for which the enrollment notification appl
++
v1.0 Intune Onboarding Enrollmentrestrictionplatformtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-enrollmentrestrictionplatformtype.md
This enum indicates the platform type for which the enrollment restriction appli
++
v1.0 Intune Onboarding Intunebrand https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-intunebrand.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Mdmauthority https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-mdmauthority.md
Mobile device management authority.
++
v1.0 Intune Onboarding Microsoftstoreforbusinessportalselectionoptions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-microsoftstoreforbusinessportalselectionoptions.md
Portal to which admin syncs available Microsoft Store for Business apps. This is
++
v1.0 Intune Onboarding Mobilethreatdefenseconnector https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-mobilethreatdefenseconnector.md
Entity which represents a connection to Mobile threat defense partner.
|partnerState|[mobileThreatPartnerTenantState](../resources/intune-onboarding-mobilethreatpartnertenantstate.md)|Data Sync Partner state for this account. Possible values are: `unavailable`, `available`, `enabled`, `unresponsive`.| |androidMobileApplicationManagementEnabled|Boolean|For Android, set whether data from the data sync partner should be used during Mobile Application Management (MAM) evaluations. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation.| |iosMobileApplicationManagementEnabled|Boolean|For IOS, get or set whether data from the data sync partner should be used during Mobile Application Management (MAM) evaluations. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation.|
+|windowsMobileApplicationManagementEnabled|Boolean|When TRUE, app protection policies using the Device Threat Level rule will evaluate devices including data from this connector for Windows. When FALSE, Intune will not use device risk details sent over this connector during app protection policies calculation for policies with a Device Threat Level configured. Existing devices that are not compliant due to risk levels obtained from this connector will also become compliant.|
|androidEnabled|Boolean|For Android, set whether data from the data sync partner should be used during compliance evaluations| |iosEnabled|Boolean|For IOS, get or set whether data from the data sync partner should be used during compliance evaluations| |windowsEnabled|Boolean|For Windows, get or set whether data from the data sync partner should be used during compliance evaluations|
Here is a JSON representation of the resource.
"partnerState": "String", "androidMobileApplicationManagementEnabled": true, "iosMobileApplicationManagementEnabled": true,
+ "windowsMobileApplicationManagementEnabled": true,
"androidEnabled": true, "iosEnabled": true, "windowsEnabled": true,
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Mobilethreatpartnertenantstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-mobilethreatpartnertenantstate.md
Partner state of this tenant.
++
v1.0 Intune Onboarding Onpremisesconditionalaccesssettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-onpremisesconditionalaccesssettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Organization https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-organization.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Sideloadingkey https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-sideloadingkey.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Vpptokenlicensesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-vppTokenLicenseSummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Vpptoken https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-vpptoken.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Vpptokenactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-vpptokenactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Vpptokenrevokelicensesactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-vpptokenrevokelicensesactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Vpptokenstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-vpptokenstate.md
Possible states associated with an Apple Volume Purchase Program token.
++
v1.0 Intune Onboarding Vpptokensyncstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-vpptokensyncstatus.md
Possible sync statuses associated with an Apple Volume Purchase Program token.
++
v1.0 Intune Onboarding Windows10enrollmentcompletionpageconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-windows10enrollmentcompletionpageconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Windowshelloforbusinesspinusage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-onboarding-windowshelloforbusinesspinusage.md
Windows Hello for Business pin usage options
++
v1.0 Intune Partnerintegration Appvulnerabilitymanageddevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-appvulnerabilitymanageddevice.md
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Appvulnerabilitymobileapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-appvulnerabilitymobileapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Appvulnerabilitytask https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-appvulnerabilitytask.md
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Appvulnerabilitytaskmitigationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-appvulnerabilitytaskmitigationtype.md
Device app management task mitigation type.
++
v1.0 Intune Partnerintegration Configmanagercollection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-configmanagercollection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Configmanagerpolicysummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-configmanagerpolicysummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Deviceappmanagementtask https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-deviceappmanagementtask.md
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Deviceappmanagementtaskcategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-deviceappmanagementtaskcategory.md
Device app management task category.
++
v1.0 Intune Partnerintegration Deviceappmanagementtaskpriority https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-deviceappmanagementtaskpriority.md
Device app management task priority.
++
v1.0 Intune Partnerintegration Deviceappmanagementtaskstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-deviceappmanagementtaskstatus.md
Device app management task status.
++
v1.0 Intune Partnerintegration Endpointsecurityconfigurationapplicableplatform https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-endpointsecurityconfigurationapplicableplatform.md
The endpoint security configuration applicable platform.
++
v1.0 Intune Partnerintegration Endpointsecurityconfigurationprofiletype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-endpointsecurityconfigurationprofiletype.md
The endpoint security policy profile type.
++
v1.0 Intune Partnerintegration Endpointsecurityconfigurationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-endpointsecurityconfigurationtype.md
The endpoint security policy type.
++
v1.0 Intune Partnerintegration Organizationalmessagecontent https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessagecontent.md
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Organizationalmessagedetail https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessagedetail.md
This will allow the admin to see the specific details of an organizational messa
|Property|Type|Description| |:|:|:| |id|String|A unique identifier for the organizational message|
-|scenario|[organizationalMessageScenario](../resources/intune-partnerintegration-organizationalmessagescenario.md)|Indicates the scenario for the message. Possible values are: `onboarding`, `lifecycle`.|
-|surface|[organizationalMessageSurface](../resources/intune-partnerintegration-organizationalmessagesurface.md)|Indicates the area where content will be displayed to customers. Possible values are: `actionCenter`, `getStarted`, `softLanding`.|
-|status|[organizationalMessageStatus](../resources/intune-partnerintegration-organizationalmessagestatus.md)|Indicates the deployment status of the message. Possible values are: `scheduled`, `active`, `completed`, `cancelled`.|
+|scenario|[organizationalMessageScenario](../resources/intune-partnerintegration-organizationalmessagescenario.md)|Indicates the scenario for the message. Possible values are: `onboarding`, `lifecycle`, `unknownFutureValue`.|
+|surface|[organizationalMessageSurface](../resources/intune-partnerintegration-organizationalmessagesurface.md)|Indicates the area where content will be displayed to customers. Possible values are: `actionCenter`, `getStarted`, `softLanding`, `unknownFutureValue`.|
+|status|[organizationalMessageStatus](../resources/intune-partnerintegration-organizationalmessagestatus.md)|Indicates the deployment status of the message. Possible values are: `scheduled`, `active`, `completed`, `cancelled`, `unknownFutureValue`.|
|startDateTime|DateTimeOffset|The date and time of when the message will start being displayed to clients| |endDateTime|DateTimeOffset|The date and time of when the message will stop being displayed to clients| |createdDateTime|DateTimeOffset|The date and time of when the message was created| |lastModifiedDateTime|DateTimeOffset|The date and time of when the message was last modified| |userEngagementStatistics|[organizationalMessageInsights](../resources/intune-partnerintegration-organizationalmessageinsights.md)|The statistics containing how the message was interacted with by clients. This includes the number of impressions, clicks, and dismisses from targeted clients.|
-|frequency|[organizationalMessageFrequency](../resources/intune-partnerintegration-organizationalmessagefrequency.md)|The frequency at which a client will see the message. Possible values are: `weeklyOnce`, `monthlyOnce`, `monthlyTwice`.|
+|frequency|[organizationalMessageFrequency](../resources/intune-partnerintegration-organizationalmessagefrequency.md)|The frequency at which a client will see the message. Possible values are: `weeklyOnce`, `monthlyOnce`, `monthlyTwice`, `unknownFutureValue`.|
|targeting|[organizationalMessageTargeting](../resources/intune-partnerintegration-organizationalmessagetargeting.md)|The groups of devices that will receive the message. This also contains a list of excluded groups that will not receive the message regardless of the device being part of an included group| |content|[organizationalMessageContent](../resources/intune-partnerintegration-organizationalmessagecontent.md)|The content that will be displayed to clients for the message. This includes the text portion of the message and the displayed logo|
-|theme|[organizationalMessageTheme](../resources/intune-partnerintegration-organizationalmessagetheme.md)|Indicates the theme for the experience. Possible values are: `update`, `training`, `welcomeToWindows`.|
+|theme|[organizationalMessageTheme](../resources/intune-partnerintegration-organizationalmessagetheme.md)|Indicates the theme for the experience. Possible values are: `update`, `training`, `welcomeToWindows`, `explore`, `unknownFutureValue`.|
|variant|String|Indicates the corresponding variant for the experience| ## Relationships
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Organizationalmessagefrequency https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessagefrequency.md
Indicates the frequency at which a client will see the message
|weeklyOnce|0|Indicates that the message will be displayed once a week| |monthlyOnce|1|Indicates that the message will be displayed once a month| |monthlyTwice|2|Indicates that the message will be displayed twice a month|
+|unknownFutureValue|3|UnknownFutureValue, Evolvable enumeration sentinel value. Do not use.|
++
v1.0 Intune Partnerintegration Organizationalmessageguidedcontent https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessageguidedcontent.md
This will allow the admin to see the different templated organizational messages
|Property|Type|Description| |:|:|:| |id|String|A unique identifier for the guided content|
-|scenario|[organizationalMessageScenario](../resources/intune-partnerintegration-organizationalmessagescenario.md)|Indicates the scenario for the guided content. Possible values are: `onboarding`, `lifecycle`.|
-|theme|[organizationalMessageTheme](../resources/intune-partnerintegration-organizationalmessagetheme.md)|Indicates the theme for the guided content. Possible values are: `update`, `training`, `welcomeToWindows`.|
-|surface|[organizationalMessageSurface](../resources/intune-partnerintegration-organizationalmessagesurface.md)|Indicates the area where content will be displayed to customers. Possible values are: `actionCenter`, `getStarted`, `softLanding`.|
+|scenario|[organizationalMessageScenario](../resources/intune-partnerintegration-organizationalmessagescenario.md)|Indicates the scenario for the guided content. Possible values are: `onboarding`, `lifecycle`, `unknownFutureValue`.|
+|theme|[organizationalMessageTheme](../resources/intune-partnerintegration-organizationalmessagetheme.md)|Indicates the theme for the guided content. Possible values are: `update`, `training`, `welcomeToWindows`, `explore`, `unknownFutureValue`.|
+|surface|[organizationalMessageSurface](../resources/intune-partnerintegration-organizationalmessagesurface.md)|Indicates the area where content will be displayed to customers. Possible values are: `actionCenter`, `getStarted`, `softLanding`, `unknownFutureValue`.|
|placementDetails|[organizationalMessagePlacementDetail](../resources/intune-partnerintegration-organizationalmessageplacementdetail.md) collection|Contains the different types of text content that can be displayed to customers along with their localized values| |logo|[organizationalMessageLogoGuide](../resources/intune-partnerintegration-organizationalmessagelogoguide.md)|Example of the logo that will be displayed to customers and its size requirements|
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Organizationalmessageinsights https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessageinsights.md
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Organizationalmessagelocalizedtext https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessagelocalizedtext.md
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Organizationalmessagelogo https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessagelogo.md
Contains the logo's binary content or a url to the logo's downloadable location.
|Property|Type|Description| |:|:|:| |logo|Binary|The binary contents of the logo. This is null when logoCdnUrl is used to send the logo|
-|contentType|[organizationalMessageLogoType](../resources/intune-partnerintegration-organizationalmessagelogotype.md)|The content type of the logo that is contained in the logo array. This is null when logoCdnUrl is used to send the logo. Possible values are: `png`.|
+|contentType|[organizationalMessageLogoType](../resources/intune-partnerintegration-organizationalmessagelogotype.md)|The content type of the logo that is contained in the logo array. This is null when logoCdnUrl is used to send the logo. Possible values are: `png`, `unknownFutureValue`.|
|logoCdnUrl|String|The url at which the logo resides. This is null when logo and contentType are used to send the logo| ## Relationships
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Organizationalmessagelogodimensions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessagelogodimensions.md
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Organizationalmessagelogoguide https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessagelogoguide.md
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Organizationalmessagelogotype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessagelogotype.md
Indicates the content type of the logo
|Member|Value|Description| |:|:|:| |png|0|Indicates that logo is a png file|
+|unknownFutureValue|1|UnknownFutureValue, Evolvable enumeration sentinel value. Do not use.|
++
v1.0 Intune Partnerintegration Organizationalmessageplacement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessageplacement.md
Indicates the name of the placement
|card1|2|Indicates the area where the second card is displayed. Only applies to the getStarted surface| |card2|3|Indicates the area where the third card is displayed. Only applies to the getStarted surface| |card3|4|Indicates the area where the fourth card is displayed. Only applies to the getStarted surface|
+|unknownFutureValue|5|UnknownFutureValue, Evolvable enumeration sentinel value. Do not use.|
++
v1.0 Intune Partnerintegration Organizationalmessageplacementdetail https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessageplacementdetail.md
Contains the different variants of text that can be displayed for a given placem
## Properties |Property|Type|Description| |:|:|:|
-|placement|[organizationalMessagePlacement](../resources/intune-partnerintegration-organizationalmessageplacement.md)|Indicates the name of the placement. Possible values are: `default`, `card0`, `card1`, `card2`, `card3`.|
+|placement|[organizationalMessagePlacement](../resources/intune-partnerintegration-organizationalmessageplacement.md)|Indicates the name of the placement. Possible values are: `default`, `card0`, `card1`, `card2`, `card3`, `unknownFutureValue`.|
|variants|[organizationalMessageVariant](../resources/intune-partnerintegration-organizationalmessagevariant.md) collection|The list of different variants that can be displayed for this placement| ## Relationships
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Organizationalmessagescenario https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessagescenario.md
Indicates the scenario for the message
|:|:|:| |onboarding|0|Indicates onboarding scenario| |lifecycle|1|Indicates lifecycle scenario|
+|unknownFutureValue|2|UnknownFutureValue, Evolvable enumeration sentinel value. Do not use.|
++
v1.0 Intune Partnerintegration Organizationalmessagestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessagestatus.md
Indicates the deployment status of the message
|active|1|Indicates that the message is currently live and being presented to clients| |completed|2|Indicates that the message has been displayed to users already and is no longer active| |cancelled|3|Indicates that the message has been cancelled and will not be shown|
+|unknownFutureValue|4|UnknownFutureValue, Evolvable enumeration sentinel value. Do not use.|
++
v1.0 Intune Partnerintegration Organizationalmessagesurface https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessagesurface.md
Indicates the area where content will be displayed to customers
|actionCenter|0|Indicates the message will be displayed on the Window's Action Center| |getStarted|1|Indicates the message will be displayed on the Get Started page| |softLanding|2|Indicates the message will be displayed to the Soft Landing which is anchored to the Windows taskbar|
+|unknownFutureValue|3|UnknownFutureValue, Evolvable enumeration sentinel value. Do not use.|
++
v1.0 Intune Partnerintegration Organizationalmessagetargeting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessagetargeting.md
Contains the groups of devices that will be targeted to receive the organization
## Properties |Property|Type|Description| |:|:|:|
-|targetingType|[organizationalMessageTargetingType](../resources/intune-partnerintegration-organizationalmessagetargetingtype.md)|Indicates the type of targeting. Possible values are: `aadGroup`.|
+|targetingType|[organizationalMessageTargetingType](../resources/intune-partnerintegration-organizationalmessagetargetingtype.md)|Indicates the type of targeting. Possible values are: `aadGroup`, `unknownFutureValue`.|
|includeIds|String collection|The groups that will be targeted and receive the message| |excludeIds|String collection|The groups that will not receive the message. If a user from an excluded group is part of an included group, it will not receive the message|
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Organizationalmessagetargetingtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessagetargetingtype.md
Indicates the type of targeting
|Member|Value|Description| |:|:|:| |aadGroup|0|Indicates that client devices are targeted by their AAD group|
+|unknownFutureValue|1|UnknownFutureValue, Evolvable enumeration sentinel value. Do not use.|
++
v1.0 Intune Partnerintegration Organizationalmessagetext https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessagetext.md
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Organizationalmessagetheme https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessagetheme.md
Indicates the theme for the guided content
|update|0|Indicates the Update theme| |training|1|Indicates the Training theme| |welcomeToWindows|2|Indicates the Welcome to Windows theme|
+|explore|3|Indicates the Explore|
+|unknownFutureValue|4|UnknownFutureValue, Evolvable enumeration sentinel value. Do not use.|
++
v1.0 Intune Partnerintegration Organizationalmessagevariant https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-organizationalmessagevariant.md
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Securityconfigurationtask https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-securityconfigurationtask.md
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Unmanageddevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-unmanageddevice.md
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Unmanageddevicediscoverytask https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-unmanageddevicediscoverytask.md
Here is a JSON representation of the resource.
++
v1.0 Intune Partnerintegration Vulnerablemanageddevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-partnerintegration-vulnerablemanageddevice.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Assignmentfilterevaluaterequest https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-assignmentfilterevaluaterequest.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Assignmentfilterevaluationresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-assignmentfilterevaluationresult.md
Supported evaluation results for filter.
++
v1.0 Intune Policyset Assignmentfilterevaluationsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-assignmentfilterevaluationsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Assignmentfilteroperator https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-assignmentfilteroperator.md
Represents the different type of operators which can be used to craft the Assign
++
v1.0 Intune Policyset Assignmentfilterpayloadtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-assignmentfilterpayloadtype.md
Represents the payload type AssignmentFilter is being assigned to.
++
v1.0 Intune Policyset Assignmentfilterstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-assignmentfilterstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Assignmentfilterstatusdetails https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-assignmentfilterstatusdetails.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Assignmentfiltersupportedproperty https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-assignmentfiltersupportedproperty.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Assignmentfiltertypeandevaluationresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-assignmentfiltertypeandevaluationresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Assignmentfiltervalidationresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-assignmentfiltervalidationresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Deviceandappmanagementassignmentfilter https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-deviceandappmanagementassignmentfilter.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Devicecompliancepolicypolicysetitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-devicecompliancepolicypolicysetitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Deviceconfigurationpolicysetitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-deviceconfigurationpolicysetitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Devicemanagementconfigurationpolicypolicysetitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-devicemanagementconfigurationpolicypolicysetitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Devicemanagementscriptpolicysetitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-devicemanagementscriptpolicysetitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Deviceplatformtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-deviceplatformtype.md
Supported platform types.
++
v1.0 Intune Policyset Enrollmentrestrictionsconfigurationpolicysetitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-enrollmentrestrictionsconfigurationpolicysetitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Errorcode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-errorcode.md
Not yet documented
++
v1.0 Intune Policyset Haspayloadlinkresultitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-haspayloadlinkresultitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Ioslobappprovisioningconfigurationpolicysetitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-ioslobappprovisioningconfigurationpolicysetitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Managedappprotectionpolicysetitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-managedappprotectionpolicysetitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Manageddevicemobileappconfigurationpolicysetitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-manageddevicemobileappconfigurationpolicysetitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Mdmwindowsinformationprotectionpolicypolicysetitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-mdmwindowsinformationprotectionpolicypolicysetitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Mobileapppolicysetitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-mobileapppolicysetitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Payloadcompatibleassignmentfilter https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-payloadcompatibleassignmentfilter.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Policyset https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-policyset.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Policysetassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-policysetassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Policysetitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-policysetitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Policysetstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-policysetstatus.md
The enum to specify the status of PolicySet.
++
v1.0 Intune Policyset Targetedmanagedappconfigurationpolicysetitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-targetedmanagedappconfigurationpolicysetitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Windows10enrollmentcompletionpageconfigurationpolicysetitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-windows10enrollmentcompletionpageconfigurationpolicysetitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Policyset Windowsautopilotdeploymentprofilepolicysetitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-policyset-windowsautopilotdeploymentprofilepolicysetitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Raimportcerts Certificateconnectordetails https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-raimportcerts-certificateconnectordetails.md
Entity used to retrieve information about Intune Certificate Connectors.
|machineName|String|Name of the machine hosting this connector service.| |enrollmentDateTime|DateTimeOffset|Date/time when this connector was enrolled.| |lastCheckinDateTime|DateTimeOffset|Date/time when this connector last connected to the service.|
+|connectorVersion|String|Version of the connector installed.|
## Relationships None
Here is a JSON representation of the resource.
"connectorName": "String", "machineName": "String", "enrollmentDateTime": "String (timestamp)",
- "lastCheckinDateTime": "String (timestamp)"
+ "lastCheckinDateTime": "String (timestamp)",
+ "connectorVersion": "String"
} ``` ++
v1.0 Intune Raimportcerts Certificateconnectorhealthmetricvalue https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-raimportcerts-certificateconnectorhealthmetricvalue.md
Here is a JSON representation of the resource.
++
v1.0 Intune Raimportcerts Onpremencryptedpayload https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-raimportcerts-onpremencryptedpayload.md
Here is a JSON representation of the resource.
++
v1.0 Intune Raimportcerts Pfxrecryptionrequest https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-raimportcerts-pfxrecryptionrequest.md
Here is a JSON representation of the resource.
++
v1.0 Intune Raimportcerts Pfxusercertificate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-raimportcerts-pfxusercertificate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Raimportcerts Timeseriesparameter https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-raimportcerts-timeseriesparameter.md
Here is a JSON representation of the resource.
++
v1.0 Intune Raimportcerts Userpfxcertificate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-raimportcerts-userpfxcertificate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Raimportcerts Userpfxintendedpurpose https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-raimportcerts-userpfxintendedpurpose.md
Supported values for the intended purpose of a user PFX certificate.
++
v1.0 Intune Raimportcerts Userpfxpaddingscheme https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-raimportcerts-userpfxpaddingscheme.md
Supported values for the padding scheme used by encryption provider.
++
v1.0 Intune Rapolicy Devicemanagementderivedcredentialissuer https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rapolicy-devicemanagementderivedcredentialissuer.md
Supported values for the derived credential issuer.
++
v1.0 Intune Rapolicy Devicemanagementderivedcredentialnotificationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rapolicy-devicemanagementderivedcredentialnotificationtype.md
Supported values for the notification type to use.
++
v1.0 Intune Rapolicy Devicemanagementresourceaccessprofileassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rapolicy-devicemanagementresourceaccessprofileassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rapolicy Devicemanagementresourceaccessprofilebase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rapolicy-devicemanagementresourceaccessprofilebase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rapolicy Devicemanagementresourceaccessprofileintent https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rapolicy-devicemanagementresourceaccessprofileintent.md
The administrator intent for the assignment of the profile.
++
v1.0 Intune Rapolicy Policyplatformtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rapolicy-policyplatformtype.md
Supported platform types for policies.
++
v1.0 Intune Rapolicy Windows10xcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rapolicy-windows10xcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rapolicy Windows10xcustomsubjectalternativename https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rapolicy-windows10xcustomsubjectalternativename.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rapolicy Windows10xscepcertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rapolicy-windows10xscepcertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rapolicy Windows10xtrustedrootcertificate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rapolicy-windows10xtrustedrootcertificate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rapolicy Windows10xvpnconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rapolicy-windows10xvpnconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rapolicy Windows10xwificonfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rapolicy-windows10xwificonfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Deviceandappmanagementassignedroledetails https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-deviceandappmanagementassignedroledetails.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Deviceandappmanagementroleassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-deviceandappmanagementroleassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Deviceandappmanagementroledefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-deviceandappmanagementroledefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Identity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-identity.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Identityset https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-identityset.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Operationapprovalpolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-operationapprovalpolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Operationapprovalpolicyplatform https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-operationapprovalpolicyplatform.md
The set of available platforms for the OperationApprovalPolicy
++
v1.0 Intune Rbac Operationapprovalpolicyset https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-operationapprovalpolicyset.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Operationapprovalpolicytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-operationapprovalpolicytype.md
Operation Approval Policy Type
++
v1.0 Intune Rbac Operationapprovalrequest https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-operationapprovalrequest.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Operationapprovalrequestentitystatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-operationapprovalrequestentitystatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Operationapprovalrequeststatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-operationapprovalrequeststatus.md
Status of the current Approval Request
++
v1.0 Intune Rbac Rbacapplicationmultiple https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-rbacapplicationmultiple.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Resourceaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-resourceaction.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Resourceoperation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-resourceoperation.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Roleassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-roleassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Roleassignmentscopetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-roleassignmentscopetype.md
Specifies the type of scope for a Role Assignment.
++
v1.0 Intune Rbac Roledefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-roledefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Rolemanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-rolemanagement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Rolepermission https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-rolepermission.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Rolescopetag https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-rolescopetag.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Rolescopetagautoassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-rbac-rolescopetagautoassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Remoteassistance Allowedremoteassistanceactions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-remoteassistance-allowedremoteassistanceactions.md
Flags enumeration indicating whether a helper can establish a "View screen", "Ta
|viewScreen|1|Helper can view the screen of the sharer's device| |takeFullControl|2|Helper can take full control of the sharer's device| |elevation|4|Helper can take full control of the sharer's device with elevated privileges|
+|unattended|8|Helper can take unattended control on sharer's device|
+|unknownFutureValue|16|unknownFutureValue - For making the Enum evolvable|
++
v1.0 Intune Remoteassistance Createremotehelpsessionresponse https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-remoteassistance-createremotehelpsessionresponse.md
+
+ Title: "createRemoteHelpSessionResponse resource type"
+description: "Remote help - response we provide back to the helper after successfully creating an ACS session"
+
+localization_priority: Normal
++
+# createRemoteHelpSessionResponse 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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Remote help - response we provide back to the helper after successfully creating an ACS session
+
+## Methods
+|Method|Return Type|Description|
+|:|:|:|
+|[List createRemoteHelpSessionResponses](../api/intune-remoteassistance-createremotehelpsessionresponse-list.md)|[createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md) collection|List properties and relationships of the [createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md) objects.|
+|[Get createRemoteHelpSessionResponse](../api/intune-remoteassistance-createremotehelpsessionresponse-get.md)|[createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md)|Read properties and relationships of the [createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md) object.|
+|[Create createRemoteHelpSessionResponse](../api/intune-remoteassistance-createremotehelpsessionresponse-create.md)|[createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md)|Create a new [createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md) object.|
+|[Delete createRemoteHelpSessionResponse](../api/intune-remoteassistance-createremotehelpsessionresponse-delete.md)|None|Deletes a [createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md).|
+|[Update createRemoteHelpSessionResponse](../api/intune-remoteassistance-createremotehelpsessionresponse-update.md)|[createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md)|Update the properties of a [createRemoteHelpSessionResponse](../resources/intune-remoteassistance-createremotehelpsessionresponse.md) object.|
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|sessionKey|String|The unique identifier for a session|
+|sessionType|[allowedRemoteAssistanceActions](../resources/intune-remoteassistance-allowedremoteassistanceactions.md)|Remote Help Session Type. Possible values are: `viewScreen`, `takeFullControl`, `elevation`, `unattended`, `unknownFutureValue`.|
+
+## Relationships
+None
+
+## JSON Representation
+Here is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.createRemoteHelpSessionResponse"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.createRemoteHelpSessionResponse",
+ "sessionKey": "String",
+ "sessionType": "String"
+}
+```
++++++
v1.0 Intune Remoteassistance Devicemanagementreports https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-remoteassistance-devicemanagementreports.md
Here is a JSON representation of the resource.
++
v1.0 Intune Remoteassistance Remoteassistanceonboardingstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-remoteassistance-remoteassistanceonboardingstatus.md
The current TeamViewer connector status
++
v1.0 Intune Remoteassistance Remoteassistancepartner https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-remoteassistance-remoteassistancepartner.md
Here is a JSON representation of the resource.
++
v1.0 Intune Remoteassistance Remoteassistancereporting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-remoteassistance-remoteassistancereporting.md
Here is a JSON representation of the resource.
++
v1.0 Intune Remoteassistance Remoteassistancesessiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-remoteassistance-remoteassistancesessiontype.md
Type of the remote assist session that was held. Possible values are: `viewOnly`
++
v1.0 Intune Remoteassistance Remoteassistancesettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-remoteassistance-remoteassistancesettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Remoteassistance Remoteassistancestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-remoteassistance-remoteassistancestate.md
State of remote assistance for the account
++
v1.0 Intune Remoteassistance Requestremotehelpsessionaccessresponse https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md
+
+ Title: "requestRemoteHelpSessionAccessResponse resource type"
+description: "Remote help - response we provide back to the helper after getting response from pubSub"
+
+localization_priority: Normal
++
+# requestRemoteHelpSessionAccessResponse 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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Remote help - response we provide back to the helper after getting response from pubSub
+
+## Methods
+|Method|Return Type|Description|
+|:|:|:|
+|[List requestRemoteHelpSessionAccessResponses](../api/intune-remoteassistance-requestremotehelpsessionaccessresponse-list.md)|[requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md) collection|List properties and relationships of the [requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md) objects.|
+|[Get requestRemoteHelpSessionAccessResponse](../api/intune-remoteassistance-requestremotehelpsessionaccessresponse-get.md)|[requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md)|Read properties and relationships of the [requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md) object.|
+|[Create requestRemoteHelpSessionAccessResponse](../api/intune-remoteassistance-requestremotehelpsessionaccessresponse-create.md)|[requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md)|Create a new [requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md) object.|
+|[Delete requestRemoteHelpSessionAccessResponse](../api/intune-remoteassistance-requestremotehelpsessionaccessresponse-delete.md)|None|Deletes a [requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md).|
+|[Update requestRemoteHelpSessionAccessResponse](../api/intune-remoteassistance-requestremotehelpsessionaccessresponse-update.md)|[requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md)|Update the properties of a [requestRemoteHelpSessionAccessResponse](../resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md) object.|
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|sessionKey|String|The unique identifier for a session|
+|sessionType|[allowedRemoteAssistanceActions](../resources/intune-remoteassistance-allowedremoteassistanceactions.md)|Remote Help Session Type. Possible values are: `viewScreen`, `takeFullControl`, `elevation`, `unattended`, `unknownFutureValue`.|
+|pubSubEncryptionKey|String|The unique identifier for encrypting client messages sent to PubSub|
+|pubSubEncryption|String|AES encryption Initialization Vector for encrypting client messages sent to PubSub|
+
+## Relationships
+None
+
+## JSON Representation
+Here is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.requestRemoteHelpSessionAccessResponse"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.requestRemoteHelpSessionAccessResponse",
+ "sessionKey": "String",
+ "sessionType": "String",
+ "pubSubEncryptionKey": "String",
+ "pubSubEncryption": "String"
+}
+```
++++++
v1.0 Intune Remoteassistance Retrieveremotehelpsessionresponse https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md
+
+ Title: "retrieveRemoteHelpSessionResponse resource type"
+description: "Remote help - response we provide back to the helper on retrieve session API call"
+
+localization_priority: Normal
++
+# retrieveRemoteHelpSessionResponse 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](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Remote help - response we provide back to the helper on retrieve session API call
+
+## Methods
+|Method|Return Type|Description|
+|:|:|:|
+|[List retrieveRemoteHelpSessionResponses](../api/intune-remoteassistance-retrieveremotehelpsessionresponse-list.md)|[retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md) collection|List properties and relationships of the [retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md) objects.|
+|[Get retrieveRemoteHelpSessionResponse](../api/intune-remoteassistance-retrieveremotehelpsessionresponse-get.md)|[retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md)|Read properties and relationships of the [retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md) object.|
+|[Create retrieveRemoteHelpSessionResponse](../api/intune-remoteassistance-retrieveremotehelpsessionresponse-create.md)|[retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md)|Create a new [retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md) object.|
+|[Delete retrieveRemoteHelpSessionResponse](../api/intune-remoteassistance-retrieveremotehelpsessionresponse-delete.md)|None|Deletes a [retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md).|
+|[Update retrieveRemoteHelpSessionResponse](../api/intune-remoteassistance-retrieveremotehelpsessionresponse-update.md)|[retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md)|Update the properties of a [retrieveRemoteHelpSessionResponse](../resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md) object.|
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|sessionKey|String|The unique identifier for a session|
+|acsHelperUserToken|String|Helper ACS User Token|
+|acsHelperUserId|String|Helper ACS User Id|
+|acsSharerUserId|String|Sharer ACS User Id|
+|acsGroupId|String|ACS Group Id|
+|sessionType|[allowedRemoteAssistanceActions](../resources/intune-remoteassistance-allowedremoteassistanceactions.md)|Remote Help Session Type. Possible values are: `viewScreen`, `takeFullControl`, `elevation`, `unattended`, `unknownFutureValue`.|
+|deviceName|String|Android Device Name|
+|pubSubGroupId|String|Azure Pubsub Group Id|
+|pubSubHelperAccessUri|String|Azure Pubsub Group Id|
+|sessionExpirationDateTime|DateTimeOffset|Azure Pubsub Session Expiration Date Time.|
+
+## Relationships
+None
+
+## JSON Representation
+Here is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.retrieveRemoteHelpSessionResponse"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.retrieveRemoteHelpSessionResponse",
+ "sessionKey": "String",
+ "acsHelperUserToken": "String",
+ "acsHelperUserId": "String",
+ "acsSharerUserId": "String",
+ "acsGroupId": "String",
+ "sessionType": "String",
+ "deviceName": "String",
+ "pubSubGroupId": "String",
+ "pubSubHelperAccessUri": "String",
+ "sessionExpirationDateTime": "String (timestamp)"
+}
+```
++++++
v1.0 Intune Reporting Devicemanagementcachedreportconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-reporting-devicemanagementcachedreportconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Reporting Devicemanagementexportjob https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-reporting-devicemanagementexportjob.md
Entity representing a job to export a report
|reportName|String|Name of the report| |filter|String|Filters applied on the report| |select|String collection|Columns selected from the report|
-|format|[deviceManagementReportFileFormat](../resources/intune-reporting-devicemanagementreportfileformat.md)|Format of the exported report. Possible values are: `csv`, `json`.|
+|format|[deviceManagementReportFileFormat](../resources/intune-reporting-devicemanagementreportfileformat.md)|Format of the exported report. Possible values are: `csv`, `pdf`, `json`, `unknownFutureValue`.|
|snapshotId|String|A snapshot is an identifiable subset of the dataset represented by the ReportName. A sessionId or CachedReportConfiguration id can be used here. If a sessionId is specified, Filter, Select, and OrderBy are applied to the data represented by the sessionId. Filter, Select, and OrderBy cannot be specified together with a CachedReportConfiguration id.| |localizationType|[deviceManagementExportJobLocalizationType](../resources/intune-reporting-devicemanagementexportjoblocalizationtype.md)|Configures how the requested export job is localized. Possible values are: `localizedValuesAsAdditionalColumn`, `replaceLocalizableValues`.| |status|[deviceManagementReportStatus](../resources/intune-reporting-devicemanagementreportstatus.md)|Status of the export job. Possible values are: `unknown`, `notStarted`, `inProgress`, `completed`, `failed`.|
Here is a JSON representation of the resource.
++
v1.0 Intune Reporting Devicemanagementexportjoblocalizationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-reporting-devicemanagementexportjoblocalizationtype.md
Configures how the requested export job is localized
++
v1.0 Intune Reporting Devicemanagementreportfileformat https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-reporting-devicemanagementreportfileformat.md
Possible values for the file format of a report
|Member|Value|Description| |:|:|:| |csv|0|CSV Format|
-|json|1|JSON Format|
+|pdf|1|PDF Format (Deprecate later)|
+|json|2|JSON Format|
+|unknownFutureValue|3|Evolvable enumeration sentinel value. Do not use.|
++
v1.0 Intune Reporting Devicemanagementreports https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-reporting-devicemanagementreports.md
Here is a JSON representation of the resource.
++
v1.0 Intune Reporting Devicemanagementreportstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-reporting-devicemanagementreportstatus.md
Possible statuses associated with a generated report
++
v1.0 Intune Shared Actionstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-actionstate.md
State of the action on the device
++
v1.0 Intune Shared Alldevicesassignmenttarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-alldevicesassignmenttarget.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Alllicensedusersassignmenttarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-alllicensedusersassignmenttarget.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Androidenterprisealwaysonvpnpackagetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-androidenterprisealwaysonvpnpackagetype.md
Not yet documented
++
v1.0 Intune Shared Androidmanagedappprotection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-androidmanagedappprotection.md
Title: "androidManagedAppProtection resource type" description: "Policy used to configure detailed management settings targeted to specific security groups and for a specified set of apps on an Android device"-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+++
v1.0 Intune Shared Androidmanagedstoreappassignmentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-androidmanagedstoreappassignmentsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Androidmanagedstoreautoupdatemode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-androidmanagedstoreautoupdatemode.md
Prioritization for automatic updates of Android Managed Store apps set on assign
++
v1.0 Intune Shared Certificatedestinationstore https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-certificatedestinationstore.md
Possible values for the Certificate Destination Store.
++
v1.0 Intune Shared Certificatestore https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-certificatestore.md
CertificateStore types
++
v1.0 Intune Shared Certificatevalidityperiodscale https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-certificatevalidityperiodscale.md
Certificate Validity Period Options.
++
v1.0 Intune Shared Companyportalaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-companyportalaction.md
Action on a device that can be executed in the Company Portal
++
v1.0 Intune Shared Companyportalblockedaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-companyportalblockedaction.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Compliancestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-compliancestatus.md
Not yet documented
++
v1.0 Intune Shared Configurationmanagercollectionassignmenttarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-configurationmanagercollectionassignmenttarget.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Deviceandappmanagementassignmentfiltertype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-deviceandappmanagementassignmentfiltertype.md
Represents type of the assignment filter.
++
v1.0 Intune Shared Deviceandappmanagementassignmentsource https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-deviceandappmanagementassignmentsource.md
Represents source of assignment.
++
v1.0 Intune Shared Deviceandappmanagementassignmenttarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-deviceandappmanagementassignmenttarget.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Deviceappmanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-deviceappmanagement.md
Title: "deviceAppManagement resource type" description: "Singleton entity that acts as a container for all device app management functionality."-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource. Note that this is only an exampl
+
v1.0 Intune Shared Devicecategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-devicecategory.md
Title: "deviceCategory resource type" description: "These categories can then be applied to a device in the Intune Azure console or selected by a user during device enrollment. You can filter reports and create dynamic Azure Active Directory device groups based on device categories."-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+
v1.0 Intune Shared Devicecompliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-devicecompliancepolicy.md
Title: "deviceCompliancePolicy resource type" description: "This is the base class for Compliance policy. Compliance policies are platform specific and individual per-platform compliance policies inherit from here. "-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+++
v1.0 Intune Shared Deviceconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-deviceconfiguration.md
Title: "deviceConfiguration resource type" description: "Device Configuration."-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+++
v1.0 Intune Shared Deviceenrollmentconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-deviceenrollmentconfiguration.md
Title: "deviceEnrollmentConfiguration resource type" description: "The Base Class of Device Enrollment Configuration"-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+++
v1.0 Intune Shared Devicemanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-devicemanagement.md
Title: "deviceManagement resource type" description: "The deviceManagement resource represents a container whose contents vary according to workflow, including: " localization_priority: Normal-+ ms.prod: "intune" doc_type: resourcePageType
The deviceManagement resource represents a container whose contents vary accordi
|remoteActionAudits|[remoteActionAudit](../resources/intune-devices-remoteactionaudit.md) collection|The list of device remote action audits with the tenant.| |windowsMalwareInformation|[windowsMalwareInformation](../resources/intune-devices-windowsmalwareinformation.md) collection|The list of affected malware in the tenant.| |mobileAppTroubleshootingEvents|[mobileAppTroubleshootingEvent](../resources/intune-shared-mobileapptroubleshootingevent.md) collection|The collection property of MobileAppTroubleshootingEvent.|
-|userExperienceAnalyticsOverview|[userExperienceAnalyticsOverview](../resources/intune-devices-userexperienceanalyticsoverview.md)|User experience analytics overview|
-|userExperienceAnalyticsBaselines|[userExperienceAnalyticsBaseline](../resources/intune-devices-userexperienceanalyticsbaseline.md) collection|User experience analytics baselines|
-|userExperienceAnalyticsCategories|[userExperienceAnalyticsCategory](../resources/intune-devices-userexperienceanalyticscategory.md) collection|User experience analytics categories|
-|userExperienceAnalyticsDevicePerformance|[userExperienceAnalyticsDevicePerformance](../resources/intune-devices-userexperienceanalyticsdeviceperformance.md) collection|User experience analytics device performance|
-|userExperienceAnalyticsRegressionSummary|[userExperienceAnalyticsRegressionSummary](../resources/intune-devices-userexperienceanalyticsregressionsummary.md)|User experience analytics regression summary|
-|userExperienceAnalyticsDeviceStartupHistory|[userExperienceAnalyticsDeviceStartupHistory](../resources/userExperienceAnalyticsDeviceStartupHistory.md) collection|User experience analytics device Startup History|
-|userExperienceAnalyticsDeviceStartupProcesses|[userExperienceAnalyticsDeviceStartupProcess](../resources/userExperienceAnalyticsDeviceStartupProcess.md) collection|User experience analytics device Startup Processes|
-|userExperienceAnalyticsDeviceStartupProcessPerformance|[userExperienceAnalyticsDeviceStartupProcessPerformance](../resources/userExperienceAnalyticsDeviceStartupProcessPerformance.md) collection|User experience analytics device Startup Process Performance|
+|userExperienceAnalyticsOverview|[userExperienceAnalyticsOverview](../resources/intune-devices-userexperienceanalyticsOverview.md)|User experience analytics overview|
+|userExperienceAnalyticsBaselines|[userExperienceAnalyticsBaseline](../resources/intune-devices-userexperienceanalyticsBaseline.md) collection|User experience analytics baselines|
+|userExperienceAnalyticsCategories|[userExperienceAnalyticsCategory](../resources/intune-devices-userexperienceanalyticsCategory.md) collection|User experience analytics categories|
+|userExperienceAnalyticsDevicePerformance|[userExperienceAnalyticsDevicePerformance](../resources/intune-devices-userexperienceanalyticsDevicePerformance.md) collection|User experience analytics device performance|
+|userExperienceAnalyticsRegressionSummary|[userExperienceAnalyticsRegressionSummary](../resources/intune-devices-userexperienceanalyticsRegressionSummary.md)|User experience analytics regression summary|
+|userExperienceAnalyticsDeviceStartupHistory|[userExperienceAnalyticsDeviceStartupHistory](../resources/intune-devices-userexperienceanalyticsDeviceStartupHistory.md) collection|User experience analytics device Startup History|
+|userExperienceAnalyticsDeviceStartupProcesses|[userExperienceAnalyticsDeviceStartupProcess](../resources/intune-devices-userexperienceanalyticsDeviceStartupProcess.md) collection|User experience analytics device Startup Processes|
+|userExperienceAnalyticsDeviceStartupProcessPerformance|[userExperienceAnalyticsDeviceStartupProcessPerformance](../resources/intune-devices-userexperienceanalyticsDeviceStartupProcessPerformance.md) collection|User experience analytics device Startup Process Performance|
|**Enrollment**| |depOnboardingSettings|[depOnboardingSetting](../resources/intune-enrollment-deponboardingsetting.md) collection|This collections of multiple DEP tokens per-tenant.| |importedDeviceIdentities|[importedDeviceIdentity](../resources/intune-enrollment-importeddeviceidentity.md) collection|The imported device identities.|
Here is a JSON representation of the resource.
+
v1.0 Intune Shared Devicemanagementderivedcredentialsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-devicemanagementderivedcredentialsettings.md
Title: "deviceManagementDerivedCredentialSettings resource type" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+++
v1.0 Intune Shared Devicemanagementscript https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-devicemanagementscript.md
Title: "deviceManagementScript resource type" description: "Intune will provide customer the ability to run their Powershell scripts on the enrolled windows 10 Azure Active Directory joined devices. The script can be run once or periodically."-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+++
v1.0 Intune Shared Devicetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-devicetype.md
Device type.
++
v1.0 Intune Shared Enablement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-enablement.md
Title: "enablement enum type" description: "Possible values of a property"-+ localization_priority: Normal ms.prod: "intune" doc_type: enumPageType
Possible values of a property
+++
v1.0 Intune Shared Enrollmentavailabilityoptions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-enrollmentavailabilityoptions.md
Options available for enrollment flow customization
++
v1.0 Intune Shared Enrollmentstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-enrollmentstate.md
Title: "enrollmentState enum type" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: enumPageType
Not yet documented
+++
v1.0 Intune Shared Exclusiongroupassignmenttarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-exclusiongroupassignmenttarget.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Extendedkeyusage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-extendedkeyusage.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Groupassignmenttarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-groupassignmenttarget.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Hashalgorithms https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-hashalgorithms.md
Hash Algorithm Options.
++
v1.0 Intune Shared Installintent https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-installintent.md
Possible values for the install intent chosen by the admin.
++
v1.0 Intune Shared Ioslobappassignmentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-ioslobappassignmentsettings.md
Title: "iosLobAppAssignmentSettings resource type" description: "Contains properties used to assign an iOS LOB mobile app to a group."-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+++
v1.0 Intune Shared Ioslobappprovisioningconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-ioslobappprovisioningconfiguration.md
Title: "iosLobAppProvisioningConfiguration resource type" description: "This topic provides descriptions of the declared methods, properties and relationships exposed by the iOS Lob App Provisioning Configuration resource."-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+++
v1.0 Intune Shared Iosmanagedappprotection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-iosmanagedappprotection.md
Title: "iosManagedAppProtection resource type" description: "Policy used to configure detailed management settings targeted to specific security groups and for a specified set of apps on an iOS device"-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+++
v1.0 Intune Shared Iosstoreappassignmentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-iosstoreappassignmentsettings.md
Title: "iosStoreAppAssignmentSettings resource type" description: "Contains properties used to assign an iOS Store mobile app to a group."-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+++
v1.0 Intune Shared Iosvppappassignmentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-iosvppappassignmentsettings.md
Title: "iosVppAppAssignmentSettings resource type" description: "Contains properties used to assign an iOS VPP mobile app to a group."-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+++
v1.0 Intune Shared Iprange https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-iprange.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Ipv4range https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-ipv4range.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Ipv6range https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-ipv6range.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Keylongvaluepair https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-keylongvaluepair.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Keysize https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-keysize.md
Key Size Options.
++
v1.0 Intune Shared Keystorageprovideroption https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-keystorageprovideroption.md
Key Storage Provider (KSP) Import Options.
++
v1.0 Intune Shared Keyusages https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-keyusages.md
Key Usage Options.
++
v1.0 Intune Shared Keyvaluepair https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-keyvaluepair.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Macoslobappassignmentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-macoslobappassignmentsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Macosvppappassignmentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-macosvppappassignmentsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Manageddeviceownertype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-manageddeviceownertype.md
Owner type of device.
++
v1.0 Intune Shared Managementagenttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-managementagenttype.md
Management agent type.
++
v1.0 Intune Shared Mdmwindowsinformationprotectionpolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-mdmwindowsinformationprotectionpolicy.md
Title: "mdmWindowsInformationProtectionPolicy resource type" description: "Policy for Windows information protection with MDM"-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+++
v1.0 Intune Shared Microsoftstoreforbusinessappassignmentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-microsoftstoreforbusinessappassignmentsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Mimecontent https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-mimecontent.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Mobileapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-mobileapp.md
Title: "mobileApp resource type" description: "An abstract class containing the base properties for Intune mobile apps."-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+++
v1.0 Intune Shared Mobileappassignmentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-mobileappassignmentsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Mobileappinstalltimesettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-mobileappinstalltimesettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Mobileapptroubleshootingevent https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-mobileapptroubleshootingevent.md
Title: "mobileAppTroubleshootingEvent resource type" description: "Describes the mobileAppTroubleshootingEvent resource of the Microsoft Graph API for Intune, which supports multiple workflows." localization_priority: Normal-+ ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+++
v1.0 Intune Shared Ownertype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-ownertype.md
Owner type of device.
++
v1.0 Intune Shared Proxieddomain https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-proxieddomain.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Report https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-report.md
Title: "report resource type" description: "Describes the report resource of the Microsoft Graph API for Intune, which supports multiple workflows." localization_priority: Normal-+ ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+
v1.0 Intune Shared Reportroot https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-reportroot.md
Title: "reportRoot resource type" description: "The resource that represents an instance of a device or troubleshooting report, depending on context." localization_priority: Normal-+ ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+
v1.0 Intune Shared Rgbcolor https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-rgbcolor.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Runasaccounttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-runasaccounttype.md
Title: "runAsAccountType enum type" description: "Indicates the type of execution context the app runs in."-+ localization_priority: Normal ms.prod: "intune" doc_type: enumPageType
Indicates the type of execution context the app runs in.
+++
v1.0 Intune Shared Runstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-runstate.md
Indicates the type of execution status of the device management script.
++
v1.0 Intune Shared Saveduistategenerationoptions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-saveduistategenerationoptions.md
Not yet documented
++
v1.0 Intune Shared Settingsourcetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-settingsourcetype.md
Not yet documented
++
v1.0 Intune Shared Subjectalternativenametype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-subjectalternativenametype.md
Subject Alternative Name Options.
++
v1.0 Intune Shared Targetedmanagedappconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-targetedmanagedappconfiguration.md
Title: "targetedManagedAppConfiguration resource type" description: "Configuration used to deliver a set of custom settings as-is to all users in the targeted security group"-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+++
v1.0 Intune Shared Uri https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-uri.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared User https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-user.md
Title: "user resource type" description: "Represents an Azure Active Directory user object."-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+
v1.0 Intune Shared Vpptokenaccounttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-vpptokenaccounttype.md
Possible types of an Apple Volume Purchase Program token.
++
v1.0 Intune Shared Vpptokenactionfailurereason https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-vpptokenactionfailurereason.md
Possible types of reasons for an Apple Volume Purchase Program token action fail
++
v1.0 Intune Shared Win32lobappassignmentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-win32lobappassignmentsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Win32lobappdeliveryoptimizationpriority https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-win32lobappdeliveryoptimizationpriority.md
Contains value for delivery optimization priority.
++
v1.0 Intune Shared Win32lobappnotification https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-win32lobappnotification.md
Contains value for notification status.
++
v1.0 Intune Shared Win32lobapprestartsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-win32lobapprestartsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Windowsappxappassignmentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-windowsappxappassignmentsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Windowsautopilotdeploymentprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-windowsautopilotdeploymentprofile.md
Title: "windowsAutopilotDeploymentProfile resource type" description: "Windows Autopilot Deployment Profile"-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+++
v1.0 Intune Shared Windowsdomainjoinconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-windowsdomainjoinconfiguration.md
Title: "windowsDomainJoinConfiguration resource type" description: "Windows Domain Join device configuration."-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource. Note: The response object shown
+
v1.0 Intune Shared Windowsuniversalappxappassignmentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-windowsuniversalappxappassignmentsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Windowsupdatestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-shared-windowsupdatestate.md
Title: "windowsUpdateState resource type" description: "Not yet documented"-+ localization_priority: Normal ms.prod: "intune" doc_type: resourcePageType
Here is a JSON representation of the resource.
+++
v1.0 Intune Softwareupdate Bulkdriveractionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-bulkdriveractionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Softwareupdate Driverapprovalaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-driverapprovalaction.md
An enum type to represent approval actions of single or list of drivers.
++
v1.0 Intune Softwareupdate Driverapprovalstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-driverapprovalstatus.md
An enum type to represent approval status of a driver.
++
v1.0 Intune Softwareupdate Drivercategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-drivercategory.md
An enum type to represent which category a driver belongs to.
++
v1.0 Intune Softwareupdate Driverupdateprofileapprovaltype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-driverupdateprofileapprovaltype.md
An enum type to represent approval type of a driver update profile.
++
v1.0 Intune Softwareupdate Expeditedwindowsqualityupdatesettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-expeditedwindowsqualityupdatesettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Softwareupdate Iosavailableupdateversion https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-iosavailableupdateversion.md
Here is a JSON representation of the resource.
++
v1.0 Intune Softwareupdate Windowsdriverupdateinventory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-windowsdriverupdateinventory.md
Here is a JSON representation of the resource.
++
v1.0 Intune Softwareupdate Windowsdriverupdateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-windowsdriverupdateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Softwareupdate Windowsdriverupdateprofileassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-windowsdriverupdateprofileassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Softwareupdate Windowsdriverupdateprofileinventorysyncstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-windowsdriverupdateprofileinventorysyncstate.md
Windows DnF update inventory sync state.
++
v1.0 Intune Softwareupdate Windowsdriverupdateprofileinventorysyncstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-windowsdriverupdateprofileinventorysyncstatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Softwareupdate Windowsfeatureupdatecatalogitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-windowsfeatureupdatecatalogitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Softwareupdate Windowsfeatureupdateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-windowsfeatureupdateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Softwareupdate Windowsfeatureupdateprofileassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-windowsfeatureupdateprofileassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Softwareupdate Windowsqualityupdatecatalogitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-windowsqualityupdatecatalogitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Softwareupdate Windowsqualityupdateclassification https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-windowsqualityupdateclassification.md
Windows quality update classification
++
v1.0 Intune Softwareupdate Windowsqualityupdateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-windowsqualityupdateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Softwareupdate Windowsqualityupdateprofileassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-windowsqualityupdateprofileassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Softwareupdate Windowsupdatecatalogitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-windowsupdatecatalogitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Softwareupdate Windowsupdaterolloutsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-softwareupdate-windowsupdaterolloutsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Tem Telecomexpensemanagementpartner https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-tem-telecomexpensemanagementpartner.md
Here is a JSON representation of the resource.
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicyassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicyassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicydeploymentstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicydeploymentstatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicydeploymentsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicydeploymentsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Unlock Windowsdefenderapplicationcontrolsupplementalpolicystatuses https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-unlock-windowsdefenderapplicationcontrolsupplementalpolicystatuses.md
Enum values for the various WindowsDefenderApplicationControl supplemental polic
++
v1.0 Intune Wip Applicationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-wip-applicationtype.md
Possible types of Application
++
v1.0 Intune Wip Deviceplatformtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-wip-deviceplatformtype.md
Supported platform types.
++
v1.0 Intune Wip Intunebrandingprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-wip-intunebrandingprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Wip Intunebrandingprofileassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-wip-intunebrandingprofileassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Wip Windowsinformationprotectionapplearningsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-wip-windowsinformationprotectionapplearningsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Wip Windowsinformationprotectionnetworklearningsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/intune-wip-windowsinformationprotectionnetworklearningsummary.md
Here is a JSON representation of the resource.
++
v1.0 Location https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/location.md
Title: "Location resource type"
description: "Represents location information of an event." ms.localizationpriority: medium doc_type: resourcePageType-+ ms.prod: "outlook"
v1.0 Membershipoutlierinsight https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/membershipOutlierInsight.md
+
+ Title: "membershipOutlierInsight resource type"
+description: "In the Azure AD access reviews, the membershipOutlierInsight resource represents insights provided to reviewers based on whether a user is a peer outlier in relation to other group members."
+
+ms.localizationpriority: medium
++
+# membershipOutlierInsight resource type
+
+Namespace: microsoft.graph
+++
+Represents an insight provided to reviewers based on whether a user is a peer outlier in relation to other group members.
+
+Inherits from [governanceInsight](governanceinsight.md).
+
+## Properties
+| Property | Type | Description |
+| :| :- | :- |
+| memberId | String | Indicates the identifier of the user. |
+| containerId | String | Indicates the identifier of the container, for example, a group ID. |
+| outlierContainerType | outlierContainerType | Indicates the type of container. The possible values are: `group`, `unknownFutureValue`. |
+| outlierMemberType | outlierMemberType | Indicates the type of outlier member. The possible values are: `user`, `unknownFutureValue`. |
+
+## Relationships
+
+|Relationship|Type|Description|
+|:|:|:|
+|container|[directoryObject](../resources/directoryobject.md)| Navigation link to the container directory object. For example, to a group.|
+|member|[directoryObject](../resources/directoryobject.md)| Navigation link to a member object. For example, to a user.|
+
+## JSON representation
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.membershipOutlierInsight",
+ "baseType": "microsoft.graph.governanceInsight",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.membershipOutlierInsight",
+ "id": "String (identifier)",
+ "insightCreatedDateTime": "String (timestamp)",
+ "memberId": "String",
+ "containerId": "String",
+ "outlierContainerType": "String",
+ "outlierMemberType": "String"
+}
+```
+
+<!--
+{
+ "type": "#page.annotation",
+ "description": "membershipOutlierInsight resource",
+ "keywords": "",
+ "section": "documentation",
+ "tocPath": "",
+ "suppressions": []
+}
+-->
v1.0 Microsoftauthenticatorauthenticationmethodconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/microsoftauthenticatorauthenticationmethodconfiguration.md
Represents a Microsoft Authenticator authentication methods policy. Authenticati
|:|:|:| |id|String|The authentication method policy identifier.| |state|authenticationMethodState|Possible values are: `enabled`, `disabled`.|
+|featureSettings|[microsoftAuthenticatorFeatureSettings](../resources/microsoftauthenticatorfeaturesettings.md)|A collection of Microsoft Authenticator settings such as number matching and location context, and whether they are enabled for all users or specific users only.|
## Relationships |Relationship|Type|Description| |:|:|:|
-|includeTargets|[microsoftAuthenticatorAuthenticationMethodTarget](../resources/microsoftauthenticatorauthenticationmethodtarget.md) collection|A collection of users or groups who are enabled to use the authentication method.|
+|includeTargets|[microsoftAuthenticatorAuthenticationMethodTarget](../resources/microsoftauthenticatorauthenticationmethodtarget.md) collection|A collection of users or groups who are enabled to use the authentication method. Expanded by default.|
## JSON representation The following is a JSON representation of the resource.
v1.0 Microsoftauthenticatorauthenticationmethodtarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/microsoftauthenticatorauthenticationmethodtarget.md
A collection of users or groups enabled to use [Microsoft Authenticator authenti
|id|String|Object identifier of an Azure AD user or group. Inherited from [authenticationMethodTarget](authenticationmethodtarget.md).| |isRegistrationRequired|Boolean|Determines whether the user is enforced to register the authentication method. Inherited from [authenticationMethodTarget](authenticationmethodtarget.md). *Not supported*. | |targetType|authenticationMethodTargetType| The possible values are: `user`, `group`, and `unknownFutureValue`. Inherited from [authenticationMethodTarget](authenticationMethodTarget.md).|
-|numberMatchingRequiredState|advancedConfigState|Requires number matching for MFA notifications. Value is ignored for phone sign-in notifications. Possible values are: `enabled`, `disabled`, `default`.|
-|displayAppInformationRequiredState|advancedConfigState|Determines whether the user is shown additional context in their Authenticator app notification. In the body of the Authenticator notification, the user will be shown the app they are signing into along with the location that the authentication request originated from. Possible values are: `enabled`, `disabled`, `default`.|
+|numberMatchingRequiredState (deprecated)|advancedConfigState|Requires number matching for MFA notifications. Value is ignored for phone sign-in notifications. Possible values are: `enabled`, `disabled`, `default`.|
+|displayAppInformationRequiredState (deprecated)|advancedConfigState|Determines whether the user is shown additional context in their Authenticator app notification. In the body of the Authenticator notification, the user will be shown the app they are signing into along with the location that the authentication request originated from. Possible values are: `enabled`, `disabled`, `default`.|
## Relationships None.
v1.0 Microsoftauthenticatorfeaturesettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/microsoftauthenticatorfeaturesettings.md
+
+ Title: "microsoftAuthenticatorFeatureSettings resource type"
+description: "Represents Microsoft Authenticator settings such as number matching and location context, and whether they are enabled for all users or specific users only."
+
+ms.localizationpriority: medium
++
+# microsoftAuthenticatorFeatureSettings resource type
+
+Namespace: microsoft.graph
++
+Represents Microsoft Authenticator settings such as number matching and location context, and whether they are enabled for all users or specific users only.
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|displayAppInformationRequiredState|[authenticationMethodFeatureConfiguration](../resources/authenticationmethodfeatureconfiguration.md)|Determines whether the user's Authenticator app will show them the client app they are signing into.|
+|displayLocationInformationRequiredState|[authenticationMethodFeatureConfiguration](../resources/authenticationmethodfeatureconfiguration.md)|Determines whether the user's Authenticator app will show them the geographic location of where the authentication request originated from.|
+|numberMatchingRequiredState|[authenticationMethodFeatureConfiguration](../resources/authenticationmethodfeatureconfiguration.md)|Specifies whether the user needs to enter a number in the Authenticator app from the login screen to complete their login. Value is ignored for phone sign-in notifications.|
+
+## Relationships
+None.
+
+## JSON representation
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.microsoftAuthenticatorFeatureSettings"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.microsoftAuthenticatorFeatureSettings",
+ "numberMatchingRequiredState": {
+ "@odata.type": "microsoft.graph.authenticationMethodFeatureConfiguration"
+ },
+ "displayAppInformationRequiredState": {
+ "@odata.type": "microsoft.graph.authenticationMethodFeatureConfiguration"
+ },
+ "displayLocationInformationRequiredState": {
+ "@odata.type": "microsoft.graph.authenticationMethodFeatureConfiguration"
+ }
+}
+```
+
v1.0 Onpremisesapplicationsegment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/onpremisesapplicationsegment.md
+
+ Title: "onPremisesApplicationSegment resource type"
+description: "Represents onPremisesApplicationSegment object when publishing an on-premises wildcard application with Azure AD Application Proxy."
+ms.localizationpriority: medium
+++
+# onPremisesApplicationSegment resource type
+
+Namespace: microsoft.graph
++
+Represents a [onPremisesApplicationSegment](onPremisesApplicationSegment.md) object when publishing an on-premises wildcard application with Azure AD Application Proxy. This resource is used for setting an application segment for a particular wildcard application.
++
+## Properties
+
+| Property | Type | Description |
+|:-|:|:|
+|alternateUrl|String|If you're configuring a traffic manager in front of multiple App Proxy application segments, contains the user-friendly URL that will point to the traffic manager.|
+|corsConfigurations|[corsConfiguration](corsconfiguration.md) collection|CORS Rule definition for a particular application segment.|
+|externalUrl|String |The published external URL for the application segment; for example, https://intranet.contoso.com./|
+|internalUrl|String |The internal URL of the application segment; for example, https://intranet/.|
+++
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.onPremisesApplicationSegment"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.onPremisesApplicationSegment",
+ "externalUrl": "String",
+ "internalUrl": "String",
+ "alternateUrl": "String",
+ "corsConfigurations": [
+ {
+ "@odata.type": "microsoft.graph.corsConfiguration"
+ }
+ ]
+}
+```
v1.0 Onpremisespublishing https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/onpremisespublishing.md
For a tutorial about configuring Application Proxy, see [Automate the configurat
|isStateSessionEnabled|Boolean| Indicates whether validation of the state parameter when the client uses the OAuth 2.0 authorization code grant flow is enabled. This setting allows admins to specify whether they want to enable CSRF protection for their apps. | |isTranslateHostHeaderEnabled|Boolean| Indicates if the application should translate urls in the reponse headers. Keep this value as `true` unless your application required the original host header in the authentication request. Default value is `true`.| |isTranslateLinksInBodyEnabled|Boolean| Indicates if the application should translate urls in the application body. Keep this value as `false` unless you have hardcoded HTML links to other on-premises applications and don't use custom domains. For more information, see [Link translation with Application Proxy](/azure/active-directory/manage-apps/application-proxy-configure-hard-coded-link-translation). Default value is `false`.|
+|onPremisesApplicationSegments | [onPremisesApplicationSegment](onpremisesapplicationsegment.md) collection| Represents the application segment collection for an on-premises wildcard application. |
|singleSignOnSettings|[onPremisesPublishingSingleSignOn](onpremisespublishingsinglesignon.md)| Represents the single sign-on configuration for the on-premises application. | |verifiedCustomDomainCertificatesMetadata|[verifiedCustomDomainCertificatesMetadata](verifiedcustomdomaincertificatesmetadata.md)| Details of the certificate associated with the application when a custom domain is in use. `null` when using the default domain. Read-only.| |verifiedCustomDomainKeyCredential|[keyCredential](keycredential.md)| The associated key credential for the custom domain used. |
Here is a JSON representation of the resource.
"isStateSessionEnabled": true, "isTranslateHostHeaderEnabled": true, "isTranslateLinksInBodyEnabled": true,
+ "onPremisesApplicationSegments":[{"@odata.type":"microsoft.graph.onPremisesApplicationSegment"}],
"singleSignOnSettings": {"@odata.type": "microsoft.graph.onPremisesPublishingSingleSignOn"}, "verifiedCustomDomainCertificatesMetadata": {"@odata.type": "microsoft.graph.verifiedCustomDomainCertificatesMetadata"}, "verifiedCustomDomainKeyCredential": {"@odata.type": "microsoft.graph.keyCredential"},
v1.0 Outlookgeocoordinates https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/outlookgeocoordinates.md
Title: "outlookGeoCoordinates resource type" description: "The geographic coordinates, elevation, and their degree of accuracy for a physical location." ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: resourcePageType
v1.0 Patternedrecurrence https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/patternedrecurrence.md
description: "The recurrence pattern and range."
ms.localizationpriority: medium doc_type: resourcePageType ms.prod: "governance"-+ # patternedRecurrence resource type
v1.0 Physicaladdress https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/physicaladdress.md
Title: "physicalAddress resource type" description: "Represents the street address of a resource such as a contact or event." ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: resourcePageType
v1.0 Recurrencepattern https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/recurrencepattern.md
description: "Describes the frequency by which a recurring event repeats."
ms.localizationpriority: medium doc_type: resourcePageType ms.prod: "governance"-+ # recurrencePattern resource type
v1.0 Recurrencerange https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/recurrencerange.md
description: "Describes a date range over which a recurring event repeats. "
ms.localizationpriority: medium doc_type: resourcePageType ms.prod: "governance"-+ # recurrenceRange resource type
v1.0 Reminder https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/reminder.md
description: "A reminder for an event in a user calendar."
ms.localizationpriority: medium doc_type: resourcePageType ms.prod: "outlook"-+ # reminder resource type
v1.0 Requestsignatureverification https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/requestsignatureverification.md
+
+ Title: "requestSignatureVerification resource type"
+description: "Specifies whether this application requires Azure AD to verify the signed authentication requests."
+
+ms.localizationpriority: medium
++
+# requestSignatureVerification resource type
+
+Namespace: microsoft.graph
++
+Specifies whether this application requires Azure AD to verify the signed authentication requests.
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|allowedWeakAlgorithms|weakAlgorithms|Specifies whether this application accepts weak algorithms. <br><br> The possible values are: `rsaSha1`, `unknownFutureValue`.|
+|isSignedRequestRequired|Boolean|Specifies whether signed authentication requests for this application should be required.|
+
+## Relationships
+None.
+
+## JSON representation
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.requestSignatureVerification"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.requestSignatureVerification",
+ "isSignedRequestRequired": "Boolean",
+ "allowedWeakAlgorithms": "String"
+}
+```
+
v1.0 Responsestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/responsestatus.md
description: "The response status of a meeting request."
ms.localizationpriority: medium doc_type: resourcePageType ms.prod: "outlook"-+ # responseStatus resource type
v1.0 Scheduleinformation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/scheduleinformation.md
description: "Represents the availability of a user, distribution list, or resou
ms.localizationpriority: medium doc_type: resourcePageType ms.prod: "microsoft-teams"-+ # scheduleInformation resource type
v1.0 Scheduleitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/scheduleitem.md
description: "An item that describes the availability of a user corresponding to
ms.localizationpriority: medium doc_type: resourcePageType ms.prod: "microsoft-teams"-+ # scheduleItem resource type
v1.0 Subjectset https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/subjectset.md
+
+ Title: "subjectSet resource type"
+description: "An abstract type that defines the subjects that are the scope of a lifecycle triggerAndScopeBasedConditions configuration."
+
+ms.localizationpriority: medium
++
+# subjectSet resource type
+
+Namespace: microsoft.graph
++
+An abstract type that defines the subjects that are the scope of a lifecycle [triggerAndScopeBasedConditions](../resources/identitygovernance-triggerAndScopeBasedConditions.md) configuration. The following resource types are derived from this abstract type:
+++ [ruleBasedSubjectSet](../resources/identitygovernance-ruleBasedSubjectSet.md)+
+## Properties
+
+None.
+
+## Relationships
+
+None.
+
+## JSON representation
+
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.subjectSet"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.subjectSet"
+}
+```
v1.0 Teams Api Overview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/teams-api-overview.md
doc_type: conceptualPageType
Microsoft Teams is a chat-based workspace in Microsoft 365 that provides built-in access to team-specific calendars, files, OneNote notes, Planner plans, Shifts schedules, and more.
-## Key resources in Microsoft Teams
-
-| Resource | Methods |
-|:|:--|
-|[team](../resources/team.md)| [List your teams](../api/user-list-joinedteams.md), [list all teams](/graph/teams-list-all-teams), [list associated teams](../api/associatedteaminfo-list.md), [create](../api/team-put-teams.md), [read](../api/team-get.md), [update](../api/team-update.md), [delete](../api/group-delete.md), [clone](../api/team-clone.md), [archive](../api/team-archive.md), [unarchive](../api/team-unarchive.md) |
-|[call](../resources/call.md)| [Answer](../api/call-answer.md), [reject](../api/call-reject.md), [redirect](../api/call-redirect.md), [mute](../api/call-mute.md), [unmute](../api/call-unmute.md), [change screen sharing role](../api/call-changescreensharingrole.md), [list participants](../api/call-list-participants.md), [invite participants](../api/participant-invite.md), [mute all participants](../api/participant-muteall.md) |
-|[channel](../resources/channel.md)|[List](../api/channel-list.md), [create](../api/channel-post.md), [get](../api/channel-get.md), [update](../api/channel-patch.md), [delete](../api/channel-delete.md)|
-|[chat](../resources/chat.md)| [List](../api/chat-list.md), [read](../api/chat-get.md)
-|[chatMessage](../resources/chatmessage.md)| [List in channel](../api/channel-list-messages.md), [list in chat](../api/chat-list-messages.md), [send](../api/chatmessage-post.md), [read in channel](../api/chatmessage-get.md), [read in chat](../api/chatmessage-get.md)|
-|[group](../resources/group.md)| [Add member](../api/group-post-members.md),ΓÇ»[remove member](../api/group-delete-members.md), [add owner](../api/group-post-owners.md),ΓÇ»[remove owner](../api/group-delete-owners.md), [get files](drive.md), [get notebook](../resources/notebook.md), [get plans](plannergroup.md), [get calendar](event.md) |
-|[learningContent](learningcontent.md) | [List](../api/learningprovider-list-learningcontents.md), [Get](../api/learningcontent-get.md), [Update](../api/learningcontent-update.md), [Delete](../api/learningprovider-delete-learningcontents.md) |
-|[learningProvider](learningprovider.md) | [List](../api/employeeexperience-list-learningproviders.md), [Create](../api/employeeexperience-post-learningproviders.md), [Get](../api/learningprovider-get.md), [Update](../api/learningprovider-update.md), [Delete](../api/employeeexperience-delete-learningproviders.md) |
-|[schedule](../resources/schedule.md)| [Create or replace](../api/team-put-schedule.md), [get](../api/schedule-get.md), [share](../api/schedule-share.md) |
-|[schedulingGroup](../resources/schedulinggroup.md)| [Create](../api/schedule-post-schedulinggroups.md), [list](../api/schedule-list-schedulinggroups.md), [get](../api/schedulinggroup-get.md), [replace](../api/schedulinggroup-put.md), [delete](../api/schedulinggroup-delete.md) |
-|[shift](../resources/shift.md)| [Create](../api/schedule-post-shifts.md), [list](../api/schedule-list-shifts.md), [get](../api/shift-get.md), [replace](../api/shift-put.md), [delete](../api/shift-delete.md) |
-|[tag](../resources/teamworkTag.md)|[List](../api/teamworkTag-list.md), [create](../api/teamworkTag-post.md), [get](../api/teamworkTag-get.md), [update](../api/teamworkTag-update.md), [delete](../api/teamworkTag-delete.md)|
-|[tagMember](../resources/teamworkTagMember.md)|[List](../api/teamworkTagMember-list.md), [create](../api/teamworkTagMember-post.md), [get](../api/teamworkTagMember-get.md), [delete](../api/teamworkTagMember-delete.md)|
-|[teamsApp](../resources/teamsapp.md)|[List](../api/appcatalogs-list-teamsapps.md), [publish](../api/teamsapp-publish.md), [update](../api/teamsapp-update.md), [remove](../api/teamsapp-delete.md)|
-|[teamsAppInstallation](../resources/teamsappinstallation.md)| [List](../api/team-list-installedapps.md), [install](../api/team-post-installedapps.md), [upgrade](../api/team-delete-installedapps.md), [remove](../api/team-delete-installedapps.md) |
-|[teamsTab](../resources/teamstab.md) |[List](../api/channel-list-tabs.md), [create](../api/channel-post-tabs.md), [read](../api/channel-get-tabs.md), [update](../api/channel-patch-tabs.md), [delete](../api/channel-delete-tabs.md) |
-|[timeOff](../resources/timeoff.md)| [Create](../api/schedule-post-timesoff.md), [list](../api/schedule-list-timesoff.md), [get](../api/timeoff-get.md), [replace](../api/timeoff-put.md), [delete](../api/timeoff-delete.md) |
-|[timeOffReason](../resources/timeoffreason.md)| [Create](../api/schedule-post-timeoffreasons.md), [list](../api/schedule-list-timeoffreasons.md), [get](../api/timeoffreason-get.md), [replace](../api/timeoffreason-put.md), [delete](../api/timeoffreason-delete.md) |
+## Common use cases
+
+| Use cases | REST resources | See also |
+|:--|:--|:--|
+| Create and manage teams, groups and channels | [team](../resources/team.md), [channel](../resources/channel.md), [group](../resources/group.md) | [create team](../api/team-put-teams.md), [list teams](../api/user-list-joinedteams.md), [create a channel](../api/channel-post.md) |
+| Add tabs, manage or install apps in the Microsoft Teams app catalog | [teamsTab](../resources/teamstab.md), [teamsAppInstallation](../resources/teamsappinstallation.md) | [create teamsTab](../api/channel-post-tabs.md), [list teamsTab](../api/channel-list-tabs.md), [list installedApps](../api/appcatalogs-list-teamsapps.md) |
+| Create channels and chats to send and receive chat messages | [channel](../resources/channel.md), [chat](../resources/chat.md), [chatMessage](../resources/chatmessage.md) | [create channel](../api/channel-post.md), [list channel](../api/channel-list.md), [send chatMessage in a channel](../api/chatmessage-post.md) |
+| Use tags to classify users or groups based on common attributes within a team | [teamworkTag](../resources/teamworkTag.md), [teamworkTagMember](../resources/teamworkTagMember.md) | [list teamworkTag](../api/teamworkTag-list.md), [create teamworkTag](../api/teamworkTag-post.md) |
+| Create and receive calls, call records or retrieve meeting coordinates | [call](../resources/call.md), [callRecords](../resources/callrecords-api-overview.md) | [answer](../api/call-answer.md), [invite participants](../api/participant-invite.md) |
+| Connect bots to calls and implement interactive voice response (IVR) | [IVR scenarios](../resources/calls-api-ivr-overview.md)| |
+| Create and retrieve online meetings or check users presence and activity | [onlineMeeting](../resources/onlinemeeting.md), [presence](../resources/presence.md) | [create onlineMeeting](../api/application-post-onlinemeetings.md), [meetingAttendanceReport](../resources/meetingattendancereport.md) |
+| Create and manage workforce integration with shifts, schedules, time cards or time off in your organization | [workforceIntegration](../resources/workforceintegration.md), [schedule](../resources/schedule.md), [shift](../resources/shift.md), [timeOff](../resources/timeoff.md), [timeOffReason](../resources/timeoffreason.md) | [create workforceIntegration](../api/workforceintegration-post.md), [create schedule](../api/schedule-post-schedulinggroups.md), [create shift](../api/schedule-post-shifts.md), [create timeOff](../api/schedule-post-timesoff.md) |
+| Use employee learning API to integrate with Viva Learning (preview) | [employee learning](../resources/viva-learning-api-overview.md), [learningProvider](../resources/learningprovider.md), [learningContent](../resources/learningcontent.md) | [list learningProviders](../api/employeeexperience-list-learningproviders.md), [list learningContents](../api/learningprovider-list-learningcontents.md) |
## Microsoft Teams limits
The following are the differences at the API level between teams and groups:
- Persistent chat is available only to Microsoft Teams. This feature is hierarchically represented by the [channel](../resources/channel.md) and [chatMessage](../resources/chatmessage.md) resources. - Group conversations are available only to Microsoft 365 groups. This feature is hierarchically represented by the [conversation](../resources/conversation.md), [conversationThread](../resources/conversationthread.md), and [post](../resources/post.md) resources. - The [List joined teams](../api/user-list-joinedteams.md) method applies only to Microsoft Teams.-- [Calling and online meeting APIs](./communications-api-overview.md) apply only to Microsoft Teams.
+- [Calling](../resources/call.md) and [online meeting](../resources/onlinemeeting.md) APIs apply only to Microsoft Teams.
- See also the [known issues](/graph/known-issues) for these APIs. >**Note:** If you use the groups API in a [Microsoft Teams app](/microsoftteams/platform/#apps-in-microsoft-teams) rather than in a standalone app - for example as part of a tab or bot running in Microsoft Teams - follow the guidance in the article [Using Microsoft Graph in your Microsoft Teams pages](/microsoftteams/platform/resources/microsoft-graph).
Apps that don't follow these polling requirements will be considered in violatio
or the suspension or termination of your use of the Microsoft APIs. ## What's new
-Find out about the [latest new features and updates](/graph/whats-new-overview) for this API set.
+Find out about the [latest new features and updates](/graph/whats-new-overview) for these API sets.
## See also -- [Microsoft Teams API overview](/graph/teams-concept-overview)
+- [Overview for using Microsoft Teams, Shifts, and Viva Learning to foster teamwork](/graph/teams-concept-overview)
- Sample code: [Contoso Airlines](https://github.com/microsoftgraph/contoso-airlines-teams-sample), [C# mini-samples](https://github.com/microsoftgraph/csharp-teams-sample-graph)
v1.0 Termstore Group https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/termstore-group.md
- Title: Group resource type+
+ Title: "Group resource type"
doc_type: "resourcePageType" description: "Represents a group used in a term store." ms.localizationpriority: medium
Inherits from [entity](../resources/entity.md).
|:|:-|:| | createdDateTime | DateTimeOffset | Date and time of the group creation. Read-only.| | description | string | Description that gives details on the term usage.|
-| id | string | Unique identifier of the group. Read-Only.|
| displayName | string | Name of the group.|
-| scope | string | Returns the type of the group. Possible values are `global`, `system`, and `siteCollection`.|
+| id | string | Unique identifier of the group. Read-Only.|
| parentSiteId | string | ID of the parent site of this group.|
+| scope | string | Returns the type of the group. Possible values are: `global`, `system`, and `siteCollection`.|
## Relationships | Relationship | Type | Description|
The following is a JSON representation of a **group** resource.
```json { "@odata.type": "#microsoft.graph.termStore.group",
- "id": "string",
"createdDateTime": "string (timestamp)", "description": "string",
- "scope" : "microsoft.graph.termStore.groupScope",
"displayName": "string",
- "parentSiteId" : "string"
+ "id": "string",
+ "parentSiteId": "string",
+ "scope": "microsoft.graph.termStore.groupScope"
} ```
v1.0 User https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/user.md
This resource supports:
| department | String | The name for the department in which the user works. Maximum length is 64 characters.<br><br>Supports `$filter` (`eq`, `ne`, `not` , `ge`, `le`, `in`, and `eq` on `null` values). | | displayName | String | The name displayed in the address book for the user. This value is usually the combination of the user's first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Maximum length is 256 characters. <br><br>Supports `$filter` (`eq`, `ne`, `not` , `ge`, `le`, `in`, `startsWith`, and `eq` on `null` values), `$orderBy`, and `$search`.| | employeeHireDate | DateTimeOffset | The date and time when the user was hired or will start work in case of a future hire. <br><br>Supports `$filter` (`eq`, `ne`, `not` , `ge`, `le`, `in`).|
+| employeeLeaveDateTime | DateTimeOffset | The date and time when the user left or will leave the organization. <br><br>Read: Requires User-LifeCycleInfo.Read.All. For delegated scenarios, the admin needs one of the following Azure AD roles: Lifecycle Workflows Administrator, Global Reader, or Global Admin. <br><br> Write: Requires User-LifeCycleInfo.ReadWrite.All. For delegated scenarios, the admin needs the Global Administrator [Azure AD role](/azure/active-directory/roles/permissions-reference). <br><br>Supports `$filter` (`eq`, `ne`, `not` , `ge`, `le`, `in`).|
| employeeId | String | The employee identifier assigned to the user by the organization. The maximum length is 16 characters.<br><br>Supports `$filter` (`eq`, `ne`, `not` , `ge`, `le`, `in`, `startsWith`, and `eq` on `null` values).| |employeeOrgData|[employeeOrgData](employeeorgdata.md) |Represents organization data (e.g. division and costCenter) associated with a user. <br><br>Supports `$filter` (`eq`, `ne`, `not` , `ge`, `le`, `in`).| | employeeType | String | Captures enterprise worker type. For example, `Employee`, `Contractor`, `Consultant`, or `Vendor`. Supports `$filter` (`eq`, `ne`, `not` , `ge`, `le`, `in`, `startsWith`).|
v1.0 Userlastsigninrecommendationinsightsetting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/userlastsignInrecommendationinsightsetting.md
The following is a JSON representation of the resource.
``` json { "@odata.type": "#microsoft.graph.userlastsignInrecommendationinsightsetting",
- "recommendationLookBackDuration": "Duration",
+ "recommendationLookBackDuration": "String (duration)",
"signInScope": "String" } ```
v1.0 Accessreviewinstancedecisionitem Filterbycurrentuser https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/accessreviewinstancedecisionitem-filterbycurrentuser.md
GET https://graph.microsoft.com/v1.0/identityGovernance/accessReviews/definition
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] # [PowerShell](#tab/powershell) [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] # [PHP](#tab/php)
v1.0 Application Addkey https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/application-addkey.md
Add a key credential to an [application](../resources/application.md). This meth
> [!NOTE] > [Create application](../api/application-post-applications.md) and [Update application](../api/application-update.md) operations can continue to be used to add and update key credentials for any application with or without a user's context.
+>
+> You should only provide the public key value when adding a certificate credential to your application. Adding a private key certificate to your application risks compromising the application.
As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed.
v1.0 Application Post Onlinemeetings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/application-post-onlinemeetings.md
Content-Type: application/json
[!INCLUDE [sample-code](../includes/snippets/go/create-onlinemeeting-user-token-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
-# [PowerShell](#tab/powershell)
- # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/create-onlinemeeting-user-token-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
v1.0 Calendar Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/calendar-delete.md
Title: "Delete calendar" description: "Delete a calendar other than the default calendar."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendar Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/calendar-get.md
Title: "Get calendar" description: "Get the properties and relationships of a calendar object. The calendar can be one for a user, " ms.localizationpriority: high-+ ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendar List Calendarpermissions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/calendar-list-calendarpermissions.md
Title: "List calendarPermissions" description: "Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. " ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: "apiPageType"
v1.0 Calendar List Calendarview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/calendar-list-calendarview.md
Title: "List calendarView" description: "Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range." ms.localizationpriority: high-+ ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendar List Events https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/calendar-list-events.md
Title: "List events" description: "Retrieve a list of events in a calendar. The list contains single instance meetings and series masters."-+ ms.localizationpriority: high ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendar Post Calendarpermissions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/calendar-post-calendarpermissions.md
Title: "Create calendarPermission" description: "Create the calendarpermission object." ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: "apiPageType"
v1.0 Calendar Post Events https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/calendar-post-events.md
Title: "Create event" description: "Use this API to create a new event in the default or the specified calendar."-+ ms.localizationpriority: high ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendar Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/calendar-update.md
Title: "Update calendar" description: "Update the properties of a calendar object. The calendar can be one for a user, " ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendargroup Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/calendargroup-delete.md
Title: "Delete calendarGroup" description: "Delete a calendar group other than the default calendar group."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendargroup Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/calendargroup-get.md
Title: "Get calendarGroup" description: "Retrieve the properties and relationships of a calendar group object."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendargroup List Calendars https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/calendargroup-list-calendars.md
Title: "List calendars" description: "Retrieve a list of calendars belonging to a calendar group."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendargroup Post Calendars https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/calendargroup-post-calendars.md
Title: "Create Calendar" description: "Use this API to create a new calendar in a calendar group for a user."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendargroup Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/calendargroup-update.md
Title: "Update calendargroup" description: "Update the properties of calendargroup object."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Calendarpermission Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/calendarpermission-delete.md
Title: "Delete calendarPermission" description: "Delete calendarPermission."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: "apiPageType"
v1.0 Calendarpermission Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/calendarpermission-get.md
Title: "Get calendarPermission" description: "Get the properties and relationships of calendarpermission object."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: "apiPageType"
v1.0 Calendarpermission Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/calendarpermission-update.md
Title: "Update calendarpermission" description: "Update the properties of calendarpermission object."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: "apiPageType"
v1.0 Chat List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/chat-list.md
Content-type: application/json
The following is an example of a request. **lastMessagePreview/createdDateTime** is passed to sort chats by the most to least recent chat messages. +
+# [HTTP](#tab/http)
<!-- { "blockType": "request", "name": "list_chats_orderby"
The following is an example of a request. **lastMessagePreview/createdDateTime**
GET https://graph.microsoft.com/v1.0/chats?$orderBy=lastMessagePreview/createdDateTime desc ```
+# [C#](#tab/csharp)
+
+# [JavaScript](#tab/javascript)
+
+# [Java](#tab/java)
+
+# [Go](#tab/go)
+
+# [PowerShell](#tab/powershell)
+
+# [PHP](#tab/php)
++++ #### Response The following is an example of the response.
v1.0 Contenttype Addcopy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/contenttype-addcopy.md
Content-Type: application/json
[!INCLUDE [sample-code](../includes/snippets/go/contenttype-addcopy-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
-# [PowerShell](#tab/powershell)
- # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/contenttype-addcopy-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
v1.0 Emailauthenticationmethodconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/emailauthenticationmethodconfiguration-update.md
Content-Type: application/json
[!INCLUDE [sample-code](../includes/snippets/go/update-emailauthenticationmethodconfiguration-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
+# [PowerShell](#tab/powershell)
+ # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/update-emailauthenticationmethodconfiguration-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
v1.0 Event Accept https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/event-accept.md
Title: "event: accept" description: "Accept the specified event in a user calendar."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Cancel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/event-cancel.md
Title: "event: cancel" description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. "-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Decline https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/event-decline.md
Title: "event: decline" description: "Decline invitation to the specified event in a user calendar."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/event-delete.md
Title: "Delete event" description: "Delete event."-+ ms.localizationpriority: high ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Delta https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/event-delta.md
Title: "event: delta" description: "Get a set of events that have been added, deleted, or updated in a **calendarView** (a range of events) " ms.localizationpriority: high-+ ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Dismissreminder https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/event-dismissreminder.md
Title: "event: dismissReminder" description: "Dismiss a reminder that has been triggered for an event in a user calendar."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Forward https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/event-forward.md
Title: "event: forward" description: "This action allows the organizer or attendee of a meeting event to forward the "-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/event-get.md
Title: "Get event" description: "Get the properties and relationships of the specified event object."-+ ms.localizationpriority: high ms.prod: "outlook" doc_type: apiPageType
v1.0 Event List Instances https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/event-list-instances.md
Title: "List instances" description: "Get the instances (occurrences) of an event for a specified time range." ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Snoozereminder https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/event-snoozereminder.md
Title: "event: snoozeReminder" description: "Postpone a reminder for an event in a user calendar until a new time."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Tentativelyaccept https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/event-tentativelyaccept.md
Title: "event: tentativelyAccept" description: "Tentatively accept the specified event in a user calendar."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Event Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/event-update.md
Title: "Update event" description: "Update the properties of the event object."-+ ms.localizationpriority: high ms.prod: "outlook" doc_type: apiPageType
v1.0 Eventmessage Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/eventmessage-delete.md
Title: "Delete eventMessage" description: "Delete eventMessage."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Eventmessage Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/eventmessage-get.md
Title: "Get eventMessage" description: "expand parameter on the **event** navigation property to get the associated event in an attendee's calendar." ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: apiPageType
v1.0 Eventmessage Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/eventmessage-update.md
Title: "Update eventMessage" description: "Update the properties of an eventMessage object."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Group List Events https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/group-list-events.md
Title: "List events" description: "Retrieve a list of event objects."-+ ms.localizationpriority: high ms.prod: "outlook" doc_type: apiPageType
v1.0 Group Post Rejectedsenders https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/group-post-rejectedsenders.md
Content-type: application/json
[!INCLUDE [sample-code](../includes/snippets/go/create-rejectedsenders-from-group-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
+# [PowerShell](#tab/powershell)
+ # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/create-rejectedsenders-from-group-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
v1.0 Inferenceclassificationoverride Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/inferenceclassificationoverride-delete.md
Do not supply a request body for this method.
If successful, this method returns `204 No Content` response code. It does not return anything in the response body. ## Example
-##### Request
-Here is an example of the request.
+### Request
+The following is an example of a request.
# [HTTP](#tab/http) <!-- {
DELETE https://graph.microsoft.com/v1.0/me/inferenceClassification/overrides/98f
-##### Response
-Here is an example of the response. Note: The response object shown here might be shortened for readability.
+### Response
+The following is an example of the response.
<!-- { "blockType": "response", "truncated": true
v1.0 Insights List Shared https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/insights-list-shared.md
Namespace: microsoft.graph
Calculated insight that includes the list of documents shared with a user.
+This insight includes documents hosted on OneDrive/SharePoint in the user's Microsoft 365 tenant that are shared with the user, and documents that are attached as files and sent to the user.
+ ## Permissions One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
One of the following permissions is required to call this API. To learn more, in
## HTTP request Get a list of documents shared with the signed-in user.
->**Note**: Only the user can make requests using the user's id or principal name.
+>**Note**: Only the user can make requests using the user's ID or principal name.
```http GET /me/insights/shared
Do not supply a request body for this method.
If successful, this method returns a `200 OK` response code and a list of [shared](../resources/insights-shared.md) items in the response body. ## Example
-##### Request
+## Examples
+
+### Request
-Here is an example of the request.
+The following is an example of a request.
```http GET https://graph.microsoft.com/v1.0/me/insights/shared ```
-##### Response
+### Response
+
+The following is an example of the response.
-Here is an example of the response. Note: The response object shown here might be shortened for readability.
+>**Note:** The response object shown here might be shortened for readability.
```http HTTP/1.1 200 OK
v1.0 Intune Apps Androidlobapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-androidlobapp-create.md
Content-Length: 1287
++
v1.0 Intune Apps Androidlobapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-androidlobapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Androidlobapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-androidlobapp-get.md
Content-Length: 1382
++
v1.0 Intune Apps Androidlobapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-androidlobapp-list.md
Content-Length: 1472
++
v1.0 Intune Apps Androidlobapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-androidlobapp-update.md
Content-Length: 1287
++
v1.0 Intune Apps Androidstoreapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-androidstoreapp-create.md
Content-Length: 1150
++
v1.0 Intune Apps Androidstoreapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-androidstoreapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Androidstoreapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-androidstoreapp-get.md
Content-Length: 1237
++
v1.0 Intune Apps Androidstoreapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-androidstoreapp-list.md
Content-Length: 1319
++
v1.0 Intune Apps Androidstoreapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-androidstoreapp-update.md
Content-Length: 1150
++
v1.0 Intune Apps Deviceappmanagement Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-deviceappmanagement-get.md
Content-Length: 133
++
v1.0 Intune Apps Deviceappmanagement Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-deviceappmanagement-update.md
Content-Length: 110
++
v1.0 Intune Apps Ioslobapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-ioslobapp-create.md
Content-Length: 1421
++
v1.0 Intune Apps Ioslobapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-ioslobapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Ioslobapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-ioslobapp-get.md
Content-Length: 1522
++
v1.0 Intune Apps Ioslobapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-ioslobapp-list.md
Content-Length: 1618
++
v1.0 Intune Apps Ioslobapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-ioslobapp-update.md
Content-Length: 1421
++
v1.0 Intune Apps Iosmobileappconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-iosmobileappconfiguration-create.md
Content-Length: 706
++
v1.0 Intune Apps Iosmobileappconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-iosmobileappconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Iosmobileappconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-iosmobileappconfiguration-get.md
Content-Length: 763
++
v1.0 Intune Apps Iosmobileappconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-iosmobileappconfiguration-list.md
Content-Length: 815
++
v1.0 Intune Apps Iosmobileappconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-iosmobileappconfiguration-update.md
Content-Length: 706
++
v1.0 Intune Apps Iosstoreapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-iosstoreapp-create.md
Content-Length: 1218
++
v1.0 Intune Apps Iosstoreapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-iosstoreapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Iosstoreapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-iosstoreapp-get.md
Content-Length: 1309
++
v1.0 Intune Apps Iosstoreapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-iosstoreapp-list.md
Content-Length: 1395
++
v1.0 Intune Apps Iosstoreapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-iosstoreapp-update.md
Content-Length: 1218
++
v1.0 Intune Apps Iosvppapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-iosvppapp-create.md
Content-Length: 1394
++
v1.0 Intune Apps Iosvppapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-iosvppapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Iosvppapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-iosvppapp-get.md
Content-Length: 1487
++
v1.0 Intune Apps Iosvppapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-iosvppapp-list.md
Content-Length: 1575
++
v1.0 Intune Apps Iosvppapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-iosvppapp-update.md
Content-Length: 1394
++
v1.0 Intune Apps Macosofficesuiteapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-macosofficesuiteapp-create.md
Content-Length: 756
++
v1.0 Intune Apps Macosofficesuiteapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-macosofficesuiteapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Macosofficesuiteapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-macosofficesuiteapp-get.md
Content-Length: 813
++
v1.0 Intune Apps Macosofficesuiteapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-macosofficesuiteapp-list.md
Content-Length: 865
++
v1.0 Intune Apps Macosofficesuiteapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-macosofficesuiteapp-update.md
Content-Length: 756
++
v1.0 Intune Apps Managedandroidlobapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedandroidlobapp-create.md
Content-Length: 1365
++
v1.0 Intune Apps Managedandroidlobapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedandroidlobapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Managedandroidlobapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedandroidlobapp-get.md
Content-Length: 1464
++
v1.0 Intune Apps Managedandroidlobapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedandroidlobapp-list.md
Content-Length: 1558
++
v1.0 Intune Apps Managedandroidlobapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedandroidlobapp-update.md
Content-Length: 1365
++
v1.0 Intune Apps Managedandroidstoreapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedandroidstoreapp-create.md
Content-Length: 1228
++
v1.0 Intune Apps Managedandroidstoreapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedandroidstoreapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Managedandroidstoreapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedandroidstoreapp-get.md
Content-Length: 1319
++
v1.0 Intune Apps Managedandroidstoreapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedandroidstoreapp-list.md
Content-Length: 1405
++
v1.0 Intune Apps Managedandroidstoreapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedandroidstoreapp-update.md
Content-Length: 1228
++
v1.0 Intune Apps Managedapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedapp-get.md
Content-Length: 879
++
v1.0 Intune Apps Managedapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedapp-list.md
Content-Length: 935
++
v1.0 Intune Apps Manageddevicemobileappconfiguration Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfiguration-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Manageddevicemobileappconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfiguration-get.md
Content-Length: 451
++
v1.0 Intune Apps Manageddevicemobileappconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfiguration-list.md
Content-Length: 485
++
v1.0 Intune Apps Manageddevicemobileappconfigurationassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationassignment-create.md
Content-Length: 228
++
v1.0 Intune Apps Manageddevicemobileappconfigurationassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Manageddevicemobileappconfigurationassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationassignment-get.md
Content-Length: 257
++
v1.0 Intune Apps Manageddevicemobileappconfigurationassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationassignment-list.md
Content-Length: 281
++
v1.0 Intune Apps Manageddevicemobileappconfigurationassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationassignment-update.md
Content-Length: 228
++
v1.0 Intune Apps Manageddevicemobileappconfigurationdevicestatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create.md
Content-Length: 494
++
v1.0 Intune Apps Manageddevicemobileappconfigurationdevicestatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Manageddevicemobileappconfigurationdevicestatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get.md
Content-Length: 531
++
v1.0 Intune Apps Manageddevicemobileappconfigurationdevicestatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list.md
Content-Length: 563
++
v1.0 Intune Apps Manageddevicemobileappconfigurationdevicestatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-update.md
Content-Length: 494
++
v1.0 Intune Apps Manageddevicemobileappconfigurationdevicesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get.md
Content-Length: 385
++
v1.0 Intune Apps Manageddevicemobileappconfigurationdevicesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-update.md
Content-Length: 348
++
v1.0 Intune Apps Manageddevicemobileappconfigurationuserstatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationuserstatus-create.md
Content-Length: 355
++
v1.0 Intune Apps Manageddevicemobileappconfigurationuserstatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationuserstatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Manageddevicemobileappconfigurationuserstatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationuserstatus-get.md
Content-Length: 388
++
v1.0 Intune Apps Manageddevicemobileappconfigurationuserstatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationuserstatus-list.md
Content-Length: 416
++
v1.0 Intune Apps Manageddevicemobileappconfigurationuserstatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationuserstatus-update.md
Content-Length: 355
++
v1.0 Intune Apps Manageddevicemobileappconfigurationusersummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationusersummary-get.md
Content-Length: 383
++
v1.0 Intune Apps Manageddevicemobileappconfigurationusersummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationusersummary-update.md
Content-Length: 346
++
v1.0 Intune Apps Managedioslobapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedioslobapp-create.md
Content-Length: 1499
++
v1.0 Intune Apps Managedioslobapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedioslobapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Managedioslobapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedioslobapp-get.md
Content-Length: 1604
++
v1.0 Intune Apps Managedioslobapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedioslobapp-list.md
Content-Length: 1704
++
v1.0 Intune Apps Managedioslobapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedioslobapp-update.md
Content-Length: 1499
++
v1.0 Intune Apps Managediosstoreapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managediosstoreapp-create.md
Content-Length: 1296
++
v1.0 Intune Apps Managediosstoreapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managediosstoreapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Managediosstoreapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managediosstoreapp-get.md
Content-Length: 1391
++
v1.0 Intune Apps Managediosstoreapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managediosstoreapp-list.md
Content-Length: 1481
++
v1.0 Intune Apps Managediosstoreapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managediosstoreapp-update.md
Content-Length: 1296
++
v1.0 Intune Apps Managedmobilelobapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedmobilelobapp-get.md
Content-Length: 1007
++
v1.0 Intune Apps Managedmobilelobapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-managedmobilelobapp-list.md
Content-Length: 1069
++
v1.0 Intune Apps Microsoftstoreforbusinessapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-microsoftstoreforbusinessapp-create.md
Content-Length: 941
++
v1.0 Intune Apps Microsoftstoreforbusinessapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-microsoftstoreforbusinessapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Microsoftstoreforbusinessapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-microsoftstoreforbusinessapp-get.md
Content-Length: 1008
++
v1.0 Intune Apps Microsoftstoreforbusinessapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-microsoftstoreforbusinessapp-list.md
Content-Length: 1070
++
v1.0 Intune Apps Microsoftstoreforbusinessapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-microsoftstoreforbusinessapp-update.md
Content-Length: 941
++
v1.0 Intune Apps Mobileapp Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileapp-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Mobileapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileapp-get.md
Content-Length: 803
++
v1.0 Intune Apps Mobileapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileapp-list.md
Content-Length: 855
++
v1.0 Intune Apps Mobileappassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappassignment-create.md
Content-Length: 910
++
v1.0 Intune Apps Mobileappassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Mobileappassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappassignment-get.md
Content-Length: 975
++
v1.0 Intune Apps Mobileappassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappassignment-list.md
Content-Length: 1035
++
v1.0 Intune Apps Mobileappassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappassignment-update.md
Content-Length: 910
++
v1.0 Intune Apps Mobileappcategory Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappcategory-create.md
Content-Length: 212
++
v1.0 Intune Apps Mobileappcategory Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappcategory-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Mobileappcategory Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappcategory-get.md
Content-Length: 239
++
v1.0 Intune Apps Mobileappcategory List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappcategory-list.md
Content-Length: 261
++
v1.0 Intune Apps Mobileappcategory Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappcategory-update.md
Content-Length: 212
++
v1.0 Intune Apps Mobileappcontent Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappcontent-create.md
Content-Length: 107
++
v1.0 Intune Apps Mobileappcontent Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappcontent-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Mobileappcontent Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappcontent-get.md
Content-Length: 130
++
v1.0 Intune Apps Mobileappcontent List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappcontent-list.md
Content-Length: 148
++
v1.0 Intune Apps Mobileappcontent Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappcontent-update.md
Content-Length: 107
++
v1.0 Intune Apps Mobileappcontentfile Commit https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappcontentfile-commit.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Mobileappcontentfile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappcontentfile-create.md
Content-Length: 450
++
v1.0 Intune Apps Mobileappcontentfile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappcontentfile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Mobileappcontentfile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappcontentfile-get.md
Content-Length: 491
++
v1.0 Intune Apps Mobileappcontentfile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappcontentfile-list.md
Content-Length: 527
++
v1.0 Intune Apps Mobileappcontentfile Renewupload https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappcontentfile-renewupload.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Mobileappcontentfile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobileappcontentfile-update.md
Content-Length: 450
++
v1.0 Intune Apps Mobilelobapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobilelobapp-get.md
Content-Length: 925
++
v1.0 Intune Apps Mobilelobapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-mobilelobapp-list.md
Content-Length: 983
++
v1.0 Intune Apps Webapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-webapp-create.md
Content-Length: 817
++
v1.0 Intune Apps Webapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-webapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Webapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-webapp-get.md
Content-Length: 878
++
v1.0 Intune Apps Webapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-webapp-list.md
Content-Length: 934
++
v1.0 Intune Apps Webapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-webapp-update.md
Content-Length: 817
++
v1.0 Intune Apps Win32lobapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-win32lobapp-create.md
Content-Length: 2306
++
v1.0 Intune Apps Win32lobapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-win32lobapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Win32lobapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-win32lobapp-get.md
Content-Length: 2455
++
v1.0 Intune Apps Win32lobapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-win32lobapp-list.md
Content-Length: 2599
++
v1.0 Intune Apps Win32lobapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-win32lobapp-update.md
Content-Length: 2306
++
v1.0 Intune Apps Windowsmobilemsi Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-windowsmobilemsi-create.md
Content-Length: 1027
++
v1.0 Intune Apps Windowsmobilemsi Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-windowsmobilemsi-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Windowsmobilemsi Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-windowsmobilemsi-get.md
Content-Length: 1098
++
v1.0 Intune Apps Windowsmobilemsi List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-windowsmobilemsi-list.md
Content-Length: 1164
++
v1.0 Intune Apps Windowsmobilemsi Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-windowsmobilemsi-update.md
Content-Length: 1027
++
v1.0 Intune Apps Windowsuniversalappx Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-windowsuniversalappx-create.md
Content-Length: 1361
++
v1.0 Intune Apps Windowsuniversalappx Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-windowsuniversalappx-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Apps Windowsuniversalappx Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-windowsuniversalappx-get.md
Content-Length: 1450
++
v1.0 Intune Apps Windowsuniversalappx List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-windowsuniversalappx-list.md
Content-Length: 1534
++
v1.0 Intune Apps Windowsuniversalappx Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-apps-windowsuniversalappx-update.md
Content-Length: 1361
++
v1.0 Intune Books Deviceappmanagement Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-deviceappmanagement-get.md
Content-Length: 133
++
v1.0 Intune Books Deviceappmanagement Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-deviceappmanagement-update.md
Content-Length: 110
++
v1.0 Intune Books Deviceinstallstate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-deviceinstallstate-create.md
Content-Length: 423
++
v1.0 Intune Books Deviceinstallstate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-deviceinstallstate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Books Deviceinstallstate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-deviceinstallstate-get.md
Content-Length: 462
++
v1.0 Intune Books Deviceinstallstate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-deviceinstallstate-list.md
Content-Length: 496
++
v1.0 Intune Books Deviceinstallstate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-deviceinstallstate-update.md
Content-Length: 423
++
v1.0 Intune Books Ebookinstallsummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-ebookinstallsummary-get.md
Content-Length: 320
++
v1.0 Intune Books Ebookinstallsummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-ebookinstallsummary-update.md
Content-Length: 285
++
v1.0 Intune Books Iosvppebook Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-iosvppebook-create.md
Content-Length: 964
++
v1.0 Intune Books Iosvppebook Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-iosvppebook-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Books Iosvppebook Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-iosvppebook-get.md
Content-Length: 1033
++
v1.0 Intune Books Iosvppebook List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-iosvppebook-list.md
Content-Length: 1097
++
v1.0 Intune Books Iosvppebook Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-iosvppebook-update.md
Content-Length: 964
++
v1.0 Intune Books Iosvppebookassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-iosvppebookassignment-create.md
Content-Length: 242
++
v1.0 Intune Books Iosvppebookassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-iosvppebookassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Books Iosvppebookassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-iosvppebookassignment-get.md
Content-Length: 273
++
v1.0 Intune Books Iosvppebookassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-iosvppebookassignment-list.md
Content-Length: 299
++
v1.0 Intune Books Iosvppebookassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-iosvppebookassignment-update.md
Content-Length: 242
++
v1.0 Intune Books Managedebook Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-managedebook-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Books Managedebook Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-managedebook-get.md
Content-Length: 712
++
v1.0 Intune Books Managedebook List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-managedebook-list.md
Content-Length: 756
++
v1.0 Intune Books Managedebookassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-managedebookassignment-create.md
Content-Length: 237
++
v1.0 Intune Books Managedebookassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-managedebookassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Books Managedebookassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-managedebookassignment-get.md
Content-Length: 268
++
v1.0 Intune Books Managedebookassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-managedebookassignment-list.md
Content-Length: 294
++
v1.0 Intune Books Managedebookassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-managedebookassignment-update.md
Content-Length: 237
++
v1.0 Intune Books Userinstallstatesummary Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-userinstallstatesummary-create.md
Content-Length: 238
++
v1.0 Intune Books Userinstallstatesummary Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-userinstallstatesummary-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Books Userinstallstatesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-userinstallstatesummary-get.md
Content-Length: 269
++
v1.0 Intune Books Userinstallstatesummary List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-userinstallstatesummary-list.md
Content-Length: 295
++
v1.0 Intune Books Userinstallstatesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-books-userinstallstatesummary-update.md
Content-Length: 238
++
v1.0 Intune Companyterms Devicemanagement Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-companyterms-devicemanagement-get.md
Content-Length: 130
++
v1.0 Intune Companyterms Devicemanagement Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-companyterms-devicemanagement-update.md
Content-Length: 107
++
v1.0 Intune Companyterms Termsandconditions Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-companyterms-termsandconditions-create.md
Content-Length: 445
++
v1.0 Intune Companyterms Termsandconditions Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-companyterms-termsandconditions-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Companyterms Termsandconditions Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-companyterms-termsandconditions-get.md
Content-Length: 484
++
v1.0 Intune Companyterms Termsandconditions List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-companyterms-termsandconditions-list.md
Content-Length: 518
++
v1.0 Intune Companyterms Termsandconditions Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-companyterms-termsandconditions-update.md
Content-Length: 445
++
v1.0 Intune Companyterms Termsandconditionsacceptancestatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-companyterms-termsandconditionsacceptancestatus-create.md
Content-Length: 313
++
v1.0 Intune Companyterms Termsandconditionsacceptancestatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-companyterms-termsandconditionsacceptancestatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Companyterms Termsandconditionsacceptancestatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-companyterms-termsandconditionsacceptancestatus-get.md
Content-Length: 344
++
v1.0 Intune Companyterms Termsandconditionsacceptancestatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-companyterms-termsandconditionsacceptancestatus-list.md
Content-Length: 370
++
v1.0 Intune Companyterms Termsandconditionsacceptancestatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-companyterms-termsandconditionsacceptancestatus-update.md
Content-Length: 313
++
v1.0 Intune Companyterms Termsandconditionsassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-companyterms-termsandconditionsassignment-create.md
Content-Length: 269
++
v1.0 Intune Companyterms Termsandconditionsassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-companyterms-termsandconditionsassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Companyterms Termsandconditionsassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-companyterms-termsandconditionsassignment-get.md
Content-Length: 300
++
v1.0 Intune Companyterms Termsandconditionsassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-companyterms-termsandconditionsassignment-list.md
Content-Length: 326
++
v1.0 Intune Companyterms Termsandconditionsassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-companyterms-termsandconditionsassignment-update.md
Content-Length: 269
++
v1.0 Intune Deviceconfig Androidcompliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidcompliancepolicy-create.md
Content-Length: 1331
++
v1.0 Intune Deviceconfig Androidcompliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidcompliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidcompliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidcompliancepolicy-get.md
Content-Length: 1406
++
v1.0 Intune Deviceconfig Androidcompliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidcompliancepolicy-list.md
Content-Length: 1476
++
v1.0 Intune Deviceconfig Androidcompliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidcompliancepolicy-update.md
Content-Length: 1331
++
v1.0 Intune Deviceconfig Androidcustomconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidcustomconfiguration-create.md
Content-Length: 548
++
v1.0 Intune Deviceconfig Androidcustomconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidcustomconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidcustomconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidcustomconfiguration-get.md
Content-Length: 597
++
v1.0 Intune Deviceconfig Androidcustomconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidcustomconfiguration-list.md
Content-Length: 641
++
v1.0 Intune Deviceconfig Androidcustomconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidcustomconfiguration-update.md
Content-Length: 548
++
v1.0 Intune Deviceconfig Androidgeneraldeviceconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidgeneraldeviceconfiguration-create.md
Content-Length: 3205
++
v1.0 Intune Deviceconfig Androidgeneraldeviceconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidgeneraldeviceconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidgeneraldeviceconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidgeneraldeviceconfiguration-get.md
Content-Length: 3414
++
v1.0 Intune Deviceconfig Androidgeneraldeviceconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidgeneraldeviceconfiguration-list.md
Content-Length: 3618
++
v1.0 Intune Deviceconfig Androidgeneraldeviceconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidgeneraldeviceconfiguration-update.md
Content-Length: 3205
++
v1.0 Intune Deviceconfig Androidworkprofilecompliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidworkprofilecompliancepolicy-create.md
Content-Length: 1342
++
v1.0 Intune Deviceconfig Androidworkprofilecompliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidworkprofilecompliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidworkprofilecompliancepolicy-get.md
Content-Length: 1417
++
v1.0 Intune Deviceconfig Androidworkprofilecompliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidworkprofilecompliancepolicy-list.md
Content-Length: 1487
++
v1.0 Intune Deviceconfig Androidworkprofilecompliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidworkprofilecompliancepolicy-update.md
Content-Length: 1342
++
v1.0 Intune Deviceconfig Androidworkprofilecustomconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidworkprofilecustomconfiguration-create.md
Content-Length: 559
++
v1.0 Intune Deviceconfig Androidworkprofilecustomconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidworkprofilecustomconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidworkprofilecustomconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidworkprofilecustomconfiguration-get.md
Content-Length: 608
++
v1.0 Intune Deviceconfig Androidworkprofilecustomconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidworkprofilecustomconfiguration-list.md
Content-Length: 652
++
v1.0 Intune Deviceconfig Androidworkprofilecustomconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidworkprofilecustomconfiguration-update.md
Content-Length: 559
++
v1.0 Intune Deviceconfig Androidworkprofilegeneraldeviceconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-create.md
Content-Length: 2003
++
v1.0 Intune Deviceconfig Androidworkprofilegeneraldeviceconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Androidworkprofilegeneraldeviceconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-get.md
Content-Length: 2104
++
v1.0 Intune Deviceconfig Androidworkprofilegeneraldeviceconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-list.md
Content-Length: 2200
++
v1.0 Intune Deviceconfig Androidworkprofilegeneraldeviceconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-update.md
Content-Length: 2003
++
v1.0 Intune Deviceconfig Appledevicefeaturesconfigurationbase Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-appledevicefeaturesconfigurationbase-get.md
Content-Length: 379
++
v1.0 Intune Deviceconfig Appledevicefeaturesconfigurationbase List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-appledevicefeaturesconfigurationbase-list.md
Content-Length: 407
++
v1.0 Intune Deviceconfig Devicecomplianceactionitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecomplianceactionitem-create.md
Content-Length: 320
++
v1.0 Intune Deviceconfig Devicecomplianceactionitem Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecomplianceactionitem-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Devicecomplianceactionitem Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecomplianceactionitem-get.md
Content-Length: 355
++
v1.0 Intune Deviceconfig Devicecomplianceactionitem List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecomplianceactionitem-list.md
Content-Length: 385
++
v1.0 Intune Deviceconfig Devicecomplianceactionitem Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecomplianceactionitem-update.md
Content-Length: 320
++
v1.0 Intune Deviceconfig Devicecompliancedeviceoverview Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedeviceoverview-get.md
Content-Length: 367
++
v1.0 Intune Deviceconfig Devicecompliancedeviceoverview Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedeviceoverview-update.md
Content-Length: 330
++
v1.0 Intune Deviceconfig Devicecompliancedevicestatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedevicestatus-create.md
Content-Length: 475
++
v1.0 Intune Deviceconfig Devicecompliancedevicestatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedevicestatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Devicecompliancedevicestatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedevicestatus-get.md
Content-Length: 512
++
v1.0 Intune Deviceconfig Devicecompliancedevicestatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedevicestatus-list.md
Content-Length: 544
++
v1.0 Intune Deviceconfig Devicecompliancedevicestatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedevicestatus-update.md
Content-Length: 475
++
v1.0 Intune Deviceconfig Devicecompliancepolicy Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicy-assign.md
Content-Length: 330
++
v1.0 Intune Deviceconfig Devicecompliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicy-get.md
Content-Length: 365
++
v1.0 Intune Deviceconfig Devicecompliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicy-list.md
Content-Length: 393
++
v1.0 Intune Deviceconfig Devicecompliancepolicy Scheduleactionsforrules https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicy-scheduleactionsforrules.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Devicecompliancepolicyassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicyassignment-create.md
Content-Length: 273
++
v1.0 Intune Deviceconfig Devicecompliancepolicyassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicyassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Devicecompliancepolicyassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicyassignment-get.md
Content-Length: 304
++
v1.0 Intune Deviceconfig Devicecompliancepolicyassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicyassignment-list.md
Content-Length: 330
++
v1.0 Intune Deviceconfig Devicecompliancepolicyassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicyassignment-update.md
Content-Length: 273
++
v1.0 Intune Deviceconfig Devicecompliancepolicydevicestatesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get.md
Content-Length: 439
++
v1.0 Intune Deviceconfig Devicecompliancepolicydevicestatesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-update.md
Content-Length: 398
++
v1.0 Intune Deviceconfig Devicecompliancepolicysettingstatesummary Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-create.md
Content-Length: 440
++
v1.0 Intune Deviceconfig Devicecompliancepolicysettingstatesummary Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Devicecompliancepolicysettingstatesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get.md
Content-Length: 483
++
v1.0 Intune Deviceconfig Devicecompliancepolicysettingstatesummary List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list.md
Content-Length: 521
++
v1.0 Intune Deviceconfig Devicecompliancepolicysettingstatesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-update.md
Content-Length: 440
++
v1.0 Intune Deviceconfig Devicecompliancescheduledactionforrule Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancescheduledactionforrule-create.md
Content-Length: 163
++
v1.0 Intune Deviceconfig Devicecompliancescheduledactionforrule Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancescheduledactionforrule-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Devicecompliancescheduledactionforrule Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancescheduledactionforrule-get.md
Content-Length: 188
++
v1.0 Intune Deviceconfig Devicecompliancescheduledactionforrule List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancescheduledactionforrule-list.md
Content-Length: 208
++
v1.0 Intune Deviceconfig Devicecompliancescheduledactionforrule Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update.md
Content-Length: 163
++
v1.0 Intune Deviceconfig Devicecompliancesettingstate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancesettingstate-create.md
Content-Length: 566
++
v1.0 Intune Deviceconfig Devicecompliancesettingstate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancesettingstate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Devicecompliancesettingstate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancesettingstate-get.md
Content-Length: 611
++
v1.0 Intune Deviceconfig Devicecompliancesettingstate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancesettingstate-list.md
Content-Length: 651
++
v1.0 Intune Deviceconfig Devicecompliancesettingstate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecompliancesettingstate-update.md
Content-Length: 566
++
v1.0 Intune Deviceconfig Devicecomplianceuseroverview Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecomplianceuseroverview-get.md
Content-Length: 365
++
v1.0 Intune Deviceconfig Devicecomplianceuseroverview Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecomplianceuseroverview-update.md
Content-Length: 328
++
v1.0 Intune Deviceconfig Devicecomplianceuserstatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecomplianceuserstatus-create.md
Content-Length: 336
++
v1.0 Intune Deviceconfig Devicecomplianceuserstatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecomplianceuserstatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Devicecomplianceuserstatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecomplianceuserstatus-get.md
Content-Length: 369
++
v1.0 Intune Deviceconfig Devicecomplianceuserstatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecomplianceuserstatus-list.md
Content-Length: 397
++
v1.0 Intune Deviceconfig Devicecomplianceuserstatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicecomplianceuserstatus-update.md
Content-Length: 336
++
v1.0 Intune Deviceconfig Deviceconfiguration Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfiguration-assign.md
Content-Length: 327
++
v1.0 Intune Deviceconfig Deviceconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfiguration-get.md
Content-Length: 362
++
v1.0 Intune Deviceconfig Deviceconfiguration Getomasettingplaintextvalue https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfiguration-getomasettingplaintextvalue.md
Content-Length: 57
++
v1.0 Intune Deviceconfig Deviceconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfiguration-list.md
Content-Length: 390
++
v1.0 Intune Deviceconfig Deviceconfigurationassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationassignment-create.md
Content-Length: 270
++
v1.0 Intune Deviceconfig Deviceconfigurationassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Deviceconfigurationassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationassignment-get.md
Content-Length: 301
++
v1.0 Intune Deviceconfig Deviceconfigurationassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationassignment-list.md
Content-Length: 327
++
v1.0 Intune Deviceconfig Deviceconfigurationassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationassignment-update.md
Content-Length: 270
++
v1.0 Intune Deviceconfig Deviceconfigurationdeviceoverview Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdeviceoverview-get.md
Content-Length: 370
++
v1.0 Intune Deviceconfig Deviceconfigurationdeviceoverview Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update.md
Content-Length: 333
++
v1.0 Intune Deviceconfig Deviceconfigurationdevicestatesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get.md
Content-Length: 376
++
v1.0 Intune Deviceconfig Deviceconfigurationdevicestatesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-update.md
Content-Length: 339
++
v1.0 Intune Deviceconfig Deviceconfigurationdevicestatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdevicestatus-create.md
Content-Length: 478
++
v1.0 Intune Deviceconfig Deviceconfigurationdevicestatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdevicestatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Deviceconfigurationdevicestatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdevicestatus-get.md
Content-Length: 515
++
v1.0 Intune Deviceconfig Deviceconfigurationdevicestatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdevicestatus-list.md
Content-Length: 547
++
v1.0 Intune Deviceconfig Deviceconfigurationdevicestatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdevicestatus-update.md
Content-Length: 478
++
v1.0 Intune Deviceconfig Deviceconfigurationuseroverview Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationuseroverview-get.md
Content-Length: 368
++
v1.0 Intune Deviceconfig Deviceconfigurationuseroverview Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationuseroverview-update.md
Content-Length: 331
++
v1.0 Intune Deviceconfig Deviceconfigurationuserstatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationuserstatus-create.md
Content-Length: 339
++
v1.0 Intune Deviceconfig Deviceconfigurationuserstatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationuserstatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Deviceconfigurationuserstatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationuserstatus-get.md
Content-Length: 372
++
v1.0 Intune Deviceconfig Deviceconfigurationuserstatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationuserstatus-list.md
Content-Length: 400
++
v1.0 Intune Deviceconfig Deviceconfigurationuserstatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationuserstatus-update.md
Content-Length: 339
++
v1.0 Intune Deviceconfig Devicemanagement Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicemanagement-get.md
Content-Length: 409
++
v1.0 Intune Deviceconfig Devicemanagement Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-devicemanagement-update.md
Content-Length: 372
++
v1.0 Intune Deviceconfig Editionupgradeconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-editionupgradeconfiguration-create.md
Content-Length: 483
++
v1.0 Intune Deviceconfig Editionupgradeconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-editionupgradeconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Editionupgradeconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-editionupgradeconfiguration-get.md
Content-Length: 524
++
v1.0 Intune Deviceconfig Editionupgradeconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-editionupgradeconfiguration-list.md
Content-Length: 560
++
v1.0 Intune Deviceconfig Editionupgradeconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-editionupgradeconfiguration-update.md
Content-Length: 483
++
v1.0 Intune Deviceconfig Ioscertificateprofile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-ioscertificateprofile-get.md
Content-Length: 364
++
v1.0 Intune Deviceconfig Ioscertificateprofile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-ioscertificateprofile-list.md
Content-Length: 392
++
v1.0 Intune Deviceconfig Ioscompliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-ioscompliancepolicy-create.md
Content-Length: 917
++
v1.0 Intune Deviceconfig Ioscompliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-ioscompliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Ioscompliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-ioscompliancepolicy-get.md
Content-Length: 978
++
v1.0 Intune Deviceconfig Ioscompliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-ioscompliancepolicy-list.md
Content-Length: 1034
++
v1.0 Intune Deviceconfig Ioscompliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-ioscompliancepolicy-update.md
Content-Length: 917
++
v1.0 Intune Deviceconfig Ioscustomconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-ioscustomconfiguration-create.md
Content-Length: 451
++
v1.0 Intune Deviceconfig Ioscustomconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-ioscustomconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Ioscustomconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-ioscustomconfiguration-get.md
Content-Length: 490
++
v1.0 Intune Deviceconfig Ioscustomconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-ioscustomconfiguration-list.md
Content-Length: 524
++
v1.0 Intune Deviceconfig Ioscustomconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-ioscustomconfiguration-update.md
Content-Length: 451
++
v1.0 Intune Deviceconfig Iosdevicefeaturesconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosdevicefeaturesconfiguration-create.md
Content-Length: 2160
++
v1.0 Intune Deviceconfig Iosdevicefeaturesconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosdevicefeaturesconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Iosdevicefeaturesconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosdevicefeaturesconfiguration-get.md
Content-Length: 2313
++
v1.0 Intune Deviceconfig Iosdevicefeaturesconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosdevicefeaturesconfiguration-list.md
Content-Length: 2461
++
v1.0 Intune Deviceconfig Iosdevicefeaturesconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosdevicefeaturesconfiguration-update.md
Content-Length: 2160
++
v1.0 Intune Deviceconfig Iosgeneraldeviceconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosgeneraldeviceconfiguration-create.md
Content-Length: 8013
++
v1.0 Intune Deviceconfig Iosgeneraldeviceconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosgeneraldeviceconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Iosgeneraldeviceconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosgeneraldeviceconfiguration-get.md
Content-Length: 8470
++
v1.0 Intune Deviceconfig Iosgeneraldeviceconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosgeneraldeviceconfiguration-list.md
Content-Length: 8922
++
v1.0 Intune Deviceconfig Iosgeneraldeviceconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosgeneraldeviceconfiguration-update.md
Content-Length: 8013
++
v1.0 Intune Deviceconfig Iosupdateconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosupdateconfiguration-create.md
Content-Length: 497
++
v1.0 Intune Deviceconfig Iosupdateconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosupdateconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Iosupdateconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosupdateconfiguration-get.md
Content-Length: 542
++
v1.0 Intune Deviceconfig Iosupdateconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosupdateconfiguration-list.md
Content-Length: 582
++
v1.0 Intune Deviceconfig Iosupdateconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosupdateconfiguration-update.md
Content-Length: 497
++
v1.0 Intune Deviceconfig Iosupdatedevicestatus Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosupdatedevicestatus-create.md
Content-Length: 601
++
v1.0 Intune Deviceconfig Iosupdatedevicestatus Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosupdatedevicestatus-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Iosupdatedevicestatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosupdatedevicestatus-get.md
Content-Length: 646
++
v1.0 Intune Deviceconfig Iosupdatedevicestatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosupdatedevicestatus-list.md
Content-Length: 686
++
v1.0 Intune Deviceconfig Iosupdatedevicestatus Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-iosupdatedevicestatus-update.md
Content-Length: 601
++
v1.0 Intune Deviceconfig Macoscompliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macoscompliancepolicy-create.md
Content-Length: 1021
++
v1.0 Intune Deviceconfig Macoscompliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macoscompliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macoscompliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macoscompliancepolicy-get.md
Content-Length: 1088
++
v1.0 Intune Deviceconfig Macoscompliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macoscompliancepolicy-list.md
Content-Length: 1150
++
v1.0 Intune Deviceconfig Macoscompliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macoscompliancepolicy-update.md
Content-Length: 1021
++
v1.0 Intune Deviceconfig Macoscustomconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macoscustomconfiguration-create.md
Content-Length: 453
++
v1.0 Intune Deviceconfig Macoscustomconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macoscustomconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macoscustomconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macoscustomconfiguration-get.md
Content-Length: 492
++
v1.0 Intune Deviceconfig Macoscustomconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macoscustomconfiguration-list.md
Content-Length: 526
++
v1.0 Intune Deviceconfig Macoscustomconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macoscustomconfiguration-update.md
Content-Length: 453
++
v1.0 Intune Deviceconfig Macosdevicefeaturesconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macosdevicefeaturesconfiguration-create.md
Content-Length: 342
++
v1.0 Intune Deviceconfig Macosdevicefeaturesconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macosdevicefeaturesconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macosdevicefeaturesconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macosdevicefeaturesconfiguration-get.md
Content-Length: 375
++
v1.0 Intune Deviceconfig Macosdevicefeaturesconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macosdevicefeaturesconfiguration-list.md
Content-Length: 403
++
v1.0 Intune Deviceconfig Macosdevicefeaturesconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macosdevicefeaturesconfiguration-update.md
Content-Length: 342
++
v1.0 Intune Deviceconfig Macosgeneraldeviceconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macosgeneraldeviceconfiguration-create.md
Content-Length: 1078
++
v1.0 Intune Deviceconfig Macosgeneraldeviceconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macosgeneraldeviceconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Macosgeneraldeviceconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macosgeneraldeviceconfiguration-get.md
Content-Length: 1155
++
v1.0 Intune Deviceconfig Macosgeneraldeviceconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macosgeneraldeviceconfiguration-list.md
Content-Length: 1227
++
v1.0 Intune Deviceconfig Macosgeneraldeviceconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-macosgeneraldeviceconfiguration-update.md
Content-Length: 1078
++
v1.0 Intune Deviceconfig Reportroot Deviceconfigurationdeviceactivity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity.md
Content-Length: 136
++
v1.0 Intune Deviceconfig Reportroot Deviceconfigurationuseractivity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity.md
Content-Length: 136
++
v1.0 Intune Deviceconfig Reportroot Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-reportroot-get.md
Content-Length: 124
++
v1.0 Intune Deviceconfig Reportroot Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-reportroot-update.md
Content-Length: 101
++
v1.0 Intune Deviceconfig Settingstatedevicesummary Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-settingstatedevicesummary-create.md
Content-Length: 409
++
v1.0 Intune Deviceconfig Settingstatedevicesummary Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-settingstatedevicesummary-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Settingstatedevicesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-settingstatedevicesummary-get.md
Content-Length: 450
++
v1.0 Intune Deviceconfig Settingstatedevicesummary List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-settingstatedevicesummary-list.md
Content-Length: 486
++
v1.0 Intune Deviceconfig Settingstatedevicesummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-settingstatedevicesummary-update.md
Content-Length: 409
++
v1.0 Intune Deviceconfig Sharedpcconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-sharedpcconfiguration-create.md
Content-Length: 1032
++
v1.0 Intune Deviceconfig Sharedpcconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-sharedpcconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Sharedpcconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-sharedpcconfiguration-get.md
Content-Length: 1101
++
v1.0 Intune Deviceconfig Sharedpcconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-sharedpcconfiguration-list.md
Content-Length: 1165
++
v1.0 Intune Deviceconfig Sharedpcconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-sharedpcconfiguration-update.md
Content-Length: 1032
++
v1.0 Intune Deviceconfig Softwareupdatestatussummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-softwareupdatestatussummary-get.md
Content-Length: 620
++
v1.0 Intune Deviceconfig Softwareupdatestatussummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-softwareupdatestatussummary-update.md
Content-Length: 567
++
v1.0 Intune Deviceconfig Windows10compliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10compliancepolicy-create.md
Content-Length: 1126
++
v1.0 Intune Deviceconfig Windows10compliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10compliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10compliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10compliancepolicy-get.md
Content-Length: 1197
++
v1.0 Intune Deviceconfig Windows10compliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10compliancepolicy-list.md
Content-Length: 1263
++
v1.0 Intune Deviceconfig Windows10compliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10compliancepolicy-update.md
Content-Length: 1126
++
v1.0 Intune Deviceconfig Windows10customconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10customconfiguration-create.md
Content-Length: 550
++
v1.0 Intune Deviceconfig Windows10customconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10customconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10customconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10customconfiguration-get.md
Content-Length: 599
++
v1.0 Intune Deviceconfig Windows10customconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10customconfiguration-list.md
Content-Length: 643
++
v1.0 Intune Deviceconfig Windows10customconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10customconfiguration-update.md
Content-Length: 550
++
v1.0 Intune Deviceconfig Windows10endpointprotectionconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10endpointprotectionconfiguration-create.md
Content-Length: 4417
++
v1.0 Intune Deviceconfig Windows10endpointprotectionconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10endpointprotectionconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10endpointprotectionconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10endpointprotectionconfiguration-get.md
Content-Length: 4628
++
v1.0 Intune Deviceconfig Windows10endpointprotectionconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10endpointprotectionconfiguration-list.md
Content-Length: 4834
++
v1.0 Intune Deviceconfig Windows10endpointprotectionconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10endpointprotectionconfiguration-update.md
Content-Length: 4417
++
v1.0 Intune Deviceconfig Windows10enterprisemodernappmanagementconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-create.md
Content-Length: 394
++
v1.0 Intune Deviceconfig Windows10enterprisemodernappmanagementconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10enterprisemodernappmanagementconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-get.md
Content-Length: 429
++
v1.0 Intune Deviceconfig Windows10enterprisemodernappmanagementconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-list.md
Content-Length: 459
++
v1.0 Intune Deviceconfig Windows10enterprisemodernappmanagementconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-update.md
Content-Length: 394
++
v1.0 Intune Deviceconfig Windows10generalconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10generalconfiguration-create.md
Content-Length: 9994
++
v1.0 Intune Deviceconfig Windows10generalconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10generalconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10generalconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10generalconfiguration-get.md
Content-Length: 10479
++
v1.0 Intune Deviceconfig Windows10generalconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10generalconfiguration-list.md
Content-Length: 10959
++
v1.0 Intune Deviceconfig Windows10generalconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10generalconfiguration-update.md
Content-Length: 9994
++
v1.0 Intune Deviceconfig Windows10mobilecompliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10mobilecompliancepolicy-create.md
Content-Length: 964
++
v1.0 Intune Deviceconfig Windows10mobilecompliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10mobilecompliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10mobilecompliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10mobilecompliancepolicy-get.md
Content-Length: 1029
++
v1.0 Intune Deviceconfig Windows10mobilecompliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10mobilecompliancepolicy-list.md
Content-Length: 1089
++
v1.0 Intune Deviceconfig Windows10mobilecompliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10mobilecompliancepolicy-update.md
Content-Length: 964
++
v1.0 Intune Deviceconfig Windows10secureassessmentconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10secureassessmentconfiguration-create.md
Content-Length: 531
++
v1.0 Intune Deviceconfig Windows10secureassessmentconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10secureassessmentconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10secureassessmentconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10secureassessmentconfiguration-get.md
Content-Length: 574
++
v1.0 Intune Deviceconfig Windows10secureassessmentconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10secureassessmentconfiguration-list.md
Content-Length: 612
++
v1.0 Intune Deviceconfig Windows10secureassessmentconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10secureassessmentconfiguration-update.md
Content-Length: 531
++
v1.0 Intune Deviceconfig Windows10teamgeneralconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10teamgeneralconfiguration-create.md
Content-Length: 1322
++
v1.0 Intune Deviceconfig Windows10teamgeneralconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10teamgeneralconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows10teamgeneralconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10teamgeneralconfiguration-get.md
Content-Length: 1395
++
v1.0 Intune Deviceconfig Windows10teamgeneralconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10teamgeneralconfiguration-list.md
Content-Length: 1463
++
v1.0 Intune Deviceconfig Windows10teamgeneralconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows10teamgeneralconfiguration-update.md
Content-Length: 1322
++
v1.0 Intune Deviceconfig Windows81compliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows81compliancepolicy-create.md
Content-Length: 774
++
v1.0 Intune Deviceconfig Windows81compliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows81compliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows81compliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows81compliancepolicy-get.md
Content-Length: 829
++
v1.0 Intune Deviceconfig Windows81compliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows81compliancepolicy-list.md
Content-Length: 879
++
v1.0 Intune Deviceconfig Windows81compliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows81compliancepolicy-update.md
Content-Length: 774
++
v1.0 Intune Deviceconfig Windows81generalconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows81generalconfiguration-create.md
Content-Length: 1865
++
v1.0 Intune Deviceconfig Windows81generalconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows81generalconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windows81generalconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows81generalconfiguration-get.md
Content-Length: 1964
++
v1.0 Intune Deviceconfig Windows81generalconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows81generalconfiguration-list.md
Content-Length: 2058
++
v1.0 Intune Deviceconfig Windows81generalconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windows81generalconfiguration-update.md
Content-Length: 1865
++
v1.0 Intune Deviceconfig Windowsdefenderadvancedthreatprotectionconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-create.md
Content-Length: 439
++
v1.0 Intune Deviceconfig Windowsdefenderadvancedthreatprotectionconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsdefenderadvancedthreatprotectionconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-get.md
Content-Length: 476
++
v1.0 Intune Deviceconfig Windowsdefenderadvancedthreatprotectionconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-list.md
Content-Length: 508
++
v1.0 Intune Deviceconfig Windowsdefenderadvancedthreatprotectionconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-update.md
Content-Length: 439
++
v1.0 Intune Deviceconfig Windowsphone81compliancepolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsphone81compliancepolicy-create.md
Content-Length: 779
++
v1.0 Intune Deviceconfig Windowsphone81compliancepolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsphone81compliancepolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsphone81compliancepolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsphone81compliancepolicy-get.md
Content-Length: 834
++
v1.0 Intune Deviceconfig Windowsphone81compliancepolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsphone81compliancepolicy-list.md
Content-Length: 884
++
v1.0 Intune Deviceconfig Windowsphone81compliancepolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsphone81compliancepolicy-update.md
Content-Length: 779
++
v1.0 Intune Deviceconfig Windowsphone81customconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsphone81customconfiguration-create.md
Content-Length: 555
++
v1.0 Intune Deviceconfig Windowsphone81customconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsphone81customconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsphone81customconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsphone81customconfiguration-get.md
Content-Length: 604
++
v1.0 Intune Deviceconfig Windowsphone81customconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsphone81customconfiguration-list.md
Content-Length: 648
++
v1.0 Intune Deviceconfig Windowsphone81customconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsphone81customconfiguration-update.md
Content-Length: 555
++
v1.0 Intune Deviceconfig Windowsphone81generalconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsphone81generalconfiguration-create.md
Content-Length: 1633
++
v1.0 Intune Deviceconfig Windowsphone81generalconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsphone81generalconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsphone81generalconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsphone81generalconfiguration-get.md
Content-Length: 1740
++
v1.0 Intune Deviceconfig Windowsphone81generalconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsphone81generalconfiguration-list.md
Content-Length: 1842
++
v1.0 Intune Deviceconfig Windowsphone81generalconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsphone81generalconfiguration-update.md
Content-Length: 1633
++
v1.0 Intune Deviceconfig Windowsupdateforbusinessconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-create.md
The following table shows the properties that are required when you create the w
|description|String|Admin provided description of the Device Configuration. Inherited from [deviceConfiguration](../resources/intune-deviceconfig-deviceconfiguration.md)| |displayName|String|Admin provided name of the device configuration. Inherited from [deviceConfiguration](../resources/intune-deviceconfig-deviceconfiguration.md)| |version|Int32|Version of the device configuration. Inherited from [deviceConfiguration](../resources/intune-deviceconfig-deviceconfiguration.md)|
-|deliveryOptimizationMode|[windowsDeliveryOptimizationMode](../resources/intune-deviceconfig-windowsdeliveryoptimizationmode.md)|Delivery Optimization Mode. Possible values are: `userDefined`, `httpOnly`, `httpWithPeeringNat`, `httpWithPeeringPrivateGroup`, `httpWithInternetPeering`, `simpleDownload`, `bypassMode`.|
-|prereleaseFeatures|[prereleaseFeatures](../resources/intune-deviceconfig-prereleasefeatures.md)|The pre-release features. Possible values are: `userDefined`, `settingsOnly`, `settingsAndExperimentations`, `notAllowed`.|
-|automaticUpdateMode|[automaticUpdateMode](../resources/intune-deviceconfig-automaticupdatemode.md)|Automatic update mode. Possible values are: `userDefined`, `notifyDownload`, `autoInstallAtMaintenanceTime`, `autoInstallAndRebootAtMaintenanceTime`, `autoInstallAndRebootAtScheduledTime`, `autoInstallAndRebootWithoutEndUserControl`.|
-|microsoftUpdateServiceAllowed|Boolean|Allow Microsoft Update Service|
-|driversExcluded|Boolean|Exclude Windows update Drivers|
-|installationSchedule|[windowsUpdateInstallScheduleType](../resources/intune-deviceconfig-windowsupdateinstallscheduletype.md)|Installation schedule|
-|qualityUpdatesDeferralPeriodInDays|Int32|Defer Quality Updates by these many days|
-|featureUpdatesDeferralPeriodInDays|Int32|Defer Feature Updates by these many days|
-|qualityUpdatesPaused|Boolean|Pause Quality Updates|
-|featureUpdatesPaused|Boolean|Pause Feature Updates|
-|qualityUpdatesPauseExpiryDateTime|DateTimeOffset|Quality Updates Pause Expiry datetime|
-|featureUpdatesPauseExpiryDateTime|DateTimeOffset|Feature Updates Pause Expiry datetime|
-|businessReadyUpdatesOnly|[windowsUpdateType](../resources/intune-deviceconfig-windowsupdatetype.md)|Determines which branch devices will receive their updates from. Possible values are: `userDefined`, `all`, `businessReadyOnly`, `windowsInsiderBuildFast`, `windowsInsiderBuildSlow`, `windowsInsiderBuildRelease`.|
+|deliveryOptimizationMode|[windowsDeliveryOptimizationMode](../resources/intune-deviceconfig-windowsdeliveryoptimizationmode.md)|The Delivery Optimization Mode. Possible values are: UserDefined, HttpOnly, HttpWithPeeringNat, HttpWithPeeringPrivateGroup, HttpWithInternetPeering, SimpleDownload, BypassMode. UserDefined allows the user to set. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `httpOnly`, `httpWithPeeringNat`, `httpWithPeeringPrivateGroup`, `httpWithInternetPeering`, `simpleDownload`, `bypassMode`.|
+|prereleaseFeatures|[prereleaseFeatures](../resources/intune-deviceconfig-prereleasefeatures.md)|The Pre-Release Features. Possible values are: UserDefined, SettingsOnly, SettingsAndExperimentations, NotAllowed. UserDefined is the default value, no intent. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `settingsOnly`, `settingsAndExperimentations`, `notAllowed`.|
+|automaticUpdateMode|[automaticUpdateMode](../resources/intune-deviceconfig-automaticupdatemode.md)|The Automatic Update Mode. Possible values are: UserDefined, NotifyDownload, AutoInstallAtMaintenanceTime, AutoInstallAndRebootAtMaintenanceTime, AutoInstallAndRebootAtScheduledTime, AutoInstallAndRebootWithoutEndUserControl, WindowsDefault. UserDefined is the default value, no intent. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `notifyDownload`, `autoInstallAtMaintenanceTime`, `autoInstallAndRebootAtMaintenanceTime`, `autoInstallAndRebootAtScheduledTime`, `autoInstallAndRebootWithoutEndUserControl`.|
+|microsoftUpdateServiceAllowed|Boolean|When TRUE, allows Microsoft Update Service. When FALSE, does not allow Microsoft Update Service. Returned by default. Query parameters are not supported.|
+|driversExcluded|Boolean|When TRUE, excludes Windows update Drivers. When FALSE, does not exclude Windows update Drivers. Returned by default. Query parameters are not supported.|
+|installationSchedule|[windowsUpdateInstallScheduleType](../resources/intune-deviceconfig-windowsupdateinstallscheduletype.md)|The Installation Schedule. Possible values are: ActiveHoursStart, ActiveHoursEnd, ScheduledInstallDay, ScheduledInstallTime. Returned by default. Query parameters are not supported.|
+|qualityUpdatesDeferralPeriodInDays|Int32|Defer Quality Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|featureUpdatesDeferralPeriodInDays|Int32|Defer Feature Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|qualityUpdatesPaused|Boolean|When TRUE, assigned devices are paused from receiving quality updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Quality Updates. Returned by default. Query parameters are not supported.|
+|featureUpdatesPaused|Boolean|When TRUE, assigned devices are paused from receiving feature updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Feature Updates. Returned by default. Query parameters are not supported.s|
+|qualityUpdatesPauseExpiryDateTime|DateTimeOffset|The Quality Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported.|
+|featureUpdatesPauseExpiryDateTime|DateTimeOffset|The Feature Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported.|
+|businessReadyUpdatesOnly|[windowsUpdateType](../resources/intune-deviceconfig-windowsupdatetype.md)|Determines which branch devices will receive their updates from. Possible values are: UserDefined, All, BusinessReadyOnly, WindowsInsiderBuildFast, WindowsInsiderBuildSlow, WindowsInsiderBuildRelease. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `all`, `businessReadyOnly`, `windowsInsiderBuildFast`, `windowsInsiderBuildSlow`, `windowsInsiderBuildRelease`.|
+|skipChecksBeforeRestart|Boolean|When TRUE, skips all checks before restart: Battery level = 40%, User presence, Display Needed, Presentation mode, Full screen mode, phone call state, game mode etc. When FALSE, does not skip all checks before restart. Returned by default. Query parameters are not supported.|
+|updateWeeks|[windowsUpdateForBusinessUpdateWeeks](../resources/intune-deviceconfig-windowsupdateforbusinessupdateweeks.md)|Schedule the update installation on the weeks of the month. Possible values are: UserDefined, FirstWeek, SecondWeek, ThirdWeek, FourthWeek, EveryWeek. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `firstWeek`, `secondWeek`, `thirdWeek`, `fourthWeek`, `everyWeek`, `unknownFutureValue`.|
+|qualityUpdatesPauseStartDate|Date|The Quality Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only.|
+|featureUpdatesPauseStartDate|Date|The Feature Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only.|
+|featureUpdatesRollbackWindowInDays|Int32|The number of days after a Feature Update for which a rollback is valid with valid range from 2 to 60 days. Returned by default. Query parameters are not supported.|
+|qualityUpdatesWillBeRolledBack|Boolean|When TRUE, rollback Quality Updates on the next device check in. When FALSE, do not rollback Quality Updates on the next device check in. Returned by default. Query parameters are not supported.|
+|featureUpdatesWillBeRolledBack|Boolean|When TRUE, rollback Feature Updates on the next device check in. When FALSE, do not rollback Feature Updates on the next device check in. Returned by default.Query parameters are not supported.|
+|qualityUpdatesRollbackStartDateTime|DateTimeOffset|The Quality Updates Rollback Start datetime. This value is the time when the admin rolled back the Quality update for the ring. Returned by default. Query parameters are not supported.|
+|featureUpdatesRollbackStartDateTime|DateTimeOffset|The Feature Updates Rollback Start datetime.This value is the time when the admin rolled back the Feature update for the ring.Returned by default.Query parameters are not supported.|
+|engagedRestartDeadlineInDays|Int32|Deadline in days before automatically scheduling and executing a pending restart outside of active hours, with valid range from 2 to 30 days. Returned by default. Query parameters are not supported.|
+|engagedRestartSnoozeScheduleInDays|Int32|Number of days a user can snooze Engaged Restart reminder notifications with valid range from 1 to 3 days. Returned by default. Query parameters are not supported.|
+|engagedRestartTransitionScheduleInDays|Int32|Number of days before transitioning from Auto Restarts scheduled outside of active hours to Engaged Restart, which requires the user to schedule, with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|deadlineForFeatureUpdatesInDays|Int32|Number of days before feature updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|deadlineForQualityUpdatesInDays|Int32|Number of days before quality updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|deadlineGracePeriodInDays|Int32|Number of days after deadline until restarts occur automatically with valid range from 0 to 7 days. Returned by default. Query parameters are not supported.|
+|postponeRebootUntilAfterDeadline|Boolean|When TRUE the device should wait until deadline for rebooting outside of active hours. When FALSE the device should not wait until deadline for rebooting outside of active hours. Returned by default. Query parameters are not supported.|
+|autoRestartNotificationDismissal|[autoRestartNotificationDismissalMethod](../resources/intune-deviceconfig-autorestartnotificationdismissalmethod.md)|Specify the method by which the auto-restart required notification is dismissed. Possible values are: NotConfigured, Automatic, User. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `automatic`, `user`, `unknownFutureValue`.|
+|scheduleRestartWarningInHours|Int32|Specify the period for auto-restart warning reminder notifications. Supported values: 2, 4, 8, 12 or 24 (hours). Returned by default. Query parameters are not supported.|
+|scheduleImminentRestartWarningInMinutes|Int32|Specify the period for auto-restart imminent warning notifications. Supported values: 15, 30 or 60 (minutes). Returned by default. Query parameters are not supported.|
+|userPauseAccess|[enablement](../resources/intune-deviceconfig-enablement.md)|Specifies whether to enable end userΓÇÖs access to pause software updates. Possible values are: NotConfigured, Enabled, Disabled. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `enabled`, `disabled`.|
+|userWindowsUpdateScanAccess|[enablement](../resources/intune-deviceconfig-enablement.md)|Specifies whether to disable userΓÇÖs access to scan Windows Update. Possible values are: NotConfigured, Enabled, Disabled. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `enabled`, `disabled`.|
+|updateNotificationLevel|[windowsUpdateNotificationDisplayOption](../resources/intune-deviceconfig-windowsupdatenotificationdisplayoption.md)|Specifies what Windows Update notifications users see. Possible values are: NotConfigured, DefaultNotifications, RestartWarningsOnly, DisableAllNotifications. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `defaultNotifications`, `restartWarningsOnly`, `disableAllNotifications`, `unknownFutureValue`.|
+|allowWindows11Upgrade|Boolean|When TRUE, allows eligible Windows 10 devices to upgrade to Windows 11. When FALSE, implies the device stays on the existing operating system. Returned by default. Query parameters are not supported.|
Here is an example of the request.
``` http POST https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations Content-type: application/json
-Content-length: 910
+Content-length: 1963
{ "@odata.type": "#microsoft.graph.windowsUpdateForBusinessConfiguration",
Content-length: 910
"featureUpdatesPaused": true, "qualityUpdatesPauseExpiryDateTime": "2017-01-01T00:00:22.9594683-08:00", "featureUpdatesPauseExpiryDateTime": "2016-12-31T23:58:08.068669-08:00",
- "businessReadyUpdatesOnly": "all"
+ "businessReadyUpdatesOnly": "all",
+ "skipChecksBeforeRestart": true,
+ "updateWeeks": "firstWeek",
+ "qualityUpdatesPauseStartDate": "2016-12-31",
+ "featureUpdatesPauseStartDate": "2016-12-31",
+ "featureUpdatesRollbackWindowInDays": 2,
+ "qualityUpdatesWillBeRolledBack": true,
+ "featureUpdatesWillBeRolledBack": true,
+ "qualityUpdatesRollbackStartDateTime": "2016-12-31T23:57:01.05526-08:00",
+ "featureUpdatesRollbackStartDateTime": "2017-01-01T00:03:21.6080517-08:00",
+ "engagedRestartDeadlineInDays": 12,
+ "engagedRestartSnoozeScheduleInDays": 2,
+ "engagedRestartTransitionScheduleInDays": 6,
+ "deadlineForFeatureUpdatesInDays": 15,
+ "deadlineForQualityUpdatesInDays": 15,
+ "deadlineGracePeriodInDays": 9,
+ "postponeRebootUntilAfterDeadline": true,
+ "autoRestartNotificationDismissal": "automatic",
+ "scheduleRestartWarningInHours": 13,
+ "scheduleImminentRestartWarningInMinutes": 7,
+ "userPauseAccess": "enabled",
+ "userWindowsUpdateScanAccess": "enabled",
+ "updateNotificationLevel": "defaultNotifications",
+ "allowWindows11Upgrade": true
} ```
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 201 Created Content-Type: application/json
-Content-Length: 1082
+Content-Length: 2135
{ "@odata.type": "#microsoft.graph.windowsUpdateForBusinessConfiguration",
Content-Length: 1082
"featureUpdatesPaused": true, "qualityUpdatesPauseExpiryDateTime": "2017-01-01T00:00:22.9594683-08:00", "featureUpdatesPauseExpiryDateTime": "2016-12-31T23:58:08.068669-08:00",
- "businessReadyUpdatesOnly": "all"
+ "businessReadyUpdatesOnly": "all",
+ "skipChecksBeforeRestart": true,
+ "updateWeeks": "firstWeek",
+ "qualityUpdatesPauseStartDate": "2016-12-31",
+ "featureUpdatesPauseStartDate": "2016-12-31",
+ "featureUpdatesRollbackWindowInDays": 2,
+ "qualityUpdatesWillBeRolledBack": true,
+ "featureUpdatesWillBeRolledBack": true,
+ "qualityUpdatesRollbackStartDateTime": "2016-12-31T23:57:01.05526-08:00",
+ "featureUpdatesRollbackStartDateTime": "2017-01-01T00:03:21.6080517-08:00",
+ "engagedRestartDeadlineInDays": 12,
+ "engagedRestartSnoozeScheduleInDays": 2,
+ "engagedRestartTransitionScheduleInDays": 6,
+ "deadlineForFeatureUpdatesInDays": 15,
+ "deadlineForQualityUpdatesInDays": 15,
+ "deadlineGracePeriodInDays": 9,
+ "postponeRebootUntilAfterDeadline": true,
+ "autoRestartNotificationDismissal": "automatic",
+ "scheduleRestartWarningInHours": 13,
+ "scheduleImminentRestartWarningInMinutes": 7,
+ "userPauseAccess": "enabled",
+ "userWindowsUpdateScanAccess": "enabled",
+ "updateNotificationLevel": "defaultNotifications",
+ "allowWindows11Upgrade": true
} ```
Content-Length: 1082
++
v1.0 Intune Deviceconfig Windowsupdateforbusinessconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Deviceconfig Windowsupdateforbusinessconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-get.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 1149
+Content-Length: 2248
{ "value": {
Content-Length: 1149
"featureUpdatesPaused": true, "qualityUpdatesPauseExpiryDateTime": "2017-01-01T00:00:22.9594683-08:00", "featureUpdatesPauseExpiryDateTime": "2016-12-31T23:58:08.068669-08:00",
- "businessReadyUpdatesOnly": "all"
+ "businessReadyUpdatesOnly": "all",
+ "skipChecksBeforeRestart": true,
+ "updateWeeks": "firstWeek",
+ "qualityUpdatesPauseStartDate": "2016-12-31",
+ "featureUpdatesPauseStartDate": "2016-12-31",
+ "featureUpdatesRollbackWindowInDays": 2,
+ "qualityUpdatesWillBeRolledBack": true,
+ "featureUpdatesWillBeRolledBack": true,
+ "qualityUpdatesRollbackStartDateTime": "2016-12-31T23:57:01.05526-08:00",
+ "featureUpdatesRollbackStartDateTime": "2017-01-01T00:03:21.6080517-08:00",
+ "engagedRestartDeadlineInDays": 12,
+ "engagedRestartSnoozeScheduleInDays": 2,
+ "engagedRestartTransitionScheduleInDays": 6,
+ "deadlineForFeatureUpdatesInDays": 15,
+ "deadlineForQualityUpdatesInDays": 15,
+ "deadlineGracePeriodInDays": 9,
+ "postponeRebootUntilAfterDeadline": true,
+ "autoRestartNotificationDismissal": "automatic",
+ "scheduleRestartWarningInHours": 13,
+ "scheduleImminentRestartWarningInMinutes": 7,
+ "userPauseAccess": "enabled",
+ "userWindowsUpdateScanAccess": "enabled",
+ "updateNotificationLevel": "defaultNotifications",
+ "allowWindows11Upgrade": true
} } ```
Content-Length: 1149
++
v1.0 Intune Deviceconfig Windowsupdateforbusinessconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-list.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 1211
+Content-Length: 2356
{ "value": [
Content-Length: 1211
"featureUpdatesPaused": true, "qualityUpdatesPauseExpiryDateTime": "2017-01-01T00:00:22.9594683-08:00", "featureUpdatesPauseExpiryDateTime": "2016-12-31T23:58:08.068669-08:00",
- "businessReadyUpdatesOnly": "all"
+ "businessReadyUpdatesOnly": "all",
+ "skipChecksBeforeRestart": true,
+ "updateWeeks": "firstWeek",
+ "qualityUpdatesPauseStartDate": "2016-12-31",
+ "featureUpdatesPauseStartDate": "2016-12-31",
+ "featureUpdatesRollbackWindowInDays": 2,
+ "qualityUpdatesWillBeRolledBack": true,
+ "featureUpdatesWillBeRolledBack": true,
+ "qualityUpdatesRollbackStartDateTime": "2016-12-31T23:57:01.05526-08:00",
+ "featureUpdatesRollbackStartDateTime": "2017-01-01T00:03:21.6080517-08:00",
+ "engagedRestartDeadlineInDays": 12,
+ "engagedRestartSnoozeScheduleInDays": 2,
+ "engagedRestartTransitionScheduleInDays": 6,
+ "deadlineForFeatureUpdatesInDays": 15,
+ "deadlineForQualityUpdatesInDays": 15,
+ "deadlineGracePeriodInDays": 9,
+ "postponeRebootUntilAfterDeadline": true,
+ "autoRestartNotificationDismissal": "automatic",
+ "scheduleRestartWarningInHours": 13,
+ "scheduleImminentRestartWarningInMinutes": 7,
+ "userPauseAccess": "enabled",
+ "userWindowsUpdateScanAccess": "enabled",
+ "updateNotificationLevel": "defaultNotifications",
+ "allowWindows11Upgrade": true
} ] }
Content-Length: 1211
++
v1.0 Intune Deviceconfig Windowsupdateforbusinessconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update.md
The following table shows the properties that are required when you create the [
|description|String|Admin provided description of the Device Configuration. Inherited from [deviceConfiguration](../resources/intune-deviceconfig-deviceconfiguration.md)| |displayName|String|Admin provided name of the device configuration. Inherited from [deviceConfiguration](../resources/intune-deviceconfig-deviceconfiguration.md)| |version|Int32|Version of the device configuration. Inherited from [deviceConfiguration](../resources/intune-deviceconfig-deviceconfiguration.md)|
-|deliveryOptimizationMode|[windowsDeliveryOptimizationMode](../resources/intune-deviceconfig-windowsdeliveryoptimizationmode.md)|Delivery Optimization Mode. Possible values are: `userDefined`, `httpOnly`, `httpWithPeeringNat`, `httpWithPeeringPrivateGroup`, `httpWithInternetPeering`, `simpleDownload`, `bypassMode`.|
-|prereleaseFeatures|[prereleaseFeatures](../resources/intune-deviceconfig-prereleasefeatures.md)|The pre-release features. Possible values are: `userDefined`, `settingsOnly`, `settingsAndExperimentations`, `notAllowed`.|
-|automaticUpdateMode|[automaticUpdateMode](../resources/intune-deviceconfig-automaticupdatemode.md)|Automatic update mode. Possible values are: `userDefined`, `notifyDownload`, `autoInstallAtMaintenanceTime`, `autoInstallAndRebootAtMaintenanceTime`, `autoInstallAndRebootAtScheduledTime`, `autoInstallAndRebootWithoutEndUserControl`.|
-|microsoftUpdateServiceAllowed|Boolean|Allow Microsoft Update Service|
-|driversExcluded|Boolean|Exclude Windows update Drivers|
-|installationSchedule|[windowsUpdateInstallScheduleType](../resources/intune-deviceconfig-windowsupdateinstallscheduletype.md)|Installation schedule|
-|qualityUpdatesDeferralPeriodInDays|Int32|Defer Quality Updates by these many days|
-|featureUpdatesDeferralPeriodInDays|Int32|Defer Feature Updates by these many days|
-|qualityUpdatesPaused|Boolean|Pause Quality Updates|
-|featureUpdatesPaused|Boolean|Pause Feature Updates|
-|qualityUpdatesPauseExpiryDateTime|DateTimeOffset|Quality Updates Pause Expiry datetime|
-|featureUpdatesPauseExpiryDateTime|DateTimeOffset|Feature Updates Pause Expiry datetime|
-|businessReadyUpdatesOnly|[windowsUpdateType](../resources/intune-deviceconfig-windowsupdatetype.md)|Determines which branch devices will receive their updates from. Possible values are: `userDefined`, `all`, `businessReadyOnly`, `windowsInsiderBuildFast`, `windowsInsiderBuildSlow`, `windowsInsiderBuildRelease`.|
+|deliveryOptimizationMode|[windowsDeliveryOptimizationMode](../resources/intune-deviceconfig-windowsdeliveryoptimizationmode.md)|The Delivery Optimization Mode. Possible values are: UserDefined, HttpOnly, HttpWithPeeringNat, HttpWithPeeringPrivateGroup, HttpWithInternetPeering, SimpleDownload, BypassMode. UserDefined allows the user to set. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `httpOnly`, `httpWithPeeringNat`, `httpWithPeeringPrivateGroup`, `httpWithInternetPeering`, `simpleDownload`, `bypassMode`.|
+|prereleaseFeatures|[prereleaseFeatures](../resources/intune-deviceconfig-prereleasefeatures.md)|The Pre-Release Features. Possible values are: UserDefined, SettingsOnly, SettingsAndExperimentations, NotAllowed. UserDefined is the default value, no intent. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `settingsOnly`, `settingsAndExperimentations`, `notAllowed`.|
+|automaticUpdateMode|[automaticUpdateMode](../resources/intune-deviceconfig-automaticupdatemode.md)|The Automatic Update Mode. Possible values are: UserDefined, NotifyDownload, AutoInstallAtMaintenanceTime, AutoInstallAndRebootAtMaintenanceTime, AutoInstallAndRebootAtScheduledTime, AutoInstallAndRebootWithoutEndUserControl, WindowsDefault. UserDefined is the default value, no intent. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `notifyDownload`, `autoInstallAtMaintenanceTime`, `autoInstallAndRebootAtMaintenanceTime`, `autoInstallAndRebootAtScheduledTime`, `autoInstallAndRebootWithoutEndUserControl`.|
+|microsoftUpdateServiceAllowed|Boolean|When TRUE, allows Microsoft Update Service. When FALSE, does not allow Microsoft Update Service. Returned by default. Query parameters are not supported.|
+|driversExcluded|Boolean|When TRUE, excludes Windows update Drivers. When FALSE, does not exclude Windows update Drivers. Returned by default. Query parameters are not supported.|
+|installationSchedule|[windowsUpdateInstallScheduleType](../resources/intune-deviceconfig-windowsupdateinstallscheduletype.md)|The Installation Schedule. Possible values are: ActiveHoursStart, ActiveHoursEnd, ScheduledInstallDay, ScheduledInstallTime. Returned by default. Query parameters are not supported.|
+|qualityUpdatesDeferralPeriodInDays|Int32|Defer Quality Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|featureUpdatesDeferralPeriodInDays|Int32|Defer Feature Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|qualityUpdatesPaused|Boolean|When TRUE, assigned devices are paused from receiving quality updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Quality Updates. Returned by default. Query parameters are not supported.|
+|featureUpdatesPaused|Boolean|When TRUE, assigned devices are paused from receiving feature updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Feature Updates. Returned by default. Query parameters are not supported.s|
+|qualityUpdatesPauseExpiryDateTime|DateTimeOffset|The Quality Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported.|
+|featureUpdatesPauseExpiryDateTime|DateTimeOffset|The Feature Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported.|
+|businessReadyUpdatesOnly|[windowsUpdateType](../resources/intune-deviceconfig-windowsupdatetype.md)|Determines which branch devices will receive their updates from. Possible values are: UserDefined, All, BusinessReadyOnly, WindowsInsiderBuildFast, WindowsInsiderBuildSlow, WindowsInsiderBuildRelease. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `all`, `businessReadyOnly`, `windowsInsiderBuildFast`, `windowsInsiderBuildSlow`, `windowsInsiderBuildRelease`.|
+|skipChecksBeforeRestart|Boolean|When TRUE, skips all checks before restart: Battery level = 40%, User presence, Display Needed, Presentation mode, Full screen mode, phone call state, game mode etc. When FALSE, does not skip all checks before restart. Returned by default. Query parameters are not supported.|
+|updateWeeks|[windowsUpdateForBusinessUpdateWeeks](../resources/intune-deviceconfig-windowsupdateforbusinessupdateweeks.md)|Schedule the update installation on the weeks of the month. Possible values are: UserDefined, FirstWeek, SecondWeek, ThirdWeek, FourthWeek, EveryWeek. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `firstWeek`, `secondWeek`, `thirdWeek`, `fourthWeek`, `everyWeek`, `unknownFutureValue`.|
+|qualityUpdatesPauseStartDate|Date|The Quality Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only.|
+|featureUpdatesPauseStartDate|Date|The Feature Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only.|
+|featureUpdatesRollbackWindowInDays|Int32|The number of days after a Feature Update for which a rollback is valid with valid range from 2 to 60 days. Returned by default. Query parameters are not supported.|
+|qualityUpdatesWillBeRolledBack|Boolean|When TRUE, rollback Quality Updates on the next device check in. When FALSE, do not rollback Quality Updates on the next device check in. Returned by default. Query parameters are not supported.|
+|featureUpdatesWillBeRolledBack|Boolean|When TRUE, rollback Feature Updates on the next device check in. When FALSE, do not rollback Feature Updates on the next device check in. Returned by default.Query parameters are not supported.|
+|qualityUpdatesRollbackStartDateTime|DateTimeOffset|The Quality Updates Rollback Start datetime. This value is the time when the admin rolled back the Quality update for the ring. Returned by default. Query parameters are not supported.|
+|featureUpdatesRollbackStartDateTime|DateTimeOffset|The Feature Updates Rollback Start datetime.This value is the time when the admin rolled back the Feature update for the ring.Returned by default.Query parameters are not supported.|
+|engagedRestartDeadlineInDays|Int32|Deadline in days before automatically scheduling and executing a pending restart outside of active hours, with valid range from 2 to 30 days. Returned by default. Query parameters are not supported.|
+|engagedRestartSnoozeScheduleInDays|Int32|Number of days a user can snooze Engaged Restart reminder notifications with valid range from 1 to 3 days. Returned by default. Query parameters are not supported.|
+|engagedRestartTransitionScheduleInDays|Int32|Number of days before transitioning from Auto Restarts scheduled outside of active hours to Engaged Restart, which requires the user to schedule, with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|deadlineForFeatureUpdatesInDays|Int32|Number of days before feature updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|deadlineForQualityUpdatesInDays|Int32|Number of days before quality updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|deadlineGracePeriodInDays|Int32|Number of days after deadline until restarts occur automatically with valid range from 0 to 7 days. Returned by default. Query parameters are not supported.|
+|postponeRebootUntilAfterDeadline|Boolean|When TRUE the device should wait until deadline for rebooting outside of active hours. When FALSE the device should not wait until deadline for rebooting outside of active hours. Returned by default. Query parameters are not supported.|
+|autoRestartNotificationDismissal|[autoRestartNotificationDismissalMethod](../resources/intune-deviceconfig-autorestartnotificationdismissalmethod.md)|Specify the method by which the auto-restart required notification is dismissed. Possible values are: NotConfigured, Automatic, User. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `automatic`, `user`, `unknownFutureValue`.|
+|scheduleRestartWarningInHours|Int32|Specify the period for auto-restart warning reminder notifications. Supported values: 2, 4, 8, 12 or 24 (hours). Returned by default. Query parameters are not supported.|
+|scheduleImminentRestartWarningInMinutes|Int32|Specify the period for auto-restart imminent warning notifications. Supported values: 15, 30 or 60 (minutes). Returned by default. Query parameters are not supported.|
+|userPauseAccess|[enablement](../resources/intune-deviceconfig-enablement.md)|Specifies whether to enable end userΓÇÖs access to pause software updates. Possible values are: NotConfigured, Enabled, Disabled. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `enabled`, `disabled`.|
+|userWindowsUpdateScanAccess|[enablement](../resources/intune-deviceconfig-enablement.md)|Specifies whether to disable userΓÇÖs access to scan Windows Update. Possible values are: NotConfigured, Enabled, Disabled. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `enabled`, `disabled`.|
+|updateNotificationLevel|[windowsUpdateNotificationDisplayOption](../resources/intune-deviceconfig-windowsupdatenotificationdisplayoption.md)|Specifies what Windows Update notifications users see. Possible values are: NotConfigured, DefaultNotifications, RestartWarningsOnly, DisableAllNotifications. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `defaultNotifications`, `restartWarningsOnly`, `disableAllNotifications`, `unknownFutureValue`.|
+|allowWindows11Upgrade|Boolean|When TRUE, allows eligible Windows 10 devices to upgrade to Windows 11. When FALSE, implies the device stays on the existing operating system. Returned by default. Query parameters are not supported.|
Here is an example of the request.
``` http PATCH https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/{deviceConfigurationId} Content-type: application/json
-Content-length: 910
+Content-length: 1963
{ "@odata.type": "#microsoft.graph.windowsUpdateForBusinessConfiguration",
Content-length: 910
"featureUpdatesPaused": true, "qualityUpdatesPauseExpiryDateTime": "2017-01-01T00:00:22.9594683-08:00", "featureUpdatesPauseExpiryDateTime": "2016-12-31T23:58:08.068669-08:00",
- "businessReadyUpdatesOnly": "all"
+ "businessReadyUpdatesOnly": "all",
+ "skipChecksBeforeRestart": true,
+ "updateWeeks": "firstWeek",
+ "qualityUpdatesPauseStartDate": "2016-12-31",
+ "featureUpdatesPauseStartDate": "2016-12-31",
+ "featureUpdatesRollbackWindowInDays": 2,
+ "qualityUpdatesWillBeRolledBack": true,
+ "featureUpdatesWillBeRolledBack": true,
+ "qualityUpdatesRollbackStartDateTime": "2016-12-31T23:57:01.05526-08:00",
+ "featureUpdatesRollbackStartDateTime": "2017-01-01T00:03:21.6080517-08:00",
+ "engagedRestartDeadlineInDays": 12,
+ "engagedRestartSnoozeScheduleInDays": 2,
+ "engagedRestartTransitionScheduleInDays": 6,
+ "deadlineForFeatureUpdatesInDays": 15,
+ "deadlineForQualityUpdatesInDays": 15,
+ "deadlineGracePeriodInDays": 9,
+ "postponeRebootUntilAfterDeadline": true,
+ "autoRestartNotificationDismissal": "automatic",
+ "scheduleRestartWarningInHours": 13,
+ "scheduleImminentRestartWarningInMinutes": 7,
+ "userPauseAccess": "enabled",
+ "userWindowsUpdateScanAccess": "enabled",
+ "updateNotificationLevel": "defaultNotifications",
+ "allowWindows11Upgrade": true
} ```
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 1082
+Content-Length: 2135
{ "@odata.type": "#microsoft.graph.windowsUpdateForBusinessConfiguration",
Content-Length: 1082
"featureUpdatesPaused": true, "qualityUpdatesPauseExpiryDateTime": "2017-01-01T00:00:22.9594683-08:00", "featureUpdatesPauseExpiryDateTime": "2016-12-31T23:58:08.068669-08:00",
- "businessReadyUpdatesOnly": "all"
+ "businessReadyUpdatesOnly": "all",
+ "skipChecksBeforeRestart": true,
+ "updateWeeks": "firstWeek",
+ "qualityUpdatesPauseStartDate": "2016-12-31",
+ "featureUpdatesPauseStartDate": "2016-12-31",
+ "featureUpdatesRollbackWindowInDays": 2,
+ "qualityUpdatesWillBeRolledBack": true,
+ "featureUpdatesWillBeRolledBack": true,
+ "qualityUpdatesRollbackStartDateTime": "2016-12-31T23:57:01.05526-08:00",
+ "featureUpdatesRollbackStartDateTime": "2017-01-01T00:03:21.6080517-08:00",
+ "engagedRestartDeadlineInDays": 12,
+ "engagedRestartSnoozeScheduleInDays": 2,
+ "engagedRestartTransitionScheduleInDays": 6,
+ "deadlineForFeatureUpdatesInDays": 15,
+ "deadlineForQualityUpdatesInDays": 15,
+ "deadlineGracePeriodInDays": 9,
+ "postponeRebootUntilAfterDeadline": true,
+ "autoRestartNotificationDismissal": "automatic",
+ "scheduleRestartWarningInHours": 13,
+ "scheduleImminentRestartWarningInMinutes": 7,
+ "userPauseAccess": "enabled",
+ "userWindowsUpdateScanAccess": "enabled",
+ "updateNotificationLevel": "defaultNotifications",
+ "allowWindows11Upgrade": true
} ```
Content-Length: 1082
++
v1.0 Intune Devices Applepushnotificationcertificate Downloadapplepushnotificationcertificatesigningrequest https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-applepushnotificationcertificate-downloadapplepushnotificationcertificatesigningrequest.md
Content-Length: 85
++
v1.0 Intune Devices Applepushnotificationcertificate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-applepushnotificationcertificate-get.md
Content-Length: 484
++
v1.0 Intune Devices Applepushnotificationcertificate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-applepushnotificationcertificate-update.md
Content-Length: 449
++
v1.0 Intune Devices Detectedapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-detectedapp-create.md
The following table shows the properties that are required when you create the d
|version|String|Version of the discovered application. Read-only| |sizeInByte|Int64|Discovered application size in bytes. Read-only| |deviceCount|Int32|The number of devices that have installed this application|
+|publisher|String|Indicates the publisher of the discovered application. For example: 'Microsoft'. The default value is an empty string.|
+|platform|[detectedAppPlatformType](../resources/intune-devices-detectedappplatformtype.md)|Indicates the operating system / platform of the discovered application. Some possible values are Windows, iOS, macOS. The default value is unknown (0). Possible values are: `unknown`, `windows`, `windowsMobile`, `windowsHolographic`, `ios`, `macOS`, `chromeOS`, `androidOSP`, `androidDeviceAdministrator`, `androidWorkProfile`, `androidDedicatedAndFullyManaged`.|
Here is an example of the request.
``` http POST https://graph.microsoft.com/v1.0/deviceManagement/detectedApps Content-type: application/json
-Content-length: 167
+Content-length: 228
{ "@odata.type": "#microsoft.graph.detectedApp", "displayName": "Display Name value", "version": "Version value", "sizeInByte": 10,
- "deviceCount": 11
+ "deviceCount": 11,
+ "publisher": "Publisher value",
+ "platform": "windows"
} ```
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 201 Created Content-Type: application/json
-Content-Length: 216
+Content-Length: 277
{ "@odata.type": "#microsoft.graph.detectedApp",
Content-Length: 216
"displayName": "Display Name value", "version": "Version value", "sizeInByte": 10,
- "deviceCount": 11
+ "deviceCount": 11,
+ "publisher": "Publisher value",
+ "platform": "windows"
} ```
Content-Length: 216
++
v1.0 Intune Devices Detectedapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-detectedapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Detectedapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-detectedapp-get.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 247
+Content-Length: 312
{ "value": {
Content-Length: 247
"displayName": "Display Name value", "version": "Version value", "sizeInByte": 10,
- "deviceCount": 11
+ "deviceCount": 11,
+ "publisher": "Publisher value",
+ "platform": "windows"
} } ```
Content-Length: 247
++
v1.0 Intune Devices Detectedapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-detectedapp-list.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 273
+Content-Length: 342
{ "value": [
Content-Length: 273
"displayName": "Display Name value", "version": "Version value", "sizeInByte": 10,
- "deviceCount": 11
+ "deviceCount": 11,
+ "publisher": "Publisher value",
+ "platform": "windows"
} ] }
Content-Length: 273
++
v1.0 Intune Devices Detectedapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-detectedapp-update.md
The following table shows the properties that are required when you create the [
|version|String|Version of the discovered application. Read-only| |sizeInByte|Int64|Discovered application size in bytes. Read-only| |deviceCount|Int32|The number of devices that have installed this application|
+|publisher|String|Indicates the publisher of the discovered application. For example: 'Microsoft'. The default value is an empty string.|
+|platform|[detectedAppPlatformType](../resources/intune-devices-detectedappplatformtype.md)|Indicates the operating system / platform of the discovered application. Some possible values are Windows, iOS, macOS. The default value is unknown (0). Possible values are: `unknown`, `windows`, `windowsMobile`, `windowsHolographic`, `ios`, `macOS`, `chromeOS`, `androidOSP`, `androidDeviceAdministrator`, `androidWorkProfile`, `androidDedicatedAndFullyManaged`.|
Here is an example of the request.
``` http PATCH https://graph.microsoft.com/v1.0/deviceManagement/detectedApps/{detectedAppId} Content-type: application/json
-Content-length: 167
+Content-length: 228
{ "@odata.type": "#microsoft.graph.detectedApp", "displayName": "Display Name value", "version": "Version value", "sizeInByte": 10,
- "deviceCount": 11
+ "deviceCount": 11,
+ "publisher": "Publisher value",
+ "platform": "windows"
} ```
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 216
+Content-Length: 277
{ "@odata.type": "#microsoft.graph.detectedApp",
Content-Length: 216
"displayName": "Display Name value", "version": "Version value", "sizeInByte": 10,
- "deviceCount": 11
+ "deviceCount": 11,
+ "publisher": "Publisher value",
+ "platform": "windows"
} ```
Content-Length: 216
++
v1.0 Intune Devices Devicecategory Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-devicecategory-get.md
Content-Length: 128
++
v1.0 Intune Devices Devicecategory Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-devicecategory-update.md
Content-Length: 105
++
v1.0 Intune Devices Devicemanagement Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-devicemanagement-get.md
Content-Length: 166
++
v1.0 Intune Devices Devicemanagement Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-devicemanagement-update.md
Content-Length: 141
++
v1.0 Intune Devices Manageddevice Bypassactivationlock https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-bypassactivationlock.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Cleanwindowsdevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-cleanwindowsdevice.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-create.md
Content-Length: 4870
++
v1.0 Intune Devices Manageddevice Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Deleteuserfromsharedappledevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-deleteuserfromsharedappledevice.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Disablelostmode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-disablelostmode.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-get.md
Content-Length: 5095
++
v1.0 Intune Devices Manageddevice List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-list.md
Content-Length: 5315
++
v1.0 Intune Devices Manageddevice Locatedevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-locatedevice.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Logoutsharedappledeviceactiveuser https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Rebootnow https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-rebootnow.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Recoverpasscode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-recoverpasscode.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Remotelock https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-remotelock.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Requestremoteassistance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-requestremoteassistance.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Resetpasscode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-resetpasscode.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Retire https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-retire.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Shutdown https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-shutdown.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Syncdevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-syncdevice.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-update.md
Content-Length: 4870
++
v1.0 Intune Devices Manageddevice Updatewindowsdeviceaccount https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-updatewindowsdeviceaccount.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Windowsdefenderscan https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-windowsdefenderscan.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Windowsdefenderupdatesignatures https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-windowsdefenderupdatesignatures.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddevice Wipe https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddevice-wipe.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices Manageddeviceoverview Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddeviceoverview-get.md
Content-Length: 797
++
v1.0 Intune Devices Manageddeviceoverview Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-manageddeviceoverview-update.md
Content-Length: 734
++
v1.0 Intune Devices User Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-user-create.md
Content-Length: 95
++
v1.0 Intune Devices User Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-user-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices User Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-user-get.md
Content-Length: 118
++
v1.0 Intune Devices User List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-user-list.md
Content-Length: 136
++
v1.0 Intune Devices User Removealldevicesfrommanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-user-removealldevicesfrommanagement.md
HTTP/1.1 204 No Content
++
v1.0 Intune Devices User Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-devices-user-update.md
Content-Length: 95
++
v1.0 Intune Enrollment Devicemanagement Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-enrollment-devicemanagement-get.md
Content-Length: 130
++
v1.0 Intune Enrollment Devicemanagement Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-enrollment-devicemanagement-update.md
Content-Length: 107
++
v1.0 Intune Enrollment Importedwindowsautopilotdeviceidentity Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-enrollment-importedwindowsautopilotdeviceidentity-create.md
Content-Length: 680
++
v1.0 Intune Enrollment Importedwindowsautopilotdeviceidentity Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-enrollment-importedwindowsautopilotdeviceidentity-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Importedwindowsautopilotdeviceidentity Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get.md
Content-Length: 729
++
v1.0 Intune Enrollment Importedwindowsautopilotdeviceidentity Import https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import.md
Content-Length: 773
++
v1.0 Intune Enrollment Importedwindowsautopilotdeviceidentity List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list.md
Content-Length: 773
++
v1.0 Intune Enrollment Windowsautopilotdeviceidentity Assignusertodevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Windowsautopilotdeviceidentity Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-create.md
Content-Length: 863
++
v1.0 Intune Enrollment Windowsautopilotdeviceidentity Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Windowsautopilotdeviceidentity Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-get.md
Content-Length: 918
++
v1.0 Intune Enrollment Windowsautopilotdeviceidentity List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-list.md
Content-Length: 968
++
v1.0 Intune Enrollment Windowsautopilotdeviceidentity Unassignuserfromdevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice.md
HTTP/1.1 204 No Content
++
v1.0 Intune Enrollment Windowsautopilotdeviceidentity Updatedeviceproperties https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Androidmanagedappprotection Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-androidmanagedappprotection-create.md
Content-Length: 2034
++
v1.0 Intune Mam Androidmanagedappprotection Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-androidmanagedappprotection-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Androidmanagedappprotection Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-androidmanagedappprotection-get.md
Content-Length: 2143
++
v1.0 Intune Mam Androidmanagedappprotection List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-androidmanagedappprotection-list.md
Content-Length: 2247
++
v1.0 Intune Mam Androidmanagedappprotection Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-androidmanagedappprotection-update.md
Content-Length: 2034
++
v1.0 Intune Mam Androidmanagedappregistration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-androidmanagedappregistration-create.md
Content-Length: 753
++
v1.0 Intune Mam Androidmanagedappregistration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-androidmanagedappregistration-get.md
Content-Length: 810
++
v1.0 Intune Mam Androidmanagedappregistration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-androidmanagedappregistration-list.md
Content-Length: 862
++
v1.0 Intune Mam Defaultmanagedappprotection Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-defaultmanagedappprotection-create.md
Content-Length: 2181
++
v1.0 Intune Mam Defaultmanagedappprotection Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-defaultmanagedappprotection-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Defaultmanagedappprotection Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-defaultmanagedappprotection-get.md
Content-Length: 2304
++
v1.0 Intune Mam Defaultmanagedappprotection List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-defaultmanagedappprotection-list.md
Content-Length: 2422
++
v1.0 Intune Mam Defaultmanagedappprotection Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-defaultmanagedappprotection-update.md
Content-Length: 2181
++
v1.0 Intune Mam Iosmanagedappprotection Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-iosmanagedappprotection-create.md
Content-Length: 1839
++
v1.0 Intune Mam Iosmanagedappprotection Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-iosmanagedappprotection-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Iosmanagedappprotection Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-iosmanagedappprotection-get.md
Content-Length: 1942
++
v1.0 Intune Mam Iosmanagedappprotection List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-iosmanagedappprotection-list.md
Content-Length: 2040
++
v1.0 Intune Mam Iosmanagedappprotection Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-iosmanagedappprotection-update.md
Content-Length: 1839
++
v1.0 Intune Mam Iosmanagedappregistration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-iosmanagedappregistration-get.md
Content-Length: 800
++
v1.0 Intune Mam Iosmanagedappregistration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-iosmanagedappregistration-list.md
Content-Length: 852
++
v1.0 Intune Mam Managedappconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedappconfiguration-get.md
Content-Length: 550
++
v1.0 Intune Mam Managedappconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedappconfiguration-list.md
Content-Length: 592
++
v1.0 Intune Mam Managedappoperation Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedappoperation-create.md
Content-Length: 272
++
v1.0 Intune Mam Managedappoperation Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedappoperation-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Managedappoperation Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedappoperation-get.md
Content-Length: 303
++
v1.0 Intune Mam Managedappoperation List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedappoperation-list.md
Content-Length: 329
++
v1.0 Intune Mam Managedappoperation Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedappoperation-update.md
Content-Length: 272
++
v1.0 Intune Mam Managedapppolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedapppolicy-get.md
Content-Length: 373
++
v1.0 Intune Mam Managedapppolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedapppolicy-list.md
Content-Length: 401
++
v1.0 Intune Mam Managedapppolicy Targetapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedapppolicy-targetapps.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Managedapppolicydeploymentsummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedapppolicydeploymentsummary-get.md
Content-Length: 688
++
v1.0 Intune Mam Managedapppolicydeploymentsummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedapppolicydeploymentsummary-update.md
Content-Length: 637
++
v1.0 Intune Mam Managedappprotection Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedappprotection-get.md
Content-Length: 1671
++
v1.0 Intune Mam Managedappprotection List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedappprotection-list.md
Content-Length: 1757
++
v1.0 Intune Mam Managedappprotection Targetapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedappprotection-targetapps.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Managedappregistration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedappregistration-get.md
Content-Length: 803
++
v1.0 Intune Mam Managedappregistration Getuseridswithflaggedappregistration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedappregistration-getuseridswithflaggedappregistration.md
Content-Length: 79
++
v1.0 Intune Mam Managedappregistration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedappregistration-list.md
Content-Length: 855
++
v1.0 Intune Mam Managedappstatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedappstatus-get.md
Content-Length: 205
++
v1.0 Intune Mam Managedappstatus List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedappstatus-list.md
Content-Length: 227
++
v1.0 Intune Mam Managedappstatusraw Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedappstatusraw-get.md
Content-Length: 279
++
v1.0 Intune Mam Managedappstatusraw List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedappstatusraw-list.md
Content-Length: 307
++
v1.0 Intune Mam Managedmobileapp Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedmobileapp-create.md
Content-Length: 275
++
v1.0 Intune Mam Managedmobileapp Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedmobileapp-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Managedmobileapp Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedmobileapp-get.md
Content-Length: 308
++
v1.0 Intune Mam Managedmobileapp List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedmobileapp-list.md
Content-Length: 336
++
v1.0 Intune Mam Managedmobileapp Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-managedmobileapp-update.md
Content-Length: 275
++
v1.0 Intune Mam Mdmwindowsinformationprotectionpolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-mdmwindowsinformationprotectionpolicy-create.md
Content-Length: 4077
++
v1.0 Intune Mam Mdmwindowsinformationprotectionpolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-mdmwindowsinformationprotectionpolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Mdmwindowsinformationprotectionpolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-mdmwindowsinformationprotectionpolicy-get.md
Content-Length: 4346
++
v1.0 Intune Mam Mdmwindowsinformationprotectionpolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-mdmwindowsinformationprotectionpolicy-list.md
Content-Length: 4610
++
v1.0 Intune Mam Mdmwindowsinformationprotectionpolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-mdmwindowsinformationprotectionpolicy-update.md
Content-Length: 4077
++
v1.0 Intune Mam Targetedmanagedappconfiguration Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-targetedmanagedappconfiguration-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Targetedmanagedappconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-targetedmanagedappconfiguration-create.md
Content-Length: 560
++
v1.0 Intune Mam Targetedmanagedappconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-targetedmanagedappconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Targetedmanagedappconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-targetedmanagedappconfiguration-get.md
Content-Length: 611
++
v1.0 Intune Mam Targetedmanagedappconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-targetedmanagedappconfiguration-list.md
Content-Length: 657
++
v1.0 Intune Mam Targetedmanagedappconfiguration Targetapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-targetedmanagedappconfiguration-targetapps.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Targetedmanagedappconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-targetedmanagedappconfiguration-update.md
Content-Length: 560
++
v1.0 Intune Mam Targetedmanagedapppolicyassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-targetedmanagedapppolicyassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Targetedmanagedapppolicyassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-targetedmanagedapppolicyassignment-get.md
Content-Length: 306
++
v1.0 Intune Mam Targetedmanagedapppolicyassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-targetedmanagedapppolicyassignment-list.md
Content-Length: 332
++
v1.0 Intune Mam Targetedmanagedapppolicyassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-targetedmanagedapppolicyassignment-update.md
Content-Length: 275
++
v1.0 Intune Mam Targetedmanagedappprotection Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-targetedmanagedappprotection-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Targetedmanagedappprotection Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-targetedmanagedappprotection-get.md
Content-Length: 1704
++
v1.0 Intune Mam Targetedmanagedappprotection List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-targetedmanagedappprotection-list.md
Content-Length: 1792
++
v1.0 Intune Mam Targetedmanagedappprotection Targetapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-targetedmanagedappprotection-targetapps.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam User Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-user-create.md
Content-Length: 95
++
v1.0 Intune Mam User Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-user-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam User Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-user-get.md
Content-Length: 118
++
v1.0 Intune Mam User Getmanagedappdiagnosticstatuses https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-user-getmanagedappdiagnosticstatuses.md
Content-Length: 249
++
v1.0 Intune Mam User Getmanagedapppolicies https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-user-getmanagedapppolicies.md
Content-Length: 401
++
v1.0 Intune Mam User List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-user-list.md
Content-Length: 136
++
v1.0 Intune Mam User Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-user-update.md
Content-Length: 95
++
v1.0 Intune Mam User Wipemanagedappregistrationsbydevicetag https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-user-wipemanagedappregistrationsbydevicetag.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Windowsinformationprotection Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-windowsinformationprotection-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Windowsinformationprotection Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-windowsinformationprotection-get.md
Content-Length: 4231
++
v1.0 Intune Mam Windowsinformationprotection List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-windowsinformationprotection-list.md
Content-Length: 4491
++
v1.0 Intune Mam Windowsinformationprotectionapplockerfile Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-windowsinformationprotectionapplockerfile-create.md
Content-Length: 260
++
v1.0 Intune Mam Windowsinformationprotectionapplockerfile Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-windowsinformationprotectionapplockerfile-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Windowsinformationprotectionapplockerfile Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-windowsinformationprotectionapplockerfile-get.md
Content-Length: 291
++
v1.0 Intune Mam Windowsinformationprotectionapplockerfile List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-windowsinformationprotectionapplockerfile-list.md
Content-Length: 317
++
v1.0 Intune Mam Windowsinformationprotectionapplockerfile Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-windowsinformationprotectionapplockerfile-update.md
Content-Length: 260
++
v1.0 Intune Mam Windowsinformationprotectionpolicy Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-windowsinformationprotectionpolicy-create.md
Content-Length: 4475
++
v1.0 Intune Mam Windowsinformationprotectionpolicy Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-windowsinformationprotectionpolicy-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Mam Windowsinformationprotectionpolicy Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-windowsinformationprotectionpolicy-get.md
Content-Length: 4764
++
v1.0 Intune Mam Windowsinformationprotectionpolicy List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-windowsinformationprotectionpolicy-list.md
Content-Length: 5048
++
v1.0 Intune Mam Windowsinformationprotectionpolicy Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-mam-windowsinformationprotectionpolicy-update.md
Content-Length: 4475
++
v1.0 Intune Notification Devicemanagement Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-notification-devicemanagement-get.md
Content-Length: 130
++
v1.0 Intune Notification Devicemanagement Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-notification-devicemanagement-update.md
Content-Length: 107
++
v1.0 Intune Notification Localizednotificationmessage Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-notification-localizednotificationmessage-create.md
Content-Length: 313
++
v1.0 Intune Notification Localizednotificationmessage Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-notification-localizednotificationmessage-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Notification Localizednotificationmessage Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-notification-localizednotificationmessage-get.md
Content-Length: 346
++
v1.0 Intune Notification Localizednotificationmessage List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-notification-localizednotificationmessage-list.md
Content-Length: 374
++
v1.0 Intune Notification Localizednotificationmessage Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-notification-localizednotificationmessage-update.md
Content-Length: 313
++
v1.0 Intune Notification Notificationmessagetemplate Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-notification-notificationmessagetemplate-create.md
Content-Length: 310
++
v1.0 Intune Notification Notificationmessagetemplate Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-notification-notificationmessagetemplate-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Notification Notificationmessagetemplate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-notification-notificationmessagetemplate-get.md
Content-Length: 341
++
v1.0 Intune Notification Notificationmessagetemplate List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-notification-notificationmessagetemplate-list.md
Content-Length: 367
++
v1.0 Intune Notification Notificationmessagetemplate Sendtestmessage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-notification-notificationmessagetemplate-sendtestmessage.md
HTTP/1.1 204 No Content
++
v1.0 Intune Notification Notificationmessagetemplate Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-notification-notificationmessagetemplate-update.md
Content-Length: 310
++
v1.0 Intune Onboarding Compliancemanagementpartner Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-compliancemanagementpartner-create.md
Content-Length: 1235
++
v1.0 Intune Onboarding Compliancemanagementpartner Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-compliancemanagementpartner-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Compliancemanagementpartner Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-compliancemanagementpartner-get.md
Content-Length: 1324
++
v1.0 Intune Onboarding Compliancemanagementpartner List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-compliancemanagementpartner-list.md
Content-Length: 1408
++
v1.0 Intune Onboarding Compliancemanagementpartner Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-compliancemanagementpartner-update.md
Content-Length: 1235
++
v1.0 Intune Onboarding Deviceappmanagement Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceappmanagement-get.md
Content-Length: 474
++
v1.0 Intune Onboarding Deviceappmanagement Syncmicrosoftstoreforbusinessapps https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceappmanagement-syncmicrosoftstoreforbusinessapps.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Deviceappmanagement Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceappmanagement-update.md
Content-Length: 443
++
v1.0 Intune Onboarding Devicecategory Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicecategory-create.md
Content-Length: 184
++
v1.0 Intune Onboarding Devicecategory Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicecategory-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Devicecategory Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicecategory-get.md
Content-Length: 211
++
v1.0 Intune Onboarding Devicecategory List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicecategory-list.md
Content-Length: 233
++
v1.0 Intune Onboarding Devicecategory Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicecategory-update.md
Content-Length: 184
++
v1.0 Intune Onboarding Deviceenrollmentconfiguration Assign https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentconfiguration-assign.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Deviceenrollmentconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentconfiguration-get.md
Content-Length: 392
++
v1.0 Intune Onboarding Deviceenrollmentconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentconfiguration-list.md
Content-Length: 422
++
v1.0 Intune Onboarding Deviceenrollmentconfiguration Setpriority https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentconfiguration-setpriority.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Deviceenrollmentlimitconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentlimitconfiguration-create.md
Content-Length: 377
++
v1.0 Intune Onboarding Deviceenrollmentlimitconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Deviceenrollmentlimitconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentlimitconfiguration-get.md
Content-Length: 414
++
v1.0 Intune Onboarding Deviceenrollmentlimitconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentlimitconfiguration-list.md
Content-Length: 446
++
v1.0 Intune Onboarding Deviceenrollmentlimitconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentlimitconfiguration-update.md
Content-Length: 377
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestrictionsconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-create.md
Content-Length: 1822
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestrictionsconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestrictionsconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-get.md
Content-Length: 1927
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestrictionsconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list.md
Content-Length: 2027
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestrictionsconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update.md
Content-Length: 1822
++
v1.0 Intune Onboarding Deviceenrollmentwindowshelloforbusinessconfiguration Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create.md
Content-Length: 801
++
v1.0 Intune Onboarding Deviceenrollmentwindowshelloforbusinessconfiguration Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Deviceenrollmentwindowshelloforbusinessconfiguration Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get.md
Content-Length: 860
++
v1.0 Intune Onboarding Deviceenrollmentwindowshelloforbusinessconfiguration List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list.md
Content-Length: 914
++
v1.0 Intune Onboarding Deviceenrollmentwindowshelloforbusinessconfiguration Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-update.md
Content-Length: 801
++
v1.0 Intune Onboarding Devicemanagement Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicemanagement-get.md
Content-Length: 1230
++
v1.0 Intune Onboarding Devicemanagement Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicemanagement-update.md
Content-Length: 1147
++
v1.0 Intune Onboarding Devicemanagement Verifywindowsenrollmentautodiscovery https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicemanagement-verifywindowsenrollmentautodiscovery.md
Content-Length: 21
++
v1.0 Intune Onboarding Devicemanagementexchangeconnector Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicemanagementexchangeconnector-create.md
Content-Length: 539
++
v1.0 Intune Onboarding Devicemanagementexchangeconnector Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicemanagementexchangeconnector-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Devicemanagementexchangeconnector Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicemanagementexchangeconnector-get.md
Content-Length: 580
++
v1.0 Intune Onboarding Devicemanagementexchangeconnector List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicemanagementexchangeconnector-list.md
Content-Length: 616
++
v1.0 Intune Onboarding Devicemanagementexchangeconnector Sync https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicemanagementexchangeconnector-sync.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Devicemanagementexchangeconnector Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicemanagementexchangeconnector-update.md
Content-Length: 539
++
v1.0 Intune Onboarding Devicemanagementpartner Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicemanagementpartner-create.md
Content-Length: 551
++
v1.0 Intune Onboarding Devicemanagementpartner Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicemanagementpartner-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Devicemanagementpartner Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicemanagementpartner-get.md
Content-Length: 590
++
v1.0 Intune Onboarding Devicemanagementpartner List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicemanagementpartner-list.md
Content-Length: 624
++
v1.0 Intune Onboarding Devicemanagementpartner Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-devicemanagementpartner-update.md
Content-Length: 551
++
v1.0 Intune Onboarding Enrollmentconfigurationassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-enrollmentconfigurationassignment-create.md
Content-Length: 274
++
v1.0 Intune Onboarding Enrollmentconfigurationassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-enrollmentconfigurationassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Enrollmentconfigurationassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-enrollmentconfigurationassignment-get.md
Content-Length: 305
++
v1.0 Intune Onboarding Enrollmentconfigurationassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-enrollmentconfigurationassignment-list.md
Content-Length: 331
++
v1.0 Intune Onboarding Enrollmentconfigurationassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-enrollmentconfigurationassignment-update.md
Content-Length: 274
++
v1.0 Intune Onboarding Mobilethreatdefenseconnector Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-mobilethreatdefenseconnector-create.md
Content-Length: 463
++
v1.0 Intune Onboarding Mobilethreatdefenseconnector Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-mobilethreatdefenseconnector-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Mobilethreatdefenseconnector Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-mobilethreatdefenseconnector-get.md
Content-Length: 502
++
v1.0 Intune Onboarding Mobilethreatdefenseconnector List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-mobilethreatdefenseconnector-list.md
Content-Length: 536
++
v1.0 Intune Onboarding Mobilethreatdefenseconnector Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-mobilethreatdefenseconnector-update.md
Content-Length: 463
++
v1.0 Intune Onboarding Onpremisesconditionalaccesssettings Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-onpremisesconditionalaccesssettings-get.md
Content-Length: 363
++
v1.0 Intune Onboarding Onpremisesconditionalaccesssettings Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-onpremisesconditionalaccesssettings-update.md
Content-Length: 324
++
v1.0 Intune Onboarding Organization Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-organization-get.md
Content-Length: 176
++
v1.0 Intune Onboarding Organization List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-organization-list.md
Content-Length: 196
++
v1.0 Intune Onboarding Organization Setmobiledevicemanagementauthority https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-organization-setmobiledevicemanagementauthority.md
Content-Length: 18
++
v1.0 Intune Onboarding Organization Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-organization-update.md
Content-Length: 151
++
v1.0 Intune Onboarding User Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-user-create.md
Content-Length: 126
++
v1.0 Intune Onboarding User Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-user-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding User Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-user-get.md
Content-Length: 151
++
v1.0 Intune Onboarding User List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-user-list.md
Content-Length: 171
++
v1.0 Intune Onboarding User Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-user-update.md
Content-Length: 126
++
v1.0 Intune Onboarding Vpptoken Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-vpptoken-create.md
Content-Length: 574
++
v1.0 Intune Onboarding Vpptoken Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-vpptoken-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Onboarding Vpptoken Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-vpptoken-get.md
Content-Length: 619
++
v1.0 Intune Onboarding Vpptoken List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-vpptoken-list.md
Content-Length: 659
++
v1.0 Intune Onboarding Vpptoken Synclicenses https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-vpptoken-synclicenses.md
Content-Length: 619
++
v1.0 Intune Onboarding Vpptoken Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-onboarding-vpptoken-update.md
Content-Length: 574
++
v1.0 Intune Rbac Deviceandappmanagementroleassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroleassignment-create.md
Content-Length: 307
++
v1.0 Intune Rbac Deviceandappmanagementroleassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroleassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rbac Deviceandappmanagementroleassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroleassignment-get.md
Content-Length: 346
++
v1.0 Intune Rbac Deviceandappmanagementroleassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroleassignment-list.md
Content-Length: 380
++
v1.0 Intune Rbac Deviceandappmanagementroleassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroleassignment-update.md
Content-Length: 307
++
v1.0 Intune Rbac Deviceandappmanagementroledefinition Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroledefinition-create.md
Content-Length: 651
++
v1.0 Intune Rbac Deviceandappmanagementroledefinition Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroledefinition-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rbac Deviceandappmanagementroledefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroledefinition-get.md
Content-Length: 712
++
v1.0 Intune Rbac Deviceandappmanagementroledefinition List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroledefinition-list.md
Content-Length: 768
++
v1.0 Intune Rbac Deviceandappmanagementroledefinition Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroledefinition-update.md
Content-Length: 651
++
v1.0 Intune Rbac Devicemanagement Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-devicemanagement-get.md
Content-Length: 130
++
v1.0 Intune Rbac Devicemanagement Geteffectivepermissions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-devicemanagement-geteffectivepermissions.md
Content-Length: 416
++
v1.0 Intune Rbac Devicemanagement Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-devicemanagement-update.md
Content-Length: 107
++
v1.0 Intune Rbac Resourceoperation Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-resourceoperation-create.md
Content-Length: 227
++
v1.0 Intune Rbac Resourceoperation Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-resourceoperation-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rbac Resourceoperation Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-resourceoperation-get.md
Content-Length: 256
++
v1.0 Intune Rbac Resourceoperation List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-resourceoperation-list.md
Content-Length: 280
++
v1.0 Intune Rbac Resourceoperation Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-resourceoperation-update.md
Content-Length: 227
++
v1.0 Intune Rbac Roleassignment Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-roleassignment-create.md
Content-Length: 242
++
v1.0 Intune Rbac Roleassignment Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-roleassignment-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rbac Roleassignment Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-roleassignment-get.md
Content-Length: 275
++
v1.0 Intune Rbac Roleassignment List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-roleassignment-list.md
Content-Length: 303
++
v1.0 Intune Rbac Roleassignment Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-roleassignment-update.md
Content-Length: 242
++
v1.0 Intune Rbac Roledefinition Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-roledefinition-create.md
Content-Length: 629
++
v1.0 Intune Rbac Roledefinition Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-roledefinition-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Rbac Roledefinition Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-roledefinition-get.md
Content-Length: 690
++
v1.0 Intune Rbac Roledefinition List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-roledefinition-list.md
Content-Length: 746
++
v1.0 Intune Rbac Roledefinition Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-rbac-roledefinition-update.md
Content-Length: 629
++
v1.0 Intune Reporting Devicemanagement Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagement-get.md
Content-Length: 130
++
v1.0 Intune Reporting Devicemanagement Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagement-update.md
Content-Length: 107
++
v1.0 Intune Reporting Devicemanagementexportjob Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementexportjob-create.md
The following table shows the properties that are required when you create the d
|reportName|String|Name of the report| |filter|String|Filters applied on the report| |select|String collection|Columns selected from the report|
-|format|[deviceManagementReportFileFormat](../resources/intune-reporting-devicemanagementreportfileformat.md)|Format of the exported report. Possible values are: `csv`, `json`.|
+|format|[deviceManagementReportFileFormat](../resources/intune-reporting-devicemanagementreportfileformat.md)|Format of the exported report. Possible values are: `csv`, `pdf`, `json`, `unknownFutureValue`.|
|snapshotId|String|A snapshot is an identifiable subset of the dataset represented by the ReportName. A sessionId or CachedReportConfiguration id can be used here. If a sessionId is specified, Filter, Select, and OrderBy are applied to the data represented by the sessionId. Filter, Select, and OrderBy cannot be specified together with a CachedReportConfiguration id.| |localizationType|[deviceManagementExportJobLocalizationType](../resources/intune-reporting-devicemanagementexportjoblocalizationtype.md)|Configures how the requested export job is localized. Possible values are: `localizedValuesAsAdditionalColumn`, `replaceLocalizableValues`.| |status|[deviceManagementReportStatus](../resources/intune-reporting-devicemanagementreportstatus.md)|Status of the export job. Possible values are: `unknown`, `notStarted`, `inProgress`, `completed`, `failed`.|
Here is an example of the request.
``` http POST https://graph.microsoft.com/v1.0/deviceManagement/reports/exportJobs Content-type: application/json
-Content-length: 456
+Content-length: 455
{ "@odata.type": "#microsoft.graph.deviceManagementExportJob",
Content-length: 456
"select": [ "Select value" ],
- "format": "json",
+ "format": "pdf",
"snapshotId": "Snapshot Id value", "localizationType": "replaceLocalizableValues", "status": "notStarted",
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 201 Created Content-Type: application/json
-Content-Length: 505
+Content-Length: 504
{ "@odata.type": "#microsoft.graph.deviceManagementExportJob",
Content-Length: 505
"select": [ "Select value" ],
- "format": "json",
+ "format": "pdf",
"snapshotId": "Snapshot Id value", "localizationType": "replaceLocalizableValues", "status": "notStarted",
Content-Length: 505
++
v1.0 Intune Reporting Devicemanagementexportjob Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementexportjob-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Reporting Devicemanagementexportjob Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementexportjob-get.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 552
+Content-Length: 551
{ "value": {
Content-Length: 552
"select": [ "Select value" ],
- "format": "json",
+ "format": "pdf",
"snapshotId": "Snapshot Id value", "localizationType": "replaceLocalizableValues", "status": "notStarted",
Content-Length: 552
++
v1.0 Intune Reporting Devicemanagementexportjob List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementexportjob-list.md
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 594
+Content-Length: 593
{ "value": [
Content-Length: 594
"select": [ "Select value" ],
- "format": "json",
+ "format": "pdf",
"snapshotId": "Snapshot Id value", "localizationType": "replaceLocalizableValues", "status": "notStarted",
Content-Length: 594
++
v1.0 Intune Reporting Devicemanagementexportjob Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementexportjob-update.md
The following table shows the properties that are required when you create the [
|reportName|String|Name of the report| |filter|String|Filters applied on the report| |select|String collection|Columns selected from the report|
-|format|[deviceManagementReportFileFormat](../resources/intune-reporting-devicemanagementreportfileformat.md)|Format of the exported report. Possible values are: `csv`, `json`.|
+|format|[deviceManagementReportFileFormat](../resources/intune-reporting-devicemanagementreportfileformat.md)|Format of the exported report. Possible values are: `csv`, `pdf`, `json`, `unknownFutureValue`.|
|snapshotId|String|A snapshot is an identifiable subset of the dataset represented by the ReportName. A sessionId or CachedReportConfiguration id can be used here. If a sessionId is specified, Filter, Select, and OrderBy are applied to the data represented by the sessionId. Filter, Select, and OrderBy cannot be specified together with a CachedReportConfiguration id.| |localizationType|[deviceManagementExportJobLocalizationType](../resources/intune-reporting-devicemanagementexportjoblocalizationtype.md)|Configures how the requested export job is localized. Possible values are: `localizedValuesAsAdditionalColumn`, `replaceLocalizableValues`.| |status|[deviceManagementReportStatus](../resources/intune-reporting-devicemanagementreportstatus.md)|Status of the export job. Possible values are: `unknown`, `notStarted`, `inProgress`, `completed`, `failed`.|
Here is an example of the request.
``` http PATCH https://graph.microsoft.com/v1.0/deviceManagement/reports/exportJobs/{deviceManagementExportJobId} Content-type: application/json
-Content-length: 456
+Content-length: 455
{ "@odata.type": "#microsoft.graph.deviceManagementExportJob",
Content-length: 456
"select": [ "Select value" ],
- "format": "json",
+ "format": "pdf",
"snapshotId": "Snapshot Id value", "localizationType": "replaceLocalizableValues", "status": "notStarted",
Here is an example of the response. Note: The response object shown here may be
``` http HTTP/1.1 200 OK Content-Type: application/json
-Content-Length: 505
+Content-Length: 504
{ "@odata.type": "#microsoft.graph.deviceManagementExportJob",
Content-Length: 505
"select": [ "Select value" ],
- "format": "json",
+ "format": "pdf",
"snapshotId": "Snapshot Id value", "localizationType": "replaceLocalizableValues", "status": "notStarted",
Content-Length: 505
++
v1.0 Intune Reporting Devicemanagementreports Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-get.md
Content-Length: 137
++
v1.0 Intune Reporting Devicemanagementreports Getcachedreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getcachedreport.md
Content-Length: 79
++
v1.0 Intune Reporting Devicemanagementreports Getcompliancepolicynoncompliancereport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport.md
Content-Length: 111
++
v1.0 Intune Reporting Devicemanagementreports Getcompliancepolicynoncompliancesummaryreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport.md
Content-Length: 119
++
v1.0 Intune Reporting Devicemanagementreports Getcompliancesettingnoncompliancereport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport.md
Content-Length: 111
++
v1.0 Intune Reporting Devicemanagementreports Getconfigurationpolicynoncompliancereport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport.md
Content-Length: 115
++
v1.0 Intune Reporting Devicemanagementreports Getconfigurationpolicynoncompliancesummaryreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport.md
Content-Length: 123
++
v1.0 Intune Reporting Devicemanagementreports Getconfigurationsettingnoncompliancereport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport.md
Content-Length: 115
++
v1.0 Intune Reporting Devicemanagementreports Getdevicemanagementintentpersettingcontributingprofiles https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles.md
Content-Length: 131
++
v1.0 Intune Reporting Devicemanagementreports Getdevicemanagementintentsettingsreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport.md
Content-Length: 111
++
v1.0 Intune Reporting Devicemanagementreports Getdevicenoncompliancereport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport.md
Content-Length: 99
++
v1.0 Intune Reporting Devicemanagementreports Gethistoricalreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-gethistoricalreport.md
Content-Length: 83
++
v1.0 Intune Reporting Devicemanagementreports Getnoncompliantdevicesandsettingsreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport.md
Content-Length: 111
++
v1.0 Intune Reporting Devicemanagementreports Getpolicynoncompliancemetadata https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata.md
Content-Length: 99
++
v1.0 Intune Reporting Devicemanagementreports Getpolicynoncompliancereport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport.md
Content-Length: 95
++
v1.0 Intune Reporting Devicemanagementreports Getpolicynoncompliancesummaryreport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport.md
Content-Length: 107
++
v1.0 Intune Reporting Devicemanagementreports Getreportfilters https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getreportfilters.md
Content-Length: 79
++
v1.0 Intune Reporting Devicemanagementreports Getsettingnoncompliancereport https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport.md
Content-Length: 99
++
v1.0 Intune Reporting Devicemanagementreports Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-reporting-devicemanagementreports-update.md
Content-Length: 114
++
v1.0 Intune Tem Devicemanagement Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-tem-devicemanagement-get.md
Content-Length: 130
++
v1.0 Intune Tem Devicemanagement Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-tem-devicemanagement-update.md
Content-Length: 107
++
v1.0 Intune Tem Telecomexpensemanagementpartner Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-tem-telecomexpensemanagementpartner-create.md
Content-Length: 297
++
v1.0 Intune Tem Telecomexpensemanagementpartner Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-tem-telecomexpensemanagementpartner-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Tem Telecomexpensemanagementpartner Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-tem-telecomexpensemanagementpartner-get.md
Content-Length: 330
++
v1.0 Intune Tem Telecomexpensemanagementpartner List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-tem-telecomexpensemanagementpartner-list.md
Content-Length: 358
++
v1.0 Intune Tem Telecomexpensemanagementpartner Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-tem-telecomexpensemanagementpartner-update.md
Content-Length: 297
++
v1.0 Intune Wip Devicemanagement Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-wip-devicemanagement-get.md
Content-Length: 130
++
v1.0 Intune Wip Devicemanagement Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-wip-devicemanagement-update.md
Content-Length: 107
++
v1.0 Intune Wip Windowsinformationprotectionapplearningsummary Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-wip-windowsinformationprotectionapplearningsummary-create.md
Content-Length: 240
++
v1.0 Intune Wip Windowsinformationprotectionapplearningsummary Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-wip-windowsinformationprotectionapplearningsummary-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Wip Windowsinformationprotectionapplearningsummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-wip-windowsinformationprotectionapplearningsummary-get.md
Content-Length: 269
++
v1.0 Intune Wip Windowsinformationprotectionapplearningsummary List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-wip-windowsinformationprotectionapplearningsummary-list.md
Content-Length: 293
++
v1.0 Intune Wip Windowsinformationprotectionapplearningsummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-wip-windowsinformationprotectionapplearningsummary-update.md
Content-Length: 240
++
v1.0 Intune Wip Windowsinformationprotectionnetworklearningsummary Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-wip-windowsinformationprotectionnetworklearningsummary-create.md
Content-Length: 186
++
v1.0 Intune Wip Windowsinformationprotectionnetworklearningsummary Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-wip-windowsinformationprotectionnetworklearningsummary-delete.md
HTTP/1.1 204 No Content
++
v1.0 Intune Wip Windowsinformationprotectionnetworklearningsummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-wip-windowsinformationprotectionnetworklearningsummary-get.md
Content-Length: 213
++
v1.0 Intune Wip Windowsinformationprotectionnetworklearningsummary List https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-wip-windowsinformationprotectionnetworklearningsummary-list.md
Content-Length: 235
++
v1.0 Intune Wip Windowsinformationprotectionnetworklearningsummary Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/intune-wip-windowsinformationprotectionnetworklearningsummary-update.md
Content-Length: 186
++
v1.0 Plannerbuckettaskboardtaskformat Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/plannerbuckettaskboardtaskformat-update.md
Title: "Update plannerBucketTaskBoardTaskFormat"
-description: "Update the properties of **plannerBucketTaskBoardTaskFormat** object."
+description: "Update the properties of plannerBucketTaskBoardTaskFormat object."
ms.localizationpriority: medium ms.prod: "planner"
doc_type: apiPageType
Namespace: microsoft.graph Update the properties of **plannerBucketTaskBoardTaskFormat** object.+ ## Permissions One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
If successful, this method returns `204 No Content` response and empty content.
This method can return any of the [HTTP status codes](/graph/errors). The most common errors that apps should handle for this method are the 400, 403, 404, 409, and 412 responses. For more information about these errors, see [Common Planner error conditions](../resources/planner-overview.md#common-planner-error-conditions). ## Example
-##### Request
-Here is an example of the request.
+### Request
+The following is an example of a request.
# [HTTP](#tab/http) <!-- {
If-Match: W/"JzEtVGFzayAgQEBAQEBAQEBAQEBAQEBAWCc="
-##### Response
-Here is an example of the response. Note: The response object shown here might be shortened for readability.
+### Response
+The following is an example of the response.
+>**Note**: The response object shown here might be shortened for readability.
<!-- { "blockType": "response", "truncated": true,
v1.0 Presence Clearpresence https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/presence-clearpresence.md
The following permission is required to call the API. To learn more, including h
| Permission type | Permissions (from least to most privileged) | | :- | : |
-| Delegated (work or school account) | Not Supported. |
+| Delegated (work or school account) | Presence.ReadWrite |
| Delegated (personal Microsoft account) | Not Supported. | | Application | Presence.ReadWrite.All |
v1.0 Presence Clearuserpreferredpresence https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/presence-clearuserpreferredpresence.md
+
+ Title: "presence: clearUserPreferredPresence"
+description: "Clear the preferred availability and activity status for a user."
+
+ms.localizationpriority: medium
++
+# presence: clearUserPreferredPresence
+
+Namespace: microsoft.graph
+
+Clear the preferred availability and activity status for a user.
+
+## Permissions
+The following permission is required to call the API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+| Permission type | Permissions (from least to most privileged) |
+| :- | : |
+| Delegated (work or school account) | Presence.ReadWrite |
+| Delegated (personal Microsoft account) | Not supported. |
+| Application | Presence.ReadWrite.All |
+
+## HTTP request
+<!-- { "blockType": "ignored" } -->
+```http
+POST /users/{userId}/presence/clearUserPreferredPresence
+```
+
+## Request headers
+| Name | Description |
+| : | :-- |
+| Authorization | Bearer {token}. Required. |
+| Content-Type | application/json. Required. |
+
+## Request body
+
+In the request body, supply an empty JSON object `{}` for this method.
+
+## Response
+If successful, this method returns a `200 OK` response code.
+
+## Examples
+
+### Request
+
+The following is an example of a request that clears the preferred availability and activity status for a user.
+<!-- {
+ "blockType": "request",
+ "name": "clearUserPreferredPresence",
+ "sampleKeys": ["fa8bf3dc-eca7-46b7-bad1-db199b62afc3"]
+}-->
+
+```msgraph-interactive
+POST https://graph.microsoft.com/v1.0/users/fa8bf3dc-eca7-46b7-bad1-db199b62afc3/presence/clearUserPreferredPresence
+Content-Type: application/json
+
+{
+
+}
+```
++
+### Response
+
+The following is an example of the response.
+
+<!-- {
+ "blockType": "response",
+ "truncated": true
+} -->
+```http
+HTTP/1.1 200 OK
+```
v1.0 Presence Setuserpreferredpresence https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/presence-setuserpreferredpresence.md
+
+ Title: "presence: setUserPreferredPresence"
+description: "Set the preferred availability and activity status for a user."
+
+ms.localizationpriority: medium
++
+# presence: setUserPreferredPresence
+
+Namespace: microsoft.graph
+
+Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user's presence shows as the preferred status.
+
+Preferred presence takes effect only when at least one [presence session](presence-setpresence.md#presence-sessions) exists for the user. Otherwise, the user's presence shows as `Offline`.
+
+A presence session is created as a result of a successful [setPresence](presence-setpresence.md) operation, or if the user is signed in on a Microsoft Teams client.
+
+For more details, see [presence sessions](presence-setpresence.md#presence-sessions) and [time-out and expiration](presence-setpresence.md#timeout-expiration-and-keep-alive).
+
+## Permissions
+The following permission is required to call the API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+| Permission type | Permissions (from least to most privileged) |
+| :- | : |
+| Delegated (work or school account) | Presence.ReadWrite |
+| Delegated (personal Microsoft account) | Not supported. |
+| Application | Presence.ReadWrite.All |
+
+## HTTP request
+<!-- { "blockType": "ignored" } -->
+```http
+POST /users/{userId}/presence/setUserPreferredPresence
+```
+
+## Request headers
+| Name | Description |
+| : | :-- |
+| Authorization | Bearer {token}. Required. |
+| Content-Type | application/json. Required. |
+
+## Request body
+
+In the request body, provide a JSON object with the following parameters.
+
+| Parameter | Type | Description |
+| :-- | :- | : |
+| activity | String | The supplemental information to availability. |
+| availability | String | The base presence information. |
+| expirationDuration | Duration | The expiration of the app presence session represented in ISO 8601 format for durations.<br/>If not provided, a default expiration will be applied:<br/>- `DoNotDisturb` or `Busy`: Expiration in 1 day<br/>- All others: Expiration in 7 days |
+
+The following table lists supported combinations of **availability** and **activity**.
+
+| availability | activity | Description |
+| :-- | :-- | :-- |
+| Available | Available | Set the user preferred presence as `Available`. |
+| Busy | Busy | Set the user preferred presence as `Busy`. |
+| DoNotDisturb | DoNotDisturb | Set the user preferred presence as `DoNotDisturb`. |
+| BeRightBack | BeRightBack | Set the user preferred presence as `BeRightBack`. |
+| Away | Away | Set the user preferred presence as `Away`. |
+| Offline | OffWork | Set the user preferred presence as `Offline`. |
+
+## Response
+If successful, this method returns a `200 OK` response code.
+
+## Examples
+
+### Request
+
+The following example shows a request that sets the preferred presence as `DoNotDisturb` for a user, with an expiration of 8 hours.
+
+<!-- {
+ "blockType": "request",
+ "name": "setUserPreferredPresence",
+ "sampleKeys": ["fa8bf3dc-eca7-46b7-bad1-db199b62afc3"]
+}-->
+
+```msgraph-interactive
+POST https://graph.microsoft.com/v1.0/users/fa8bf3dc-eca7-46b7-bad1-db199b62afc3/presence/setUserPreferredPresence
+Content-Type: application/json
+
+{
+ "availability": "DoNotDisturb",
+ "activity": "DoNotDisturb",
+ "expirationDuration": "PT8H"
+}
+```
++
+### Response
+
+The following is an example of the response.
+
+<!-- {
+ "blockType": "response",
+ "truncated": true
+} -->
+```http
+HTTP/1.1 200 OK
+```
v1.0 User List Calendargroups https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/user-list-calendargroups.md
Title: "List calendarGroups" description: "Get the user's calendar groups." ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: apiPageType
v1.0 User List Calendars https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/user-list-calendars.md
Title: "List calendars" description: "Get all the user's calendars (`/calendars` navigation property), get the calendars from the default calendar group or from a specific calendar group. " ms.localizationpriority: high-+ ms.prod: "outlook" doc_type: apiPageType
v1.0 User List Calendarview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/user-list-calendarview.md
Title: "List calendarView"
description: "Get the occurrences, exceptions, and single instances of events in a calendar view defined by a time range, from the user's default calendar, " ms.localizationpriority: high doc_type: apiPageType-+ ms.prod: "outlook"
v1.0 User List Events https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/user-list-events.md
Title: "List events" description: "Get a list of event objects in the user's mailbox. The list contains single " ms.localizationpriority: high-+ ms.prod: "outlook" doc_type: apiPageType
v1.0 User List Licensedetails https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/user-list-licensedetails.md
HTTP/1.1 200 OK
Content-type: application/json {
- "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('071cc716-8147-4397-a5ba-b2105951cc0b')/assignedLicenses",
+ "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('48d31887-5fad-4d73-a9f5-3c356e68a038')/licenseDetails",
"value": [ {
- "disabledPlans": [],
- "skuId": "b05e124f-c7cc-45a0-a6aa-8cf78c946968"
+ "id": "3RnS3Gi8m0u_C0ozp5a-NWAn38eBLPdOtXhbU5K1cd8",
+ "skuId": "c7df2760-2c81-4ef7-b578-5b5392b571df",
+ "skuPartNumber": "ENTERPRISEPREMIUM",
+ "servicePlans": [
+ {
+ "servicePlanId": "cd31b152-6326-4d1b-ae1b-997b625182e6",
+ "servicePlanName": "MIP_S_Exchange",
+ "provisioningStatus": "PendingProvisioning",
+ "appliesTo": "User"
+ },
+ {
+ "servicePlanId": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70",
+ "servicePlanName": "THREAT_INTELLIGENCE",
+ "provisioningStatus": "Success",
+ "appliesTo": "User"
+ },
+ {
+ "servicePlanId": "9c0dab89-a30c-4117-86e7-97bda240acd2",
+ "servicePlanName": "POWERAPPS_O365_P3",
+ "provisioningStatus": "Success",
+ "appliesTo": "User"
+ },
+ {
+ "servicePlanId": "8c098270-9dd4-4350-9b30-ba4703f3b36b",
+ "servicePlanName": "ADALLOM_S_O365",
+ "provisioningStatus": "Success",
+ "appliesTo": "User"
+ },
+ {
+ "servicePlanId": "5dbe027f-2339-4123-9542-606e4d348a72",
+ "servicePlanName": "SHAREPOINTENTERPRISE",
+ "provisioningStatus": "Success",
+ "appliesTo": "User"
+ }
+ ]
+ },
+ {
+ "id": "3RnS3Gi8m0u_C0ozp5a-Ne0iVHIF4g5Aqwo4mdijmMo",
+ "skuId": "725422ed-e205-400e-ab0a-3899d8a398ca",
+ "skuPartNumber": "SCHOOL_DATA_SYNC_P2",
+ "servicePlans": [
+ {
+ "servicePlanId": "113feb6c-3fe4-4440-bddc-54d774bf0318",
+ "servicePlanName": "EXCHANGE_S_FOUNDATION",
+ "provisioningStatus": "Success",
+ "appliesTo": "Company"
+ },
+ {
+ "servicePlanId": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48",
+ "servicePlanName": "SCHOOL_DATA_SYNC_P2",
+ "provisioningStatus": "Success",
+ "appliesTo": "User"
+ }
+ ]
} ] }
v1.0 User Post Calendargroups https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/user-post-calendargroups.md
Title: "Create CalendarGroup" description: "Use this API to create a new CalendarGroup."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 User Post Calendars https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/user-post-calendars.md
Title: "Create calendar" description: "Create a new calendar for a user."-+ ms.localizationpriority: high ms.prod: "outlook" doc_type: apiPageType
v1.0 User Post Events https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/user-post-events.md
Title: "Create Event"
description: "Create an event in the user's default calendar or specified calendar." ms.localizationpriority: high doc_type: apiPageType-+ ms.prod: "outlook"
v1.0 User Reminderview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/user-reminderview.md
Title: "user: reminderView" description: "Return a list of calendar reminders within the specified start and end times. "-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: apiPageType
v1.0 Attendee https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/attendee.md
Title: "attendee resource type" description: "An event attendee. This can be a person or resource such as a meeting room or equipment, that has been set up as a resource on the Exchange server for the tenant." ms.localizationpriority: medium-+ ms.prod: calendar doc_type: resourcePageType
v1.0 Attendeebase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/attendeebase.md
Title: "attendeeBase resource type" description: "The type of attendee." ms.localizationpriority: medium-+ ms.prod: calendar doc_type: resourcePageType
v1.0 Calendar https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/calendar.md
Title: "calendar resource type" description: "A calendar which is a container for events. It can be a calendar for a user, or the default calendar of a Microsoft 365 group." ms.localizationpriority: high-+ ms.prod: "outlook" doc_type: resourcePageType
v1.0 Calendargroup https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/calendargroup.md
Title: "calendarGroup resource type" description: "A group of user calendars."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: resourcePageType
v1.0 Calendarpermission https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/calendarpermission.md
Title: "calendarPermission resource type" description: "The permissions of a user with whom the calendar is shared."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: "resourcePageType"
v1.0 Callrecords Clientuseragent https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/callrecords-clientuseragent.md
the [userAgent](callrecords-useragent.md) type.
|headerValue|String|User-agent header value reported by this endpoint.| |platform|microsoft.graph.callRecords.clientPlatform|Identifies the platform used by this endpoint. Possible values are: `unknown`, `windows`, `macOS`, `iOS`, `android`, `web`, `ipPhone`, `roomSystem`, `surfaceHub`, `holoLens`, `unknownFutureValue`.| |productFamily|microsoft.graph.callRecords.productFamily|Identifies the family of application software used by this endpoint. Possible values are: `unknown`, `teams`, `skypeForBusiness`, `lync`, `unknownFutureValue`, `azureCommunicationServices`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following value(s) in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `azureCommunicationServices`.|
+|communicationServiceId|String|Immutable resource identifier of the Azure Communication Service associated with this endpoint based on [Communication Services APIs](https://azure.microsoft.com/en-us/services/communication-services/).|
+|azureADAppId|String|The unique identifier of the Azure AD application used by this endpoint.|
## JSON representation
The following is a JSON representation of the resource.
"applicationVersion": "String", "headerValue": "String", "platform": "String",
- "productFamily": "String"
+ "productFamily": "String",
+ "communicationServiceId": "String",
+ "azureADAppId": "String"
} ```
v1.0 Datetimetimezone https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/datetimetimezone.md
Title: "dateTimeTimeZone resource type"
description: "Describes the date, time, and time zone of a point in time." ms.localizationpriority: high doc_type: resourcePageType-+ ms.prod: "outlook"
v1.0 Educationassignmentdefaults https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/educationassignmentdefaults.md
Title: "educationAssignmentDefaults resource type"
-description: "Specifies class-level defaults respected by new assignments created in the class"
+description: "Specify class-level defaults respected by new assignments created in a class."
ms.localizationpriority: medium ms.prod: "education"
doc_type: apiPageType
Namespace: microsoft.graph
-Specifies class-level defaults respected by new assignments created in the class.
-
-Callers can continue to specify custom values on each assignment creation if they Don't want the default behaviors.
+Specify class-level defaults respected by new assignments created in a class. Callers can continue to specify custom values on each assignment creation if they don't want the default behaviors.
## Methods |Method|Return type|Description|
Callers can continue to specify custom values on each assignment creation if the
## Properties |Property|Type|Description| |:|:|:|
-|id|String|Unique identifier for the educationAssignmentDefaults|
|addedStudentAction|educationAddedStudentAction|Class-level default behavior for handling students who are added after the assignment is published. Possible values are: `none`, `assignIfOpen`.| |addToCalendarAction| educationAddToCalendarOptions|Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: `none`, `studentsAndPublisher`, `studentsAndTeamOwners`, `unknownFutureValue`, and `studentsOnly`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following value(s) in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `studentsOnly`. The default value is `none`.| |dueTime|TimeOfDay|Class-level default value for due time field. Default value is `23:59:00`.|
+|id|String|Unique identifier for the **educationAssignmentDefaults**.|
|notificationChannelUrl|String|Default Teams channel to which notifications will be sent. Default value is `null`.| ## Relationships
The following is a JSON representation of the resource.
--> ``` json {
- "id": "String (identifier)",
"addedStudentAction": "String",
- "addToCalendarAction": "educationAddToCalendarOptions",
+ "addToCalendarAction": "String",
"dueTime": "String (timestamp)",
+ "id": "String (identifier)",
"notificationChannelUrl": "String" } ```
v1.0 Event https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/event.md
Title: "event resource type" description: "An event in a calendar."-+ ms.localizationpriority: high ms.prod: "outlook" doc_type: resourcePageType
v1.0 Eventmessage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/eventmessage.md
Title: "eventMessage resource type" description: "A message that represents a meeting request, cancellation, or response (which can be one of the following: acceptance, tentative acceptance, or decline)." ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: resourcePageType
v1.0 Eventmessagerequest https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/eventmessagerequest.md
Title: "eventMessageRequest resource type" description: "A message that represents a meeting request."-+ ms.localizationpriority: medium ms.prod: "outlook" doc_type: resourcePageType
v1.0 Eventmessageresponse https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/eventmessageresponse.md
Title: "eventMessageResponse resource type" description: "A message that represents a response to a meeting request in the meeting organizer's mailbox." ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: "resourcePageType"
v1.0 Freebusyerror https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/freebusyerror.md
Title: "freeBusyError resource type" description: "Represents error information from attempting to get the availability of a user, distribution list, or resource." ms.localizationpriority: medium-+ ms.prod: "" doc_type: resourcePageType
v1.0 Identitygovernance Overview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/identitygovernance-overview.md
Title: "Overview of identity governance using Microsoft Graph"
+ Title: "Overview of Azure AD Identity Governance using Microsoft Graph"
description: "Azure AD Identity Governance provides you with capabilities to ensure that the right principals have the right access to the right resources and at the right time. Use Microsoft Graph APIs to programmatically manage Azure AD Identity Governance features." ms.localizationpriority: medium
ms.prod: "governance"
doc_type: conceptualPageType
-# Overview of Identity Governance using Microsoft Graph
+# Overview of Azure AD Identity Governance using Microsoft Graph
Azure Active Directory (Azure AD) Identity Governance allows you to balance your organization's need for security and employee productivity with the right processes and visibility. It provides you with capabilities to ensure that the right principals have the right access to the right resources and at the right time.
v1.0 Intune Apps Androidlobapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-androidlobapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Androidminimumoperatingsystem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-androidminimumoperatingsystem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Androidstoreapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-androidstoreapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Appconfigurationsettingitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-appconfigurationsettingitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Deviceappmanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-deviceappmanagement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Fileencryptioninfo https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-fileencryptioninfo.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Iosdevicetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-iosdevicetype.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Ioslobapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-ioslobapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Ioslobappassignmentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-ioslobappassignmentsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Iosminimumoperatingsystem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-iosminimumoperatingsystem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Iosmobileappconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-iosmobileappconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Iosstoreapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-iosstoreapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Iosstoreappassignmentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-iosstoreappassignmentsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Iosvppapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-iosvppapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Iosvppappassignmentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-iosvppappassignmentsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Macosofficesuiteapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-macosofficesuiteapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Managedandroidlobapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-managedandroidlobapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Managedandroidstoreapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-managedandroidstoreapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Managedapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-managedapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Managedappavailability https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-managedappavailability.md
A managed (MAM) application's availability.
++
v1.0 Intune Apps Manageddevicemobileappconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-manageddevicemobileappconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Manageddevicemobileappconfigurationassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-manageddevicemobileappconfigurationassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Manageddevicemobileappconfigurationdevicestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-manageddevicemobileappconfigurationdevicestatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Manageddevicemobileappconfigurationdevicesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-manageddevicemobileappconfigurationdevicesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Manageddevicemobileappconfigurationuserstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-manageddevicemobileappconfigurationuserstatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Manageddevicemobileappconfigurationusersummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-manageddevicemobileappconfigurationusersummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Managedioslobapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-managedioslobapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Managediosstoreapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-managediosstoreapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Managedmobilelobapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-managedmobilelobapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mdmappconfigkeytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-mdmappconfigkeytype.md
App configuration key types.
++
v1.0 Intune Apps Microsoftstoreforbusinessapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-microsoftstoreforbusinessapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Microsoftstoreforbusinessappassignmentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-microsoftstoreforbusinessappassignmentsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Microsoftstoreforbusinesslicensetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-microsoftstoreforbusinesslicensetype.md
Not yet documented
++
v1.0 Intune Apps Mobileapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-mobileapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobileappassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-mobileappassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobileappassignmentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-mobileappassignmentsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobileappcategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-mobileappcategory.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobileappcontent https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-mobileappcontent.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobileappcontentfile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-mobileappcontentfile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobileappcontentfileuploadstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-mobileappcontentfileuploadstate.md
Contains properties for upload request states.
++
v1.0 Intune Apps Mobileappinstalltimesettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-mobileappinstalltimesettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Mobileapppublishingstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-mobileapppublishingstate.md
Indicates the publishing state of an app.
++
v1.0 Intune Apps Mobilelobapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-mobilelobapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Runasaccounttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-runasaccounttype.md
Indicates the type of execution context the app runs in.
++
v1.0 Intune Apps Vpplicensingtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-vpplicensingtype.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Webapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-webapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappassignmentsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobappassignmentsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappdeliveryoptimizationpriority https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobappdeliveryoptimizationpriority.md
Contains value for delivery optimization priority.
++
v1.0 Intune Apps Win32lobappfilesystemoperationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobappfilesystemoperationtype.md
Contains all supported file system detection type.
++
v1.0 Intune Apps Win32lobappfilesystemrule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobappfilesystemrule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappinstallexperience https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobappinstallexperience.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappmsiinformation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobappmsiinformation.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappmsipackagetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobappmsipackagetype.md
Indicates the package type of an MSI Win32LobApp.
++
v1.0 Intune Apps Win32lobappnotification https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobappnotification.md
Contains value for notification status.
++
v1.0 Intune Apps Win32lobapppowershellscriptrule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobapppowershellscriptrule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobapppowershellscriptruleoperationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobapppowershellscriptruleoperationtype.md
Contains all supported Powershell Script output detection type.
++
v1.0 Intune Apps Win32lobappproductcoderule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobappproductcoderule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappregistryrule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobappregistryrule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappregistryruleoperationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobappregistryruleoperationtype.md
Contains all supported registry data detection type.
++
v1.0 Intune Apps Win32lobapprestartbehavior https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobapprestartbehavior.md
Indicates the type of restart action.
++
v1.0 Intune Apps Win32lobapprestartsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobapprestartsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappreturncode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobappreturncode.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappreturncodetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobappreturncodetype.md
Indicates the type of return code.
++
v1.0 Intune Apps Win32lobapprule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobapprule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Win32lobappruleoperator https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobappruleoperator.md
Contains properties for detection operator.
++
v1.0 Intune Apps Win32lobappruletype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-win32lobappruletype.md
Contains rule types for Win32 LOB apps.
++
v1.0 Intune Apps Windowsarchitecture https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-windowsarchitecture.md
Contains properties for Windows architecture.
++
v1.0 Intune Apps Windowsdevicetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-windowsdevicetype.md
Contains properties for Windows device type.
++
v1.0 Intune Apps Windowsminimumoperatingsystem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-windowsminimumoperatingsystem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Windowsmobilemsi https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-windowsmobilemsi.md
Here is a JSON representation of the resource.
++
v1.0 Intune Apps Windowsuniversalappx https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-apps-windowsuniversalappx.md
Here is a JSON representation of the resource.
++
v1.0 Intune Books Deviceappmanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-books-deviceappmanagement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Books Deviceinstallstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-books-deviceinstallstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Books Ebookinstallsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-books-ebookinstallsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Books Installstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-books-installstate.md
Possible values for install state.
++
v1.0 Intune Books Iosvppebook https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-books-iosvppebook.md
Here is a JSON representation of the resource.
++
v1.0 Intune Books Iosvppebookassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-books-iosvppebookassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Books Managedebook https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-books-managedebook.md
Here is a JSON representation of the resource.
++
v1.0 Intune Books Managedebookassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-books-managedebookassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Books Userinstallstatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-books-userinstallstatesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Companyterms Devicemanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-companyterms-devicemanagement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Companyterms Termsandconditions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-companyterms-termsandconditions.md
Here is a JSON representation of the resource.
++
v1.0 Intune Companyterms Termsandconditionsacceptancestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-companyterms-termsandconditionsacceptancestatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Companyterms Termsandconditionsassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-companyterms-termsandconditionsassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidcompliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-androidcompliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidcustomconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-androidcustomconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidgeneraldeviceconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-androidgeneraldeviceconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidrequiredpasswordtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-androidrequiredpasswordtype.md
Android required password type.
++
v1.0 Intune Deviceconfig Androidworkprofilecompliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-androidworkprofilecompliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidworkprofilecrossprofiledatasharingtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-androidworkprofilecrossprofiledatasharingtype.md
Android Work Profile cross profile data sharing type.
++
v1.0 Intune Deviceconfig Androidworkprofilecustomconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-androidworkprofilecustomconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidworkprofiledefaultapppermissionpolicytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-androidworkprofiledefaultapppermissionpolicytype.md
Android Work Profile default app permission policy type.
++
v1.0 Intune Deviceconfig Androidworkprofilegeneraldeviceconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Androidworkprofilerequiredpasswordtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-androidworkprofilerequiredpasswordtype.md
Android Work Profile required password type.
++
v1.0 Intune Deviceconfig Appledevicefeaturesconfigurationbase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-appledevicefeaturesconfigurationbase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Applicationguardblockclipboardsharingtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-applicationguardblockclipboardsharingtype.md
Possible values for applicationGuardBlockClipboardSharingType
++
v1.0 Intune Deviceconfig Applicationguardblockfiletransfertype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-applicationguardblockfiletransfertype.md
Possible values for applicationGuardBlockFileTransfer
++
v1.0 Intune Deviceconfig Applistitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-applistitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Applisttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-applisttype.md
Possible values of the compliance app list.
++
v1.0 Intune Deviceconfig Applockerapplicationcontroltype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-applockerapplicationcontroltype.md
Possible values of AppLocker Application Control Types
++
v1.0 Intune Deviceconfig Automaticupdatemode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-automaticupdatemode.md
Possible values for automatic update mode.
++
v1.0 Intune Deviceconfig Autorestartnotificationdismissalmethod https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-autorestartnotificationdismissalmethod.md
+
+ Title: "autoRestartNotificationDismissalMethod enum type"
+description: "Auto restart required notification dismissal method"
+
+localization_priority: Normal
++
+# autoRestartNotificationDismissalMethod enum type
+
+Namespace: microsoft.graph
+
+> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Auto restart required notification dismissal method
+
+## Members
+|Member|Value|Description|
+|:|:|:|
+|notConfigured|0|Not configured|
+|automatic|1|Auto dismissal Indicates that the notification is automatically dismissed without user intervention|
+|user|2|User dismissal. Allows the user to dismiss the notification|
+|unknownFutureValue|3|Evolvable enum member|
+++++++
v1.0 Intune Deviceconfig Bitlockerencryptionmethod https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-bitlockerencryptionmethod.md
BitLockerEncryptionMethod types
++
v1.0 Intune Deviceconfig Bitlockerremovabledrivepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-bitlockerremovabledrivepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Dayofweek https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-dayofweek.md
Possible values for a weekday
++
v1.0 Intune Deviceconfig Defendercloudblockleveltype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-defendercloudblockleveltype.md
Possible values of Cloud Block Level
++
v1.0 Intune Deviceconfig Defenderdetectedmalwareactions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-defenderdetectedmalwareactions.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Defendermonitorfileactivity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-defendermonitorfileactivity.md
Possible values for monitoring file activity.
++
v1.0 Intune Deviceconfig Defenderpromptforsamplesubmission https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-defenderpromptforsamplesubmission.md
Possible values for prompting user for samples submission.
++
v1.0 Intune Deviceconfig Defenderscantype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-defenderscantype.md
Possible values for system scan type.
++
v1.0 Intune Deviceconfig Defenderthreataction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-defenderthreataction.md
DefenderΓÇÖs default action to take on detected Malware threats.
++
v1.0 Intune Deviceconfig Devicecomplianceactionitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-devicecomplianceactionitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecomplianceactiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-devicecomplianceactiontype.md
Scheduled Action Type Enum
++
v1.0 Intune Deviceconfig Devicecompliancedeviceoverview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancedeviceoverview.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancedevicestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancedevicestatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancepolicyassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancepolicyassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancepolicydevicestatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancepolicydevicestatesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancepolicysettingstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancepolicysettingstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancepolicysettingstatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancepolicysettingstatesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancescheduledactionforrule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancescheduledactionforrule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecompliancesettingstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancesettingstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecomplianceuseroverview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-devicecomplianceuseroverview.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicecomplianceuserstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-devicecomplianceuserstatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-deviceconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfigurationassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfigurationdeviceoverview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationdeviceoverview.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfigurationdevicestatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationdevicestatesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfigurationdevicestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationdevicestatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfigurationsettingstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationsettingstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfigurationuseroverview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationuseroverview.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Deviceconfigurationuserstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationuserstatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicemanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-devicemanagement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicemanagementsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-devicemanagementsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Devicethreatprotectionlevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-devicethreatprotectionlevel.md
Device threat protection levels for the Device Threat Protection API.
++
v1.0 Intune Deviceconfig Diagnosticdatasubmissionmode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-diagnosticdatasubmissionmode.md
Allow the device to send diagnostic and usage telemetry data, such as Watson.
++
v1.0 Intune Deviceconfig Edgecookiepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-edgecookiepolicy.md
Possible values to specify which cookies are allowed in Microsoft Edge.
++
v1.0 Intune Deviceconfig Edgesearchengine https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-edgesearchengine.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Edgesearchenginebase https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-edgesearchenginebase.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Edgesearchenginecustom https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-edgesearchenginecustom.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Edgesearchenginetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-edgesearchenginetype.md
Allows IT admind to set a predefined default search engine for MDM-Controlled de
++
v1.0 Intune Deviceconfig Editionupgradeconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-editionupgradeconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Editionupgradelicensetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-editionupgradelicensetype.md
Edition Upgrade License type
++
v1.0 Intune Deviceconfig Enablement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-enablement.md
+
+ Title: "enablement enum type"
+description: "Possible values of a property"
+
+localization_priority: Normal
++
+# enablement enum type
+
+Namespace: microsoft.graph
+
+> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Possible values of a property
+
+## Members
+|Member|Value|Description|
+|:|:|:|
+|notConfigured|0|Device default value, no intent.|
+|enabled|1|Enables the setting on the device.|
+|disabled|2|Disables the setting on the device.|
+++++++
v1.0 Intune Deviceconfig Firewallcertificaterevocationlistcheckmethodtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-firewallcertificaterevocationlistcheckmethodtype.md
Possible values for firewallCertificateRevocationListCheckMethod
++
v1.0 Intune Deviceconfig Firewallpacketqueueingmethodtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-firewallpacketqueueingmethodtype.md
Possible values for firewallPacketQueueingMethod
++
v1.0 Intune Deviceconfig Firewallpresharedkeyencodingmethodtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-firewallpresharedkeyencodingmethodtype.md
Possible values for firewallPreSharedKeyEncodingMethod
++
v1.0 Intune Deviceconfig Internetsitesecuritylevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-internetsitesecuritylevel.md
Possible values for internet site security level.
++
v1.0 Intune Deviceconfig Ioscertificateprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ioscertificateprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioscompliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ioscompliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioscustomconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ioscustomconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosdevicefeaturesconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-iosdevicefeaturesconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosgeneraldeviceconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-iosgeneraldeviceconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioshomescreenapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ioshomescreenapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioshomescreenfolder https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ioshomescreenfolder.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioshomescreenfolderpage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ioshomescreenfolderpage.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioshomescreenitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ioshomescreenitem.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Ioshomescreenpage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ioshomescreenpage.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosnetworkusagerule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-iosnetworkusagerule.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosnotificationalerttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-iosnotificationalerttype.md
Notification Settings Alert Type.
++
v1.0 Intune Deviceconfig Iosnotificationsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-iosnotificationsettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosupdateconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-iosupdateconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosupdatedevicestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-iosupdatedevicestatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Iosupdatesinstallstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-iosupdatesinstallstatus.md
Not yet documented
++
v1.0 Intune Deviceconfig Macoscompliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-macoscompliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macoscustomconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-macoscustomconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macosdevicefeaturesconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-macosdevicefeaturesconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Macosgeneraldeviceconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-macosgeneraldeviceconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Mediacontentratingaustralia https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-mediacontentratingaustralia.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Mediacontentratingcanada https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-mediacontentratingcanada.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Mediacontentratingfrance https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-mediacontentratingfrance.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Mediacontentratinggermany https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-mediacontentratinggermany.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Mediacontentratingireland https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-mediacontentratingireland.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Mediacontentratingjapan https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-mediacontentratingjapan.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Mediacontentratingnewzealand https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-mediacontentratingnewzealand.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Mediacontentratingunitedkingdom https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-mediacontentratingunitedkingdom.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Mediacontentratingunitedstates https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-mediacontentratingunitedstates.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Miracastchannel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-miracastchannel.md
Possible values for Miracast channel.
++
v1.0 Intune Deviceconfig Omasetting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-omasetting.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Omasettingbase64 https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-omasettingbase64.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Omasettingboolean https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-omasettingboolean.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Omasettingdatetime https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-omasettingdatetime.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Omasettingfloatingpoint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-omasettingfloatingpoint.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Omasettinginteger https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-omasettinginteger.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Omasettingstring https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-omasettingstring.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Omasettingstringxml https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-omasettingstringxml.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Policyplatformtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-policyplatformtype.md
Supported platform types for policies.
++
v1.0 Intune Deviceconfig Prereleasefeatures https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-prereleasefeatures.md
Possible values for pre-release features.
++
v1.0 Intune Deviceconfig Ratingappstype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratingappstype.md
Apps rating as in media content
++
v1.0 Intune Deviceconfig Ratingaustraliamoviestype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratingaustraliamoviestype.md
Movies rating labels in Australia
++
v1.0 Intune Deviceconfig Ratingaustraliatelevisiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratingaustraliatelevisiontype.md
TV content rating labels in Australia
++
v1.0 Intune Deviceconfig Ratingcanadamoviestype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratingcanadamoviestype.md
Movies rating labels in Canada
++
v1.0 Intune Deviceconfig Ratingcanadatelevisiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratingcanadatelevisiontype.md
TV content rating labels in Canada
++
v1.0 Intune Deviceconfig Ratingfrancemoviestype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratingfrancemoviestype.md
Movies rating labels in France
++
v1.0 Intune Deviceconfig Ratingfrancetelevisiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratingfrancetelevisiontype.md
TV content rating labels in France
++
v1.0 Intune Deviceconfig Ratinggermanymoviestype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratinggermanymoviestype.md
Movies rating labels in Germany
++
v1.0 Intune Deviceconfig Ratinggermanytelevisiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratinggermanytelevisiontype.md
TV content rating labels in Germany
++
v1.0 Intune Deviceconfig Ratingirelandmoviestype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratingirelandmoviestype.md
Movies rating labels in Ireland
++
v1.0 Intune Deviceconfig Ratingirelandtelevisiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratingirelandtelevisiontype.md
TV content rating labels in Ireland
++
v1.0 Intune Deviceconfig Ratingjapanmoviestype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratingjapanmoviestype.md
Movies rating labels in Japan
++
v1.0 Intune Deviceconfig Ratingjapantelevisiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratingjapantelevisiontype.md
TV content rating labels in Japan
++
v1.0 Intune Deviceconfig Ratingnewzealandmoviestype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratingnewzealandmoviestype.md
Movies rating labels in New Zealand
++
v1.0 Intune Deviceconfig Ratingnewzealandtelevisiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratingnewzealandtelevisiontype.md
TV content rating labels in New Zealand
++
v1.0 Intune Deviceconfig Ratingunitedkingdommoviestype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratingunitedkingdommoviestype.md
Movies rating labels in United Kingdom
++
v1.0 Intune Deviceconfig Ratingunitedkingdomtelevisiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratingunitedkingdomtelevisiontype.md
TV content rating labels in United Kingdom
++
v1.0 Intune Deviceconfig Ratingunitedstatesmoviestype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratingunitedstatesmoviestype.md
Movies rating labels in United States
++
v1.0 Intune Deviceconfig Ratingunitedstatestelevisiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-ratingunitedstatestelevisiontype.md
TV content rating labels in United States
++
v1.0 Intune Deviceconfig Report https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-report.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Reportroot https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-reportroot.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Requiredpasswordtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-requiredpasswordtype.md
Possible values of required passwords.
++
v1.0 Intune Deviceconfig Safesearchfiltertype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-safesearchfiltertype.md
Specifies what level of safe search (filtering adult content) is required
++
v1.0 Intune Deviceconfig Settingsource https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-settingsource.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Settingsourcetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-settingsourcetype.md
Not yet documented
++
v1.0 Intune Deviceconfig Settingstatedevicesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-settingstatedevicesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Sharedpcaccountdeletionpolicytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-sharedpcaccountdeletionpolicytype.md
Possible values for when accounts are deleted on a shared PC.
++
v1.0 Intune Deviceconfig Sharedpcaccountmanagerpolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-sharedpcaccountmanagerpolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Sharedpcallowedaccounttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-sharedpcallowedaccounttype.md
Type of accounts that are allowed to share the PC.
++
v1.0 Intune Deviceconfig Sharedpcconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-sharedpcconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Sitesecuritylevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-sitesecuritylevel.md
Possible values for site security level.
++
v1.0 Intune Deviceconfig Softwareupdatestatussummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-softwareupdatestatussummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Statemanagementsetting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-statemanagementsetting.md
State Management Setting.
++
v1.0 Intune Deviceconfig Visibilitysetting https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-visibilitysetting.md
Generic visibility state.
++
v1.0 Intune Deviceconfig Webbrowsercookiesettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-webbrowsercookiesettings.md
Web Browser Cookie Settings.
++
v1.0 Intune Deviceconfig Weeklyschedule https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-weeklyschedule.md
Possible values for a weekly schedule.
++
v1.0 Intune Deviceconfig Welcomescreenmeetinginformation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-welcomescreenmeetinginformation.md
Possible values for welcome screen meeting information.
++
v1.0 Intune Deviceconfig Windows10compliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windows10compliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10customconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windows10customconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10editiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windows10editiontype.md
Windows 10 Edition type.
++
v1.0 Intune Deviceconfig Windows10endpointprotectionconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windows10endpointprotectionconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10enterprisemodernappmanagementconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10generalconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windows10generalconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10mobilecompliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windows10mobilecompliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10networkproxyserver https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windows10networkproxyserver.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10secureassessmentconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windows10secureassessmentconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows10teamgeneralconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windows10teamgeneralconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows81compliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windows81compliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windows81generalconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windows81generalconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsdefenderadvancedthreatprotectionconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsdeliveryoptimizationmode https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windowsdeliveryoptimizationmode.md
Delivery optimization mode for peer distribution
++
v1.0 Intune Deviceconfig Windowsfirewallnetworkprofile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windowsfirewallnetworkprofile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsphone81compliancepolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windowsphone81compliancepolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsphone81customconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windowsphone81customconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsphone81generalconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windowsphone81generalconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsspotlightenablementsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windowsspotlightenablementsettings.md
Allows IT admind to set a predefined default search engine for MDM-Controlled de
++
v1.0 Intune Deviceconfig Windowsstartmenuapplistvisibilitytype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windowsstartmenuapplistvisibilitytype.md
Type of start menu app list visibility.
++
v1.0 Intune Deviceconfig Windowsstartmenumodetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windowsstartmenumodetype.md
Type of display modes for the start menu.
++
v1.0 Intune Deviceconfig Windowsupdateactivehoursinstall https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windowsupdateactivehoursinstall.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsupdateforbusinessconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windowsupdateforbusinessconfiguration.md
Title: "windowsUpdateForBusinessConfiguration resource type"
-description: "Windows Update for business configuration."
+description: "Windows Update for business configuration, allows you to specify how and when Windows as a Service updates your Windows 10/11 devices with feature and quality updates. Supports ODATA clauses that DeviceConfiguration entity supports: $filter by types of DeviceConfiguration, $top, $select only DeviceConfiguration base properties, $orderby only DeviceConfiguration base properties, and $skip. The query parameter '$search' is not supported."
localization_priority: Normal ms.prod: "intune"
Namespace: microsoft.graph
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
-Windows Update for business configuration.
+Windows Update for business configuration, allows you to specify how and when Windows as a Service updates your Windows 10/11 devices with feature and quality updates. Supports ODATA clauses that DeviceConfiguration entity supports: $filter by types of DeviceConfiguration, $top, $select only DeviceConfiguration base properties, $orderby only DeviceConfiguration base properties, and $skip. The query parameter '$search' is not supported.
Inherits from [deviceConfiguration](../resources/intune-deviceconfig-deviceconfiguration.md)
Inherits from [deviceConfiguration](../resources/intune-deviceconfig-deviceconfi
|description|String|Admin provided description of the Device Configuration. Inherited from [deviceConfiguration](../resources/intune-deviceconfig-deviceconfiguration.md)| |displayName|String|Admin provided name of the device configuration. Inherited from [deviceConfiguration](../resources/intune-deviceconfig-deviceconfiguration.md)| |version|Int32|Version of the device configuration. Inherited from [deviceConfiguration](../resources/intune-deviceconfig-deviceconfiguration.md)|
-|deliveryOptimizationMode|[windowsDeliveryOptimizationMode](../resources/intune-deviceconfig-windowsdeliveryoptimizationmode.md)|Delivery Optimization Mode. Possible values are: `userDefined`, `httpOnly`, `httpWithPeeringNat`, `httpWithPeeringPrivateGroup`, `httpWithInternetPeering`, `simpleDownload`, `bypassMode`.|
-|prereleaseFeatures|[prereleaseFeatures](../resources/intune-deviceconfig-prereleasefeatures.md)|The pre-release features. Possible values are: `userDefined`, `settingsOnly`, `settingsAndExperimentations`, `notAllowed`.|
-|automaticUpdateMode|[automaticUpdateMode](../resources/intune-deviceconfig-automaticupdatemode.md)|Automatic update mode. Possible values are: `userDefined`, `notifyDownload`, `autoInstallAtMaintenanceTime`, `autoInstallAndRebootAtMaintenanceTime`, `autoInstallAndRebootAtScheduledTime`, `autoInstallAndRebootWithoutEndUserControl`.|
-|microsoftUpdateServiceAllowed|Boolean|Allow Microsoft Update Service|
-|driversExcluded|Boolean|Exclude Windows update Drivers|
-|installationSchedule|[windowsUpdateInstallScheduleType](../resources/intune-deviceconfig-windowsupdateinstallscheduletype.md)|Installation schedule|
-|qualityUpdatesDeferralPeriodInDays|Int32|Defer Quality Updates by these many days|
-|featureUpdatesDeferralPeriodInDays|Int32|Defer Feature Updates by these many days|
-|qualityUpdatesPaused|Boolean|Pause Quality Updates|
-|featureUpdatesPaused|Boolean|Pause Feature Updates|
-|qualityUpdatesPauseExpiryDateTime|DateTimeOffset|Quality Updates Pause Expiry datetime|
-|featureUpdatesPauseExpiryDateTime|DateTimeOffset|Feature Updates Pause Expiry datetime|
-|businessReadyUpdatesOnly|[windowsUpdateType](../resources/intune-deviceconfig-windowsupdatetype.md)|Determines which branch devices will receive their updates from. Possible values are: `userDefined`, `all`, `businessReadyOnly`, `windowsInsiderBuildFast`, `windowsInsiderBuildSlow`, `windowsInsiderBuildRelease`.|
+|deliveryOptimizationMode|[windowsDeliveryOptimizationMode](../resources/intune-deviceconfig-windowsdeliveryoptimizationmode.md)|The Delivery Optimization Mode. Possible values are: UserDefined, HttpOnly, HttpWithPeeringNat, HttpWithPeeringPrivateGroup, HttpWithInternetPeering, SimpleDownload, BypassMode. UserDefined allows the user to set. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `httpOnly`, `httpWithPeeringNat`, `httpWithPeeringPrivateGroup`, `httpWithInternetPeering`, `simpleDownload`, `bypassMode`.|
+|prereleaseFeatures|[prereleaseFeatures](../resources/intune-deviceconfig-prereleasefeatures.md)|The Pre-Release Features. Possible values are: UserDefined, SettingsOnly, SettingsAndExperimentations, NotAllowed. UserDefined is the default value, no intent. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `settingsOnly`, `settingsAndExperimentations`, `notAllowed`.|
+|automaticUpdateMode|[automaticUpdateMode](../resources/intune-deviceconfig-automaticupdatemode.md)|The Automatic Update Mode. Possible values are: UserDefined, NotifyDownload, AutoInstallAtMaintenanceTime, AutoInstallAndRebootAtMaintenanceTime, AutoInstallAndRebootAtScheduledTime, AutoInstallAndRebootWithoutEndUserControl, WindowsDefault. UserDefined is the default value, no intent. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `notifyDownload`, `autoInstallAtMaintenanceTime`, `autoInstallAndRebootAtMaintenanceTime`, `autoInstallAndRebootAtScheduledTime`, `autoInstallAndRebootWithoutEndUserControl`.|
+|microsoftUpdateServiceAllowed|Boolean|When TRUE, allows Microsoft Update Service. When FALSE, does not allow Microsoft Update Service. Returned by default. Query parameters are not supported.|
+|driversExcluded|Boolean|When TRUE, excludes Windows update Drivers. When FALSE, does not exclude Windows update Drivers. Returned by default. Query parameters are not supported.|
+|installationSchedule|[windowsUpdateInstallScheduleType](../resources/intune-deviceconfig-windowsupdateinstallscheduletype.md)|The Installation Schedule. Possible values are: ActiveHoursStart, ActiveHoursEnd, ScheduledInstallDay, ScheduledInstallTime. Returned by default. Query parameters are not supported.|
+|qualityUpdatesDeferralPeriodInDays|Int32|Defer Quality Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|featureUpdatesDeferralPeriodInDays|Int32|Defer Feature Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|qualityUpdatesPaused|Boolean|When TRUE, assigned devices are paused from receiving quality updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Quality Updates. Returned by default. Query parameters are not supported.|
+|featureUpdatesPaused|Boolean|When TRUE, assigned devices are paused from receiving feature updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Feature Updates. Returned by default. Query parameters are not supported.s|
+|qualityUpdatesPauseExpiryDateTime|DateTimeOffset|The Quality Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported.|
+|featureUpdatesPauseExpiryDateTime|DateTimeOffset|The Feature Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported.|
+|businessReadyUpdatesOnly|[windowsUpdateType](../resources/intune-deviceconfig-windowsupdatetype.md)|Determines which branch devices will receive their updates from. Possible values are: UserDefined, All, BusinessReadyOnly, WindowsInsiderBuildFast, WindowsInsiderBuildSlow, WindowsInsiderBuildRelease. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `all`, `businessReadyOnly`, `windowsInsiderBuildFast`, `windowsInsiderBuildSlow`, `windowsInsiderBuildRelease`.|
+|skipChecksBeforeRestart|Boolean|When TRUE, skips all checks before restart: Battery level = 40%, User presence, Display Needed, Presentation mode, Full screen mode, phone call state, game mode etc. When FALSE, does not skip all checks before restart. Returned by default. Query parameters are not supported.|
+|updateWeeks|[windowsUpdateForBusinessUpdateWeeks](../resources/intune-deviceconfig-windowsupdateforbusinessupdateweeks.md)|Schedule the update installation on the weeks of the month. Possible values are: UserDefined, FirstWeek, SecondWeek, ThirdWeek, FourthWeek, EveryWeek. Returned by default. Query parameters are not supported. Possible values are: `userDefined`, `firstWeek`, `secondWeek`, `thirdWeek`, `fourthWeek`, `everyWeek`, `unknownFutureValue`.|
+|qualityUpdatesPauseStartDate|Date|The Quality Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only.|
+|featureUpdatesPauseStartDate|Date|The Feature Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only.|
+|featureUpdatesRollbackWindowInDays|Int32|The number of days after a Feature Update for which a rollback is valid with valid range from 2 to 60 days. Returned by default. Query parameters are not supported.|
+|qualityUpdatesWillBeRolledBack|Boolean|When TRUE, rollback Quality Updates on the next device check in. When FALSE, do not rollback Quality Updates on the next device check in. Returned by default. Query parameters are not supported.|
+|featureUpdatesWillBeRolledBack|Boolean|When TRUE, rollback Feature Updates on the next device check in. When FALSE, do not rollback Feature Updates on the next device check in. Returned by default.Query parameters are not supported.|
+|qualityUpdatesRollbackStartDateTime|DateTimeOffset|The Quality Updates Rollback Start datetime. This value is the time when the admin rolled back the Quality update for the ring. Returned by default. Query parameters are not supported.|
+|featureUpdatesRollbackStartDateTime|DateTimeOffset|The Feature Updates Rollback Start datetime.This value is the time when the admin rolled back the Feature update for the ring.Returned by default.Query parameters are not supported.|
+|engagedRestartDeadlineInDays|Int32|Deadline in days before automatically scheduling and executing a pending restart outside of active hours, with valid range from 2 to 30 days. Returned by default. Query parameters are not supported.|
+|engagedRestartSnoozeScheduleInDays|Int32|Number of days a user can snooze Engaged Restart reminder notifications with valid range from 1 to 3 days. Returned by default. Query parameters are not supported.|
+|engagedRestartTransitionScheduleInDays|Int32|Number of days before transitioning from Auto Restarts scheduled outside of active hours to Engaged Restart, which requires the user to schedule, with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|deadlineForFeatureUpdatesInDays|Int32|Number of days before feature updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|deadlineForQualityUpdatesInDays|Int32|Number of days before quality updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.|
+|deadlineGracePeriodInDays|Int32|Number of days after deadline until restarts occur automatically with valid range from 0 to 7 days. Returned by default. Query parameters are not supported.|
+|postponeRebootUntilAfterDeadline|Boolean|When TRUE the device should wait until deadline for rebooting outside of active hours. When FALSE the device should not wait until deadline for rebooting outside of active hours. Returned by default. Query parameters are not supported.|
+|autoRestartNotificationDismissal|[autoRestartNotificationDismissalMethod](../resources/intune-deviceconfig-autorestartnotificationdismissalmethod.md)|Specify the method by which the auto-restart required notification is dismissed. Possible values are: NotConfigured, Automatic, User. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `automatic`, `user`, `unknownFutureValue`.|
+|scheduleRestartWarningInHours|Int32|Specify the period for auto-restart warning reminder notifications. Supported values: 2, 4, 8, 12 or 24 (hours). Returned by default. Query parameters are not supported.|
+|scheduleImminentRestartWarningInMinutes|Int32|Specify the period for auto-restart imminent warning notifications. Supported values: 15, 30 or 60 (minutes). Returned by default. Query parameters are not supported.|
+|userPauseAccess|[enablement](../resources/intune-deviceconfig-enablement.md)|Specifies whether to enable end userΓÇÖs access to pause software updates. Possible values are: NotConfigured, Enabled, Disabled. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `enabled`, `disabled`.|
+|userWindowsUpdateScanAccess|[enablement](../resources/intune-deviceconfig-enablement.md)|Specifies whether to disable userΓÇÖs access to scan Windows Update. Possible values are: NotConfigured, Enabled, Disabled. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `enabled`, `disabled`.|
+|updateNotificationLevel|[windowsUpdateNotificationDisplayOption](../resources/intune-deviceconfig-windowsupdatenotificationdisplayoption.md)|Specifies what Windows Update notifications users see. Possible values are: NotConfigured, DefaultNotifications, RestartWarningsOnly, DisableAllNotifications. Returned by default. Query parameters are not supported. Possible values are: `notConfigured`, `defaultNotifications`, `restartWarningsOnly`, `disableAllNotifications`, `unknownFutureValue`.|
+|allowWindows11Upgrade|Boolean|When TRUE, allows eligible Windows 10 devices to upgrade to Windows 11. When FALSE, implies the device stays on the existing operating system. Returned by default. Query parameters are not supported.|
## Relationships |Relationship|Type|Description|
Here is a JSON representation of the resource.
"featureUpdatesPaused": true, "qualityUpdatesPauseExpiryDateTime": "String (timestamp)", "featureUpdatesPauseExpiryDateTime": "String (timestamp)",
- "businessReadyUpdatesOnly": "String"
+ "businessReadyUpdatesOnly": "String",
+ "skipChecksBeforeRestart": true,
+ "updateWeeks": "String",
+ "qualityUpdatesPauseStartDate": "String (Date)",
+ "featureUpdatesPauseStartDate": "String (Date)",
+ "featureUpdatesRollbackWindowInDays": 1024,
+ "qualityUpdatesWillBeRolledBack": true,
+ "featureUpdatesWillBeRolledBack": true,
+ "qualityUpdatesRollbackStartDateTime": "String (timestamp)",
+ "featureUpdatesRollbackStartDateTime": "String (timestamp)",
+ "engagedRestartDeadlineInDays": 1024,
+ "engagedRestartSnoozeScheduleInDays": 1024,
+ "engagedRestartTransitionScheduleInDays": 1024,
+ "deadlineForFeatureUpdatesInDays": 1024,
+ "deadlineForQualityUpdatesInDays": 1024,
+ "deadlineGracePeriodInDays": 1024,
+ "postponeRebootUntilAfterDeadline": true,
+ "autoRestartNotificationDismissal": "String",
+ "scheduleRestartWarningInHours": 1024,
+ "scheduleImminentRestartWarningInMinutes": 1024,
+ "userPauseAccess": "String",
+ "userWindowsUpdateScanAccess": "String",
+ "updateNotificationLevel": "String",
+ "allowWindows11Upgrade": true
} ```
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsupdateforbusinessupdateweeks https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windowsupdateforbusinessupdateweeks.md
+
+ Title: "windowsUpdateForBusinessUpdateWeeks enum type"
+description: "Scheduled the update installation on the weeks of the month"
+
+localization_priority: Normal
++
+# windowsUpdateForBusinessUpdateWeeks enum type
+
+Namespace: microsoft.graph
+
+> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Scheduled the update installation on the weeks of the month
+
+## Members
+|Member|Value|Description|
+|:|:|:|
+|userDefined|0|Allow the user to set.|
+|firstWeek|1|Scheduled the update installation on the first week of the month|
+|secondWeek|2|Scheduled the update installation on the second week of the month|
+|thirdWeek|4|Scheduled the update installation on the third week of the month|
+|fourthWeek|8|Scheduled the update installation on the fourth week of the month|
+|everyWeek|15|Scheduled the update installation on every week of the month|
+|unknownFutureValue|22|Evolvable enum member|
+++++++
v1.0 Intune Deviceconfig Windowsupdateinstallscheduletype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windowsupdateinstallscheduletype.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsupdatenotificationdisplayoption https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windowsupdatenotificationdisplayoption.md
+
+ Title: "windowsUpdateNotificationDisplayOption enum type"
+description: "Windows Update Notification Display Options"
+
+localization_priority: Normal
++
+# windowsUpdateNotificationDisplayOption enum type
+
+Namespace: microsoft.graph
+
+> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Windows Update Notification Display Options
+
+## Members
+|Member|Value|Description|
+|:|:|:|
+|notConfigured|0|Not configured|
+|defaultNotifications|1|Use the default Windows Update notifications.|
+|restartWarningsOnly|2|Turn off all notifications, excluding restart warnings.|
+|disableAllNotifications|3|Turn off all notifications, including restart warnings.|
+|unknownFutureValue|4|Evolvable enum member|
+++++++
v1.0 Intune Deviceconfig Windowsupdatescheduledinstall https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windowsupdatescheduledinstall.md
Here is a JSON representation of the resource.
++
v1.0 Intune Deviceconfig Windowsupdatetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windowsupdatetype.md
Which branch devices will receive their updates from
++
v1.0 Intune Deviceconfig Windowsuseraccountcontrolsettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-deviceconfig-windowsuseraccountcontrolsettings.md
Possible values for Windows user account control settings.
++
v1.0 Intune Devices Actionstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-actionstate.md
State of the action on the device
++
v1.0 Intune Devices Applepushnotificationcertificate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-applepushnotificationcertificate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Compliancestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-compliancestate.md
Compliance state.
++
v1.0 Intune Devices Configurationmanagerclientenabledfeatures https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-configurationmanagerclientenabledfeatures.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Deleteuserfromsharedappledeviceactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-deleteuserfromsharedappledeviceactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Detectedapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-detectedapp.md
A managed or unmanaged app that is installed on a managed device. Unmanaged apps
|version|String|Version of the discovered application. Read-only| |sizeInByte|Int64|Discovered application size in bytes. Read-only| |deviceCount|Int32|The number of devices that have installed this application|
+|publisher|String|Indicates the publisher of the discovered application. For example: 'Microsoft'. The default value is an empty string.|
+|platform|[detectedAppPlatformType](../resources/intune-devices-detectedappplatformtype.md)|Indicates the operating system / platform of the discovered application. Some possible values are Windows, iOS, macOS. The default value is unknown (0). Possible values are: `unknown`, `windows`, `windowsMobile`, `windowsHolographic`, `ios`, `macOS`, `chromeOS`, `androidOSP`, `androidDeviceAdministrator`, `androidWorkProfile`, `androidDedicatedAndFullyManaged`.|
## Relationships |Relationship|Type|Description|
Here is a JSON representation of the resource.
"displayName": "String", "version": "String", "sizeInByte": 1024,
- "deviceCount": 1024
+ "deviceCount": 1024,
+ "publisher": "String",
+ "platform": "String"
} ```
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Detectedappplatformtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-detectedappplatformtype.md
+
+ Title: "detectedAppPlatformType enum type"
+description: "Indicates the operating system / platform of the discovered application. Some possible values are Windows, iOS, macOS. The default value is unknown (0)."
+
+localization_priority: Normal
++
+# detectedAppPlatformType enum type
+
+Namespace: microsoft.graph
+
+> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
+
+Indicates the operating system / platform of the discovered application. Some possible values are Windows, iOS, macOS. The default value is unknown (0).
+
+## Members
+|Member|Value|Description|
+|:|:|:|
+|unknown|0|Default. Set to unknown when platform cannot be determined.|
+|windows|1|Indicates that the platform of the detected application is Windows.|
+|windowsMobile|2|Indicates that the platform of the detected application is Windows Mobile.|
+|windowsHolographic|3|Indicates that the platform of the detected application is Windows Holographic.|
+|ios|4|Indicates that the platform of the detected application is iOS.|
+|macOS|5|Indicates that the platform of the detected application is macOS.|
+|chromeOS|6|Indicates that the platform of the detected application is ChromeOS.|
+|androidOSP|7|Indicates that the platform of the detected application is Android open source project.|
+|androidDeviceAdministrator|8|Indicates that the platform of the detected application is Android device administrator.|
+|androidWorkProfile|9|Indicates that the platform of the detected application is Android work profile.|
+|androidDedicatedAndFullyManaged|10|Indicates that the platform of the detected application is Android dedicated and fully managed.|
+++++++
v1.0 Intune Devices Deviceactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-deviceactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicecategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-devicecategory.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Deviceenrollmenttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-deviceenrollmenttype.md
Possible ways of adding a mobile device to management.
++
v1.0 Intune Devices Deviceexchangeaccessstatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-deviceexchangeaccessstatesummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicegeolocation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-devicegeolocation.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicehealthattestationstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-devicehealthattestationstate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicemanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-devicemanagement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Devicemanagementexchangeaccessstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-devicemanagementexchangeaccessstate.md
Device Exchange Access State.
++
v1.0 Intune Devices Devicemanagementexchangeaccessstatereason https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-devicemanagementexchangeaccessstatereason.md
Device Exchange Access State Reason.
++
v1.0 Intune Devices Devicemanagementsubscriptionstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-devicemanagementsubscriptionstate.md
Tenant mobile device management subscription state.
++
v1.0 Intune Devices Deviceoperatingsystemsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-deviceoperatingsystemsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Deviceregistrationstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-deviceregistrationstate.md
Device registration status.
++
v1.0 Intune Devices Disktype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-disktype.md
Not yet documented
++
v1.0 Intune Devices Locatedeviceactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-locatedeviceactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Manageddevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-manageddevice.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Manageddeviceoverview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-manageddeviceoverview.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Manageddeviceownertype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-manageddeviceownertype.md
Owner type of device.
++
v1.0 Intune Devices Manageddevicepartnerreportedhealthstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-manageddevicepartnerreportedhealthstate.md
Available health states for the Device Health API
++
v1.0 Intune Devices Managementagenttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-managementagenttype.md
Management agent type.
++
v1.0 Intune Devices Remotelockactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-remotelockactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Resetpasscodeactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-resetpasscodeactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Updatewindowsdeviceaccountactionparameter https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-updatewindowsdeviceaccountactionparameter.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices User https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-user.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Userexperienceanalyticshealthstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-userexperienceanalyticshealthstate.md
Not yet documented
++
v1.0 Intune Devices Windowsdefenderscanactionresult https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-windowsdefenderscanactionresult.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Windowsdeviceaccount https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-windowsdeviceaccount.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Windowsdeviceadaccount https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-windowsdeviceadaccount.md
Here is a JSON representation of the resource.
++
v1.0 Intune Devices Windowsdeviceazureadaccount https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-devices-windowsdeviceazureadaccount.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Devicemanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-enrollment-devicemanagement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Enrollmentstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-enrollment-enrollmentstate.md
Not yet documented
++
v1.0 Intune Enrollment Importedwindowsautopilotdeviceidentity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-enrollment-importedwindowsautopilotdeviceidentity.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Importedwindowsautopilotdeviceidentityimportstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-enrollment-importedwindowsautopilotdeviceidentityimportstatus.md
Not yet documented
++
v1.0 Intune Enrollment Importedwindowsautopilotdeviceidentitystate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-enrollment-importedwindowsautopilotdeviceidentitystate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Enrollment Importedwindowsautopilotdeviceidentityuploadstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-enrollment-importedwindowsautopilotdeviceidentityuploadstatus.md
Not yet documented
++
v1.0 Intune Enrollment Windowsautopilotdeviceidentity https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-enrollment-windowsautopilotdeviceidentity.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Androidmanagedappprotection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-androidmanagedappprotection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Androidmanagedappregistration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-androidmanagedappregistration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Androidmobileappidentifier https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-androidmobileappidentifier.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Defaultmanagedappprotection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-defaultmanagedappprotection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Deviceappmanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-deviceappmanagement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Iosmanagedappprotection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-iosmanagedappprotection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Iosmanagedappregistration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-iosmanagedappregistration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Iosmobileappidentifier https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-iosmobileappidentifier.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Iprange https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-iprange.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Ipv4range https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-ipv4range.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Ipv6range https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-ipv6range.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Json https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-json.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Keyvaluepair https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-keyvaluepair.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedappclipboardsharinglevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-managedappclipboardsharinglevel.md
Represents the level to which the device's clipboard may be shared between apps
++
v1.0 Intune Mam Managedappconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-managedappconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedappdataencryptiontype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-managedappdataencryptiontype.md
Represents the level to which app data is encrypted for managed apps
++
v1.0 Intune Mam Managedappdatastoragelocation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-managedappdatastoragelocation.md
Storage locations where managed apps can potentially store their data
++
v1.0 Intune Mam Managedappdatatransferlevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-managedappdatatransferlevel.md
Data can be transferred from/to these classes of apps
++
v1.0 Intune Mam Managedappdiagnosticstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-managedappdiagnosticstatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedappflaggedreason https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-managedappflaggedreason.md
The reason for which a user has been flagged
++
v1.0 Intune Mam Managedappoperation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-managedappoperation.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedapppincharacterset https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-managedapppincharacterset.md
Character set which is to be used for a user's app PIN
++
v1.0 Intune Mam Managedapppolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-managedapppolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedapppolicydeploymentsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-managedapppolicydeploymentsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedapppolicydeploymentsummaryperapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-managedapppolicydeploymentsummaryperapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedappprotection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-managedappprotection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedappregistration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-managedappregistration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedappstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-managedappstatus.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedappstatusraw https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-managedappstatusraw.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Managedbrowsertype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-managedbrowsertype.md
Type of managed browser
++
v1.0 Intune Mam Managedmobileapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-managedmobileapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Mdmwindowsinformationprotectionpolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-mdmwindowsinformationprotectionpolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Mobileappidentifier https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-mobileappidentifier.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Proxieddomain https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-proxieddomain.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Targetedmanagedappconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-targetedmanagedappconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Targetedmanagedappgrouptype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-targetedmanagedappgrouptype.md
Indicates a collection of apps to target which can be one of several pre-defined
++
v1.0 Intune Mam Targetedmanagedapppolicyassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-targetedmanagedapppolicyassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Targetedmanagedappprotection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-targetedmanagedappprotection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam User https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-user.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-windowsinformationprotection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectionapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-windowsinformationprotectionapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectionapplockerfile https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-windowsinformationprotectionapplockerfile.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectiondatarecoverycertificate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-windowsinformationprotectiondatarecoverycertificate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectiondesktopapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-windowsinformationprotectiondesktopapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectionenforcementlevel https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-windowsinformationprotectionenforcementlevel.md
Possible values for WIP Protection enforcement levels
++
v1.0 Intune Mam Windowsinformationprotectioniprangecollection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-windowsinformationprotectioniprangecollection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectionpincharacterrequirements https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-windowsinformationprotectionpincharacterrequirements.md
Pin Character Requirements
++
v1.0 Intune Mam Windowsinformationprotectionpolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-windowsinformationprotectionpolicy.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectionproxieddomaincollection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-windowsinformationprotectionproxieddomaincollection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectionresourcecollection https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-windowsinformationprotectionresourcecollection.md
Here is a JSON representation of the resource.
++
v1.0 Intune Mam Windowsinformationprotectionstoreapp https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-mam-windowsinformationprotectionstoreapp.md
Here is a JSON representation of the resource.
++
v1.0 Intune Notification Devicemanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-notification-devicemanagement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Notification Localizednotificationmessage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-notification-localizednotificationmessage.md
Here is a JSON representation of the resource.
++
v1.0 Intune Notification Notificationmessagetemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-notification-notificationmessagetemplate.md
Here is a JSON representation of the resource.
++
v1.0 Intune Notification Notificationtemplatebrandingoptions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-notification-notificationtemplatebrandingoptions.md
Branding Options for the Message Template. Branding is defined in the Intune Adm
++
v1.0 Intune Onboarding Compliancemanagementpartner https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-compliancemanagementpartner.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Compliancemanagementpartnerassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-compliancemanagementpartnerassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Deviceappmanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-deviceappmanagement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Devicecategory https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-devicecategory.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Deviceenrollmentconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-deviceenrollmentconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Deviceenrollmentlimitconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-deviceenrollmentlimitconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestriction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-deviceenrollmentplatformrestriction.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Deviceenrollmentplatformrestrictionsconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Deviceenrollmentwindowshelloforbusinessconfiguration https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Devicemanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-devicemanagement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Devicemanagementexchangeconnector https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-devicemanagementexchangeconnector.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Devicemanagementexchangeconnectorstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-devicemanagementexchangeconnectorstatus.md
The current status of the Exchange Connector.
++
v1.0 Intune Onboarding Devicemanagementexchangeconnectorsynctype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-devicemanagementexchangeconnectorsynctype.md
The type of Exchange Connector sync requested.
++
v1.0 Intune Onboarding Devicemanagementexchangeconnectortype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-devicemanagementexchangeconnectortype.md
The type of Exchange Connector.
++
v1.0 Intune Onboarding Devicemanagementpartner https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-devicemanagementpartner.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Devicemanagementpartnerapptype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-devicemanagementpartnerapptype.md
Partner App Type.
++
v1.0 Intune Onboarding Devicemanagementpartnertenantstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-devicemanagementpartnertenantstate.md
Partner state of this tenant.
++
v1.0 Intune Onboarding Enablement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-enablement.md
Not yet documented
++
v1.0 Intune Onboarding Enrollmentconfigurationassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-enrollmentconfigurationassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Intunebrand https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-intunebrand.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Mdmauthority https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-mdmauthority.md
Mobile device management authority.
++
v1.0 Intune Onboarding Mobilethreatdefenseconnector https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-mobilethreatdefenseconnector.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Mobilethreatpartnertenantstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-mobilethreatpartnertenantstate.md
Partner state of this tenant.
++
v1.0 Intune Onboarding Onpremisesconditionalaccesssettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-onpremisesconditionalaccesssettings.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Organization https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-organization.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Rgbcolor https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-rgbcolor.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding User https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-user.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Vpptoken https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-vpptoken.md
Here is a JSON representation of the resource.
++
v1.0 Intune Onboarding Vpptokenstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-vpptokenstate.md
Possible states associated with an Apple Volume Purchase Program token.
++
v1.0 Intune Onboarding Vpptokensyncstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-vpptokensyncstatus.md
Possible sync statuses associated with an Apple Volume Purchase Program token.
++
v1.0 Intune Onboarding Windowshelloforbusinesspinusage https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-onboarding-windowshelloforbusinesspinusage.md
Windows Hello for Business pin usage options
++
v1.0 Intune Rbac Deviceandappmanagementroleassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-rbac-deviceandappmanagementroleassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Deviceandappmanagementroledefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-rbac-deviceandappmanagementroledefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Devicemanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-rbac-devicemanagement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Resourceaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-rbac-resourceaction.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Resourceoperation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-rbac-resourceoperation.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Roleassignment https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-rbac-roleassignment.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Roledefinition https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-rbac-roledefinition.md
Here is a JSON representation of the resource.
++
v1.0 Intune Rbac Rolepermission https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-rbac-rolepermission.md
Here is a JSON representation of the resource.
++
v1.0 Intune Reporting Devicemanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-reporting-devicemanagement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Reporting Devicemanagementexportjob https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-reporting-devicemanagementexportjob.md
Entity representing a job to export a report
|reportName|String|Name of the report| |filter|String|Filters applied on the report| |select|String collection|Columns selected from the report|
-|format|[deviceManagementReportFileFormat](../resources/intune-reporting-devicemanagementreportfileformat.md)|Format of the exported report. Possible values are: `csv`, `json`.|
+|format|[deviceManagementReportFileFormat](../resources/intune-reporting-devicemanagementreportfileformat.md)|Format of the exported report. Possible values are: `csv`, `pdf`, `json`, `unknownFutureValue`.|
|snapshotId|String|A snapshot is an identifiable subset of the dataset represented by the ReportName. A sessionId or CachedReportConfiguration id can be used here. If a sessionId is specified, Filter, Select, and OrderBy are applied to the data represented by the sessionId. Filter, Select, and OrderBy cannot be specified together with a CachedReportConfiguration id.| |localizationType|[deviceManagementExportJobLocalizationType](../resources/intune-reporting-devicemanagementexportjoblocalizationtype.md)|Configures how the requested export job is localized. Possible values are: `localizedValuesAsAdditionalColumn`, `replaceLocalizableValues`.| |status|[deviceManagementReportStatus](../resources/intune-reporting-devicemanagementreportstatus.md)|Status of the export job. Possible values are: `unknown`, `notStarted`, `inProgress`, `completed`, `failed`.|
Here is a JSON representation of the resource.
++
v1.0 Intune Reporting Devicemanagementexportjoblocalizationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-reporting-devicemanagementexportjoblocalizationtype.md
Configures how the requested export job is localized
++
v1.0 Intune Reporting Devicemanagementreportfileformat https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-reporting-devicemanagementreportfileformat.md
Possible values for the file format of a report
|Member|Value|Description| |:|:|:| |csv|0|CSV Format|
-|json|1|JSON Format|
+|pdf|1|PDF Format (Deprecate later)|
+|json|2|JSON Format|
+|unknownFutureValue|3|Evolvable enumeration sentinel value. Do not use.|
++
v1.0 Intune Reporting Devicemanagementreports https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-reporting-devicemanagementreports.md
Here is a JSON representation of the resource.
++
v1.0 Intune Reporting Devicemanagementreportstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-reporting-devicemanagementreportstatus.md
Possible statuses associated with a generated report
++
v1.0 Intune Shared Alldevicesassignmenttarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-shared-alldevicesassignmenttarget.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Alllicensedusersassignmenttarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-shared-alllicensedusersassignmenttarget.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Androidenterprisealwaysonvpnpackagetype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-shared-androidenterprisealwaysonvpnpackagetype.md
Not yet documented
++
v1.0 Intune Shared Compliancestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-shared-compliancestatus.md
Not yet documented
++
v1.0 Intune Shared Configurationmanagercollectionassignmenttarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-shared-configurationmanagercollectionassignmenttarget.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Deviceandappmanagementassignmenttarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-shared-deviceandappmanagementassignmenttarget.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Exclusiongroupassignmenttarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-shared-exclusiongroupassignmenttarget.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Groupassignmenttarget https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-shared-groupassignmenttarget.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Installintent https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-shared-installintent.md
Possible values for the install intent chosen by the admin.
++
v1.0 Intune Shared Mimecontent https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-shared-mimecontent.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Saveduistategenerationoptions https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-shared-saveduistategenerationoptions.md
Not yet documented
++
v1.0 Intune Shared Uri https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-shared-uri.md
Here is a JSON representation of the resource.
++
v1.0 Intune Shared Vpptokenaccounttype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-shared-vpptokenaccounttype.md
Possible types of an Apple Volume Purchase Program token.
++
v1.0 Intune Tem Devicemanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-tem-devicemanagement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Tem Telecomexpensemanagementpartner https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-tem-telecomexpensemanagementpartner.md
Here is a JSON representation of the resource.
+++
v1.0 Intune Wip Applicationtype https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-wip-applicationtype.md
Possible types of Application
++
v1.0 Intune Wip Devicemanagement https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-wip-devicemanagement.md
Here is a JSON representation of the resource.
++
v1.0 Intune Wip Windowsinformationprotectionapplearningsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-wip-windowsinformationprotectionapplearningsummary.md
Here is a JSON representation of the resource.
++
v1.0 Intune Wip Windowsinformationprotectionnetworklearningsummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/intune-wip-windowsinformationprotectionnetworklearningsummary.md
Here is a JSON representation of the resource.
++
v1.0 Location https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/location.md
Title: "Location resource type" description: "Represents location information of an event." ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: resourcePageType
v1.0 Locationconstraint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/locationconstraint.md
Title: "locationConstraint resource type" description: "The conditions stated by a client for the location of a meeting." ms.localizationpriority: medium-+ ms.prod: calendar doc_type: resourcePageType
v1.0 Locationconstraintitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/locationconstraintitem.md
Title: "locationConstraintItem resource type" description: "locationConstraintItem - The conditions stated by a client for the location of a meeting." ms.localizationpriority: medium-+ ms.prod: outlook doc_type: resourcePageType
v1.0 Outlookgeocoordinates https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/outlookgeocoordinates.md
Title: "outlookGeoCoordinates resource type" description: "The geographic coordinates, elevation, and their degree of accuracy for a physical location." ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: resourcePageType
v1.0 Patternedrecurrence https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/patternedrecurrence.md
Title: "patternedRecurrence resource type" description: "The recurrence pattern and range." ms.localizationpriority: medium-+ ms.prod: "governance" doc_type: resourcePageType
v1.0 Presence https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/presence.md
This resource supports subscribing to [change notifications](/graph/webhooks).
| [Get presence of multiple users](../api/cloudcommunications-getpresencesbyuserid.md) | [presence](../resources/presence.md) collection | Get the presence information for multiple users. | | [Set presence](../api/presence-setpresence.md) | | Set an application's presence session for a user. | | [Clear presence](../api/presence-clearpresence.md) | | Clear an application's presence session for a user. |
+| [Set user preferred presence](../api/presence-setuserpreferredpresence.md) | | Set the preferred availability and activity status for a user. |
+| [Clear user preferred presence](../api/presence-clearuserpreferredpresence.md) | | Clear the preferred availability and activity status for a user. |
## Properties
v1.0 Recurrencepattern https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/recurrencepattern.md
Title: "recurrencePattern resource type" description: "Describes the frequency by which a recurring event repeats. " ms.localizationpriority: medium-+ ms.prod: "governance" doc_type: resourcePageType
v1.0 Recurrencerange https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/recurrencerange.md
Title: "recurrenceRange resource type" description: "Describes a date range over which a recurring event repeats. " ms.localizationpriority: medium-+ ms.prod: "governance" doc_type: resourcePageType
v1.0 Reminder https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/reminder.md
Title: "reminder resource type" description: "A reminder for an event in a user calendar." ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: resourcePageType
v1.0 Responsestatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/responsestatus.md
Title: "responseStatus resource type" description: "The response status of a meeting request." ms.localizationpriority: medium-+ ms.prod: "outlook" doc_type: resourcePageType
v1.0 Scheduleinformation https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/scheduleinformation.md
Title: "scheduleInformation resource type" description: "Represents the availability of a user, distribution list, or resource for a specified time period." ms.localizationpriority: medium-+ ms.prod: "" doc_type: resourcePageType
v1.0 Scheduleitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/scheduleitem.md
Title: "scheduleItem resource type" description: "An item that describes the availability of a user corresponding to an actual event on the user's default calendar. This item applies to a resource (room or equipment) as well." ms.localizationpriority: medium-+ ms.prod: "" doc_type: resourcePageType
v1.0 Teams Api Overview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/teams-api-overview.md
doc_type: conceptualPageType
Microsoft Teams is a chat-based workspace in Microsoft 365 that provides built-in access to team-specific calendars, files, OneNote notes, Planner plans, Shifts schedules, and more.
-## Key resources in Microsoft Teams
-
-| Resource | Methods |
-|:|:--|
-|[team](../resources/team.md)| [List your teams](../api/user-list-joinedteams.md), [list associated teams](../api/associatedteaminfo-list.md), [list all teams](/graph/teams-list-all-teams), [create](../api/team-put-teams.md), [read](../api/team-get.md), [update](../api/team-update.md), [delete](../api/group-delete.md), [clone](../api/team-clone.md), [archive](../api/team-archive.md), [unarchive](../api/team-unarchive.md) |
-|[group](../resources/group.md)| [Add member](../api/group-post-members.md),ΓÇ»[remove member](../api/group-delete-members.md), [add owner](../api/group-post-owners.md),ΓÇ»[remove owner](../api/group-delete-owners.md), [get files](drive.md), [get notebook](../resources/notebook.md), [get plans](plannergroup.md), [get calendar](event.md) |
-|[channel](../resources/channel.md)|[List](../api/channel-list.md), [create](../api/channel-post.md), [read](../api/channel-get.md), [update](../api/channel-patch.md), [delete](../api/channel-delete.md)|
-|[teamsTab](../resources/teamstab.md) |[List](../api/channel-list-tabs.md), [create](../api/channel-post-tabs.md), [read](../api/channel-get-tabs.md), [update](../api/channel-patch-tabs.md), [delete](../api/channel-delete-tabs.md) |
-|[teamsApp](../resources/teamsapp.md)|[List](../api/appcatalogs-list-teamsapps.md), [publish](../api/teamsapp-publish.md), [update](../api/teamsapp-update.md), [remove](../api/teamsapp-delete.md)|
-|[teamsAppInstallation](../resources/teamsappinstallation.md)| [List](../api/team-list-installedapps.md), [install](../api/team-post-installedapps.md), [upgrade](../api/team-delete-installedapps.md), [remove](../api/team-delete-installedapps.md) |
-|[chatMessage](../resources/chatmessage.md)| [List in channel](../api/channel-list-messages.md), [list in chat](../api/chat-list-messages.md), [send](../api/chatmessage-post.md), [read in channel](../api/chatmessage-get.md), [read in chat](../api/chatmessage-get.md)|
-|[call](../resources/call.md)| [Answer](../api/call-answer.md), [reject](../api/call-reject.md), [redirect](../api/call-redirect.md), [mute](../api/call-mute.md), [unmute](../api/call-unmute.md), [change screen sharing role](../api/call-changescreensharingrole.md), [list participants](../api/call-list-participants.md), [invite participants](../api/participant-invite.md) |
-|[schedule](../resources/schedule.md)| [Create or replace](../api/team-put-schedule.md), [get](../api/schedule-get.md), [share](../api/schedule-share.md) |
-|[schedulingGroup](../resources/schedulinggroup.md)| [Create](../api/schedule-post-schedulinggroups.md), [list](../api/schedule-list-schedulinggroups.md), [get](../api/schedulinggroup-get.md), [replace](../api/schedulinggroup-put.md), [delete](../api/schedulinggroup-delete.md) |
-|activityFeedNotification| [Send notification to user in scope of a chat](../api/chat-sendactivitynotification.md), [send notification to user in scope of a team](../api/team-sendactivitynotification.md), [send notification to user in personal scope](../api/userteamwork-sendactivitynotification.md)|
-|[shift](../resources/shift.md)| [Create](../api/schedule-post-shifts.md), [list](../api/schedule-list-shifts.md), [get](../api/shift-get.md), [replace](../api/shift-put.md), [delete](../api/shift-delete.md) |
-|[timeOff](../resources/timeoff.md)| [Create](../api/schedule-post-timesoff.md), [list](../api/schedule-list-timesoff.md), [get](../api/timeoff-get.md), [replace](../api/timeoff-put.md), [delete](../api/timeoff-delete.md) |
-|[timeOffReason](../resources/timeoffreason.md)| [Create](../api/schedule-post-timeoffreasons.md), [list](../api/schedule-list-timeoffreasons.md), [get](../api/timeoffreason-get.md), [replace](../api/timeoffreason-put.md), [delete](../api/timeoffreason-delete.md) |
+## Common use cases
+
+| Use cases | REST resources | See also |
+:--|:-|:--|
+| Create and manage teams, groups and channels | [team](../resources/team.md), [channel](../resources/channel.md), [group](../resources/group.md) | [create team](../api/team-put-teams.md), [list teams](../api/user-list-joinedteams.md), [create channel](../api/channel-post.md) |
+| Add tabs, manage or install apps in the Microsoft Teams app catalog | [teamsTab](../resources/teamstab.md), [teamsAppInstallation](../resources/teamsappinstallation.md) | [create teamsTab](../api/channel-post-tabs.md), [list teamsTab](../api/channel-list-tabs.md), [list apps](../api/appcatalogs-list-teamsapps.md) |
+| Create channels and chats to send and receive chat messages | [channel](../resources/channel.md), [chat](../resources/chat.md), [chatMessage](../resources/chatmessage.md) | [create channel](../api/channel-post.md), [list channel](../api/channel-list.md), [send chatMessage](../api/chatmessage-post.md) |
+| Create and receive calls, call records or retrieve meeting coordinates | [call](../resources/call.md), [callRecords](../resources/callrecords-api-overview.md) | [answer](../api/call-answer.md), [invite participants](../api/participant-invite.md) |
+| Connect bots to calls and implement interactive voice response (IVR) | [IVR scenarios](../resources/calls-api-ivr-overview.md) | |
+| Create and retrieve online meetings or check users presence and activity | [onlineMeetings](../resources/onlinemeeting.md), [presence](../resources/presence.md) | [create onlineMeetings](../api/application-post-onlinemeetings.md), [meetingAttendanceReport](../resources/meetingattendancereport.md)
+| Create and manage workforce integration with shifts, schedules, time cards or time off in your organization | [workforceIntegration](../resources/workforceintegration.md), [schedule](../resources/schedule.md), [shift](../resources/shift.md), [timeOff](../resources/timeoff.md), [timeOffReason](../resources/timeoffreason.md) | [create workforceIntegration](../api/workforceintegration-post.md), [create schedule](../api/schedule-post-schedulinggroups.md), [create shift](../api/schedule-post-shifts.md), [create timeOff](../api/schedule-post-timesoff.md) |
## Microsoft Teams limits
The following are the differences at the API level between teams and groups:
- Persistent chat is available only to Microsoft Teams. This feature is hierarchically represented by the [channel](../resources/channel.md) and [chatMessage](../resources/chatmessage.md) resources. - Group conversations are available only to Microsoft 365 groups. This feature is hierarchically represented by the [conversation](../resources/conversation.md), [conversationThread](../resources/conversationthread.md), and [post](../resources/post.md) resources. - The [List joined teams](../api/user-list-joinedteams.md) method applies only to Microsoft Teams.-- [Calling and online meeting APIs](./communications-api-overview.md) apply only to Microsoft Teams.
+- [Calling](../resources/call.md) and [online meeting](../resources/onlinemeeting.md) APIs apply only to Microsoft Teams.
- See also the [known issues](/graph/known-issues) for these APIs. >**Note:** If you use the groups API in a [Microsoft Teams app](/microsoftteams/platform/#apps-in-microsoft-teams) rather than in a standalone app - for example as part of a tab or bot running in Microsoft Teams - follow the guidance in the article [Using Microsoft Graph in your Microsoft Teams pages](/microsoftteams/platform/resources/microsoft-graph).
Apps that don't follow these polling requirements will be considered in violatio
or the suspension or termination of your use of the Microsoft APIs. ## What's new
-Find out about the [latest new features and updates](/graph/whats-new-overview) for this API set.
+Find out about the [latest new features and updates](/graph/whats-new-overview) for these API sets.
## See also -- [Microsoft Teams API overview](/graph/teams-concept-overview)-- Sample code: [Contoso Airlines](https://github.com/microsoftgraph/contoso-airlines-teams-sample), [C# mini-samples](https://github.com/microsoftgraph/csharp-teams-sample-graph)
+- [Overview for using Microsoft Teams, Shifts, and Viva Learning to foster teamwork](/graph/teams-concept-overview)
+- Sample code: [Contoso Airlines](https://github.com/microsoftgraph/contoso-airlines-teams-sample), [C# mini-samples](https://github.com/microsoftgraph/csharp-teams-sample-graph)
v1.0 Termstore Group https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/termstore-group.md
- Title: Group resource type+
+ Title: "Group resource type"
doc_type: "resourcePageType" description: "Represents a group used in a term store." ms.localizationpriority: medium
Inherits from [entity](../resources/entity.md).
|:|:-|: | createdDateTime | DateTimeOffset | Date and time of the group creation. Read-only. | | description | string | Description that gives details on the term usage. |
-| id | string | Unique identifier of the group. Read-Only. |
| displayName | string | Name of the group. |
-| scope | string | Returns the type of the group. Possible values are `global`, `system`, and `siteCollection`. |
+| id | string | Unique identifier of the group. Read-Only. |
| parentSiteId | string | ID of the parent site of this group. |
+| scope | string | Returns the type of the group. Possible values are: `global`, `system`, and `siteCollection`. |
## Relationships | Relationship | Type | Description |
The following is a JSON representation of a **group** resource.
```json { "@odata.type": "#microsoft.graph.termStore.group",
- "id": "string",
"createdDateTime": "string (timestamp)", "description": "string",
- "scope" : "microsoft.graph.termStore.groupScope",
"displayName": "string",
- "parentSiteId" : "string"
+ "id": "string",
+ "parentSiteId" : "string",
+ "scope" : "microsoft.graph.termStore.groupScope"
} ```
v1.0 Timeconstraint https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/timeconstraint.md
Title: "timeConstraint resource type" description: "Restricts meeting time suggestions to certain hours and days of the week according to the specified nature of activity and open time slots." ms.localizationpriority: medium-+ ms.prod: "" doc_type: resourcePageType
v1.0 User https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/user.md
This resource supports:
|refreshTokensValidFromDateTime|DateTimeOffset|Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. <br><br>Returned only on `$select`. Read-only. | |responsibilities|String collection|A list for the user to enumerate their responsibilities. <br><br>Returned only on `$select`.| |schools|String collection|A list for the user to enumerate the schools they have attended. <br><br>Returned only on `$select`.|
+|securityIdentifier| String | Security identifier (SID) of the user, used in Windows scenarios. <br><br>Read-only. Returned by default. <br>Supports `$select` and `$filter` (`eq`, `not`, `ge`, `le`, `startsWith`). |
|showInAddressList|Boolean|**Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead.** Represents whether the user should be included in the Outlook global address list. See [Known issue](/graph/known-issues#showinaddresslist-property-is-out-of-sync-with-microsoft-exchange).| |skills|String collection|A list for the user to enumerate their skills. <br><br>Returned only on `$select`.| |signInSessionsValidFromDateTime|DateTimeOffset| Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use [revokeSignInSessions](../api/user-revokesigninsessions.md) to reset. <br><br>Returned only on `$select`.|
The following is a JSON representation of the resource.
"proxyAddresses": ["String"], "responsibilities": ["String"], "schools": ["String"],
+ "securityIdentifier": "String",
"showInAddressList": true, "signInSessionsValidFromDateTime": "String (timestamp)", "skills": ["String"],
v1.0 Toc.Yml https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/toc.yml a/api-reference/v1.0/toc.yml
items:
- name: Query parameters displayName: OData version 4.01, OData query parameters items:
- - name: Use query parameters
- displayName: OData query parameters, OData
- href: /graph/query-parameters?context=graph/api/1.0
- - name: Use $filter
- displayName: OData query parameters, OData
- href: /graph/filter-query-parameter?context=graph/api/1.0
- - name: Use $search
- displayName: OData query parameters, OData
- href: /graph/search-query-parameter?context=graph/api/1.0
- - name: Advanced query capabilities
- displayName: OData query parameters, OData
- href: /graph/aad-advanced-queries?context=graph/api/1.0
- - name: Optimize requests with query parameters
- displayName: OData query parameters, OData
- href: /learn/modules/optimize-data-usage
+ - name: Use query parameters
+ displayName: OData query parameters, OData
+ href: /graph/query-parameters?context=graph/api/1.0
+ - name: Use $filter
+ displayName: OData query parameters, OData
+ href: /graph/filter-query-parameter?context=graph/api/1.0
+ - name: Use $search
+ displayName: OData query parameters, OData
+ href: /graph/search-query-parameter?context=graph/api/1.0
+ - name: Advanced query capabilities
+ displayName: OData query parameters, OData
+ href: /graph/aad-advanced-queries?context=graph/api/1.0
+ - name: Optimize requests with query parameters
+ displayName: OData query parameters, OData
+ href: /learn/modules/optimize-data-usage
- name: Batching href: /graph/json-batching?context=graph/api/1.0 displayName: Batch request - name: Throttling items:
- - name: Overview
- href: /graph/throttling?context=graph/api/1.0
- displayName: throttling
- - name: Service-specific limits
- href: /graph/throttling-limits?context=graph/api/1.0
- displayName: throttling
- - name: Optimize network traffic
- href: /learn/modules/optimize-network-traffic
- displayName: throttling
+ - name: Overview
+ href: /graph/throttling?context=graph/api/1.0
+ displayName: throttling
+ - name: Service-specific limits
+ href: /graph/throttling-limits?context=graph/api/1.0
+ displayName: throttling
+ - name: Optimize network traffic
+ href: /learn/modules/optimize-network-traffic
+ displayName: throttling
- name: Change notifications items: - name: Overview
items:
href: /graph/universal-print-webhook-notifications?context=graph/api/1.0 - name: Change notifications for Microsoft Teams resources items:
- - name: Notification types and payloads
- href: /graph/teams-change-notification-in-microsoft-teams-overview?context=graph/api/1.0
- displayName: change notifications, Teams, Microsoft Teams
- - name: Teams and channels
- href: /graph/teams-changenotifications-team-and-channel?context=graph/api/1.0
- - name: Team and channel membership
- href: /graph/teams-changenotifications-teamMembership?context=graph/api/1.0
- - name: Chat and channel messages
- href: /graph/teams-changenotifications-chatmessage?context=graph/api/1.0
- - name: Chat
- href: /graph/teams-changenotifications-chat?context=graph/api/1.0
- - name: Chat membership
- href: /graph/teams-changenotifications-chatMembership?context=graph/api/1.0
+ - name: Notification types and payloads
+ href: /graph/teams-change-notification-in-microsoft-teams-overview?context=graph/api/1.0
+ displayName: change notifications, Teams, Microsoft Teams
+ - name: Teams and channels
+ href: /graph/teams-changenotifications-team-and-channel?context=graph/api/1.0
+ - name: Team and channel membership
+ href: /graph/teams-changenotifications-teamMembership?context=graph/api/1.0
+ - name: Chat and channel messages
+ href: /graph/teams-changenotifications-chatmessage?context=graph/api/1.0
+ - name: Chat
+ href: /graph/teams-changenotifications-chat?context=graph/api/1.0
+ - name: Chat membership
+ href: /graph/teams-changenotifications-chatMembership?context=graph/api/1.0
- name: Change notifications for Outlook resources href: /graph/outlook-change-notifications-overview?context=graph/api/1.0 - name: Change tracking
items:
href: /graph/migrate-azure-ad-graph-configure-permissions?context=graph/api/1.0 - name: Exchange Web Services items:
- - name: Migrate EWS apps
- href: /graph/migrate-exchange-web-services-overview?context=graph/api/1.0
- displayName: Migration, Exchange Web Services, EWS, migrate
- - name: Authentication
- href: /graph/migrate-exchange-web-services-authentication?context=graph/api/1.0
- - name: API mapping
- href: /graph/migrate-exchange-web-services-api-mapping?context=graph/api/1.0
+ - name: Migrate EWS apps
+ href: /graph/migrate-exchange-web-services-overview?context=graph/api/1.0
+ displayName: Migration, Exchange Web Services, EWS, migrate
+ - name: Authentication
+ href: /graph/migrate-exchange-web-services-authentication?context=graph/api/1.0
+ - name: API mapping
+ href: /graph/migrate-exchange-web-services-api-mapping?context=graph/api/1.0
- name: Use SDKs items: - name: Overview
items:
href: /graph/sdks/use-beta?context=graph/api/1.0 - name: Use PowerShell items:
- - name: PowerShell overview
- href: /powershell/microsoftgraph/overview?toc=/graph/toc.json
- - name: Install PowerShell SDK
- href: /powershell/microsoftgraph/installation?toc=/graph/toc.json
- - name: Get started
- href: /powershell/microsoftgraph/get-started?toc=/graph/toc.json
- - name: Navigate the PowerShell SDK
- href: /powershell/microsoftgraph/navigating?toc=/graph/toc.json
- - name: App-only authentication
- href: /powershell/microsoftgraph/app-only?toc=/graph/toc.json
+ - name: PowerShell overview
+ href: /powershell/microsoftgraph/overview?toc=/graph/toc.json
+ - name: Install PowerShell SDK
+ href: /powershell/microsoftgraph/installation?toc=/graph/toc.json
+ - name: Get started
+ href: /powershell/microsoftgraph/get-started?toc=/graph/toc.json
+ - name: Navigate the PowerShell SDK
+ href: /powershell/microsoftgraph/navigating?toc=/graph/toc.json
+ - name: App-only authentication
+ href: /powershell/microsoftgraph/app-only?toc=/graph/toc.json
- name: Use the toolkit items: - name: Overview
items:
displayName: Microsoft Graph Toolkit, toolkit - name: Get started items:
- - name: Get started
- href: /graph/toolkit/get-started/overview?context=graph/api/1.0
- displayName: Microsoft Graph Toolkit, toolkit
- - name: Toolkit for React
- href: /graph/toolkit/get-started/mgt-react?context=graph/api/1.0
- - name: Toolkit for SPFx
- href: /graph/toolkit/get-started/mgt-spfx?context=graph/api/1.0
+ - name: Get started
+ href: /graph/toolkit/get-started/overview?context=graph/api/1.0
+ displayName: Microsoft Graph Toolkit, toolkit
+ - name: Toolkit for React
+ href: /graph/toolkit/get-started/mgt-react?context=graph/api/1.0
+ - name: Toolkit for SPFx
+ href: /graph/toolkit/get-started/mgt-spfx?context=graph/api/1.0
- name: Build your first app items:
- - name: Register an Azure AD app
- href: /graph/toolkit/get-started/add-aad-app-registration?context=graph/api/1.0
- - name: Build a web app (JavaScript)
- href: /graph/toolkit/get-started/build-a-web-app?context=graph/api/1.0
- - name: Build a web app (React)
- href: /graph/toolkit/get-started/use-toolkit-with-react?context=graph/api/1.0
- - name: Build a web app (Angular)
- href: /graph/toolkit/get-started/use-toolkit-with-angular?context=graph/api/1.0
- - name: Build a SharePoint web part
- href: /graph/toolkit/get-started/build-a-sharepoint-web-part?context=graph/api/1.0
- - name: Build a Teams tab
- href: /graph/toolkit/get-started/build-a-microsoft-teams-tab?context=graph/api/1.0
- - name: Build a Teams tab with SSO
- href: /graph/toolkit/get-started/build-a-microsoft-teams-sso-tab?context=graph/api/1.0
- - name: Build an Electron app
- href: /graph/toolkit/get-started/build-an-electron-app?context=graph/api/1.0
+ - name: Register an Azure AD app
+ href: /graph/toolkit/get-started/add-aad-app-registration?context=graph/api/1.0
+ - name: Build a web app (JavaScript)
+ href: /graph/toolkit/get-started/build-a-web-app?context=graph/api/1.0
+ - name: Build a web app (React)
+ href: /graph/toolkit/get-started/use-toolkit-with-react?context=graph/api/1.0
+ - name: Build a web app (Angular)
+ href: /graph/toolkit/get-started/use-toolkit-with-angular?context=graph/api/1.0
+ - name: Build a SharePoint web part
+ href: /graph/toolkit/get-started/build-a-sharepoint-web-part?context=graph/api/1.0
+ - name: Build a Teams tab
+ href: /graph/toolkit/get-started/build-a-microsoft-teams-tab?context=graph/api/1.0
+ - name: Build a Teams tab with SSO
+ href: /graph/toolkit/get-started/build-a-microsoft-teams-sso-tab?context=graph/api/1.0
+ - name: Build an Electron app
+ href: /graph/toolkit/get-started/build-an-electron-app?context=graph/api/1.0
- name: Providers items:
- - name: Using the providers
- href: /graph/toolkit/providers/providers?context=graph/api/1.0
- displayName: Microsoft Graph Toolkit providers, toolkit provider
- - name: MSAL provider
- href: /graph/toolkit/providers/msal?context=graph/api/1.0
- - name: MSAL2 provider
- href: /graph/toolkit/providers/msal2?context=graph/api/1.0
- - name: SharePoint provider
- href: /graph/toolkit/providers/sharepoint?context=graph/api/1.0
- - name: Teams provider
- href: /graph/toolkit/providers/teams?context=graph/api/1.0
- - name: Teams MSAL2 provider
- href: /graph/toolkit/providers/teams-msal2?context=graph/api/1.0
- - name: TeamsFx provider
- href: /graph/toolkit/providers/teamsfx?context=graph/api/1.0
- - name: Electron provider
- href: /graph/toolkit/providers/electron?context=graph/api/1.0
- - name: Proxy provider
- href: /graph/toolkit/providers/proxy?context=graph/api/1.0
- - name: Custom provider
- href: /graph/toolkit/providers/custom?context=graph/api/1.0
+ - name: Using the providers
+ href: /graph/toolkit/providers/providers?context=graph/api/1.0
+ displayName: Microsoft Graph Toolkit providers, toolkit provider
+ - name: MSAL provider
+ href: /graph/toolkit/providers/msal?context=graph/api/1.0
+ - name: MSAL2 provider
+ href: /graph/toolkit/providers/msal2?context=graph/api/1.0
+ - name: SharePoint provider
+ href: /graph/toolkit/providers/sharepoint?context=graph/api/1.0
+ - name: Teams provider
+ href: /graph/toolkit/providers/teams?context=graph/api/1.0
+ - name: Teams MSAL2 provider
+ href: /graph/toolkit/providers/teams-msal2?context=graph/api/1.0
+ - name: TeamsFx provider
+ href: /graph/toolkit/providers/teamsfx?context=graph/api/1.0
+ - name: Electron provider
+ href: /graph/toolkit/providers/electron?context=graph/api/1.0
+ - name: Proxy provider
+ href: /graph/toolkit/providers/proxy?context=graph/api/1.0
+ - name: Custom provider
+ href: /graph/toolkit/providers/custom?context=graph/api/1.0
- name: Components items:
- - name: Login
- href: /graph/toolkit/components/login?context=graph/api/1.0
- displayName: Microsoft Graph toolkit components, toolkit component
- - name: Get
- href: /graph/toolkit/components/get?context=graph/api/1.0
- - name: Person
- href: /graph/toolkit/components/person?context=graph/api/1.0
- - name: People
- href: /graph/toolkit/components/people?context=graph/api/1.0
- - name: Person card
- href: /graph/toolkit/components/person-card?context=graph/api/1.0
- - name: People picker
- href: /graph/toolkit/components/people-picker?context=graph/api/1.0
- - name: Teams channel picker
- href: /graph/toolkit/components/teams-channel-picker?context=graph/api/1.0
- - name: Agenda
- href: /graph/toolkit/components/agenda?context=graph/api/1.0
- - name: Planner tasks
- href: /graph/toolkit/components/tasks?context=graph/api/1.0
- - name: To-do tasks
- href: /graph/toolkit/components/todo?context=graph/api/1.0
- - name: File
- href: /graph/toolkit/components/file?context=graph/api/1.0
- - name: File list
- href: /graph/toolkit/components/file-list?context=graph/api/1.0
+ - name: Login
+ href: /graph/toolkit/components/login?context=graph/api/1.0
+ displayName: Microsoft Graph toolkit components, toolkit component
+ - name: Get
+ href: /graph/toolkit/components/get?context=graph/api/1.0
+ - name: Person
+ href: /graph/toolkit/components/person?context=graph/api/1.0
+ - name: People
+ href: /graph/toolkit/components/people?context=graph/api/1.0
+ - name: Person card
+ href: /graph/toolkit/components/person-card?context=graph/api/1.0
+ - name: People picker
+ href: /graph/toolkit/components/people-picker?context=graph/api/1.0
+ - name: Teams channel picker
+ href: /graph/toolkit/components/teams-channel-picker?context=graph/api/1.0
+ - name: Agenda
+ href: /graph/toolkit/components/agenda?context=graph/api/1.0
+ - name: Planner tasks
+ href: /graph/toolkit/components/tasks?context=graph/api/1.0
+ - name: To-do tasks
+ href: /graph/toolkit/components/todo?context=graph/api/1.0
+ - name: File
+ href: /graph/toolkit/components/file?context=graph/api/1.0
+ - name: File list
+ href: /graph/toolkit/components/file-list?context=graph/api/1.0
- name: Customize components items:
- - name: Styling components
- href: /graph/toolkit/customize-components/style?context=graph/api/1.0
- - name: Templating components
- href: /graph/toolkit/customize-components/templates?context=graph/api/1.0
- - name: Handling events
- href: /graph/toolkit/customize-components/events?context=graph/api/1.0
- - name: Caching Microsoft Graph calls in components
- href: /graph/toolkit/customize-components/cache?context=graph/api/1.0
- - name: Localizing components
- href: /graph/toolkit/customize-components/localization?context=graph/api/1.0
- - name: Right-to-left support
- href: /graph/toolkit/customize-components/right-to-left?context=graph/api/1.0
+ - name: Styling components
+ href: /graph/toolkit/customize-components/style?context=graph/api/1.0
+ - name: Templating components
+ href: /graph/toolkit/customize-components/templates?context=graph/api/1.0
+ - name: Handling events
+ href: /graph/toolkit/customize-components/events?context=graph/api/1.0
+ - name: Caching Microsoft Graph calls in components
+ href: /graph/toolkit/customize-components/cache?context=graph/api/1.0
+ - name: Localizing components
+ href: /graph/toolkit/customize-components/localization?context=graph/api/1.0
+ - name: Right-to-left support
+ href: /graph/toolkit/customize-components/right-to-left?context=graph/api/1.0
- name: Resources items: - name: Best practices
items:
- name: Permission grant condition sets href: resources/permissiongrantconditionset.md items:
- - name: List includes
- href: api/permissiongrantpolicy-list-includes.md
- - name: Create in includes
- href: api/permissiongrantpolicy-post-includes.md
- - name: Delete from includes
- href: api/permissiongrantpolicy-delete-includes.md
- - name: List excludes
- href: api/permissiongrantpolicy-list-excludes.md
- - name: Create in excludes
- href: api/permissiongrantpolicy-post-excludes.md
- - name: Delete from excludes
- href: api/permissiongrantpolicy-delete-excludes.md
+ - name: List includes
+ href: api/permissiongrantpolicy-list-includes.md
+ - name: Create in includes
+ href: api/permissiongrantpolicy-post-includes.md
+ - name: Delete from includes
+ href: api/permissiongrantpolicy-delete-includes.md
+ - name: List excludes
+ href: api/permissiongrantpolicy-list-excludes.md
+ - name: Create in excludes
+ href: api/permissiongrantpolicy-post-excludes.md
+ - name: Delete from excludes
+ href: api/permissiongrantpolicy-delete-excludes.md
- name: Token issuance policy href: resources/tokenissuancepolicy.md items:
items:
href: api/subscription-update.md - name: Delete subscription href: api/subscription-delete.md
- - name: Cloud communications
- displayName: Cloud communications
- items:
- - name: Overview
- href: resources/communications-api-overview.md
- - name: Calls
- items:
- - name: Call
- href: resources/call.md
- - name: Create
- href: api/application-post-calls.md
- - name: Get
- href: api/call-get.md
- - name: Delete/hang up
- href: api/call-delete.md
- - name: Answer
- href: api/call-answer.md
- - name: Reject
- href: api/call-reject.md
- - name: Redirect
- href: api/call-redirect.md
- - name: Transfer
- href: api/call-transfer.md
- - name: Keep alive
- href: api/call-keepalive.md
- - name: IVR scenarios
- href: resources/calls-api-ivr-overview.md
- items:
- - name: Play prompt
- href: api/call-playprompt.md
- - name: Record response
- href: api/call-record.md
- - name: Cancel media processing
- href: api/call-cancelmediaprocessing.md
- - name: Subscribe to tone
- href: api/call-subscribetotone.md
- - name: Participant
- href: resources/participant.md
- items:
- - name: List
- href: api/call-list-participants.md
- - name: Get
- href: api/participant-get.md
- - name: Delete
- href: api/participant-delete.md
- - name: Mute participant
- href: api/participant-mute.md
- - name: Invite participants
- href: api/participant-invite.md
- - name: Start hold music
- href: api/participant-startholdmusic.md
- - name: Stop hold music
- href: api/participant-stopholdmusic.md
- - name: Change screen sharing role
- href: api/call-changescreensharingrole.md
- - name: Unmute application
- href: api/call-unmute.md
- - name: Mute application
- href: api/call-mute.md
- - name: Update recording status
- href: api/call-updaterecordingstatus.md
- - name: Log teleconference device quality data
- href: api/call-logteleconferencedevicequality.md
- - name: Call records
- items:
- - name: Overview
- href: resources/callrecords-api-overview.md
- - name: Call record
- items:
- - name: Call record
- href: resources/callrecords-callrecord.md
- - name: Get call record
- href: api/callrecords-callrecord-get.md
- - name: Session
- items:
- - name: Session
- href: resources/callrecords-session.md
- - name: List sessions
- href: api/callrecords-session-list.md
- - name: PSTN calls
- items:
- - name: PSTN log row
- href: resources/callrecords-pstncalllogrow.md
- - name: List PSTN calls
- href: api/callrecords-callrecord-getpstncalls.md
- - name: Direct routing calls
- items:
- - name: Direct routing log row
- href: resources/callrecords-directroutinglogrow.md
- - name: List direct routing calls
- href: api/callrecords-callrecord-getdirectroutingcalls.md
- - name: Online meetings
- items:
- - name: Online meeting
- href: resources/onlinemeeting.md
- items:
- - name: Create
- href: api/application-post-onlinemeetings.md
- - name: Get
- href: api/onlinemeeting-get.md
- - name: Update
- href: api/onlinemeeting-update.md
- - name: Delete
- href: api/onlinemeeting-delete.md
- - name: Create or get
- href: api/onlinemeeting-createorget.md
- - name: Attendance report
- href: resources/meetingAttendanceReport.md
- items:
- - name: List
- href: api/meetingattendancereport-list.md
- - name: Get
- href: api/meetingattendancereport-get.md
- - name: Attendance record
- href: resources/attendancerecord.md
- items:
- - name: List
- href: api/attendancerecord-list.md
- - name: Presence
- href: resources/presence.md
- items:
- - name: Get presence
- href: api/presence-get.md
- - name: Get presence for multiple users
- href: api/cloudcommunications-getpresencesbyuserid.md
- - name: Set presence
- href: api/presence-setpresence.md
- - name: Clear presence
- href: api/presence-clearpresence.md
- name: Compliance displayName: Compliance API, Microsoft Graph Compliance API items:
items:
- name: Print operation href: resources/printoperation.md items:
- - name: Get
- href: api/printoperation-get.md
+ - name: Get
+ href: api/printoperation-get.md
- name: Printer href: resources/printer.md items:
items:
href: resources/intune-deviceconfig-applicationguardblockclipboardsharingtype.md - name: Application guard block file transfer type href: resources/intune-deviceconfig-applicationguardblockfiletransfertype.md
+ - name: Auto restart notification dismissal method
+ href: resources/intune-deviceconfig-autorestartnotificationdismissalmethod.md
- name: Automatic update mode href: resources/intune-deviceconfig-automaticupdatemode.md - name: BitLocker encryption method
items:
href: api/intune-deviceconfig-editionupgradeconfiguration-update.md - name: Edition upgrade license type href: resources/intune-deviceconfig-editionupgradelicensetype.md
+ - name: Enablement
+ href: resources/intune-deviceconfig-enablement.md
- name: Firewall certificate revocation list check method type href: resources/intune-deviceconfig-firewallcertificaterevocationlistcheckmethodtype.md - name: Firewall packet queueing method type
items:
href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-delete.md - name: Update href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update.md
+ - name: Windows update for business update weeks
+ href: resources/intune-deviceconfig-windowsupdateforbusinessupdateweeks.md
- name: Windows update install schedule type href: resources/intune-deviceconfig-windowsupdateinstallscheduletype.md
+ - name: Windows update notification display option
+ href: resources/intune-deviceconfig-windowsupdatenotificationdisplayoption.md
- name: Windows update scheduled install href: resources/intune-deviceconfig-windowsupdatescheduledinstall.md - name: Windows update type
items:
href: api/intune-devices-detectedapp-delete.md - name: Update href: api/intune-devices-detectedapp-update.md
+ - name: Detected app platform type
+ href: resources/intune-devices-detectedappplatformtype.md
- name: Device action result href: resources/intune-devices-deviceactionresult.md - name: Device category
items:
- name: Schedule requests href: resources/unifiedroleassignmentschedulerequest.md items:
- - name: List
- href: api/rbacapplication-list-roleassignmentschedulerequests.md
- - name: Create
- href: api/rbacapplication-post-roleassignmentschedulerequests.md
- - name: Get
- href: api/unifiedroleassignmentschedulerequest-get.md
- - name: Cancel
- href: api/unifiedroleassignmentschedulerequest-cancel.md
- - name: Filter by current user
- href: api/unifiedroleassignmentschedulerequest-filterbycurrentuser.md
+ - name: List
+ href: api/rbacapplication-list-roleassignmentschedulerequests.md
+ - name: Create
+ href: api/rbacapplication-post-roleassignmentschedulerequests.md
+ - name: Get
+ href: api/unifiedroleassignmentschedulerequest-get.md
+ - name: Cancel
+ href: api/unifiedroleassignmentschedulerequest-cancel.md
+ - name: Filter by current user
+ href: api/unifiedroleassignmentschedulerequest-filterbycurrentuser.md
- name: Schedules href: resources/unifiedroleassignmentschedule.md items:
- - name: List
- href: api/rbacapplication-list-roleassignmentschedules.md
- - name: Get
- href: api/unifiedroleassignmentschedule-get.md
- - name: Filter by current user
- href: api/unifiedroleassignmentschedule-filterbycurrentuser.md
+ - name: List
+ href: api/rbacapplication-list-roleassignmentschedules.md
+ - name: Get
+ href: api/unifiedroleassignmentschedule-get.md
+ - name: Filter by current user
+ href: api/unifiedroleassignmentschedule-filterbycurrentuser.md
- name: Schedule instances href: resources/unifiedroleassignmentscheduleinstance.md items:
- - name: List
- href: api/rbacapplication-list-roleassignmentscheduleinstances.md
- - name: Get
- href: api/unifiedroleassignmentscheduleinstance-get.md
- - name: Filter by current user
- href: api/unifiedroleassignmentscheduleinstance-filterbycurrentuser.md
+ - name: List
+ href: api/rbacapplication-list-roleassignmentscheduleinstances.md
+ - name: Get
+ href: api/unifiedroleassignmentscheduleinstance-get.md
+ - name: Filter by current user
+ href: api/unifiedroleassignmentscheduleinstance-filterbycurrentuser.md
- name: Role eligibility items: - name: Schedule requests href: resources/unifiedroleeligibilityschedulerequest.md items:
- - name: List
- href: api/rbacapplication-list-roleeligibilityschedulerequests.md
- - name: Create
- href: api/rbacapplication-post-roleeligibilityschedulerequests.md
- - name: Get
- href: api/unifiedroleeligibilityschedulerequest-get.md
- - name: Cancel
- href: api/unifiedroleeligibilityschedulerequest-cancel.md
- - name: Filter by current user
- href: api/unifiedroleeligibilityschedulerequest-filterbycurrentuser.md
+ - name: List
+ href: api/rbacapplication-list-roleeligibilityschedulerequests.md
+ - name: Create
+ href: api/rbacapplication-post-roleeligibilityschedulerequests.md
+ - name: Get
+ href: api/unifiedroleeligibilityschedulerequest-get.md
+ - name: Cancel
+ href: api/unifiedroleeligibilityschedulerequest-cancel.md
+ - name: Filter by current user
+ href: api/unifiedroleeligibilityschedulerequest-filterbycurrentuser.md
- name: Schedules href: resources/unifiedroleeligibilityschedule.md items:
- - name: List
- href: api/rbacapplication-list-roleeligibilityschedules.md
- - name: Get
- href: api/unifiedroleeligibilityschedule-get.md
- - name: Filter by current user
- href: api/unifiedroleeligibilityschedule-filterbycurrentuser.md
+ - name: List
+ href: api/rbacapplication-list-roleeligibilityschedules.md
+ - name: Get
+ href: api/unifiedroleeligibilityschedule-get.md
+ - name: Filter by current user
+ href: api/unifiedroleeligibilityschedule-filterbycurrentuser.md
- name: Schedule instances href: resources/unifiedroleeligibilityscheduleinstance.md items:
- - name: List
- href: api/rbacapplication-list-roleeligibilityscheduleinstances.md
- - name: Get
- href: api/unifiedroleeligibilityscheduleinstance-get.md
- - name: Filter by current user
- href: api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser.md
+ - name: List
+ href: api/rbacapplication-list-roleeligibilityscheduleinstances.md
+ - name: Get
+ href: api/unifiedroleeligibilityscheduleinstance-get.md
+ - name: Filter by current user
+ href: api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser.md
- name: Role management policies items: - name: Policies and rules
items:
- name: Risk detection href: resources/riskdetection.md items:
- - name: List
- href: api/riskdetection-list.md
- - name: Get
- href: api/riskdetection-get.md
+ - name: List
+ href: api/riskdetection-list.md
+ - name: Get
+ href: api/riskdetection-get.md
- name: Risky user href: resources/riskyuser.md items:
items:
href: api/authorizationpolicy-get.md - name: Update href: api/authorizationpolicy-update.md
- - name: Consent requests
- href: resources/consentrequests-overview.md
- items:
- - name: Admin consent request policy
- href: resources/adminconsentrequestpolicy.md
- items:
- - name: Get
- href: api/adminconsentrequestpolicy-get.md
- - name: Update
- href: api/adminconsentrequestpolicy-update.md
- - name: App consent requests
- href: resources/appconsentrequest.md
- items:
- - name: List
- href: api/appconsentapprovalroute-list-appconsentrequests.md
- - name: Get
- href: api/appconsentrequest-get.md
- - name: Filter by current user
- href: api/appconsentrequest-filterByCurrentUser.md
- - name: User consent requests
- href: resources/userconsentrequest.md
- items:
- - name: List
- href: api/appconsentrequest-list-userconsentrequests.md
- - name: Get
- href: api/userconsentrequest-get.md
- - name: Filter by current user
- href: api/userconsentrequest-filterByCurrentUser.md
- name: Claims mapping policy href: resources/claimsmappingpolicy.md items:
items:
items: - name: Self-service sign up user flows items:
- - name: Self-service sign up user flow
- href: resources/b2xidentityuserflow.md
- - name: List
- href: api/identitycontainer-list-b2xuserflows.md
- - name: Create
- href: api/identitycontainer-post-b2xuserflows.md
- - name: Get
- href: api/b2xidentityuserflow-get.md
- - name: Delete
- href: api/b2xidentityuserflow-delete.md
- - name: List identity providers
- href: api/b2xidentityuserflow-list-identityproviders.md
- - name: Add identity provider
- href: api/b2xidentityuserflow-post-identityproviders.md
- - name: Remove identity provider
- href: api/b2xidentityuserflow-delete-identityproviders.md
- - name: List user attribute assignments
- href: api/b2xidentityuserflow-list-userattributeassignments.md
- - name: Create user attribute assignment
- href: api/b2xidentityuserflow-post-userattributeassignments.md
- - name: List languages
- href: api/b2xidentityuserflow-list-languages.md
- - name: Get API connectors configuration
- href: api/b2xidentityuserflow-get-apiConnectorConfiguration.md
- - name: Configure an API connector
- href: api/b2xidentityuserflow-put-apiConnectorConfiguration.md
+ - name: Self-service sign up user flow
+ href: resources/b2xidentityuserflow.md
+ - name: List
+ href: api/identitycontainer-list-b2xuserflows.md
+ - name: Create
+ href: api/identitycontainer-post-b2xuserflows.md
+ - name: Get
+ href: api/b2xidentityuserflow-get.md
+ - name: Delete
+ href: api/b2xidentityuserflow-delete.md
+ - name: List identity providers
+ href: api/b2xidentityuserflow-list-identityproviders.md
+ - name: Add identity provider
+ href: api/b2xidentityuserflow-post-identityproviders.md
+ - name: Remove identity provider
+ href: api/b2xidentityuserflow-delete-identityproviders.md
+ - name: List user attribute assignments
+ href: api/b2xidentityuserflow-list-userattributeassignments.md
+ - name: Create user attribute assignment
+ href: api/b2xidentityuserflow-post-userattributeassignments.md
+ - name: List languages
+ href: api/b2xidentityuserflow-list-languages.md
+ - name: Get API connectors configuration
+ href: api/b2xidentityuserflow-get-apiConnectorConfiguration.md
+ - name: Configure an API connector
+ href: api/b2xidentityuserflow-put-apiConnectorConfiguration.md
- name: User flow attributes items:
- - name: User flow attribute
- href: resources/identityuserflowattribute.md
- - name: List
- href: api/identityuserflowattribute-list.md
- - name: Create
- href: api/identityuserflowattribute-post.md
- - name: Get
- href: api/identityuserflowattribute-get.md
- - name: Update
- href: api/identityuserflowattribute-update.md
- - name: Delete
- href: api/identityuserflowattribute-delete.md
+ - name: User flow attribute
+ href: resources/identityuserflowattribute.md
+ - name: List
+ href: api/identityuserflowattribute-list.md
+ - name: Create
+ href: api/identityuserflowattribute-post.md
+ - name: Get
+ href: api/identityuserflowattribute-get.md
+ - name: Update
+ href: api/identityuserflowattribute-update.md
+ - name: Delete
+ href: api/identityuserflowattribute-delete.md
- name: User flow attribute assignment items:
- - name: User flow attribute assignment
- href: resources/identityuserflowattributeassignment.md
- - name: Get
- href: api/identityuserflowattributeassignment-get.md
- - name: Update
- href: api/identityuserflowattributeassignment-update.md
- - name: Delete
- href: api/identityuserflowattributeassignment-delete.md
+ - name: User flow attribute assignment
+ href: resources/identityuserflowattributeassignment.md
+ - name: Get
+ href: api/identityuserflowattributeassignment-get.md
+ - name: Update
+ href: api/identityuserflowattributeassignment-update.md
+ - name: Delete
+ href: api/identityuserflowattributeassignment-delete.md
- name: User flow language configuration items:
- - name: User flow language configuration
- href: resources/userflowlanguageconfiguration.md
- - name: Get
- href: api/userflowlanguageconfiguration-get.md
- - name: List default pages
- href: api/userflowlanguageconfiguration-list-defaultpages.md
- - name: List overrides pages
- href: api/userflowlanguageconfiguration-list-overridespages.md
- - name: User flow language page
- href: resources/userflowlanguagepage.md
- - name: Get
- href: api/userflowlanguagepage-get.md
- - name: Update
- href: api/userflowlanguagepage-put.md
- - name: Delete
- href: api/userflowlanguagepage-delete.md
+ - name: User flow language configuration
+ href: resources/userflowlanguageconfiguration.md
+ - name: Get
+ href: api/userflowlanguageconfiguration-get.md
+ - name: List default pages
+ href: api/userflowlanguageconfiguration-list-defaultpages.md
+ - name: List overrides pages
+ href: api/userflowlanguageconfiguration-list-overridespages.md
+ - name: User flow language page
+ href: resources/userflowlanguagepage.md
+ - name: Get
+ href: api/userflowlanguagepage-get.md
+ - name: Update
+ href: api/userflowlanguagepage-put.md
+ - name: Delete
+ href: api/userflowlanguagepage-delete.md
- name: API connectors items: - name: API connector
items:
- name: Access review stage href: resources/accessreviewstage.md items:
- - name: List
- href: api/accessreviewinstance-list-stages.md
- - name: Get
- href: api/accessreviewstage-get.md
- - name: Update
- href: api/accessreviewstage-update.md
- - name: Filter by current user
- href: api/accessreviewstage-filterbycurrentuser.md
- - name: Stop
- href: api/accessreviewstage-stop.md
+ - name: List
+ href: api/accessreviewinstance-list-stages.md
+ - name: Get
+ href: api/accessreviewstage-get.md
+ - name: Update
+ href: api/accessreviewstage-update.md
+ - name: Filter by current user
+ href: api/accessreviewstage-filterbycurrentuser.md
+ - name: Stop
+ href: api/accessreviewstage-stop.md
- name: Access review instance decision item displayName: access review decisions href: resources/accessreviewinstancedecisionitem.md
items:
- name: Generate download URI displayName: Downloadable access review history report href: api/accessreviewhistoryinstance-generatedownloaduri.md
+ - name: Consent requests
+ href: resources/consentrequests-overview.md
+ items:
+ - name: Admin consent request policy
+ href: resources/adminconsentrequestpolicy.md
+ items:
+ - name: Get
+ href: api/adminconsentrequestpolicy-get.md
+ - name: Update
+ href: api/adminconsentrequestpolicy-update.md
+ - name: App consent requests
+ href: resources/appconsentrequest.md
+ items:
+ - name: List
+ href: api/appconsentapprovalroute-list-appconsentrequests.md
+ - name: Get
+ href: api/appconsentrequest-get.md
+ - name: Filter by current user
+ href: api/appconsentrequest-filterByCurrentUser.md
+ - name: User consent requests
+ href: resources/userconsentrequest.md
+ items:
+ - name: List
+ href: api/appconsentrequest-list-userconsentrequests.md
+ - name: Get
+ href: api/userconsentrequest-get.md
+ - name: Filter by current user
+ href: api/userconsentrequest-filterByCurrentUser.md
- name: Entitlement management href: resources/entitlementmanagement-overview.md items:
items:
- name: Schedule requests href: resources/unifiedroleassignmentschedulerequest.md items:
- - name: List
- href: api/rbacapplication-list-roleassignmentschedulerequests.md
- - name: Create
- href: api/rbacapplication-post-roleassignmentschedulerequests.md
- - name: Get
- href: api/unifiedroleassignmentschedulerequest-get.md
- - name: Cancel
- href: api/unifiedroleassignmentschedulerequest-cancel.md
- - name: Filter by current user
- href: api/unifiedroleassignmentschedulerequest-filterbycurrentuser.md
+ - name: List
+ href: api/rbacapplication-list-roleassignmentschedulerequests.md
+ - name: Create
+ href: api/rbacapplication-post-roleassignmentschedulerequests.md
+ - name: Get
+ href: api/unifiedroleassignmentschedulerequest-get.md
+ - name: Cancel
+ href: api/unifiedroleassignmentschedulerequest-cancel.md
+ - name: Filter by current user
+ href: api/unifiedroleassignmentschedulerequest-filterbycurrentuser.md
- name: Schedules href: resources/unifiedroleassignmentschedule.md items:
- - name: List
- href: api/rbacapplication-list-roleassignmentschedules.md
- - name: Get
- href: api/unifiedroleassignmentschedule-get.md
- - name: Filter by current user
- href: api/unifiedroleassignmentschedule-filterbycurrentuser.md
+ - name: List
+ href: api/rbacapplication-list-roleassignmentschedules.md
+ - name: Get
+ href: api/unifiedroleassignmentschedule-get.md
+ - name: Filter by current user
+ href: api/unifiedroleassignmentschedule-filterbycurrentuser.md
- name: Schedule instances href: resources/unifiedroleassignmentscheduleinstance.md items:
- - name: List
- href: api/rbacapplication-list-roleassignmentscheduleinstances.md
- - name: Get
- href: api/unifiedroleassignmentscheduleinstance-get.md
- - name: Filter by current user
- href: api/unifiedroleassignmentscheduleinstance-filterbycurrentuser.md
+ - name: List
+ href: api/rbacapplication-list-roleassignmentscheduleinstances.md
+ - name: Get
+ href: api/unifiedroleassignmentscheduleinstance-get.md
+ - name: Filter by current user
+ href: api/unifiedroleassignmentscheduleinstance-filterbycurrentuser.md
- name: Role eligibility items: - name: Schedule requests href: resources/unifiedroleeligibilityschedulerequest.md items:
- - name: List
- href: api/rbacapplication-list-roleeligibilityschedulerequests.md
- - name: Create
- href: api/rbacapplication-post-roleeligibilityschedulerequests.md
- - name: Get
- href: api/unifiedroleeligibilityschedulerequest-get.md
- - name: Cancel
- href: api/unifiedroleeligibilityschedulerequest-cancel.md
- - name: Filter by current user
- href: api/unifiedroleeligibilityschedulerequest-filterbycurrentuser.md
+ - name: List
+ href: api/rbacapplication-list-roleeligibilityschedulerequests.md
+ - name: Create
+ href: api/rbacapplication-post-roleeligibilityschedulerequests.md
+ - name: Get
+ href: api/unifiedroleeligibilityschedulerequest-get.md
+ - name: Cancel
+ href: api/unifiedroleeligibilityschedulerequest-cancel.md
+ - name: Filter by current user
+ href: api/unifiedroleeligibilityschedulerequest-filterbycurrentuser.md
- name: Schedules href: resources/unifiedroleeligibilityschedule.md items:
- - name: List
- href: api/rbacapplication-list-roleeligibilityschedules.md
- - name: Get
- href: api/unifiedroleeligibilityschedule-get.md
- - name: Filter by current user
- href: api/unifiedroleeligibilityschedule-filterbycurrentuser.md
+ - name: List
+ href: api/rbacapplication-list-roleeligibilityschedules.md
+ - name: Get
+ href: api/unifiedroleeligibilityschedule-get.md
+ - name: Filter by current user
+ href: api/unifiedroleeligibilityschedule-filterbycurrentuser.md
- name: Schedule instances href: resources/unifiedroleeligibilityscheduleinstance.md items:
- - name: List
- href: api/rbacapplication-list-roleeligibilityscheduleinstances.md
- - name: Get
- href: api/unifiedroleeligibilityscheduleinstance-get.md
- - name: Filter by current user
- href: api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser.md
+ - name: List
+ href: api/rbacapplication-list-roleeligibilityscheduleinstances.md
+ - name: Get
+ href: api/unifiedroleeligibilityscheduleinstance-get.md
+ - name: Filter by current user
+ href: api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser.md
- name: Role management policies items: - name: Policies and rules
items:
- name: Operation href : resources/security-caseoperation.md items:
- - name: List case operations
- href: api/security-ediscoverycase-list-operations.md
- - name: Get case opreation by id
- href: api/security-caseoperation-get.md
+ - name: List case operations
+ href: api/security-ediscoverycase-list-operations.md
+ - name: Get case opreation by id
+ href: api/security-caseoperation-get.md
- name: Custodian href: resources/security-ediscoverycustodian.md items:
items:
href: api/plannerprogresstaskboardtaskformat-get.md - name: Update progress task board format href: api/plannerprogresstaskboardtaskformat-update.md
- - name: Teamwork
+ - name: Teamwork and communications
displayName: Microsoft Teams items: - name: Overview href: resources/teams-api-overview.md
- - name: Team
- href: resources/team.md
+ - name: Apps
+ items:
+ - name: App
+ items:
+ - name: App in catalog
+ href: resources/teamsapp.md
+ - name: Publish apps to catalog
+ href: api/teamsapp-publish.md
+ - name: List apps in catalog
+ href: api/appcatalogs-list-teamsapps.md
+ - name: Update app in catalog
+ href: api/teamsapp-update.md
+ - name: Delete app from catalog
+ href: api/teamsapp-delete.md
+ - name: App installation
+ items:
+ - name: Installed app
+ href: resources/teamsappinstallation.md
+ - name: App in chat
+ items:
+ - name: List apps in chat
+ href: api/chat-list-installedapps.md
+ - name: Add app in chat
+ href: api/chat-post-installedapps.md
+ - name: Get app installed in chat
+ href: api/chat-get-installedapps.md
+ - name: Upgrade app installed in chat
+ href: api/chat-teamsappinstallation-upgrade.md
+ - name: Remove app from chat
+ href: api/chat-delete-installedapps.md
+ - name: App in team
+ items:
+ - name: List apps in team
+ href: api/team-list-installedapps.md
+ - name: Get app installed in team
+ href: api/team-get-installedapps.md
+ - name: Add app to team
+ href: api/team-post-installedapps.md
+ - name: Upgrade app installed in team
+ href: api/team-teamsappinstallation-upgrade.md
+ - name: Remove app from team
+ href: api/team-delete-installedapps.md
+ - name: App in personal scope of user
+ items:
+ - name: List apps for user
+ href: api/userteamwork-list-installedapps.md
+ - name: Add app for user
+ href: api/userteamwork-post-installedapps.md
+ - name: Get app installed for user
+ href: api/userteamwork-get-installedapps.md
+ - name: Get chat between user and app
+ href: api/userscopeteamsappinstallation-get-chat.md
+ - name: Upgrade installed app for user
+ href: api/userteamwork-teamsappinstallation-upgrade.md
+ - name: Remove app for user
+ href: api/userteamwork-delete-installedapps.md
+ - name: Resource-specific permission grants
+ href: resources/resourcespecificpermissiongrant.md
+ items:
+ - name: List for group
+ href: api/group-list-permissiongrants.md
+ - name: Tab
+ href: resources/teamstab.md
+ items:
+ - name: Tab in channel
+ items:
+ - name: List tabs in channel
+ href: api/channel-list-tabs.md
+ - name: Add tab to channel
+ href: api/channel-post-tabs.md
+ - name: Get tab in channel
+ href: api/channel-get-tabs.md
+ - name: Update tab in channel
+ href: api/channel-patch-tabs.md
+ - name: Remove tab from channel
+ href: api/channel-delete-tabs.md
+ - name: Tab in chat
+ items:
+ - name: List tabs in chat
+ href: api/chat-list-tabs.md
+ - name: Add tab to chat
+ href: api/chat-post-tabs.md
+ - name: Get tab in chat
+ href: api/chat-get-tabs.md
+ - name: Update tab in chat
+ href: api/chat-patch-tabs.md
+ - name: Remove tab from chat
+ href: api/chat-delete-tabs.md
+ - name: Calls and online meetings
items:
- - name: Create
- href: api/team-post.md
- - name: Create team from group
- href: api/team-put-teams.md
- - name: Get
- href: api/team-get.md
- - name: Update
- href: api/team-update.md
- - name: Delete
- href: api/group-delete.md
- - name: List members
- href: api/team-list-members.md
- - name: Add member
- href: api/team-post-members.md
- - name: Add members in bulk
- href: api/conversationmembers-add.md
- - name: Get member
- href: api/team-get-members.md
- - name: Remove member
- href: api/team-delete-members.md
- - name: Update member
- href: api/team-update-members.md
- - name: Archive team
- href: api/team-archive.md
- - name: Unarchive team
- href: api/team-unarchive.md
- - name: Clone team
- href: api/team-clone.md
- - name: List your teams
- href: api/user-list-joinedteams.md
- - name: List your associated teams
- href: api/associatedteaminfo-list.md
- - name: Get primary channel
- href: api/team-get-primarychannel.md
- - name: Get team photo
- href: api/profilephoto-get.md
- - name: Update team photo
- href: api/profilephoto-update.md
- - name: List all teams
- href: /graph/teams-list-all-teams?context=graph/api/1.0
- - name: Complete migration for team
- href: api/team-completemigration.md
- - name: Group (team)
- href: resources/group.md
- items:
- - name: Create
- href: api/group-post-groups.md
- - name: Get
- href: api/group-get.md
- - name: List
- href: api/group-list.md
- - name: Update
- href: api/group-update.md
- - name: Delete
- href: api/group-delete.md
- - name: List joined teams
- href: api/user-list-joinedteams.md
- - name: List associated teams
- href: api/associatedteaminfo-list.md
- - name: List members
- href: api/group-list-members.md
- - name: Add member
- href: api/group-post-members.md
- - name: Remove member
- href: api/group-delete-members.md
- - name: List owners
- href: api/group-list-owners.md
- - name: Add owner
- href: api/group-post-owners.md
- - name: Remove owner
- href: api/group-delete-owners.md
- - name: Get member groups
- href: api/directoryobject-getmembergroups.md
- - name: Get member objects
- href: api/directoryobject-getmemberobjects.md
- - name: Check member groups
- href: api/directoryobject-checkmembergroups.md
- - name: List member of
- href: api/group-list-memberof.md
- - name: List deleted groups
- href: api/directory-deleteditems-list.md
- - name: List deleted groups owned by user
- href: api/directory-deleteditems-getuserownedobjects.md
- - name: Get deleted group
- href: api/directory-deleteditems-get.md
- - name: Permanently delete group
- href: api/directory-deleteditems-delete.md
- - name: Restore deleted group
- href: api/directory-deleteditems-restore.md
- - name: Channel
- href: resources/channel.md
- items:
- - name: List all channels
- href: api/team-list-allchannels.md
- - name: List channels
- href: api/channel-list.md
- - name: List incoming channels
- href: api/team-list-incomingchannels.md
- - name: Create channel
- href: api/channel-post.md
- - name: Get channel
- href: api/channel-get.md
- - name: Update channel
- href: api/channel-patch.md
- - name: Delete channel
- href: api/channel-delete.md
- - name: Remove incoming channel
- href: api/team-delete-incomingchannels.md
- - name: Add member
- href: api/channel-post-members.md
- - name: Complete migration for channel
- href: api/channel-completemigration.md
- - name: Get channel message
- href: api/chatmessage-get.md
- - name: Get messages across all channels
- href: api/channel-getallmessages.md
- - name: Get channel messages delta
- href: api/chatmessage-delta.md
- - name: Get files folder
- href: api/channel-get-filesfolder.md
- - name: Get member
- href: api/channel-get-members.md
- - name: Get message reply
- href: api/chatmessage-get.md
- - name: List channel messages
- href: api/channel-list-messages.md
- - name: List members
- href: api/channel-list-members.md
- - name: List message replies
- href: api/chatmessage-list-replies.md
- - name: Provision email address
- href: api/channel-provisionemail.md
- - name: Remove email address
- href: api/channel-removeemail.md
- - name: Remove member
- href: api/channel-delete-members.md
- - name: Reply to message
- href: api/chatmessage-post-replies.md
- - name: Send message
- href: api/channel-post-messages.md
- - name: Update member role
- href: api/channel-update-members.md
- - name: Update message
- href: api/chatmessage-update.md
- - name: Check user access
- href: api/channel-doesuserhaveaccess.md
- - name: List teams sharing a channel
- href: api/sharedwithchannelteaminfo-list.md
- - name: Get team sharing a channel
- href: api/sharedwithchannelteaminfo-get.md
- - name: Unshare channel with team
- href: api/sharedwithchannelteaminfo-delete.md
- - name: List allowed members
- href: api/sharedwithchannelteaminfo-list-allowedmembers.md
- - name: Chat
- href: resources/chat.md
- items:
- - name: List chats
- href: api/chat-list.md
- - name: Create chat
- href: api/chat-post.md
- - name: Get chat
- href: api/chat-get.md
- - name: Update chat
- href: api/chat-patch.md
- - name: List members
- href: api/chat-list-members.md
- - name: Add member
- href: api/chat-post-members.md
- - name: Get member
- href: api/chat-get-members.md
- - name: Remove member
- href: api/chat-delete-members.md
- - name: List messages in a chat
- href: api/chat-list-messages.md
- - name: Get messages across all chats
- href: api/chats-getallmessages.md
- - name: Get message in chat
- href: api/chatmessage-get.md
- - name: Send message in chat
- href: api/chat-post-messages.md
- - name: Get chat between user and app
- href: api/userscopeteamsappinstallation-get-chat.md
- - name: Chat message
- href: resources/chatmessage.md
- items:
- - name: List channel messages
- href: api/channel-list-messages.md
- - name: List channel messages delta
- href: api/chatmessage-delta.md
- - name: List message replies
- href: api/chatmessage-list-replies.md
- - name: Get message in channel or chat
- href: api/chatmessage-get.md
- - name: Get message reply
- href: api/chatmessage-get.md
- - name: Send message
- href: api/chatmessage-post.md
- - name: Send reply to a message
- href: api/chatmessage-post-replies.md
- - name: Update message
- href: api/chatmessage-update.md
- - name: List hosted content
- href: api/chatmessage-list-hostedcontents.md
- - name: Get messages across all channels
- href: api/channel-getallmessages.md
- - name: Get messages across all chats
- href: api/chats-getallmessages.md
- - name: Get hosted content
- href: api/chatmessagehostedcontent-get.md
- - name: App
- items:
- - name: App in catalog
- href: resources/teamsapp.md
- - name: Publish apps to catalog
- href: api/teamsapp-publish.md
- - name: List apps in catalog
- href: api/appcatalogs-list-teamsapps.md
- - name: Update app in catalog
- href: api/teamsapp-update.md
- - name: Delete app from catalog
- href: api/teamsapp-delete.md
- - name: App installation
- items:
- - name: Installed app
- href: resources/teamsappinstallation.md
- - name: App in team
- items:
- - name: List apps in team
- href: api/team-list-installedapps.md
- - name: Get app installed in team
- href: api/team-get-installedapps.md
- - name: Add app to team
- href: api/team-post-installedapps.md
- - name: Upgrade app installed in team
- href: api/team-teamsappinstallation-upgrade.md
- - name: Remove app from team
- href: api/team-delete-installedapps.md
- - name: App in personal scope of user
- items:
- - name: List apps for user
- href: api/userteamwork-list-installedapps.md
- - name: Add app for user
- href: api/userteamwork-post-installedapps.md
- - name: Get app installed for user
- href: api/userteamwork-get-installedapps.md
- - name: Get chat between user and app
- href: api/userscopeteamsappinstallation-get-chat.md
- - name: Upgrade installed app for user
- href: api/userteamwork-teamsappinstallation-upgrade.md
- - name: Remove app for user
- href: api/userteamwork-delete-installedapps.md
- - name: App in chat
- items:
- - name: List apps in chat
- href: api/chat-list-installedapps.md
- - name: Add app in chat
- href: api/chat-post-installedapps.md
- - name: Get app installed in chat
- href: api/chat-get-installedapps.md
- - name: Upgrade app installed in chat
- href: api/chat-teamsappinstallation-upgrade.md
- - name: Remove app from chat
- href: api/chat-delete-installedapps.md
- - name: Activity feed
- items:
- - name: Send notification to user in chat
- href: api/chat-sendactivitynotification.md
- - name: Send notification to user in team
- href: api/team-sendactivitynotification.md
- - name: Send notification to user
- href: api/userteamwork-sendactivitynotification.md
- - name: Tab
- href: resources/teamstab.md
- items:
- - name: Tab in channel
- items:
- - name: List tabs in channel
- href: api/channel-list-tabs.md
- - name: Add tab to channel
- href: api/channel-post-tabs.md
- - name: Get tab in channel
- href: api/channel-get-tabs.md
- - name: Update tab in channel
- href: api/channel-patch-tabs.md
- - name: Remove tab from channel
- href: api/channel-delete-tabs.md
- - name: Tab in chat
- items:
- - name: List tabs in chat
- href: api/chat-list-tabs.md
- - name: Add tab to chat
- href: api/chat-post-tabs.md
- - name: Get tab in chat
- href: api/chat-get-tabs.md
- - name: Update tab in chat
- href: api/chat-patch-tabs.md
- - name: Remove tab from chat
- href: api/chat-delete-tabs.md
- - name: Calendar
- href: resources/event.md
- items:
- - name: List events
- href: api/group-list-events.md
- - name: Create event
- href: api/group-post-events.md
- - name: Get event
- href: api/event-get.md
- - name: Update event
- href: api/event-update.md
- - name: Delete event
- href: api/event-delete.md
- - name: List calendar view
- href: api/group-list-calendarview.md
- - name: List attachments
- href: api/event-list-attachments.md
- - name: Add attachment
- href: api/event-post-attachments.md
- - name: Create open extension
- href: api/opentypeextension-post-opentypeextension.md
- - name: Get open extension
- href: api/opentypeextension-get.md
- - name: Shifts
- items:
- - name: Shift
- href: resources/shift.md
- items:
- - name: List
- href: api/schedule-list-shifts.md
- - name: Create
- href: api/schedule-post-shifts.md
- - name: Get
- href: api/shift-get.md
- - name: Replace
- href: api/shift-put.md
- - name: Delete
- href: api/shift-delete.md
- - name: Schedule
- href: resources/schedule.md
+ - name: Overview
+ href: resources/communications-api-overview.md
+ - name: Calls
+ items:
+ - name: Application actions
+ items:
+ - name: Unmute application
+ href: api/call-unmute.md
+ - name: Mute application
+ href: api/call-mute.md
+ - name: Update recording status
+ href: api/call-updaterecordingstatus.md
+ - name: Call
+ href: resources/call.md
+ items:
+ - name: Create
+ href: api/application-post-calls.md
+ - name: Get
+ href: api/call-get.md
+ - name: Delete/hang up
+ href: api/call-delete.md
+ - name: Answer
+ href: api/call-answer.md
+ - name: Reject
+ href: api/call-reject.md
+ - name: Redirect
+ href: api/call-redirect.md
+ - name: Transfer
+ href: api/call-transfer.md
+ - name: Keep alive
+ href: api/call-keepalive.md
+ - name: Log teleconference device quality data
+ href: api/call-logteleconferencedevicequality.md
+ - name: Content sharing session
+ items:
+ - name: Change screen sharing role
+ href: api/call-changescreensharingrole.md
+ - name: IVR scenarios
+ href: resources/calls-api-ivr-overview.md
+ items:
+ - name: Play prompt
+ href: api/call-playprompt.md
+ - name: Record response
+ href: api/call-record.md
+ - name: Cancel media processing
+ href: api/call-cancelmediaprocessing.md
+ - name: Subscribe to tone
+ href: api/call-subscribetotone.md
+ - name: Participant
+ href: resources/participant.md
+ items:
+ - name: List
+ href: api/call-list-participants.md
+ - name: Get
+ href: api/participant-get.md
+ - name: Delete
+ href: api/participant-delete.md
+ - name: Mute participant
+ href: api/participant-mute.md
+ - name: Invite participants
+ href: api/participant-invite.md
+ - name: Start hold music
+ href: api/participant-startholdmusic.md
+ - name: Stop hold music
+ href: api/participant-stopholdmusic.md
+ - name: Call records
items:
- - name: Create or replace
- href: api/team-put-schedule.md
- - name: Get
- href: api/schedule-get.md
- - name: Share
- href: api/schedule-share.md
- - name: Scheduling group
- href: resources/schedulinggroup.md
+ - name: Overview
+ href: resources/callrecords-api-overview.md
+ - name: Call record
+ items:
+ - name: Call record
+ href: resources/callrecords-callrecord.md
+ - name: Get call record
+ href: api/callrecords-callrecord-get.md
+ - name: Direct routing calls
+ items:
+ - name: Direct routing log row
+ href: resources/callrecords-directroutinglogrow.md
+ - name: List direct routing calls
+ href: api/callrecords-callrecord-getdirectroutingcalls.md
+ - name: PSTN calls
+ items:
+ - name: PSTN log row
+ href: resources/callrecords-pstncalllogrow.md
+ - name: List PSTN calls
+ href: api/callrecords-callrecord-getpstncalls.md
+ - name: Session
+ items:
+ - name: Session
+ href: resources/callrecords-session.md
+ - name: List sessions
+ href: api/callrecords-session-list.md
+ - name: Online meetings
items:
+ - name: Attendance report
+ href: resources/meetingAttendanceReport.md
+ items:
- name: List
- href: api/schedule-list-schedulinggroups.md
- - name: Create
- href: api/schedule-post-schedulinggroups.md
+ href: api/meetingattendancereport-list.md
- name: Get
- href: api/schedulinggroup-get.md
- - name: Replace
- href: api/schedulinggroup-put.md
- - name: Delete
- href: api/schedulinggroup-delete.md
+ href: api/meetingattendancereport-get.md
+ - name: Attendance record
+ href: resources/attendancerecord.md
+ items:
+ - name: List
+ href: api/attendancerecord-list.md
+ - name: Online meeting
+ href: resources/onlinemeeting.md
+ items:
+ - name: Create
+ href: api/application-post-onlinemeetings.md
+ - name: Get
+ href: api/onlinemeeting-get.md
+ - name: Update
+ href: api/onlinemeeting-update.md
+ - name: Delete
+ href: api/onlinemeeting-delete.md
+ - name: Create or get
+ href: api/onlinemeeting-createorget.md
+ - name: Presence
+ href: resources/presence.md
+ items:
+ - name: Get presence
+ href: api/presence-get.md
+ - name: Get presence for multiple users
+ href: api/cloudcommunications-getpresencesbyuserid.md
+ - name: Set presence
+ href: api/presence-setpresence.md
+ - name: Clear presence
+ href: api/presence-clearpresence.md
+ - name: Set user preferred presence
+ href: api/presence-setuserpreferredpresence.md
+ - name: Clear user preferred presence
+ href: api/presence-clearuserpreferredpresence.md
+ - name: Messaging
+ items:
+ - name: Activity feed
+ items:
+ - name: Send notification to user in chat
+ href: api/chat-sendactivitynotification.md
+ - name: Send notification to user in team
+ href: api/team-sendactivitynotification.md
+ - name: Send notification to user
+ href: api/userteamwork-sendactivitynotification.md
+ - name: Channel
+ href: resources/channel.md
+ items:
+ - name: List all channels
+ href: api/team-list-allchannels.md
+ - name: List channels
+ href: api/channel-list.md
+ - name: List incoming channels
+ href: api/team-list-incomingchannels.md
+ - name: Create channel
+ href: api/channel-post.md
+ - name: Get channel
+ href: api/channel-get.md
+ - name: Update channel
+ href: api/channel-patch.md
+ - name: Delete channel
+ href: api/channel-delete.md
+ - name: Remove incoming channel
+ href: api/team-delete-incomingchannels.md
+ - name: Add member
+ href: api/channel-post-members.md
+ - name: Complete migration for channel
+ href: api/channel-completemigration.md
+ - name: Get channel message
+ href: api/chatmessage-get.md
+ - name: Get messages across all channels
+ href: api/channel-getallmessages.md
+ - name: Get channel messages delta
+ href: api/chatmessage-delta.md
+ - name: Get files folder
+ href: api/channel-get-filesfolder.md
+ - name: Get member
+ href: api/channel-get-members.md
+ - name: Get message reply
+ href: api/chatmessage-get.md
+ - name: List channel messages
+ href: api/channel-list-messages.md
+ - name: List members
+ href: api/channel-list-members.md
+ - name: List message replies
+ href: api/chatmessage-list-replies.md
+ - name: Provision email address
+ href: api/channel-provisionemail.md
+ - name: Remove email address
+ href: api/channel-removeemail.md
+ - name: Remove member
+ href: api/channel-delete-members.md
+ - name: Reply to message
+ href: api/chatmessage-post-replies.md
+ - name: Send message
+ href: api/channel-post-messages.md
+ - name: Update member role
+ href: api/channel-update-members.md
+ - name: Update message
+ href: api/chatmessage-update.md
+ - name: Check user access
+ href: api/channel-doesuserhaveaccess.md
+ - name: List teams sharing a channel
+ href: api/sharedwithchannelteaminfo-list.md
+ - name: Get team sharing a channel
+ href: api/sharedwithchannelteaminfo-get.md
+ - name: Unshare channel with team
+ href: api/sharedwithchannelteaminfo-delete.md
+ - name: List allowed members
+ href: api/sharedwithchannelteaminfo-list-allowedmembers.md
+ - name: Chat
+ href: resources/chat.md
+ items:
+ - name: List chats
+ href: api/chat-list.md
+ - name: Create chat
+ href: api/chat-post.md
+ - name: Get chat
+ href: api/chat-get.md
+ - name: Update chat
+ href: api/chat-patch.md
+ - name: List members
+ href: api/chat-list-members.md
+ - name: Add member
+ href: api/chat-post-members.md
+ - name: Get member
+ href: api/chat-get-members.md
+ - name: Remove member
+ href: api/chat-delete-members.md
+ - name: List messages in a chat
+ href: api/chat-list-messages.md
+ - name: Get messages across all chats
+ href: api/chats-getallmessages.md
+ - name: Get message in chat
+ href: api/chatmessage-get.md
+ - name: Send message in chat
+ href: api/chat-post-messages.md
+ - name: Get chat between user and app
+ href: api/userscopeteamsappinstallation-get-chat.md
+ - name: Chat message
+ href: resources/chatmessage.md
+ items:
+ - name: List channel messages
+ href: api/channel-list-messages.md
+ - name: List channel messages delta
+ href: api/chatmessage-delta.md
+ - name: List message replies
+ href: api/chatmessage-list-replies.md
+ - name: Get message in channel or chat
+ href: api/chatmessage-get.md
+ - name: Get message reply
+ href: api/chatmessage-get.md
+ - name: Send message
+ href: api/chatmessage-post.md
+ - name: Send reply to a message
+ href: api/chatmessage-post-replies.md
+ - name: Update message
+ href: api/chatmessage-update.md
+ - name: List hosted content
+ href: api/chatmessage-list-hostedcontents.md
+ - name: Get messages across all channels
+ href: api/channel-getallmessages.md
+ - name: Get messages across all chats
+ href: api/chats-getallmessages.md
+ - name: Get hosted content
+ href: api/chatmessagehostedcontent-get.md
+ - name: Team
+ href: resources/team.md
+ items:
+ - name: Create
+ href: api/team-post.md
+ - name: Create team from group
+ href: api/team-put-teams.md
+ - name: Get
+ href: api/team-get.md
+ - name: Update
+ href: api/team-update.md
+ - name: Delete
+ href: api/group-delete.md
+ - name: List members
+ href: api/team-list-members.md
+ - name: Add member
+ href: api/team-post-members.md
+ - name: Add members in bulk
+ href: api/conversationmembers-add.md
+ - name: Get member
+ href: api/team-get-members.md
+ - name: Remove member
+ href: api/team-delete-members.md
+ - name: Update member
+ href: api/team-update-members.md
+ - name: Archive team
+ href: api/team-archive.md
+ - name: Unarchive team
+ href: api/team-unarchive.md
+ - name: Clone team
+ href: api/team-clone.md
+ - name: List your teams
+ href: api/user-list-joinedteams.md
+ - name: List your associated teams
+ href: api/associatedteaminfo-list.md
+ - name: Get primary channel
+ href: api/team-get-primarychannel.md
+ - name: Get team photo
+ href: api/profilephoto-get.md
+ - name: Update team photo
+ href: api/profilephoto-update.md
+ - name: List all teams
+ href: /graph/teams-list-all-teams?context=graph/api/1.0
+ - name: Complete migration for team
+ href: api/team-completemigration.md
+ - name: Shift management
+ items:
- name: Offer shift href: resources/offershiftrequest.md items:
items:
- name: Open shift href: resources/openshift.md items:
- - name: List
- href: api/openshift-list.md
- - name: Create
- href: api/openshift-post.md
- - name: Get
- href: api/openshift-get.md
- - name: Update
- href: api/openshift-update.md
- - name: Delete
- href: api/openshift-delete.md
+ - name: List
+ href: api/openshift-list.md
+ - name: Create
+ href: api/openshift-post.md
+ - name: Get
+ href: api/openshift-get.md
+ - name: Update
+ href: api/openshift-update.md
+ - name: Delete
+ href: api/openshift-delete.md
- name: Open shift change request href: resources/openshiftchangerequest.md items:
- - name: List
- href: api/openshiftchangerequest-list.md
- - name: Create
- href: api/openshiftchangerequest-post.md
- - name: Get
- href: api/openshiftchangerequest-get.md
- - name: Approve
- href: api/openshiftchangerequest-approve.md
- - name: Decline
- href: api/openshiftchangerequest-decline.md
+ - name: List
+ href: api/openshiftchangerequest-list.md
+ - name: Create
+ href: api/openshiftchangerequest-post.md
+ - name: Get
+ href: api/openshiftchangerequest-get.md
+ - name: Approve
+ href: api/openshiftchangerequest-approve.md
+ - name: Decline
+ href: api/openshiftchangerequest-decline.md
+ - name: Schedule
+ href: resources/schedule.md
+ items:
+ - name: Create or replace
+ href: api/team-put-schedule.md
+ - name: Get
+ href: api/schedule-get.md
+ - name: Share
+ href: api/schedule-share.md
+ - name: Scheduling group
+ href: resources/schedulinggroup.md
+ items:
+ - name: List
+ href: api/schedule-list-schedulinggroups.md
+ - name: Create
+ href: api/schedule-post-schedulinggroups.md
+ - name: Get
+ href: api/schedulinggroup-get.md
+ - name: Replace
+ href: api/schedulinggroup-put.md
+ - name: Delete
+ href: api/schedulinggroup-delete.md
+ - name: Shift
+ href: resources/shift.md
+ items:
+ - name: List
+ href: api/schedule-list-shifts.md
+ - name: Create
+ href: api/schedule-post-shifts.md
+ - name: Get
+ href: api/shift-get.md
+ - name: Replace
+ href: api/shift-put.md
+ - name: Delete
+ href: api/shift-delete.md
- name: Shift preferences href: resources/shiftpreferences.md items:
items:
- name: Time off href: resources/timeoff.md items:
- - name: List
- href: api/schedule-list-timesoff.md
- - name: Create
- href: api/schedule-post-timesoff.md
- - name: Get
- href: api/timeoff-get.md
- - name: Replace
- href: api/timeoff-put.md
- - name: Delete
- href: api/timeoff-delete.md
+ - name: List
+ href: api/schedule-list-timesoff.md
+ - name: Create
+ href: api/schedule-post-timesoff.md
+ - name: Get
+ href: api/timeoff-get.md
+ - name: Replace
+ href: api/timeoff-put.md
+ - name: Delete
+ href: api/timeoff-delete.md
- name: Time off reason href: resources/timeoffreason.md items:
- - name: List
- href: api/schedule-list-timeoffreasons.md
- - name: Create
- href: api/schedule-post-timeoffreasons.md
- - name: Get
- href: api/timeoffreason-get.md
- - name: Replace
- href: api/timeoffreason-put.md
- - name: Delete
- href: api/timeoffreason-delete.md
+ - name: List
+ href: api/schedule-list-timeoffreasons.md
+ - name: Create
+ href: api/schedule-post-timeoffreasons.md
+ - name: Get
+ href: api/timeoffreason-get.md
+ - name: Replace
+ href: api/timeoffreason-put.md
+ - name: Delete
+ href: api/timeoffreason-delete.md
- name: Time off request href: resources/timeoffrequest.md items:
- - name: Get
- href: api/timeoffrequest-get.md
- - name: Delete
- href: api/timeoffrequest-delete.md
- - name: Approve
- href: api/timeoffrequest-approve.md
- - name: Decline
- href: api/timeoffrequest-decline.md
+ - name: Get
+ href: api/timeoffrequest-get.md
+ - name: Delete
+ href: api/timeoffrequest-delete.md
+ - name: Approve
+ href: api/timeoffrequest-approve.md
+ - name: Decline
+ href: api/timeoffrequest-decline.md
- name: Workforce integration href: resources/workforceintegration.md items:
- - name: List
- href: api/workforceintegration-list.md
- - name: Create
- href: api/workforceintegration-post.md
- - name: Get
- href: api/workforceintegration-get.md
- - name: Update
- href: api/workforceintegration-update.md
- - name: Delete
- href: api/workforceintegration-delete.md
- - name: Drive
- href: resources/drive.md
- items:
- - name: Get drive
- href: api/drive-get.md
- - name: List children
- href: api/driveitem-list-children.md
- - name: Plans
- href: resources/plannerplan.md
- items:
- - name: List plans
- href: api/plannergroup-list-plans.md
- - name: Notes
- href: resources/onenote.md
- items:
- - name: List notebooks
- href: api/onenote-list-notebooks.md
- - name: Create notebook
- href: api/onenote-post-notebooks.md
- - name: Resource-specific permission grants
- href: resources/resourcespecificpermissiongrant.md
- items:
- - name: List for group
- href: api/group-list-permissiongrants.md
+ - name: List
+ href: api/workforceintegration-list.md
+ - name: Create
+ href: api/workforceintegration-post.md
+ - name: Get
+ href: api/workforceintegration-get.md
+ - name: Update
+ href: api/workforceintegration-update.md
+ - name: Delete
+ href: api/workforceintegration-delete.md
- name: To-do tasks displayName: Microsoft To Do items:
items:
- name: Workbook application href: resources/workbookapplication.md items:
- - name: Get
- href: api/workbookapplication-get.md
- - name: Calculate
- href: api/workbookapplication-calculate.md
+ - name: Get
+ href: api/workbookapplication-get.md
+ - name: Calculate
+ href: api/workbookapplication-calculate.md
- name: Workbook comments href: resources/workbookcomment.md items: