From 6d8e9857b25efe543f808aea0ed8989780cf68e5 Mon Sep 17 00:00:00 2001 From: yuanruiMicrosoft Date: Mon, 8 Jan 2024 13:54:43 +0800 Subject: [PATCH 001/259] beta to v1.0 docs --- .../v1.0/api/search-acronym-delete.md | 67 ++++++++++ api-reference/v1.0/api/search-acronym-get.md | 89 ++++++++++++++ .../v1.0/api/search-acronym-update.md | 83 +++++++++++++ .../v1.0/api/search-bookmark-delete.md | 67 ++++++++++ api-reference/v1.0/api/search-bookmark-get.md | 104 ++++++++++++++++ .../v1.0/api/search-bookmark-update.md | 95 ++++++++++++++ api-reference/v1.0/api/search-qna-delete.md | 67 ++++++++++ api-reference/v1.0/api/search-qna-get.md | 99 +++++++++++++++ api-reference/v1.0/api/search-qna-update.md | 88 +++++++++++++ .../api/search-searchentity-list-acronyms.md | 93 ++++++++++++++ .../api/search-searchentity-list-bookmarks.md | 106 ++++++++++++++++ .../v1.0/api/search-searchentity-list-qnas.md | 104 ++++++++++++++++ .../api/search-searchentity-post-acronyms.md | 95 ++++++++++++++ .../api/search-searchentity-post-bookmarks.md | 116 ++++++++++++++++++ .../v1.0/api/search-searchentity-post-qnas.md | 109 ++++++++++++++++ .../v1.0/resources/search-acronym.md | 69 +++++++++++ .../v1.0/resources/search-answerkeyword.md | 45 +++++++ .../v1.0/resources/search-answervariant.md | 46 +++++++ .../v1.0/resources/search-bookmark.md | 101 +++++++++++++++ api-reference/v1.0/resources/search-qna.md | 98 +++++++++++++++ .../v1.0/resources/search-searchanswer.md | 55 +++++++++ 21 files changed, 1796 insertions(+) create mode 100644 api-reference/v1.0/api/search-acronym-delete.md create mode 100644 api-reference/v1.0/api/search-acronym-get.md create mode 100644 api-reference/v1.0/api/search-acronym-update.md create mode 100644 api-reference/v1.0/api/search-bookmark-delete.md create mode 100644 api-reference/v1.0/api/search-bookmark-get.md create mode 100644 api-reference/v1.0/api/search-bookmark-update.md create mode 100644 api-reference/v1.0/api/search-qna-delete.md create mode 100644 api-reference/v1.0/api/search-qna-get.md create mode 100644 api-reference/v1.0/api/search-qna-update.md create mode 100644 api-reference/v1.0/api/search-searchentity-list-acronyms.md create mode 100644 api-reference/v1.0/api/search-searchentity-list-bookmarks.md create mode 100644 api-reference/v1.0/api/search-searchentity-list-qnas.md create mode 100644 api-reference/v1.0/api/search-searchentity-post-acronyms.md create mode 100644 api-reference/v1.0/api/search-searchentity-post-bookmarks.md create mode 100644 api-reference/v1.0/api/search-searchentity-post-qnas.md create mode 100644 api-reference/v1.0/resources/search-acronym.md create mode 100644 api-reference/v1.0/resources/search-answerkeyword.md create mode 100644 api-reference/v1.0/resources/search-answervariant.md create mode 100644 api-reference/v1.0/resources/search-bookmark.md create mode 100644 api-reference/v1.0/resources/search-qna.md create mode 100644 api-reference/v1.0/resources/search-searchanswer.md diff --git a/api-reference/v1.0/api/search-acronym-delete.md b/api-reference/v1.0/api/search-acronym-delete.md new file mode 100644 index 00000000000..02c19741cd3 --- /dev/null +++ b/api-reference/v1.0/api/search-acronym-delete.md @@ -0,0 +1,67 @@ +--- +title: "Delete acronym" +description: "Deletes an acronym object." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: apiPageType +--- + +# Delete acronym +Namespace: microsoft.graph.search + +Deletes an [acronym](../resources/search-acronym.md) object. + +[!INCLUDE [national-cloud-support](../../includes/global-only.md)] + +## Permissions +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). + + +[!INCLUDE [permissions-table](../includes/permissions/search-acronym-delete-permissions.md)] + +## HTTP request + + +``` http +DELETE /search/acronyms/{acronymsId} +``` + +## Request headers +|Name|Description| +|:---|:---| +|Authorization|Bearer {token}. Required.| + +## Request body +Don't supply a request body for this method. + +## Response + +If successful, this method returns a `204 No Content` response code. + +## Examples + +### Request + +``` http +DELETE https://graph.microsoft.com/v1.0/search/acronyms/{acronymsId} +``` + + +### Response + +``` http +HTTP/1.1 204 No Content +``` + diff --git a/api-reference/v1.0/api/search-acronym-get.md b/api-reference/v1.0/api/search-acronym-get.md new file mode 100644 index 00000000000..72031ff330f --- /dev/null +++ b/api-reference/v1.0/api/search-acronym-get.md @@ -0,0 +1,89 @@ +--- +title: "Get acronym" +description: "Read the properties and relationships of an acronym object." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: apiPageType +--- + +# Get acronym +Namespace: microsoft.graph.search + +Read the properties and relationships of an [acronym](../resources/search-acronym.md) object. + +[!INCLUDE [national-cloud-support](../../includes/global-only.md)] + +## Permissions +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). + + +[!INCLUDE [permissions-table](../includes/permissions/search-acronym-get-permissions.md)] + +## HTTP request + + +``` http +GET /search/acronyms/{acronymsId} +``` + +## Optional query parameters +This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData Query Parameters](/graph/query-parameters) to help customize the response. + +## Request headers +|Name|Description| +|:---|:---| +|Authorization|Bearer {token}. Required.| + +## Request body +Don't supply a request body for this method. + +## Response + +If successful, this method returns a `200 OK` response code and an [acronym](../resources/search-acronym.md) object in the response body. + +## Examples + +### Request + +``` http +GET https://graph.microsoft.com/v1.0/search/acronyms/{acronymsId} +``` + + +### Response +>**Note:** The response object shown here might be shortened for readability. + +``` http +HTTP/1.1 200 OK +Content-Type: application/json + +{ + "id": "733b26d5-af76-4eea-ac69-1a0ce8716897", + "displayName": "DNN", + "standsFor": ["Deep Neural Network"], + "description": "A deep neural network is a neural network with a certain level of complexity, a neural network with more than two layers.", + "webUrl": "http://microsoft.com/deep-neural-network", + "state": "published", + "lastModifiedDateTime": "2016-03-21T20:01:37Z", + "lastModifiedBy": { + "user": { + "id": "efee1b77-fb3b-4f65-99d6-274c11914d12", + "displayName": "Amalie Larsen" + } + } +} +``` + diff --git a/api-reference/v1.0/api/search-acronym-update.md b/api-reference/v1.0/api/search-acronym-update.md new file mode 100644 index 00000000000..fe272b521cb --- /dev/null +++ b/api-reference/v1.0/api/search-acronym-update.md @@ -0,0 +1,83 @@ +--- +title: "Update acronym" +description: "Update the properties of an acronym object." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: apiPageType +--- + +# Update acronym +Namespace: microsoft.graph.search + +Update the properties of an [acronym](../resources/search-acronym.md) object. + +[!INCLUDE [national-cloud-support](../../includes/global-only.md)] + +## Permissions +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). + + +[!INCLUDE [permissions-table](../includes/permissions/search-acronym-update-permissions.md)] + +## HTTP request + + +``` http +PATCH /search/acronyms/{acronymsId} +``` + +## 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 [acronym](../resources/search-acronym.md) object. Supply the values for relevant fields that should be updated. Existing properties that aren't included in the request body will maintain their previous values or be recalculated based on changes to other property values. For best performance you shouldn't include existing values that haven't changed. + +|Property|Type|Description| +|:---|:---|:---| +|description|String|A brief description of the acronym that gives users more info about the acronym and what it stands for. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|displayName|String|The actual short form or acronym. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|standsFor|String collection|What the acronym stands for.| +|state|microsoft.graph.search.answerState|State of the acronym. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| +|webUrl|String|The URL of the page or website where users can go for more information about the acronym. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| + + + +## Response + +If successful, this method returns a `204 No Content` response code. + +## Examples + +### Request + +``` http +PATCH https://graph.microsoft.com/v1.0/search/acronyms/{acronymsId} +Content-Type: application/json + +{ + "description": "A deep neural network is a neural network with a certain level of complexity, a neural network with more than two layers." +} +``` + + +### Response + +``` http +HTTP/1.1 204 No Content +``` + diff --git a/api-reference/v1.0/api/search-bookmark-delete.md b/api-reference/v1.0/api/search-bookmark-delete.md new file mode 100644 index 00000000000..bc592f0819f --- /dev/null +++ b/api-reference/v1.0/api/search-bookmark-delete.md @@ -0,0 +1,67 @@ +--- +title: "Delete bookmark" +description: "Delete a bookmark object." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: apiPageType +--- + +# Delete bookmark +Namespace: microsoft.graph.search + +Delete a [bookmark](../resources/search-bookmark.md) object. + +[!INCLUDE [national-cloud-support](../../includes/global-only.md)] + +## Permissions +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). + + +[!INCLUDE [permissions-table](../includes/permissions/search-bookmark-delete-permissions.md)] + +## HTTP request + + +``` http +DELETE /search/bookmarks/{bookmarksId} +``` + +## Request headers +|Name|Description| +|:---|:---| +|Authorization|Bearer {token}. Required.| + +## Request body +Don't supply a request body for this method. + +## Response + +If successful, this method returns a `204 No Content` response code. + +## Examples + +### Request + +``` http +DELETE https://graph.microsoft.com/v1.0/search/bookmarks/{bookmarkId} +``` + + +### Response + +``` http +HTTP/1.1 204 No Content +``` + diff --git a/api-reference/v1.0/api/search-bookmark-get.md b/api-reference/v1.0/api/search-bookmark-get.md new file mode 100644 index 00000000000..6c6fdb6078c --- /dev/null +++ b/api-reference/v1.0/api/search-bookmark-get.md @@ -0,0 +1,104 @@ +--- +title: "Get bookmark" +description: "Read the properties and relationships of a bookmark object." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: apiPageType +--- + +# Get bookmark +Namespace: microsoft.graph.search + + +Read the properties and relationships of a [bookmark](../resources/search-bookmark.md) object. + +[!INCLUDE [national-cloud-support](../../includes/global-only.md)] + +## Permissions +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). + + +[!INCLUDE [permissions-table](../includes/permissions/search-bookmark-get-permissions.md)] + +## HTTP request + + +``` http +GET /search/bookmarks/{bookmarksId} +``` + +## Optional query parameters +This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData Query Parameters](/graph/query-parameters) to help customize the response. + +## Request headers +|Name|Description| +|:---|:---| +|Authorization|Bearer {token}. Required.| + +## Request body +Don't supply a request body for this method. + +## Response + +If successful, this method returns a `200 OK` response code and a [bookmark](../resources/search-bookmark.md) object in the response body. + +## Examples + +### Request + + +``` http +GET https://graph.microsoft.com/v1.0/search/bookmarks/{bookmarksId} +``` + + +### Response +>**Note:** The response object shown here might be shortened for readability. + +``` http +HTTP/1.1 200 OK +Content-Type: application/json + +{ + "id": "733b26d5-af76-4eea-ac69-1a0ce8716897", + "displayName": "Italy Holiday", + "webUrl": "http://www.margiestravel.com/", + "description": "Book a fancy vacation in Tuscany or browse museums in Florence.", + "lastModifiedDateTime": "2016-03-21T20:01:37Z", + "lastModifiedBy": { + "user": { + "id": "efee1b77-fb3b-4f65-99d6-274c11914d12", + "displayName": "Amalie Larsen" + } + }, + "keywords": { + "keywords": ["Vacation in Europe", "Holiday in Europe"], + "reservedKeywords": ["Vacation in Italy"], + "matchSimilarKeywords": true + }, + "categories": ["HR"], + "availabilityStartDateTime": "2020-09-21T20:01:37Z", + "availabilityEndDateTime": "2020-11-21T20:01:37Z", + "languageTags": ["en-us"], + "platforms": ["ios"], + "groupIds": ["groupId"], + "targetedVariations": null, + "powerAppIds": ["powerAppId"], + "state": "published", + "isSuggested": false +} +``` + diff --git a/api-reference/v1.0/api/search-bookmark-update.md b/api-reference/v1.0/api/search-bookmark-update.md new file mode 100644 index 00000000000..6cfb6d3eb94 --- /dev/null +++ b/api-reference/v1.0/api/search-bookmark-update.md @@ -0,0 +1,95 @@ +--- +title: "Update bookmark" +description: "Update the properties of a bookmark object." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: apiPageType +--- + +# Update bookmark +Namespace: microsoft.graph.search + +Update the properties of a [bookmark](../resources/search-bookmark.md) object. + +[!INCLUDE [national-cloud-support](../../includes/global-only.md)] + +## Permissions +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). + + +[!INCLUDE [permissions-table](../includes/permissions/search-bookmark-update-permissions.md)] + +## HTTP request + + +``` http +PATCH /search/bookmarks/{bookmarksId} +``` + +## Request headers +|Name|Description| +|:---|:---| +|Authorization|Bearer {token}. Required.| +|Content-Type|application/json. Required.| + +## Request body + +[!INCLUDE [table-intro](../../includes/update-property-table-intro.md)] + +>**Note:** Updates to collection properties will update the entire collection. Any updates to a collection, such as keywords or categories, will replace the collection entirely. + +|Property|Type|Description| +|:---|:---|:---| +|availabilityEndDateTime|DateTimeOffset|Timestamp of when the bookmark will stop to appear as a search result. Set as `null` for always available.| +|availabilityStartDateTime|DateTimeOffset|Timestamp of when the bookmark will start to appear as a search result. Set as `null` for always available.| +|categories|String collection|Categories commonly used to describe this bookmark. For example, IT and HR.| +|description|String|Bookmark description shown on search results page. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|displayName|String|Bookmark name displayed in search results. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|groupIds|String collection|List of security groups able to view this bookmark.| +|keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this bookmark to appear in search results.| +|languageTags|String collection|List of countries or regions able to view this bookmark.| +|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems able to view this bookmark. Possible values are: `unknown`, `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `androidASOP`.| +|powerAppIds|String collection|List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks, such as to enter vacation time or to report expenses on the search results page.| +|state|microsoft.graph.search.answerState|State of the bookmark. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| +|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answerVariant.md) collection|Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations.| +|webUrl|String|Bookmark URL link. When users click this bookmark in search results, they will go to this URL. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| + +## Response + +If successful, this method returns a `204 No Content` response code. + +## Examples + +### Request + +``` http +PATCH https://graph.microsoft.com/v1.0/search/bookmarks/{bookmarksId} +Content-Type: application/json + +{ + "description": "Book a fancy vacation in Tuscany or browse museums in Florence." +} +``` + + +### Response + +The following example shows the response. + + +``` http +HTTP/1.1 204 No Content +``` + diff --git a/api-reference/v1.0/api/search-qna-delete.md b/api-reference/v1.0/api/search-qna-delete.md new file mode 100644 index 00000000000..9762b520af9 --- /dev/null +++ b/api-reference/v1.0/api/search-qna-delete.md @@ -0,0 +1,67 @@ +--- +title: "Delete qna" +description: "Delete a qna object." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: apiPageType +--- + +# Delete qna +Namespace: microsoft.graph.search + +Delete a [qna](../resources/search-qna.md) object. + +[!INCLUDE [national-cloud-support](../../includes/global-only.md)] + +## Permissions +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). + + +[!INCLUDE [permissions-table](../includes/permissions/search-qna-delete-permissions.md)] + +## HTTP request + + +``` http +DELETE /search/qnas/{qnaId} +``` + +## Request headers +|Name|Description| +|:---|:---| +|Authorization|Bearer {token}. Required.| + +## Request body +Don't supply a request body for this method. + +## Response + +If successful, this method returns a `204 No Content` response code. + +## Examples + +### Request + +``` http +DELETE https://graph.microsoft.com/v1.0/search/qnas/{qnaId} +``` + + +### Response + +``` http +HTTP/1.1 204 No Content +``` + diff --git a/api-reference/v1.0/api/search-qna-get.md b/api-reference/v1.0/api/search-qna-get.md new file mode 100644 index 00000000000..c0fd5e58f4e --- /dev/null +++ b/api-reference/v1.0/api/search-qna-get.md @@ -0,0 +1,99 @@ +--- +title: "Get qna" +description: "Read the properties and relationships of a qna object." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: apiPageType +--- + +# Get qna +Namespace: microsoft.graph.search + +Read the properties and relationships of a [qna](../resources/search-qna.md) object. + +[!INCLUDE [national-cloud-support](../../includes/global-only.md)] + +## Permissions +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). + + +[!INCLUDE [permissions-table](../includes/permissions/search-qna-get-permissions.md)] + +## HTTP request + + +``` http +GET /search/qnas/{qnaId} +``` + +## Optional query parameters +This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData Query Parameters](/graph/query-parameters) to help customize the response. + +## Request headers +|Name|Description| +|:---|:---| +|Authorization|Bearer {token}. Required.| + +## Request body +Don't supply a request body for this method. + +## Response + +If successful, this method returns a `200 OK` response code and a [qna](../resources/search-qna.md) object in the response body. + +## Examples + +### Request + +``` http +GET https://graph.microsoft.com/v1.0/search/qnas/{qnaId} +``` + + +### Response +>**Note:** The response object shown here might be shortened for readability. + +``` http +HTTP/1.1 200 OK +Content-Type: application/json + +{ + "id": "733b26d5-af76-4eea-ac69-1a0ce8716897", + "displayName": "Global Country Holidays", + "webUrl": "http://www.contoso.com/", + "description": "The dates that Contoso offices will be closed to observe holidays. These dates may differ from the actual date of the holiday in cases where the holiday falls on a wee​kend.", + "lastModifiedDateTime": "2016-03-21T20:01:37Z", + "lastModifiedBy": { + "user": { + "id": "efee1b77-fb3b-4f65-99d6-274c11914d12", + "displayName": "Amalie Larsen" + } + }, + "keywords": { + "keywords": ["new years day", "martin luther king day", "presidents day", "memorial day", "independence day", "labor day", "thanksgiving", "christmas"], + "reservedKeywords": ["holidays", "paid days off"], + "matchSimilarKeywords": true + }, + "availabilityStartDateTime": "2020-09-21T20:01:37Z", + "availabilityEndDateTime": "2021-12-31T20:01:37Z", + "languageTags": ["en-us"], + "platforms": ["ios"], + "groupIds": ["groupId"], + "targetedVariations": null, + "state": "published" +} +``` + diff --git a/api-reference/v1.0/api/search-qna-update.md b/api-reference/v1.0/api/search-qna-update.md new file mode 100644 index 00000000000..7bed80d3860 --- /dev/null +++ b/api-reference/v1.0/api/search-qna-update.md @@ -0,0 +1,88 @@ +--- +title: "Update qna" +description: "Update the properties of a qna object." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: apiPageType +--- + +# Update qna +Namespace: microsoft.graph.search + +Update the properties of a [qna](../resources/search-qna.md) object. + +[!INCLUDE [national-cloud-support](../../includes/global-only.md)] + +## Permissions +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). + + +[!INCLUDE [permissions-table](../includes/permissions/search-qna-update-permissions.md)] + +## HTTP request + + +``` http +PATCH /search/qnas/{qnaId} +``` + +## 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 [qna](../resources/search-qna.md) object. Supply the values for relevant fields that should be updated. Existing properties that aren't included in the request body maintains their previous values or are recalculated based on changes to other property values. For best performance, you shouldn't include existing values that haven't changed. +>**Note:** Updates to collection properties will update the entire collection. Any updates to a collection, such as keywords or categories, will replace the collection entirely. + +|Property|Type|Description| +|:---|:---|:---| +|displayName|String|Question displayed in search results. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|description|String|Answer displayed in search results. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|webUrl|String|Qna URL link. When users select this qna in search results, they go to this URL. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|availabilityStartDateTime|DateTimeOffset|Timestamp of when the qna starts to appear as a search result. Set as `null` for always available.| +|availabilityEndDateTime|DateTimeOffset|Timestamp of when the qna stops to appear as a search result. Set as `null` for always available.| +|languageTags|String collection|List of countries or regions able to view this qna.| +|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems able to view this qna. Possible values are: `unknown`, `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `androidASOP`.| +|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answerVariant.md) collection|Variations of a qna for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| +|keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this qna to appear in search results.| +|state|microsoft.graph.search.answerState|State of the qna. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| +|groupIds|String collection|List of security groups able to view this qna.| + + + +## Response + +If successful, this method returns a `204 No Content` response code. + +## Examples + +### Request + +``` http +PATCH https://graph.microsoft.com/v1.0/search/qnas/{qnaId} +Content-Type: application/json + +{ + "description": "The dates that Contoso offices will be closed to observe holidays. These dates may differ from the actual date of the holiday in cases where the holiday falls on a wee​kend." +} +``` + + +### Response + +``` http +HTTP/1.1 204 No Content +``` + diff --git a/api-reference/v1.0/api/search-searchentity-list-acronyms.md b/api-reference/v1.0/api/search-searchentity-list-acronyms.md new file mode 100644 index 00000000000..06af9c456c3 --- /dev/null +++ b/api-reference/v1.0/api/search-searchentity-list-acronyms.md @@ -0,0 +1,93 @@ +--- +title: "List acronyms" +description: "Get a list of the acronym objects and their properties." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: apiPageType +--- + +# List acronyms +Namespace: microsoft.graph.search + + +Get a list of the [acronym](../resources/search-acronym.md) objects and their properties. + +[!INCLUDE [national-cloud-support](../../includes/global-only.md)] + +## Permissions +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). + + +[!INCLUDE [permissions-table](../includes/permissions/search-searchentity-list-acronyms-permissions.md)] + +## HTTP request + + +``` http +GET /search/acronyms +``` + +## Optional query parameters +This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData Query Parameters](/graph/query-parameters) to help customize the response. + +## Request headers +|Name|Description| +|:---|:---| +|Authorization|Bearer {token}. Required.| + +## Request body +Don't supply a request body for this method. + +## Response + +If successful, this method returns a `200 OK` response code and a collection of [acronym](../resources/search-acronym.md) objects in the response body. + +## Examples + +### Request + +``` http +GET https://graph.microsoft.com/v1.0/search/acronyms +``` + + +### Response +>**Note:** The response object shown here might be shortened for readability. + +``` http +HTTP/1.1 200 OK +Content-Type: application/json + +[ + { + "id": "733b26d5-af76-4eea-ac69-1a0ce8716897", + "displayName": "DNN", + "standsFor": ["Deep Neural Network"], + "description": "A deep neural network is a neural network with a certain level of complexity, a neural network with more than two layers.", + "webUrl": "http://microsoft.com/deep-neural-network", + "state": "published", + "lastModifiedDateTime": "2016-03-21T20:01:37Z", + "lastModifiedBy": { + "user": { + "id": "efee1b77-fb3b-4f65-99d6-274c11914d12", + "displayName": "Amalie Larsen" + } + } + } +] +``` + diff --git a/api-reference/v1.0/api/search-searchentity-list-bookmarks.md b/api-reference/v1.0/api/search-searchentity-list-bookmarks.md new file mode 100644 index 00000000000..5ef864bf7c6 --- /dev/null +++ b/api-reference/v1.0/api/search-searchentity-list-bookmarks.md @@ -0,0 +1,106 @@ +--- +title: "List bookmarks" +description: "Get a list of bookmark objects and their properties." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: apiPageType +--- + +# List bookmarks +Namespace: microsoft.graph.search + + +Get a list of [bookmark](../resources/search-bookmark.md) objects and their properties. + +[!INCLUDE [national-cloud-support](../../includes/global-only.md)] + +## Permissions +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). + + +[!INCLUDE [permissions-table](../includes/permissions/search-searchentity-list-bookmarks-permissions.md)] + +## HTTP request + + +``` http +GET /search/bookmarks +``` + +## Optional query parameters +This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData query parameters](/graph/query-parameters) to help customize the response. + +## Request headers +|Name|Description| +|:---|:---| +|Authorization|Bearer {token}. Required.| + +## Request body +Don't supply a request body for this method. + +## Response + +If successful, this method returns a `200 OK` response code and a collection of [bookmark](../resources/search-bookmark.md) objects in the response body. + +## Examples + +### Request + +``` http +GET https://graph.microsoft.com/v1.0/search/bookmarks +``` + + +### Response +>**Note:** The response object shown here might be shortened for readability. + +``` http +HTTP/1.1 200 OK +Content-Type: application/json + +[ + { + "id": "733b26d5-af76-4eea-ac69-1a0ce8716897", + "displayName": "Italy Holiday", + "webUrl": "http://www.margiestravel.com/", + "description": "Book a fancy vacation in Tuscany or browse museums in Florence.", + "lastModifiedDateTime": "2016-03-21T20:01:37Z", + "lastModifiedBy": { + "user": { + "id": "efee1b77-fb3b-4f65-99d6-274c11914d12", + "displayName": "Amalie Larsen" + } + }, + "keywords": { + "keywords": ["Vacation in Europe", "Holiday in Europe"], + "reservedKeywords": ["Vacation in Italy"], + "matchSimilarKeywords": true + }, + "categories": ["HR"], + "availabilityStartDateTime": "2020-09-21T20:01:37Z", + "availabilityEndDateTime": "2020-11-21T20:01:37Z", + "languageTags": ["en-us"], + "platforms": ["ios"], + "groupIds": ["groupId"], + "targetedVariations": null, + "powerAppIds": ["powerAppId"], + "state": "published", + "isSuggested": false + } +] +``` + diff --git a/api-reference/v1.0/api/search-searchentity-list-qnas.md b/api-reference/v1.0/api/search-searchentity-list-qnas.md new file mode 100644 index 00000000000..c767f7d4275 --- /dev/null +++ b/api-reference/v1.0/api/search-searchentity-list-qnas.md @@ -0,0 +1,104 @@ +--- +title: "List qnas" +description: "Get a list of the qna objects and their properties." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: apiPageType +--- + +# List qnas +Namespace: microsoft.graph.search + + +Get a list of the [qna](../resources/search-qna.md) objects and their properties. + +[!INCLUDE [national-cloud-support](../../includes/global-only.md)] + +## Permissions +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). + + +[!INCLUDE [permissions-table](../includes/permissions/search-searchentity-list-qnas-permissions.md)] + +## HTTP request + + +``` http +GET /search/qnas +``` + +## Optional query parameters +This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData Query Parameters](/graph/query-parameters) to help customize the response. + +## Request headers +|Name|Description| +|:---|:---| +|Authorization|Bearer {token}. Required.| + +## Request body +Don't supply a request body for this method. + +## Response + +If successful, this method returns a `200 OK` response code and a collection of [qna](../resources/search-qna.md) objects in the response body. + +## Examples + +### Request + + +``` http +GET https://graph.microsoft.com/v1.0/search/qnas +``` + + +### Response +>**Note:** The response object shown here might be shortened for readability. + +``` http +HTTP/1.1 200 OK +Content-Type: application/json + +[ + { + "id": "733b26d5-af76-4eea-ac69-1a0ce8716897", + "displayName": "Global Country Holidays", + "webUrl": "http://www.contoso.com/", + "description": "The dates that Contoso offices will be closed to observe holidays. These dates may differ from the actual date of the holiday in cases where the holiday falls on a wee​kend.
2021 Dates Holiday
January 1, 2021 New Year's Day
January 18, 2021 Martin Luther King Day
February 15, 2021 Presidents Day
May 31, 2021 Memorial Day
July 5, 2021 Independence Day
September 6, 2021 Labor Day
November 25, 2021 - November 26, 2021 Thanksgiving Day and Day after Thanksgiving
December 23, 2021 - December 24, 2021 Christmas Eve and Christmas Day
", + "lastModifiedDateTime": "2016-03-21T20:01:37Z", + "lastModifiedBy": { + "user": { + "id": "efee1b77-fb3b-4f65-99d6-274c11914d12", + "displayName": "Amalie Larsen" + } + }, + "keywords": { + "keywords": ["new years day", "martin luther king day", "presidents day", "memorial day", "independence day", "labor day", "thanksgiving", "christmas"], + "reservedKeywords": ["holidays", "paid days off"], + "matchSimilarKeywords": true + }, + "availabilityStartDateTime": "2020-09-21T20:01:37Z", + "availabilityEndDateTime": "2021-12-31T20:01:37Z", + "languageTags": ["en-us"], + "platforms": ["ios"], + "groupIds": ["groupId"], + "targetedVariations": null, + "state": "published" + } +] +``` + diff --git a/api-reference/v1.0/api/search-searchentity-post-acronyms.md b/api-reference/v1.0/api/search-searchentity-post-acronyms.md new file mode 100644 index 00000000000..3c3442a5f8e --- /dev/null +++ b/api-reference/v1.0/api/search-searchentity-post-acronyms.md @@ -0,0 +1,95 @@ +--- +title: "Create acronym" +description: "Create a new acronym object." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: apiPageType +--- + +# Create acronym +Namespace: microsoft.graph.search + + +Create a new [acronym](../resources/search-acronym.md) object. + +[!INCLUDE [national-cloud-support](../../includes/global-only.md)] + +## Permissions +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). + + +[!INCLUDE [permissions-table](../includes/permissions/search-searchentity-post-acronyms-permissions.md)] + +## HTTP request + + +``` http +POST /search/acronyms +``` + +## 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 [acronym](../resources/search-acronym.md) object. + +The following table shows the properties that are available when you create an [acronym](../resources/search-acronym.md). + +|Property|Type|Description| +|:---|:---|:---| +|description|String|A brief description of the acronym that gives users more info about the acronym and what it stands for. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|displayName|String|The actual short form or acronym. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|standsFor|String collection|What the acronym stands for.| +|state|microsoft.graph.search.answerState|State of the acronym. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| +|webUrl|String|The URL of the page or website where users can go for more information about the acronym. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| + + + +## Response + +If successful, this method returns a `200 Ok` response code. + +## Examples + +### Request + +```http +POST https://graph.microsoft.com/v1.0/search/acronyms +Content-Type: application/json + +{ + "displayName": "DNN", + "standsFor": "Deep Neural Network", + "description": "A deep neural network is a neural network with a certain level of complexity, a neural network with more than two layers.", + "webUrl": "http://microsoft.com/deep-neural-network", + "state": "draft" +} +``` + + +### Response +Here is an example of the response. + +```http +HTTP/1.1 200 Ok +Content-Type: application/json + +{ + "id": "733b26d5-af76-4eea-ac69-1a0ce8716897" +} +``` + diff --git a/api-reference/v1.0/api/search-searchentity-post-bookmarks.md b/api-reference/v1.0/api/search-searchentity-post-bookmarks.md new file mode 100644 index 00000000000..5a8857a233a --- /dev/null +++ b/api-reference/v1.0/api/search-searchentity-post-bookmarks.md @@ -0,0 +1,116 @@ +--- +title: "Create bookmark" +description: "Create a new bookmark object." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: apiPageType +--- + +# Create bookmark +Namespace: microsoft.graph.search + +Create a new [bookmark](../resources/search-bookmark.md) object. + +[!INCLUDE [national-cloud-support](../../includes/global-only.md)] + +## Permissions +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). + + +[!INCLUDE [permissions-table](../includes/permissions/search-searchentity-post-bookmarks-permissions.md)] + +## HTTP request + + +```http +POST /search/bookmarks +``` + +## 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 [bookmark](../resources/search-bookmark.md) object. + +The following table shows the properties that are available when you create a [bookmark](../resources/search-bookmark.md). + +|Property|Type|Description| +|:---|:---|:---| +|displayName|String|Bookmark name displayed in search results. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|description|String|Bookmark description shown on search results page. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|webUrl|String|Bookmark URL link. When users click this bookmark in search results, they will go to this URL. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|categories|String collection|Categories commonly used to describe this bookmark. For example, IT and HR.| +|availabilityStartDateTime|DateTimeOffset|Timestamp of when the bookmark will start to appear as a search result. Set as `null` for always available.| +|availabilityEndDateTime|DateTimeOffset|Timestamp of when the bookmark will stop to appear as a search result. Set as `null` for always available.| +|languageTags|String collection|List of countries or regions able to view this bookmark.| +|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems able to view this bookmark. Possible values are: `unknown`, `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `androidASOP`.| +|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answerVariant.md) collection|Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations.| +|powerAppIds|String collection|List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks, such as to enter vacation time or to report expenses on the search results page.| +|keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this bookmark to appear in search results.| +|state|microsoft.graph.search.answerState|State of the bookmark. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| +|groupIds|String collection|List of security groups able to view this bookmark.| + + + +## Response + +If successful, this method returns a `201 Created` response code with the ID of the bookmark created. + +## Examples + +### Request + +```http +POST https://graph.microsoft.com/v1.0/search/bookmarks +Content-Type: application/json + +{ + "displayName": "Contoso Install Site", + "webUrl": "http://www.contoso.com/", + "description": "Try or buy Contoso for Home or Business and view product information", + "keywords": { + "keywords": ["Contoso", "install"], + "reservedKeywords": ["Contoso"], + "matchSimilarKeywords": true + }, + "availabilityStartDateTime": null, + "availabilityEndDateTime": null, + "platforms": ["windows"], + "targetedVariations": [ + { + "languageTag": "es-es", + "displayName": "Sitio de instalación Contoso", + "description": "Pruebe o compre Contoso hogar o negocios y vea la información del producto" + } + ], + "state": "published" +} +``` + + +### Response +Here is an example of the response. + +```http +HTTP/1.1 201 CREATED +Location: /733b26d5-af76-4eea-ac69-1a0ce8716897 +Content-Type: application/json + +{ + "id": "733b26d5-af76-4eea-ac69-1a0ce8716897" +} +``` + diff --git a/api-reference/v1.0/api/search-searchentity-post-qnas.md b/api-reference/v1.0/api/search-searchentity-post-qnas.md new file mode 100644 index 00000000000..fa1112cbf3f --- /dev/null +++ b/api-reference/v1.0/api/search-searchentity-post-qnas.md @@ -0,0 +1,109 @@ +--- +title: "Create qna" +description: "Create a new qna object." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: apiPageType +--- + +# Create qna +Namespace: microsoft.graph.search + +Create a new [qna](../resources/search-qna.md) object. + +[!INCLUDE [national-cloud-support](../../includes/global-only.md)] + +## Permissions +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). + + +[!INCLUDE [permissions-table](../includes/permissions/search-searchentity-post-qnas-permissions.md)] + +## HTTP request + + +``` http +POST /search/qnas +``` + +## 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 [qna](../resources/search-qna.md) object. + +The following table shows the properties that are available when you create a [qna](../resources/search-qna.md). + +|Property|Type|Description| +|:---|:---|:---| +|displayName|String|Question displayed in search results. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|description|String|Answer displayed in search results. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|webUrl|String|Qna URL link. When users select this qna in search results, they go to this URL. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|availabilityStartDateTime|DateTimeOffset|Timestamp of when the qna starts to appear as a search result. Set as `null` for always available.| +|availabilityEndDateTime|DateTimeOffset|Timestamp of when the qna stops to appear as a search result. Set as `null` for always available.| +|languageTags|String collection|List of countries or regions able to view this qna.| +|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems able to view this qna. Possible values are: `unknown`, `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `androidASOP`.| +|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answerVariant.md) collection|Variations of a qna for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| +|keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this qna to appear in search results.| +|state|microsoft.graph.search.answerState|State of the qna. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| +|groupIds|String collection|List of security groups able to view this qna.| + + + +## Response + +If successful, this method returns a `201 Created` response code with the ID of the question and answer created. + +## Examples + +### Request + +```http +POST https://graph.microsoft.com/v1.0/search/qnas +Content-Type: application/json + +{ + "displayName": "Global Country Holidays", + "webUrl": "http://www.contoso.com/", + "description": "The dates that Contoso offices will be closed to observe holidays. These dates may differ from the actual date of the holiday in cases where the holiday falls on a wee​kend.
2021 Dates Holiday
January 1, 2021 New Year's Day
January 18, 2021 Martin Luther King Day
February 15, 2021 Presidents Day
May 31, 2021 Memorial Day
July 5, 2021 Independence Day
September 6, 2021 Labor Day
November 25, 2021 - November 26, 2021 Thanksgiving Day and Day after Thanksgiving
December 23, 2021 - December 24, 2021 Christmas Eve and Christmas Day
", + "keywords": { + "keywords": ["new years day", "martin luther king day", "presidents day", "memorial day", "independence day", "labor day", "thanksgiving", "christmas"], + "reservedKeywords": ["holidays", "paid days off"], + "matchSimilarKeywords": true + }, + "availabilityStartDateTime": "2020-09-21T20:01:37Z", + "availabilityEndDateTime": "2021-12-31T20:01:37Z", + "languageTags": ["en-us"], + "platforms": ["ios"], + "state": "published" +} +``` + + +### Response +Here's an example of the response. + +```http +HTTP/1.1 201 CREATED +Location: /733b26d5-af76-4eea-ac69-1a0ce8716897 +Content-Type: application/json + +{ + "id": "733b26d5-af76-4eea-ac69-1a0ce8716897" +} +``` + diff --git a/api-reference/v1.0/resources/search-acronym.md b/api-reference/v1.0/resources/search-acronym.md new file mode 100644 index 00000000000..31745d2ee02 --- /dev/null +++ b/api-reference/v1.0/resources/search-acronym.md @@ -0,0 +1,69 @@ +--- +title: "acronym resource type" +description: "An acronym is an administrative answer in Microsoft Search results to define common acronyms in a organization." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: resourcePageType +--- + +# acronym resource type + +Namespace: microsoft.graph.search + +An acronym is an administrative answer in Microsoft Search results to define common acronyms in an organization. + +Inherits from [searchAnswer](../resources/search-searchAnswer.md). + +## Methods +|Method|Return type|Description| +|:---|:---|:---| +|[List acronyms](../api/search-searchentity-list-acronyms.md)|[microsoft.graph.search.acronym](../resources/search-acronym.md) collection|Get a list of the [acronym](../resources/search-acronym.md) objects and their properties.| +|[Create acronym](../api/search-searchentity-post-acronyms.md)|[microsoft.graph.search.acronym](../resources/search-acronym.md)|Create a new [acronym](../resources/search-acronym.md) object.| +|[Get acronym](../api/search-acronym-get.md)|[microsoft.graph.search.acronym](../resources/search-acronym.md)|Read the properties and relationships of an [acronym](../resources/search-acronym.md) object.| +|[Update acronym](../api/search-acronym-update.md)|[microsoft.graph.search.acronym](../resources/search-acronym.md)|Update the properties of an [acronym](../resources/search-acronym.md) object.| +|[Delete acronym](../api/search-acronym-delete.md)|None|Deletes an [acronym](../resources/search-acronym.md) object.| + +## Properties +|Property|Type|Description| +|:---|:---|:---| +|description|String|A brief description of the acronym that gives users more info about the acronym and what it stands for. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|displayName|String|The actual short form or acronym. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|id|String|The unique identifier (GUID) for the acronym. Inherited from [entity](../resources/entity.md).| +|lastModifiedBy|[microsoft.graph.identitySet](../resources/identityset.md)|Details of the user that created or last modified the acronym. Inherited from [searchAnswer](../resources/search-searchAnswer.md). Read-only.| +|lastModifiedDateTime|DateTimeOffset|Timestamp of when the acronym is created or edited. Inherited from [searchAnswer](../resources/search-searchAnswer.md). Read-only.| +|standsFor|String collection|What the acronym stands for.| +|state|microsoft.graph.search.answerState|State of the acronym. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| +|webUrl|String|The URL of the page or website where users can go for more information about the acronym. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| + +## Relationships +None. + +## JSON representation +The following is a JSON representation of the resource. + +``` json +{ + "@odata.type": "#microsoft.graph.search.acronym", + "id": "String (identifier)", + "displayName": "String", + "description": "String", + "webUrl": "String", + "lastModifiedBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "lastModifiedDateTime": "String (timestamp)", + "standsFor": [ + "String" + ], + "state": "String" +} +``` + diff --git a/api-reference/v1.0/resources/search-answerkeyword.md b/api-reference/v1.0/resources/search-answerkeyword.md new file mode 100644 index 00000000000..17081f5ba1c --- /dev/null +++ b/api-reference/v1.0/resources/search-answerkeyword.md @@ -0,0 +1,45 @@ +--- +title: "answerKeyword resource type" +description: "Answer keywords allow users to define words and phrases that will trigger an administrative search answer to appear in search results." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: resourcePageType +--- + +# answerKeyword resource type + +Namespace: microsoft.graph.search + +An answer keyword is used to configure words and phrases that will trigger an administrative search answer to appear in search results. + +## Properties +|Property|Type|Description| +|:---|:---|:---| +|keywords|String collection|A collection of keywords used to trigger the search answer.| +|matchSimilarKeywords|Boolean|If `true`, indicates that the search term contains similar words to the keywords that should trigger the search answer.| +|reservedKeywords|String collection|Unique keywords that will guarantee the search answer is triggered.| + +## Relationships +None. + +## JSON representation +The following is a JSON representation of the resource. + +``` json +{ + "@odata.type": "#microsoft.graph.search.answerKeyword", + "keywords": [ + "String" + ], + "reservedKeywords": [ + "String" + ], + "matchSimilarKeywords": "Boolean" +} +``` + diff --git a/api-reference/v1.0/resources/search-answervariant.md b/api-reference/v1.0/resources/search-answervariant.md new file mode 100644 index 00000000000..5108b2579ed --- /dev/null +++ b/api-reference/v1.0/resources/search-answervariant.md @@ -0,0 +1,46 @@ +--- +title: "answerVariant resource type" +description: "An answer variant can be used to change certain properties of a search answer based on country or platform." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: resourcePageType +--- + +# answerVariant resource type + +Namespace: microsoft.graph.search + +An answer variant can be used to change certain fields of a search answer based on country or platform. + +## Properties +|Property|Type|Description| +|:---|:---|:---| +|description|String|Answer variation description shown on search results page.| +|displayName|String|Answer variation name displayed in search results.| +|webUrl|String|Answer variation URL link. When users click this answer variation in search results, they will go to this URL.| +|languageTags|String collection|List of countries or regions able to view this search answer.| +|platforms|microsoft.graph.platform collection|List of devices and operating systems able to view this answer variation. Possible values are: `unknown`, `ios`, `android`, `windows`, `windowsMobile`, `macOS`.| + + +## Relationships +None. + +## JSON representation +The following is a JSON representation of the resource. + +``` json +{ + "@odata.type": "#microsoft.graph.search.answerVariant", + "displayName": "String", + "webUrl": "String", + "description": "String", + "languageTags": ["String"], + "platforms": ["String"] +} +``` + diff --git a/api-reference/v1.0/resources/search-bookmark.md b/api-reference/v1.0/resources/search-bookmark.md new file mode 100644 index 00000000000..a54b0473612 --- /dev/null +++ b/api-reference/v1.0/resources/search-bookmark.md @@ -0,0 +1,101 @@ +--- +title: "bookmark resource type" +description: "A bookmark is an administrative answer in Microsoft Search results for common search queries in an organization. A bookmark has many properties which allow administrators to make common resources more accessible in their organization." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: resourcePageType +--- + +# bookmark resource type + +Namespace: microsoft.graph.search + +A bookmark is an administrative answer in Microsoft Search results for common search queries in an organization. A bookmark has many properties which allow administrators to make common resources more accessible in their organization. + +Inherits from [searchAnswer](../resources/search-searchAnswer.md). + +## Methods +|Method|Return type|Description| +|:---|:---|:---| +|[List bookmarks](../api/search-searchentity-list-bookmarks.md)|[microsoft.graph.search.bookmark](../resources/search-bookmark.md) collection|Get a list of the [bookmark](../resources/search-bookmark.md) objects and their properties.| +|[Create bookmark](../api/search-searchentity-post-bookmarks.md)|[microsoft.graph.search.bookmark](../resources/search-bookmark.md)|Create a new [bookmark](../resources/search-bookmark.md) object.| +|[Get bookmark](../api/search-bookmark-get.md)|[microsoft.graph.search.bookmark](../resources/search-bookmark.md)|Read the properties and relationships of a [bookmark](../resources/search-bookmark.md) object.| +|[Update bookmark](../api/search-bookmark-update.md)|[microsoft.graph.search.bookmark](../resources/search-bookmark.md)|Update the properties of a [bookmark](../resources/search-bookmark.md) object.| +|[Delete bookmark](../api/search-bookmark-delete.md)|None|Deletes a [bookmark](../resources/search-bookmark.md) object.| + +## Properties +|Property|Type|Description| +|:---|:---|:---| +|id|String|The unique identifier (GUID) for the bookmark. Inherited from [entity](../resources/entity.md).| +|displayName|String|Bookmark name displayed in search results. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|description|String|Bookmark description shown on search results page. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|webUrl|String|Bookmark URL link. When users click this bookmark in search results, they will go to this URL. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|lastModifiedBy|[microsoft.graph.identitySet](../resources/identityset.md)|Details of the user that created or last modified the bookmark. Inherited from [searchAnswer](../resources/search-searchAnswer.md). Read-only.| +|lastModifiedDateTime|DateTimeOffset|Timestamp of when the bookmark is created or edited. Inherited from [searchAnswer](../resources/search-searchAnswer.md). Read-only. | +|categories|String collection|Categories commonly used to describe this bookmark. For example, IT and HR.| +|availabilityStartDateTime|DateTimeOffset|Timestamp of when the bookmark will start to appear as a search result. Set as `null` for always available.| +|availabilityEndDateTime|DateTimeOffset|Timestamp of when the bookmark will stop to appear as a search result. Set as `null` for always available.| +|languageTags|String collection|A list of language names that are geographically specific and that this bookmark can be viewed in. Each language tag value follows the pattern {language}-{region}. As an example, `en-us` is English as used in the United States. See [supported language tags](search-api-answers-overview.md#supported-language-tags) for the list of possible values.| +|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems able to view this bookmark. Possible values are: `unknown`, `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `androidASOP`.| +|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answerVariant.md) collection|Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations.| +|powerAppIds|String collection|List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks, such as to enter vacation time or to report expenses on the search results page.| +|keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this bookmark to appear in search results.| +|state|microsoft.graph.search.answerState|State of the bookmark. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| +|isSuggested|Boolean|True if this bookmark was suggested to the admin by a user or was mined and suggested by Microsoft. Read-only.| +|groupIds|String collection|List of security groups able to view this bookmark.| + +## Relationships +None. + +## JSON representation +The following is a JSON representation of the resource. + +``` json +{ + "@odata.type": "#microsoft.graph.search.bookmark", + "id": "String (identifier)", + "displayName": "String", + "description": "String", + "webUrl": "String", + "lastModifiedBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "lastModifiedDateTime": "String (timestamp)", + "categories": [ + "String" + ], + "availabilityStartDateTime": "String (timestamp)", + "availabilityEndDateTime": "String (timestamp)", + "languageTags": [ + "String" + ], + "platforms": [ + "String" + ], + "targetedVariations": [ + { + "@odata.type": "microsoft.graph.search.answerVariant" + } + ], + "powerAppIds": [ + "String" + ], + "keywords": { + "@odata.type": "microsoft.graph.search.answerKeyword" + }, + "state": "String", + "isSuggested": "Boolean", + "groupIds": [ + "String" + ] +} +``` + diff --git a/api-reference/v1.0/resources/search-qna.md b/api-reference/v1.0/resources/search-qna.md new file mode 100644 index 00000000000..3b5de543726 --- /dev/null +++ b/api-reference/v1.0/resources/search-qna.md @@ -0,0 +1,98 @@ +--- +title: "qna resource type" +description: "Represents a question and answer (Q&A) in Microsoft Search." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: resourcePageType +--- + +# qna resource type + +Namespace: microsoft.graph.search + +Q&As are administrative answer results in the search results page that provide answers for specific search keywords. Q&As allow administrators to answer the user's questions directly in search instead of providing a link to a webpage. A Q&A has many properties that allow administrators to make common resources more accessible in their organization. + +Inherits from [searchAnswer](../resources/search-searchanswer.md). + +## Methods + +|Method|Return type|Description| +|:---|:---|:---| +|[List qnas](../api/search-searchentity-list-qnas.md)|[microsoft.graph.search.qna](../resources/search-qna.md) collection|Get a list of the [qna](../resources/search-qna.md) objects and their properties.| +|[Create qna](../api/search-searchentity-post-qnas.md)|[microsoft.graph.search.qna](../resources/search-qna.md)|Create a new [qna](../resources/search-qna.md) object.| +|[Get qna](../api/search-qna-get.md)|[microsoft.graph.search.qna](../resources/search-qna.md)|Read the properties and relationships of a [qna](../resources/search-qna.md) object.| +|[Update qna](../api/search-qna-update.md)|[microsoft.graph.search.qna](../resources/search-qna.md)|Update the properties of a [qna](../resources/search-qna.md) object.| +|[Delete qna](../api/search-qna-delete.md)|None|Delete a [qna](../resources/search-qna.md) object.| + +## Properties + +|Property|Type|Description| +|:---|:---|:---| +|availabilityEndDateTime|DateTimeOffset|Timestamp of when the qna stops to appear as a search result. Set as `null` for always available.| +|availabilityStartDateTime|DateTimeOffset|Timestamp of when the qna starts to appear as a search result. Set as `null` for always available.| +|description|String|Answer displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|displayName|String|Question displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|groupIds|String collection|List of security groups able to view this qna.| +|id|String|The unique identifier (GUID) for the qna. Inherited from [entity](../resources/entity.md).| +|isSuggested|Boolean| True if a user or Microsoft suggested this qna to the admin. Read-only.| +|keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerkeyword.md)|Keywords that trigger this qna to appear in search results.| +|languageTags|String collection|A list of language names that are geographically specific and that this QnA can be viewed in. Each language tag value follows the pattern {language}-{region}. As an example, `en-us` is English as used in the United States. For the list of possible values, see [supported language tags](search-api-answers-overview.md#supported-language-tags). | +|lastModifiedBy|[microsoft.graph.identitySet](../resources/identityset.md)|Details of the user that created or last modified the qna. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only. | +|lastModifiedDateTime|DateTimeOffset| Timestamp of when the qna is created or edited. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only.| +|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems able to view this qna. Possible values are: `unknown`, `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `androidASOP`.| +|state|microsoft.graph.search.answerState|State of the qna. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| +|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a qna for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| +|webUrl|String|Qna URL link. When users select this qna in search results, they go to this URL. Inherited from [searchAnswer](../resources/search-searchanswer.md).| + +## Relationships + +None. + +## JSON representation + +Here's a JSON representation of the resource. + + +``` json +{ + "@odata.type": "#microsoft.graph.search.qna", + "availabilityEndDateTime": "String (timestamp)", + "availabilityStartDateTime": "String (timestamp)", + "description": "String", + "displayName": "String", + "groupIds": [ + "String" + ], + "id": "String (identifier)", + "isSuggested": "Boolean", + "keywords": { + "@odata.type": "microsoft.graph.search.answerKeyword" + }, + "languageTags": [ + "String" + ], + "lastModifiedBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "lastModifiedDateTime": "String (timestamp)", + "platforms": [ + "String" + ], + "state": "String", + "targetedVariations": [ + { + "@odata.type": "microsoft.graph.search.answerVariant" + } + ], + "webUrl": "String" +} +``` + diff --git a/api-reference/v1.0/resources/search-searchanswer.md b/api-reference/v1.0/resources/search-searchanswer.md new file mode 100644 index 00000000000..c75bdcce0b2 --- /dev/null +++ b/api-reference/v1.0/resources/search-searchanswer.md @@ -0,0 +1,55 @@ +--- +title: "searchAnswer resource type" +description: "The search answer is a base type for other search answers." +author: "jakeost-msft" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: resourcePageType +--- + +# searchAnswer resource type + +Namespace: microsoft.graph.search + +The search answer is a base type for other search answers, such as [acronym](../resources/search-acronym.md), [bookmark](../resources/search-bookmark.md), and [QnA](../resources/search-qna.md) resources. Includes properties that apply to other search answer entities. + + +Inherits from [entity](../resources/entity.md). + +## Properties +|Property|Type|Description| +|:---|:---|:---| +|id|String|The unique identifier (GUID) for the search answer. Inherited from [entity](../resources/entity.md).| +|displayName|String|Search answer name displayed in search results.| +|description|String|Search answer description shown on search results page.| +|webUrl|String|Search answer URL link. When users click this search answer in search results, they'll go to this URL.| +|lastModifiedBy|[microsoft.graph.identitySet](../resources/identityset.md)|Details of the user that created or last modified the search answer. Read-only.| +|lastModifiedDateTime|DateTimeOffset|Timestamp of when the search answer is created or edited. Read-only.| + +## Relationships +None. + +## JSON representation +Here's a JSON representation of the resource. + +``` json +{ + "@odata.type": "#microsoft.graph.search.searchAnswer", + "id": "String (identifier)", + "displayName": "String", + "description": "String", + "webUrl": "String", + "lastModifiedBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "lastModifiedDateTime": "String (timestamp)" +} +``` + From 5e4ebf034f126bdd193aeedf9460a27cf81aad28 Mon Sep 17 00:00:00 2001 From: yuanruiMicrosoft Date: Wed, 10 Jan 2024 11:11:01 +0800 Subject: [PATCH 002/259] add changelog --- changelog/Microsoft.Search.Admin.json | 100 +++++++++++++++++++++++++- 1 file changed, 99 insertions(+), 1 deletion(-) diff --git a/changelog/Microsoft.Search.Admin.json b/changelog/Microsoft.Search.Admin.json index 2160bebfdf0..6512819b521 100644 --- a/changelog/Microsoft.Search.Admin.json +++ b/changelog/Microsoft.Search.Admin.json @@ -65,6 +65,104 @@ "CreatedDateTime": "2022-02-28T21:05:19.767Z", "WorkloadArea": "Search", "SubArea": "" - } + }, + { + "ChangeList": [ + { + "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", + "ApiChange": "Resource", + "ChangedApiName": "searchEntity", + "ChangeType": "Addition", + "Description": "Added the [searchEntity](https://learn.microsoft.com/en-us/graph/api/resources/searchEntity?view=graph-rest-1.0) resource", + "Target": "searchEntity" + }, + { + "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", + "ApiChange": "Enumeration", + "ChangedApiName": "answerState", + "ChangeType": "Addition", + "Description": "Added the **answerState** enumeration type.", + "Target": "answerState" + }, + { + "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", + "ApiChange": "Resource", + "ChangedApiName": "answerKeyword", + "ChangeType": "Addition", + "Description": "Added the [answerKeyword](https://learn.microsoft.com/en-us/graph/api/resources/search-answerKeyword?view=graph-rest-1.0) resource type.", + "Target": "answerKeyword" + }, + { + "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", + "ApiChange": "Resource", + "ChangedApiName": "answerVariant", + "ChangeType": "Addition", + "Description": "Added the [answerVariant](https://learn.microsoft.com/en-us/graph/api/resources/search-answerVariant?view=graph-rest-1.0) resource type.", + "Target": "answerVariant" + }, + { + "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", + "ApiChange": "Resource", + "ChangedApiName": "identity", + "ChangeType": "Addition", + "Description": "Added the [identity](https://learn.microsoft.com/en-us/graph/api/resources/search-identity?view=graph-rest-1.0) resource type.", + "Target": "identity" + }, + { + "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", + "ApiChange": "Resource", + "ChangedApiName": "identitySet", + "ChangeType": "Addition", + "Description": "Added the [identitySet](https://learn.microsoft.com/en-us/graph/api/resources/search-identitySet?view=graph-rest-1.0) resource type.", + "Target": "identitySet" + }, + { + "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", + "ApiChange": "Resource", + "ChangedApiName": "acronym", + "ChangeType": "Addition", + "Description": "Added the [acronym](https://learn.microsoft.com/en-us/graph/api/resources/search-acronym?view=graph-rest-1.0) resource", + "Target": "acronym" + }, + { + "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", + "ApiChange": "Resource", + "ChangedApiName": "bookmark", + "ChangeType": "Addition", + "Description": "Added the [bookmark](https://learn.microsoft.com/en-us/graph/api/resources/search-bookmark?view=graph-rest-1.0) resource", + "Target": "bookmark" + }, + { + "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", + "ApiChange": "Resource", + "ChangedApiName": "qna", + "ChangeType": "Addition", + "Description": "Added the [qna](https://learn.microsoft.com/en-us/graph/api/resources/search-qna?view=graph-rest-1.0) resource", + "Target": "qna" + }, + { + "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", + "ApiChange": "Resource", + "ChangedApiName": "searchAnswer", + "ChangeType": "Addition", + "Description": "Added the [searchAnswer](https://learn.microsoft.com/en-us/graph/api/resources/search-searchAnswer?view=graph-rest-1.0) resource", + "Target": "searchAnswer" + }, + { + "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", + "ApiChange": "Enumeration", + "ChangedApiName": "devicePlatformType", + "ChangeType": "Addition", + "Description": "Added the **devicePlatformType** enumeration type.", + "Target": "devicePlatformType" + } + ], + "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", + "Cloud": "Review", + "Version": "v1.0", + "CreatedDateTime": "2024-01-10T02:21:22.6993295Z", + "WorkloadArea": "Microsoft.Search.Admin", + "SubArea": "" + } ] } From ab6591e9ff4826e30bf77c6a5030931655892f6f Mon Sep 17 00:00:00 2001 From: yuanruiMicrosoft Date: Wed, 10 Jan 2024 11:33:46 +0800 Subject: [PATCH 003/259] add toc --- .../resources/search-api-answers-overview.md | 74 +++++++++++++++++++ api-reference/v1.0/toc.yml | 43 +++++++++++ 2 files changed, 117 insertions(+) create mode 100644 api-reference/v1.0/resources/search-api-answers-overview.md diff --git a/api-reference/v1.0/resources/search-api-answers-overview.md b/api-reference/v1.0/resources/search-api-answers-overview.md new file mode 100644 index 00000000000..5badff9f999 --- /dev/null +++ b/api-reference/v1.0/resources/search-api-answers-overview.md @@ -0,0 +1,74 @@ +--- +title: "Use the Microsoft Search API to manage administrative answers" +description: "Use Microsoft Graph to manage administrative search answers in the Microsoft Search experience." +ms.localizationpriority: high +author: "jakeost-msft" +ms.prod: "search" +doc_type: conceptualPageType +--- + +# Use the Microsoft Search API to manage administrative answers + +You can use Microsoft Graph to [manage administrative search answer results](/graph/search-concept-answers) in the [Microsoft Search](/microsoftsearch/overview-microsoft-search) experience. + +Requests to manage administrative search answers are performed by global administrators, search administrators, search editors, or are performed on behalf of an application without the presence of a signed-in user, identified using an [access token with application permission](/graph/auth-v2-service). + +## Common use cases + +The use cases for the APIs in this section involve managing administrative answers such as acronyms, bookmarks, and QnAs for an organization. + +| Use cases | REST resources | +|:-------------------------------------------------|:--------------------------------------------| +| **Search answer actions** | | +| Create, update, or delete a search answer | [acronym](search-acronym.md), [bookmark](search-bookmark.md), [qna](search-qna.md) | + +## Supported language tags +A language tag of a [bookmark](search-bookmark.md) or [qna](search-qna.md) represents a geographically specific language in which that search answer (**bookmark** or **qna**) can be viewed. A language tag follows the pattern {language}-{region}. For information on the supported values for {language} and {region}, see [RFC 4646](https://datatracker.ietf.org/doc/html/rfc4646). + +> [!IMPORTANT] +> You must specify values for {language} and {region} in lower case. + +The following table lists the language tags, locales, and the corresponding country or region that you can set in the [Microsoft 365 admin center](https://admin.microsoft.com/) to publish a search answer. The **Locale** column describes the language as used in that country or region. + +| Supported language tag | Locale | Choice of country or region in Microsoft 365 admin center | +| ----------- | ---------- | ---------- | +|`es-ar`| Spanish (Argentina) | Argentina | +|`en-au`| English (Australia) | Australia | +|`de-at`| German (Austria) |Austria | +|`fr-be`| French (Belgium) |Belgium - French | +|`nl-be`| Dutch (Belgium) | Belgium - Dutch | +|`en-ca`| English (Canada) | Canada - English | +|`fr-ca`| French (Canada) | Canada - French | +|`fr-fr`| French (France) | France | +|`de-de`| German (Germany) | Germany | +|`zh-hk`| Chinese (Hong Kong) | Hong Kong | +|`en-in`| English (India) | India | +|`it-it`| Italian (Italy) | Italy | +|`pt-br`| Portuguese (Brazil) | Brazil | +|`en-id`| English (Indonesia) | Indonesia | +|`ja-jp`| Japanese (Japan) | Japan | +|`ko-kr`| Korean (South Korea) | Korea | +|`en-my`| English (Malaysia) | Malaysia | +|`es-mx`| Spanish (Mexico) | Mexico | +|`nl-nl`| Dutch (Netherlands) | Netherlands | +|`nb-no`| Norwegian Bokmål (Norway) | Norway | +|`zh-cn`| Chinese (China) | People's Republic of China | +|`pl-pl`| Polish (Poland) | Poland | +|`ru-ru`| Russian (Russia) | Russia | +|`ar-sa`| Arabic (Saudi Arabia) | Saudi Arabia | +|`sv-se`| Swedish (Sweden) | Sweden | +|`es-es`| Spanish (Spain) | Spain | +|`fr-ch`| French (Switzerland) | Switzerland - French | +|`de-ch`| German (Switzerland) | Switzerland - German | +|`en-za`| English (South Africa) | South Africa | +|`zh-tw`| Chinese (Taiwan) | Taiwan | +|`tr-tr`| Turkish (Turkey) | Turkey | +|`en-gb`| English (United Kingdom) | United Kingdom | +|`en-us`| English (United States) | United States - English | +|`es-us`| Spanish (United States) | United States - Spanish | + +## Next steps + +- Learn about [setting up administrative search answers for users in an organization](/graph/search-concept-answers). +- Drill down on the methods, properties, and relationships of the answer type resources: [bookmarks](search-bookmark.md), [acronyms](search-acronym.md), and [QnAs](search-qna.md). +- See the [Microsoft Search API overview](/graph/search-concept-overview). diff --git a/api-reference/v1.0/toc.yml b/api-reference/v1.0/toc.yml index 8ae3d0d2661..8b895be311f 100644 --- a/api-reference/v1.0/toc.yml +++ b/api-reference/v1.0/toc.yml @@ -7839,6 +7839,49 @@ items: href: resources/searchresponse.md - name: Query data href: api/search-query.md + - name: Answer + items: + - name: Overview + href: resources/search-api-answers-overview.md + - name: Acronym + href: resources/search-acronym.md + items: + - name: List acronyms + href: api/search-searchentity-list-acronyms.md + - name: Create acronym + href: api/search-searchentity-post-acronyms.md + - name: Get acronym + href: api/search-acronym-get.md + - name: Update acronym + href: api/search-acronym-update.md + - name: Delete acronym + href: api/search-acronym-delete.md + - name: Bookmark + href: resources/search-bookmark.md + items: + - name: List bookmarks + href: api/search-searchentity-list-bookmarks.md + - name: Create bookmark + href: api/search-searchentity-post-bookmarks.md + - name: Get bookmark + href: api/search-bookmark-get.md + - name: Update bookmark + href: api/search-bookmark-update.md + - name: Delete bookmark + href: api/search-bookmark-delete.md + - name: QnA + href: resources/search-qna.md + items: + - name: List qnas + href: api/search-searchentity-list-qnas.md + - name: Create qna + href: api/search-searchentity-post-qnas.md + - name: Get qna + href: api/search-qna-get.md + - name: Update qna + href: api/search-qna-update.md + - name: Delete qna + href: api/search-qna-delete.md - name: Security items: - name: Overview From 4244cbcac84d338b4f975d98179a897ee662954e Mon Sep 17 00:00:00 2001 From: yuanruiMicrosoft Date: Wed, 10 Jan 2024 13:41:42 +0800 Subject: [PATCH 004/259] delete identity and identityset for changelog --- changelog/Microsoft.Search.Admin.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/changelog/Microsoft.Search.Admin.json b/changelog/Microsoft.Search.Admin.json index 6512819b521..1f1a15bdc09 100644 --- a/changelog/Microsoft.Search.Admin.json +++ b/changelog/Microsoft.Search.Admin.json @@ -100,22 +100,6 @@ "Description": "Added the [answerVariant](https://learn.microsoft.com/en-us/graph/api/resources/search-answerVariant?view=graph-rest-1.0) resource type.", "Target": "answerVariant" }, - { - "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", - "ApiChange": "Resource", - "ChangedApiName": "identity", - "ChangeType": "Addition", - "Description": "Added the [identity](https://learn.microsoft.com/en-us/graph/api/resources/search-identity?view=graph-rest-1.0) resource type.", - "Target": "identity" - }, - { - "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", - "ApiChange": "Resource", - "ChangedApiName": "identitySet", - "ChangeType": "Addition", - "Description": "Added the [identitySet](https://learn.microsoft.com/en-us/graph/api/resources/search-identitySet?view=graph-rest-1.0) resource type.", - "Target": "identitySet" - }, { "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", "ApiChange": "Resource", From 1002868f2ae3ce42683f54900e121524d09d4c21 Mon Sep 17 00:00:00 2001 From: yuanruiMicrosoft Date: Wed, 10 Jan 2024 15:23:23 +0800 Subject: [PATCH 005/259] change permissions --- api-reference/v1.0/api/search-acronym-delete.md | 9 ++++++--- api-reference/v1.0/api/search-acronym-get.md | 9 ++++++--- api-reference/v1.0/api/search-acronym-update.md | 9 ++++++--- api-reference/v1.0/api/search-bookmark-delete.md | 9 ++++++--- api-reference/v1.0/api/search-bookmark-get.md | 9 ++++++--- api-reference/v1.0/api/search-bookmark-update.md | 9 ++++++--- api-reference/v1.0/api/search-qna-delete.md | 9 ++++++--- api-reference/v1.0/api/search-qna-get.md | 9 ++++++--- api-reference/v1.0/api/search-qna-update.md | 9 ++++++--- .../v1.0/api/search-searchentity-list-acronyms.md | 9 ++++++--- .../v1.0/api/search-searchentity-list-bookmarks.md | 9 ++++++--- api-reference/v1.0/api/search-searchentity-list-qnas.md | 9 ++++++--- .../v1.0/api/search-searchentity-post-acronyms.md | 9 ++++++--- .../v1.0/api/search-searchentity-post-bookmarks.md | 9 ++++++--- api-reference/v1.0/api/search-searchentity-post-qnas.md | 9 ++++++--- 15 files changed, 90 insertions(+), 45 deletions(-) diff --git a/api-reference/v1.0/api/search-acronym-delete.md b/api-reference/v1.0/api/search-acronym-delete.md index 02c19741cd3..7295df190e2 100644 --- a/api-reference/v1.0/api/search-acronym-delete.md +++ b/api-reference/v1.0/api/search-acronym-delete.md @@ -15,10 +15,13 @@ Deletes an [acronym](../resources/search-acronym.md) object. [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions -Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). - -[!INCLUDE [permissions-table](../includes/permissions/search-acronym-delete-permissions.md)] +|Permission type|Permissions (from least to most privileged)| +|:---|:---| +|Delegated (work or school account)| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | +|Delegated (personal Microsoft account)| Not supported. | +|Application| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | ## HTTP request diff --git a/api-reference/v1.0/api/search-acronym-get.md b/api-reference/v1.0/api/search-acronym-get.md index 72031ff330f..c3c8c216e8c 100644 --- a/api-reference/v1.0/api/search-acronym-get.md +++ b/api-reference/v1.0/api/search-acronym-get.md @@ -15,10 +15,13 @@ Read the properties and relationships of an [acronym](../resources/search-acrony [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions -Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). - -[!INCLUDE [permissions-table](../includes/permissions/search-acronym-get-permissions.md)] +|Permission type|Permissions (from least to most privileged)| +|:---|:---| +|Delegated (work or school account)| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | +|Delegated (personal Microsoft account)| Not supported. | +|Application| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | ## HTTP request diff --git a/api-reference/v1.0/api/search-acronym-update.md b/api-reference/v1.0/api/search-acronym-update.md index fe272b521cb..d707df21921 100644 --- a/api-reference/v1.0/api/search-acronym-update.md +++ b/api-reference/v1.0/api/search-acronym-update.md @@ -15,10 +15,13 @@ Update the properties of an [acronym](../resources/search-acronym.md) object. [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions -Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). - -[!INCLUDE [permissions-table](../includes/permissions/search-acronym-update-permissions.md)] +|Permission type|Permissions (from least to most privileged)| +|:---|:---| +|Delegated (work or school account)| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | +|Delegated (personal Microsoft account)| Not supported. | +|Application| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | ## HTTP request diff --git a/api-reference/v1.0/api/search-bookmark-delete.md b/api-reference/v1.0/api/search-bookmark-delete.md index bc592f0819f..cf694ebb3ab 100644 --- a/api-reference/v1.0/api/search-bookmark-delete.md +++ b/api-reference/v1.0/api/search-bookmark-delete.md @@ -15,10 +15,13 @@ Delete a [bookmark](../resources/search-bookmark.md) object. [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions -Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). - -[!INCLUDE [permissions-table](../includes/permissions/search-bookmark-delete-permissions.md)] +|Permission type|Permissions (from least to most privileged)| +|:---|:---| +|Delegated (work or school account)| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | +|Delegated (personal Microsoft account)| Not supported. | +|Application| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | ## HTTP request diff --git a/api-reference/v1.0/api/search-bookmark-get.md b/api-reference/v1.0/api/search-bookmark-get.md index 6c6fdb6078c..734b305791d 100644 --- a/api-reference/v1.0/api/search-bookmark-get.md +++ b/api-reference/v1.0/api/search-bookmark-get.md @@ -16,10 +16,13 @@ Read the properties and relationships of a [bookmark](../resources/search-bookma [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions -Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). - -[!INCLUDE [permissions-table](../includes/permissions/search-bookmark-get-permissions.md)] +|Permission type|Permissions (from least to most privileged)| +|:---|:---| +|Delegated (work or school account)| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | +|Delegated (personal Microsoft account)| Not supported. | +|Application| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | ## HTTP request diff --git a/api-reference/v1.0/api/search-bookmark-update.md b/api-reference/v1.0/api/search-bookmark-update.md index 6cfb6d3eb94..9fe65e03ca3 100644 --- a/api-reference/v1.0/api/search-bookmark-update.md +++ b/api-reference/v1.0/api/search-bookmark-update.md @@ -15,10 +15,13 @@ Update the properties of a [bookmark](../resources/search-bookmark.md) object. [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions -Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). - -[!INCLUDE [permissions-table](../includes/permissions/search-bookmark-update-permissions.md)] +|Permission type|Permissions (from least to most privileged)| +|:---|:---| +|Delegated (work or school account)| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | +|Delegated (personal Microsoft account)| Not supported. | +|Application| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | ## HTTP request diff --git a/api-reference/v1.0/api/search-qna-delete.md b/api-reference/v1.0/api/search-qna-delete.md index 9762b520af9..915f422edc4 100644 --- a/api-reference/v1.0/api/search-qna-delete.md +++ b/api-reference/v1.0/api/search-qna-delete.md @@ -15,10 +15,13 @@ Delete a [qna](../resources/search-qna.md) object. [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions -Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). - -[!INCLUDE [permissions-table](../includes/permissions/search-qna-delete-permissions.md)] +|Permission type|Permissions (from least to most privileged)| +|:---|:---| +|Delegated (work or school account)| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | +|Delegated (personal Microsoft account)| Not supported. | +|Application| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | ## HTTP request diff --git a/api-reference/v1.0/api/search-qna-get.md b/api-reference/v1.0/api/search-qna-get.md index c0fd5e58f4e..fedbdad8e0f 100644 --- a/api-reference/v1.0/api/search-qna-get.md +++ b/api-reference/v1.0/api/search-qna-get.md @@ -15,10 +15,13 @@ Read the properties and relationships of a [qna](../resources/search-qna.md) obj [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions -Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). - -[!INCLUDE [permissions-table](../includes/permissions/search-qna-get-permissions.md)] +|Permission type|Permissions (from least to most privileged)| +|:---|:---| +|Delegated (work or school account)| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | +|Delegated (personal Microsoft account)| Not supported. | +|Application| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | ## HTTP request diff --git a/api-reference/v1.0/api/search-qna-update.md b/api-reference/v1.0/api/search-qna-update.md index 7bed80d3860..50935b04a96 100644 --- a/api-reference/v1.0/api/search-qna-update.md +++ b/api-reference/v1.0/api/search-qna-update.md @@ -15,10 +15,13 @@ Update the properties of a [qna](../resources/search-qna.md) object. [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions -Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). - -[!INCLUDE [permissions-table](../includes/permissions/search-qna-update-permissions.md)] +|Permission type|Permissions (from least to most privileged)| +|:---|:---| +|Delegated (work or school account)| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | +|Delegated (personal Microsoft account)| Not supported. | +|Application| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | ## HTTP request diff --git a/api-reference/v1.0/api/search-searchentity-list-acronyms.md b/api-reference/v1.0/api/search-searchentity-list-acronyms.md index 06af9c456c3..8854856d6fd 100644 --- a/api-reference/v1.0/api/search-searchentity-list-acronyms.md +++ b/api-reference/v1.0/api/search-searchentity-list-acronyms.md @@ -16,10 +16,13 @@ Get a list of the [acronym](../resources/search-acronym.md) objects and their pr [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions -Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). - -[!INCLUDE [permissions-table](../includes/permissions/search-searchentity-list-acronyms-permissions.md)] +|Permission type|Permissions (from least to most privileged)| +|:---|:---| +|Delegated (work or school account)| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | +|Delegated (personal Microsoft account)| Not supported. | +|Application| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | ## HTTP request diff --git a/api-reference/v1.0/api/search-searchentity-list-bookmarks.md b/api-reference/v1.0/api/search-searchentity-list-bookmarks.md index 5ef864bf7c6..b845f0ddc38 100644 --- a/api-reference/v1.0/api/search-searchentity-list-bookmarks.md +++ b/api-reference/v1.0/api/search-searchentity-list-bookmarks.md @@ -16,10 +16,13 @@ Get a list of [bookmark](../resources/search-bookmark.md) objects and their prop [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions -Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). - -[!INCLUDE [permissions-table](../includes/permissions/search-searchentity-list-bookmarks-permissions.md)] +|Permission type|Permissions (from least to most privileged)| +|:---|:---| +|Delegated (work or school account)| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | +|Delegated (personal Microsoft account)| Not supported. | +|Application| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | ## HTTP request diff --git a/api-reference/v1.0/api/search-searchentity-list-qnas.md b/api-reference/v1.0/api/search-searchentity-list-qnas.md index c767f7d4275..38e009df58f 100644 --- a/api-reference/v1.0/api/search-searchentity-list-qnas.md +++ b/api-reference/v1.0/api/search-searchentity-list-qnas.md @@ -16,10 +16,13 @@ Get a list of the [qna](../resources/search-qna.md) objects and their properties [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions -Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). - -[!INCLUDE [permissions-table](../includes/permissions/search-searchentity-list-qnas-permissions.md)] +|Permission type|Permissions (from least to most privileged)| +|:---|:---| +|Delegated (work or school account)| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | +|Delegated (personal Microsoft account)| Not supported. | +|Application| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | ## HTTP request diff --git a/api-reference/v1.0/api/search-searchentity-post-acronyms.md b/api-reference/v1.0/api/search-searchentity-post-acronyms.md index 3c3442a5f8e..4e161202b45 100644 --- a/api-reference/v1.0/api/search-searchentity-post-acronyms.md +++ b/api-reference/v1.0/api/search-searchentity-post-acronyms.md @@ -16,10 +16,13 @@ Create a new [acronym](../resources/search-acronym.md) object. [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions -Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). - -[!INCLUDE [permissions-table](../includes/permissions/search-searchentity-post-acronyms-permissions.md)] +|Permission type|Permissions (from least to most privileged)| +|:---|:---| +|Delegated (work or school account)| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | +|Delegated (personal Microsoft account)| Not supported. | +|Application| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | ## HTTP request diff --git a/api-reference/v1.0/api/search-searchentity-post-bookmarks.md b/api-reference/v1.0/api/search-searchentity-post-bookmarks.md index 5a8857a233a..da616e3388d 100644 --- a/api-reference/v1.0/api/search-searchentity-post-bookmarks.md +++ b/api-reference/v1.0/api/search-searchentity-post-bookmarks.md @@ -15,10 +15,13 @@ Create a new [bookmark](../resources/search-bookmark.md) object. [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions -Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). - -[!INCLUDE [permissions-table](../includes/permissions/search-searchentity-post-bookmarks-permissions.md)] +|Permission type|Permissions (from least to most privileged)| +|:---|:---| +|Delegated (work or school account)| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | +|Delegated (personal Microsoft account)| Not supported. | +|Application| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | ## HTTP request diff --git a/api-reference/v1.0/api/search-searchentity-post-qnas.md b/api-reference/v1.0/api/search-searchentity-post-qnas.md index fa1112cbf3f..b51524e12b8 100644 --- a/api-reference/v1.0/api/search-searchentity-post-qnas.md +++ b/api-reference/v1.0/api/search-searchentity-post-qnas.md @@ -15,10 +15,13 @@ Create a new [qna](../resources/search-qna.md) object. [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions -Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). - -[!INCLUDE [permissions-table](../includes/permissions/search-searchentity-post-qnas-permissions.md)] +|Permission type|Permissions (from least to most privileged)| +|:---|:---| +|Delegated (work or school account)| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | +|Delegated (personal Microsoft account)| Not supported. | +|Application| SearchConfiguration.Read.All, SearchConfiguration.ReadWrite.All | ## HTTP request From d31ef3995d7b1d2c7e765f0b70eddd49d9fbc026 Mon Sep 17 00:00:00 2001 From: yuanruiMicrosoft Date: Wed, 10 Jan 2024 15:35:05 +0800 Subject: [PATCH 006/259] add enum search and searchEntity --- api-reference/v1.0/resources/enums-search.md | 28 ++++++++++++++++++++ api-reference/v1.0/resources/searchentity.md | 10 +++++-- 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 api-reference/v1.0/resources/enums-search.md diff --git a/api-reference/v1.0/resources/enums-search.md b/api-reference/v1.0/resources/enums-search.md new file mode 100644 index 00000000000..30ae7bf8247 --- /dev/null +++ b/api-reference/v1.0/resources/enums-search.md @@ -0,0 +1,28 @@ +--- +title: "Search enum values" +description: "Microsoft Graph search enumeration values." +doc_type: enumPageType +ms.localizationpriority: medium +ms.prod: "search" +author: "jakeost-msft" +--- + +# Search enum values + +Namespace: microsoft.graph.search + +### answerState values + +|Member| +|:---| +|Published| +|Draft| +|Excluded| +|unknownFutureValue| + + \ No newline at end of file diff --git a/api-reference/v1.0/resources/searchentity.md b/api-reference/v1.0/resources/searchentity.md index 40411a62b6d..05768e07515 100644 --- a/api-reference/v1.0/resources/searchentity.md +++ b/api-reference/v1.0/resources/searchentity.md @@ -11,7 +11,9 @@ doc_type: "resourcePageType" Namespace: microsoft.graph -A top level object representing the Microsoft Search API endpoint. It does not behave as any other resource in Graph, but serves as an anchor to the [query](../api/search-query.md) action. +A top level object that represents the Microsoft Search API endpoint. + +It serves as an anchor to the [query](../api/search-query.md) action and search answer relationships such as [acronyms](../resources/search-acronym.md), [bookmarks](../resources/search-bookmark.md), and [qnas](../resources/search-qna.md). [!INCLUDE [search-api-preview](../../includes/search-api-preview-signup.md)] @@ -24,7 +26,11 @@ A top level object representing the Microsoft Search API endpoint. It does not b None. ## Relationships -None. +| Relationship | Type |Description| +|:---------------|:--------|:----------| +| acronyms | [microsoft.graph.search.acronym](../resources/search-acronym.md) collection | Administrative answer in Microsoft Search results to define common acronyms in a organization. | +| bookmarks | [microsoft.graph.search.bookmark](../resources/search-bookmark.md) collection | Administrative answer in Microsoft Search results for common search queries in an organization. | +| qnas | [microsoft.graph.search.qna](../resources/search-qna.md) collection | Administrative answer in Microsoft Search results which provide answers for specific search keywords in an organization. | ## JSON representation The following is a JSON representation of the resource. From b49f8b9189654f781a575c82116916f5e63a0c77 Mon Sep 17 00:00:00 2001 From: yuanruiMicrosoft Date: Wed, 10 Jan 2024 15:52:48 +0800 Subject: [PATCH 007/259] delete searchEntity and devicePlatformType for changelog --- changelog/Microsoft.Search.Admin.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/changelog/Microsoft.Search.Admin.json b/changelog/Microsoft.Search.Admin.json index 1f1a15bdc09..ed025e76b8b 100644 --- a/changelog/Microsoft.Search.Admin.json +++ b/changelog/Microsoft.Search.Admin.json @@ -68,14 +68,6 @@ }, { "ChangeList": [ - { - "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", - "ApiChange": "Resource", - "ChangedApiName": "searchEntity", - "ChangeType": "Addition", - "Description": "Added the [searchEntity](https://learn.microsoft.com/en-us/graph/api/resources/searchEntity?view=graph-rest-1.0) resource", - "Target": "searchEntity" - }, { "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", "ApiChange": "Enumeration", @@ -131,14 +123,6 @@ "ChangeType": "Addition", "Description": "Added the [searchAnswer](https://learn.microsoft.com/en-us/graph/api/resources/search-searchAnswer?view=graph-rest-1.0) resource", "Target": "searchAnswer" - }, - { - "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", - "ApiChange": "Enumeration", - "ChangedApiName": "devicePlatformType", - "ChangeType": "Addition", - "Description": "Added the **devicePlatformType** enumeration type.", - "Target": "devicePlatformType" } ], "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", From 4e250688eede3a709409259a28d6baf8c77cc632 Mon Sep 17 00:00:00 2001 From: yuanruiMicrosoft Date: Wed, 10 Jan 2024 16:57:06 +0800 Subject: [PATCH 008/259] add device type enum --- .../resources/search-deviceplatformtype.md | 30 +++++++++++++++++++ changelog/Microsoft.Search.Admin.json | 16 ++++++++++ 2 files changed, 46 insertions(+) create mode 100644 api-reference/v1.0/resources/search-deviceplatformtype.md diff --git a/api-reference/v1.0/resources/search-deviceplatformtype.md b/api-reference/v1.0/resources/search-deviceplatformtype.md new file mode 100644 index 00000000000..dcb65cb8dbe --- /dev/null +++ b/api-reference/v1.0/resources/search-deviceplatformtype.md @@ -0,0 +1,30 @@ +--- +title: "devicePlatformType enum type" +description: "Supported platform types." +author: "yuanrui" +localization_priority: Normal +ms.prod: "search" +doc_type: enumPageType +--- + +# devicePlatformType 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. + +Supported platform types. + +## Members +|Member|Value|Description| +|:---|:---|:---| +|android|0|Android.| +|androidForWork|1|AndroidForWork.| +|iOS|2|iOS.| +|macOS|3|MacOS.| +|windowsPhone81|4|WindowsPhone 8.1.| +|windows81AndLater|5|Windows 8.1 and later| +|windows10AndLater|6|Windows 10 and later.| +|androidWorkProfile|7|Android Work Profile.| +|unknown|8|Unknown.| +|androidAOSP|9|Android AOSP.| diff --git a/changelog/Microsoft.Search.Admin.json b/changelog/Microsoft.Search.Admin.json index ed025e76b8b..ed080463082 100644 --- a/changelog/Microsoft.Search.Admin.json +++ b/changelog/Microsoft.Search.Admin.json @@ -75,6 +75,14 @@ "ChangeType": "Addition", "Description": "Added the **answerState** enumeration type.", "Target": "answerState" + }, + { + "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", + "ApiChange": "Resource", + "ChangedApiName": "searchEntity", + "ChangeType": "Addition", + "Description": "Added the [searchEntity](https://learn.microsoft.com/en-us/graph/api/resources/searchEntity?view=graph-rest-1.0) resource", + "Target": "searchEntity" }, { "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", @@ -123,6 +131,14 @@ "ChangeType": "Addition", "Description": "Added the [searchAnswer](https://learn.microsoft.com/en-us/graph/api/resources/search-searchAnswer?view=graph-rest-1.0) resource", "Target": "searchAnswer" + }, + { + "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", + "ApiChange": "Enumeration", + "ChangedApiName": "devicePlatformType", + "ChangeType": "Addition", + "Description": "Added the **devicePlatformType** enumeration type.", + "Target": "devicePlatformType" } ], "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", From 88bb739073bd87ceedd7f21805538ede909681c7 Mon Sep 17 00:00:00 2001 From: yuanruiMicrosoft Date: Wed, 10 Jan 2024 17:35:56 +0800 Subject: [PATCH 009/259] add platform enum --- .../resources/search-deviceplatformtype.md | 2 +- .../v1.0/resources/search-platform.md | 26 +++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 api-reference/v1.0/resources/search-platform.md diff --git a/api-reference/v1.0/resources/search-deviceplatformtype.md b/api-reference/v1.0/resources/search-deviceplatformtype.md index dcb65cb8dbe..ee3b63f7de0 100644 --- a/api-reference/v1.0/resources/search-deviceplatformtype.md +++ b/api-reference/v1.0/resources/search-deviceplatformtype.md @@ -2,7 +2,7 @@ title: "devicePlatformType enum type" description: "Supported platform types." author: "yuanrui" -localization_priority: Normal +ms.localizationpriority: medium ms.prod: "search" doc_type: enumPageType --- diff --git a/api-reference/v1.0/resources/search-platform.md b/api-reference/v1.0/resources/search-platform.md new file mode 100644 index 00000000000..f162fd2e128 --- /dev/null +++ b/api-reference/v1.0/resources/search-platform.md @@ -0,0 +1,26 @@ +--- +title: "platform enum type" +description: "Supported platform types." +author: "yuanrui" +ms.localizationpriority: medium +ms.prod: "search" +doc_type: enumPageType +--- + +# platform 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. + +Not yet documented + +## Members +|Member|Value|Description| +|:---|:---|:---| +|unknown|0|Unknown device platform| +|ios|1|IOS device platform| +|android|2|Android device platform| +|windows|3|Windows device platform| +|windowsMobile|4|WindowsMobile device platform| +|macOS|5|Mac device platform| \ No newline at end of file From 1034ca56eec4e4f5e0c2b1ceae3101d5122ba799 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Mon, 15 Jan 2024 05:56:06 +0100 Subject: [PATCH 010/259] Update enums-search.md Edit. --- api-reference/v1.0/resources/enums-search.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-reference/v1.0/resources/enums-search.md b/api-reference/v1.0/resources/enums-search.md index 30ae7bf8247..d780cfa9d14 100644 --- a/api-reference/v1.0/resources/enums-search.md +++ b/api-reference/v1.0/resources/enums-search.md @@ -15,9 +15,9 @@ Namespace: microsoft.graph.search |Member| |:---| -|Published| -|Draft| -|Excluded| +|published| +|draft| +|excluded| |unknownFutureValue| \ No newline at end of file +--> From e72f201cca30f66400e3a695a2aba02c88e84928 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Mon, 15 Jan 2024 05:56:33 +0100 Subject: [PATCH 011/259] Update enums-search.md Edit. --- api-reference/beta/resources/enums-search.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-reference/beta/resources/enums-search.md b/api-reference/beta/resources/enums-search.md index f41242e069f..675f63dd0a9 100644 --- a/api-reference/beta/resources/enums-search.md +++ b/api-reference/beta/resources/enums-search.md @@ -17,9 +17,9 @@ Namespace: microsoft.graph.search |Member| |:---| -|Published| -|Draft| -|Excluded| +|published| +|draft| +|excluded| |unknownFutureValue| \ No newline at end of file +--> From ca54542980244e72768b06b2db41708d52e0bac9 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Mon, 15 Jan 2024 06:22:32 +0100 Subject: [PATCH 012/259] Update search-acronym.md Edit. --- .../beta/resources/search-acronym.md | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/api-reference/beta/resources/search-acronym.md b/api-reference/beta/resources/search-acronym.md index 9488d333f6d..f3b34f6f755 100644 --- a/api-reference/beta/resources/search-acronym.md +++ b/api-reference/beta/resources/search-acronym.md @@ -1,6 +1,6 @@ --- title: "acronym resource type" -description: "An acronym is an administrative answer in Microsoft Search results to define common acronyms in a organization." +description: "Represents an acronym that is an administrative answer in Microsoft Search results to define common acronyms in an organization." author: "jakeost-msft" ms.localizationpriority: medium ms.prod: "search" @@ -13,36 +13,41 @@ Namespace: microsoft.graph.search [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -An acronym is an administrative answer in Microsoft Search results to define common acronyms in an organization. +Represents an acronym that is an administrative answer in Microsoft Search results to define common acronyms in an organization. -Inherits from [searchAnswer](../resources/search-searchAnswer.md). +Inherits from [searchAnswer](../resources/search-searchanswer.md). ## Methods + |Method|Return type|Description| |:---|:---|:---| |[List acronyms](../api/search-searchentity-list-acronyms.md)|[microsoft.graph.search.acronym](../resources/search-acronym.md) collection|Get a list of the [acronym](../resources/search-acronym.md) objects and their properties.| |[Create acronym](../api/search-searchentity-post-acronyms.md)|[microsoft.graph.search.acronym](../resources/search-acronym.md)|Create a new [acronym](../resources/search-acronym.md) object.| |[Get acronym](../api/search-acronym-get.md)|[microsoft.graph.search.acronym](../resources/search-acronym.md)|Read the properties and relationships of an [acronym](../resources/search-acronym.md) object.| |[Update acronym](../api/search-acronym-update.md)|[microsoft.graph.search.acronym](../resources/search-acronym.md)|Update the properties of an [acronym](../resources/search-acronym.md) object.| -|[Delete acronym](../api/search-acronym-delete.md)|None|Deletes an [acronym](../resources/search-acronym.md) object.| +|[Delete acronym](../api/search-acronym-delete.md)|None|Delete an [acronym](../resources/search-acronym.md) object.| ## Properties + |Property|Type|Description| |:---|:---|:---| -|description|String|A brief description of the acronym that gives users more info about the acronym and what it stands for. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|displayName|String|The actual short form or acronym. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|description|String|A brief description of the acronym that gives users more information about the acronym and what it stands for. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|displayName|String|The actual short form or acronym. Inherited from [searchAnswer](../resources/search-searchanswer.md).| |id|String|The unique identifier (GUID) for the acronym. Inherited from [entity](../resources/entity.md).| -|lastModifiedBy|[microsoft.graph.identitySet](../resources/identityset.md)|Details of the user that created or last modified the acronym. Inherited from [searchAnswer](../resources/search-searchAnswer.md). Read-only.| -|lastModifiedDateTime|DateTimeOffset|Timestamp of when the acronym is created or edited. Inherited from [searchAnswer](../resources/search-searchAnswer.md). Read-only.| +|lastModifiedBy|[microsoft.graph.identitySet](../resources/identityset.md)|Details of the user who created or last modified the acronym. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only.| +|lastModifiedDateTime|DateTimeOffset|Date and time when the acronym was created or last edited. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only.| |standsFor|String collection|What the acronym stands for.| -|state|microsoft.graph.search.answerState|State of the acronym. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| -|webUrl|String|The URL of the page or website where users can go for more information about the acronym. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|state|microsoft.graph.search.answerState|State of the acronym. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| +|webUrl|String|The URL of the page or website where users can go for more information about the acronym. Inherited from [searchAnswer](../resources/search-searchanswer.md).| ## Relationships + None. ## JSON representation -The following is a JSON representation of the resource. + +The following JSON representation shows the resource type. + ``` json { - + "@odata.type": "#microsoft.graph.searchEntity" } ``` From 1cefee038d682af9a600c5e0120a964ff3281bac Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Tue, 16 Jan 2024 06:34:05 +0100 Subject: [PATCH 030/259] Update searchentity.md Edit. --- api-reference/v1.0/resources/searchentity.md | 24 +++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/api-reference/v1.0/resources/searchentity.md b/api-reference/v1.0/resources/searchentity.md index 05768e07515..f2a53ccb007 100644 --- a/api-reference/v1.0/resources/searchentity.md +++ b/api-reference/v1.0/resources/searchentity.md @@ -1,6 +1,6 @@ --- title: "searchEntity resource type" -description: "A top level object representing the Microsoft Search API endpoint." +description: "A top level object that represents the Microsoft Search API endpoint." ms.localizationpriority: medium author: "njerigrevious" ms.prod: "search" @@ -13,27 +13,32 @@ Namespace: microsoft.graph A top level object that represents the Microsoft Search API endpoint. -It serves as an anchor to the [query](../api/search-query.md) action and search answer relationships such as [acronyms](../resources/search-acronym.md), [bookmarks](../resources/search-bookmark.md), and [qnas](../resources/search-qna.md). +The **searchEntity** resource serves as an anchor to the [query](../api/search-query.md) action and search answer relationships with the following resources: [acronym](../resources/search-acronym.md), [bookmark](../resources/search-bookmark.md), and [qna](../resources/search-qna.md). [!INCLUDE [search-api-preview](../../includes/search-api-preview-signup.md)] ## Methods + |Method|Return type|Description| |:---|:---|:---| -|[query](../api/search-query.md) |[searchResponse](searchresponse.md) collection | Runs the query specified in the request body. | +|[query](../api/search-query.md) |[searchResponse](searchresponse.md) collection | Run the query specified in the request body. | ## Properties + None. ## Relationships + | Relationship | Type |Description| |:---------------|:--------|:----------| | acronyms | [microsoft.graph.search.acronym](../resources/search-acronym.md) collection | Administrative answer in Microsoft Search results to define common acronyms in a organization. | | bookmarks | [microsoft.graph.search.bookmark](../resources/search-bookmark.md) collection | Administrative answer in Microsoft Search results for common search queries in an organization. | -| qnas | [microsoft.graph.search.qna](../resources/search-qna.md) collection | Administrative answer in Microsoft Search results which provide answers for specific search keywords in an organization. | +| qnas | [microsoft.graph.search.qna](../resources/search-qna.md) collection | Administrative answer in Microsoft Search results that provide answers for specific search keywords in an organization. | ## JSON representation -The following is a JSON representation of the resource. + +The following JSON representation shows the resource type. + ``` json { - + "@odata.type": "#microsoft.graph.searchEntity" } ``` - -## Next steps +## See also Explore the [query](../api/search-query.md) action. @@ -56,10 +60,8 @@ Explore the [query](../api/search-query.md) action. 2019-02-04 14:57:30 UTC --> - - From 6ef49119968d5089b9ff2f1acc82285a0bba59bc Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Tue, 16 Jan 2024 06:37:33 +0100 Subject: [PATCH 031/259] Update search-platform.md Edit. --- api-reference/v1.0/resources/search-platform.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-reference/v1.0/resources/search-platform.md b/api-reference/v1.0/resources/search-platform.md index f162fd2e128..40eac7ca3a4 100644 --- a/api-reference/v1.0/resources/search-platform.md +++ b/api-reference/v1.0/resources/search-platform.md @@ -1,6 +1,6 @@ --- title: "platform enum type" -description: "Supported platform types." +description: "Represents supported platform types." author: "yuanrui" ms.localizationpriority: medium ms.prod: "search" @@ -13,7 +13,7 @@ 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 +Represents supported platform types. ## Members |Member|Value|Description| @@ -23,4 +23,4 @@ Not yet documented |android|2|Android device platform| |windows|3|Windows device platform| |windowsMobile|4|WindowsMobile device platform| -|macOS|5|Mac device platform| \ No newline at end of file +|macOS|5|Mac device platform| From 8c56ca561af8dda6ee7aeaf1b89b29b4cbf513f3 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Tue, 16 Jan 2024 06:39:14 +0100 Subject: [PATCH 032/259] Update search-platform.md Edit. --- api-reference/v1.0/resources/search-platform.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/api-reference/v1.0/resources/search-platform.md b/api-reference/v1.0/resources/search-platform.md index 40eac7ca3a4..9a397dfbbe1 100644 --- a/api-reference/v1.0/resources/search-platform.md +++ b/api-reference/v1.0/resources/search-platform.md @@ -16,11 +16,12 @@ Namespace: microsoft.graph Represents supported platform types. ## Members + |Member|Value|Description| |:---|:---|:---| -|unknown|0|Unknown device platform| -|ios|1|IOS device platform| -|android|2|Android device platform| -|windows|3|Windows device platform| -|windowsMobile|4|WindowsMobile device platform| -|macOS|5|Mac device platform| +|unknown|0|Unknown device platform.| +|ios|1|IOS device platform.| +|android|2|Android device platform.| +|windows|3|Windows device platform.| +|windowsMobile|4|Windows Mobile device platform.| +|macOS|5|Mac device platform.| From 9fec4e7e2c356e1961bd6d5408a2ef546400f0f3 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Tue, 16 Jan 2024 06:49:01 +0100 Subject: [PATCH 033/259] Update enums.md Edit. --- api-reference/beta/resources/enums.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/api-reference/beta/resources/enums.md b/api-reference/beta/resources/enums.md index 4f5e1ae42c6..737d38f0389 100644 --- a/api-reference/beta/resources/enums.md +++ b/api-reference/beta/resources/enums.md @@ -4592,3 +4592,29 @@ Possible values for user account types (group membership), per Windows definitio |notConfigured| |noRecentDataCollected| |unknownFutureValue| + +### devicePlatformType values + +| Member | +|:-------------------| +| android | +| androidForWork | +| iOS | +| macOS | +| windowsPhone81 | +| windows81AndLater | +| windows10AndLater | +| androidWorkProfile | +| unknown | +| androidAOSP | + +### platform values + +| Member | +|:--------------| +| unknown | +| ios | +| android | +| windows | +| windowsMobile | +| macOS | From 7f973e3cb8c19fd38a7ab9a0e8187fcfd7919f52 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Tue, 16 Jan 2024 06:49:20 +0100 Subject: [PATCH 034/259] Update enums.md Edit. --- api-reference/v1.0/resources/enums.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/api-reference/v1.0/resources/enums.md b/api-reference/v1.0/resources/enums.md index f70ca40586a..935c4fc6563 100644 --- a/api-reference/v1.0/resources/enums.md +++ b/api-reference/v1.0/resources/enums.md @@ -3169,3 +3169,30 @@ Possible values for user account types (group membership), per Windows definitio |:---| |facebook| |unknownFutureValue| + +### devicePlatformType values + +| Member | +|:-------------------| +| android | +| androidForWork | +| iOS | +| macOS | +| windowsPhone81 | +| windows81AndLater | +| windows10AndLater | +| androidWorkProfile | +| unknown | +| androidAOSP | + +### platform values + +| Member | +|:--------------| +| unknown | +| ios | +| android | +| windows | +| windowsMobile | +| macOS | + From 970bfe9b8fbbc2def9ad76c8706958d6224cf59b Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Tue, 16 Jan 2024 06:52:45 +0100 Subject: [PATCH 035/259] Delete api-reference/v1.0/resources/search-deviceplatformtype.md Moved to the enums.md file. --- .../resources/search-deviceplatformtype.md | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100644 api-reference/v1.0/resources/search-deviceplatformtype.md diff --git a/api-reference/v1.0/resources/search-deviceplatformtype.md b/api-reference/v1.0/resources/search-deviceplatformtype.md deleted file mode 100644 index ee3b63f7de0..00000000000 --- a/api-reference/v1.0/resources/search-deviceplatformtype.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "devicePlatformType enum type" -description: "Supported platform types." -author: "yuanrui" -ms.localizationpriority: medium -ms.prod: "search" -doc_type: enumPageType ---- - -# devicePlatformType 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. - -Supported platform types. - -## Members -|Member|Value|Description| -|:---|:---|:---| -|android|0|Android.| -|androidForWork|1|AndroidForWork.| -|iOS|2|iOS.| -|macOS|3|MacOS.| -|windowsPhone81|4|WindowsPhone 8.1.| -|windows81AndLater|5|Windows 8.1 and later| -|windows10AndLater|6|Windows 10 and later.| -|androidWorkProfile|7|Android Work Profile.| -|unknown|8|Unknown.| -|androidAOSP|9|Android AOSP.| From e4931d2b536c4210750628405513e2b0a3f2f8d8 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Tue, 16 Jan 2024 06:53:16 +0100 Subject: [PATCH 036/259] Delete api-reference/v1.0/resources/search-platform.md Moved to the enums.md file. --- .../v1.0/resources/search-platform.md | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 api-reference/v1.0/resources/search-platform.md diff --git a/api-reference/v1.0/resources/search-platform.md b/api-reference/v1.0/resources/search-platform.md deleted file mode 100644 index 9a397dfbbe1..00000000000 --- a/api-reference/v1.0/resources/search-platform.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "platform enum type" -description: "Represents supported platform types." -author: "yuanrui" -ms.localizationpriority: medium -ms.prod: "search" -doc_type: enumPageType ---- - -# platform 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. - -Represents supported platform types. - -## Members - -|Member|Value|Description| -|:---|:---|:---| -|unknown|0|Unknown device platform.| -|ios|1|IOS device platform.| -|android|2|Android device platform.| -|windows|3|Windows device platform.| -|windowsMobile|4|Windows Mobile device platform.| -|macOS|5|Mac device platform.| From 83230655b82decf4296b4eaa02bb779d3436bcb1 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Tue, 16 Jan 2024 07:10:48 +0100 Subject: [PATCH 037/259] Update search-searchanswer.md Edit. --- api-reference/v1.0/resources/search-searchanswer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/resources/search-searchanswer.md b/api-reference/v1.0/resources/search-searchanswer.md index adc3cdf1cf0..bdc7dd438db 100644 --- a/api-reference/v1.0/resources/search-searchanswer.md +++ b/api-reference/v1.0/resources/search-searchanswer.md @@ -13,7 +13,7 @@ Namespace: microsoft.graph.search Represents the base type for other search answers. -Base type of [acronym](../resources/search-acronym.md), [bookmark](../resources/search-bookmark.md), and [QnA](../resources/search-qna.md). +Base type of [acronym](../resources/search-acronym.md), [bookmark](../resources/search-bookmark.md), and [qna](../resources/search-qna.md). Inherits from [entity](../resources/entity.md). From 8752912f2cd6307e7b3b7adee5a71963b5d7181a Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Tue, 16 Jan 2024 07:11:05 +0100 Subject: [PATCH 038/259] Update search-searchanswer.md Edit. --- api-reference/beta/resources/search-searchanswer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/search-searchanswer.md b/api-reference/beta/resources/search-searchanswer.md index d15ce59a3d5..d0e36ba3544 100644 --- a/api-reference/beta/resources/search-searchanswer.md +++ b/api-reference/beta/resources/search-searchanswer.md @@ -15,7 +15,7 @@ Namespace: microsoft.graph.search Represents the base type for other search answers. -Base type of [acronym](../resources/search-acronym.md), [bookmark](../resources/search-bookmark.md), and [QnA](../resources/search-qna.md). +Base type of [acronym](../resources/search-acronym.md), [bookmark](../resources/search-bookmark.md), and [qna](../resources/search-qna.md). Inherits from [entity](../resources/entity.md). From 2ab38de62543d3534fc9adb7e932d6707ecb356b Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Tue, 16 Jan 2024 07:17:51 +0100 Subject: [PATCH 039/259] Update Microsoft.Search.Admin.json Edit. --- changelog/Microsoft.Search.Admin.json | 68 ++++++++++++++++++--------- 1 file changed, 46 insertions(+), 22 deletions(-) diff --git a/changelog/Microsoft.Search.Admin.json b/changelog/Microsoft.Search.Admin.json index ed080463082..adf112fb968 100644 --- a/changelog/Microsoft.Search.Admin.json +++ b/changelog/Microsoft.Search.Admin.json @@ -70,18 +70,50 @@ "ChangeList": [ { "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", - "ApiChange": "Enumeration", + "ApiChange": "Enum type", "ChangedApiName": "answerState", "ChangeType": "Addition", "Description": "Added the **answerState** enumeration type.", "Target": "answerState" - }, + }, { "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", - "ApiChange": "Resource", - "ChangedApiName": "searchEntity", + "ApiChange": "Enum type", + "ChangedApiName": "devicePlatformType", + "ChangeType": "Addition", + "Description": "Added the **devicePlatformType** enumeration type.", + "Target": "devicePlatformType" + }, + { + "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", + "ApiChange": "Enum type", + "ChangedApiName": "platform", + "ChangeType": "Addition", + "Description": "Added the **platform** enumeration type.", + "Target": "platform" + }, + { + "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", + "ApiChange": "Relationship", + "ChangedApiName": "acronyms", + "ChangeType": "Addition", + "Description": "Added the **acronyms** relationship to the [searchEntity](https://learn.microsoft.com/en-us/graph/api/resources/searchEntity?view=graph-rest-1.0) resource", + "Target": "searchEntity" + }, + { + "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", + "ApiChange": "Relationship", + "ChangedApiName": "bookmarks", + "ChangeType": "Addition", + "Description": "Added the **bookmarks** relationship to the [searchEntity](https://learn.microsoft.com/en-us/graph/api/resources/searchEntity?view=graph-rest-1.0) resource", + "Target": "searchEntity" + }, + { + "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", + "ApiChange": "Relationship", + "ChangedApiName": "qnas", "ChangeType": "Addition", - "Description": "Added the [searchEntity](https://learn.microsoft.com/en-us/graph/api/resources/searchEntity?view=graph-rest-1.0) resource", + "Description": "Added the **qnas** relationship to the [searchEntity](https://learn.microsoft.com/en-us/graph/api/resources/searchEntity?view=graph-rest-1.0) resource", "Target": "searchEntity" }, { @@ -105,7 +137,7 @@ "ApiChange": "Resource", "ChangedApiName": "acronym", "ChangeType": "Addition", - "Description": "Added the [acronym](https://learn.microsoft.com/en-us/graph/api/resources/search-acronym?view=graph-rest-1.0) resource", + "Description": "Added the [acronym](https://learn.microsoft.com/en-us/graph/api/resources/search-acronym?view=graph-rest-1.0) resource and supported methods.", "Target": "acronym" }, { @@ -113,7 +145,7 @@ "ApiChange": "Resource", "ChangedApiName": "bookmark", "ChangeType": "Addition", - "Description": "Added the [bookmark](https://learn.microsoft.com/en-us/graph/api/resources/search-bookmark?view=graph-rest-1.0) resource", + "Description": "Added the [bookmark](https://learn.microsoft.com/en-us/graph/api/resources/search-bookmark?view=graph-rest-1.0) resource and supported methods.", "Target": "bookmark" }, { @@ -121,7 +153,7 @@ "ApiChange": "Resource", "ChangedApiName": "qna", "ChangeType": "Addition", - "Description": "Added the [qna](https://learn.microsoft.com/en-us/graph/api/resources/search-qna?view=graph-rest-1.0) resource", + "Description": "Added the [qna](https://learn.microsoft.com/en-us/graph/api/resources/search-qna?view=graph-rest-1.0) resource and supported methods.", "Target": "qna" }, { @@ -129,24 +161,16 @@ "ApiChange": "Resource", "ChangedApiName": "searchAnswer", "ChangeType": "Addition", - "Description": "Added the [searchAnswer](https://learn.microsoft.com/en-us/graph/api/resources/search-searchAnswer?view=graph-rest-1.0) resource", + "Description": "Added the [searchAnswer](https://learn.microsoft.com/en-us/graph/api/resources/search-searchAnswer?view=graph-rest-1.0) resource type.", "Target": "searchAnswer" - }, - { - "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", - "ApiChange": "Enumeration", - "ChangedApiName": "devicePlatformType", - "ChangeType": "Addition", - "Description": "Added the **devicePlatformType** enumeration type.", - "Target": "devicePlatformType" } ], "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", - "Cloud": "Review", + "Cloud": "Prod", "Version": "v1.0", - "CreatedDateTime": "2024-01-10T02:21:22.6993295Z", - "WorkloadArea": "Microsoft.Search.Admin", - "SubArea": "" - } + "CreatedDateTime": "2024-01-16T02:21:22.6993295Z", + "WorkloadArea": "Search", + "SubArea": "Answer" + } ] } From d50a567bf72998d9532d5538078f2a40b19ac9f6 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Tue, 16 Jan 2024 07:19:45 +0100 Subject: [PATCH 040/259] Update whats-new-overview.md Edit. --- concepts/whats-new-overview.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/concepts/whats-new-overview.md b/concepts/whats-new-overview.md index f098580da0d..06ffc70f837 100644 --- a/concepts/whats-new-overview.md +++ b/concepts/whats-new-overview.md @@ -22,6 +22,10 @@ For details about previous updates to Microsoft Graph, see [Microsoft Graph what The [virtualEndpoint](/graph/api/resources/virtualendpoint) resource is generally available, laying the foundation for future Cloud PC updates to the `v1.0` path. +### Search + +Set up [acronym](/graph/api/resources/search-acronym), [bookmark](/graph/api/resources/search-bookmark), and [qna](/graph/api/resources/search-qna) resources as [administrative search answers for users in an organization](search-concept-answers.md). + ### Teamwork and communications | Calls and online meetings Communications servers can publish [deltaParticipants](/graph/api/resources/deltaParticipants) notifications for the creation, update, or deletion of a [participant](/graph/api/resources/participant) in a [call](/graph/api/resources/call). For more information, see [JSON payload examples](/graph/api/application-post-calls#notification---roster) of notifications with delta roster disabled or enabled. From d09115ab6abe444dabf5a0bea3f203d68e3ccabd Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Tue, 16 Jan 2024 07:21:11 +0100 Subject: [PATCH 041/259] Update search-acronym-delete.md Edit. --- .../v1.0/api/search-acronym-delete.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/api-reference/v1.0/api/search-acronym-delete.md b/api-reference/v1.0/api/search-acronym-delete.md index 7295df190e2..43f9b2b3adc 100644 --- a/api-reference/v1.0/api/search-acronym-delete.md +++ b/api-reference/v1.0/api/search-acronym-delete.md @@ -1,6 +1,6 @@ --- title: "Delete acronym" -description: "Deletes an acronym object." +description: "Delete an acronym object." author: "jakeost-msft" ms.localizationpriority: medium ms.prod: "search" @@ -8,13 +8,13 @@ doc_type: apiPageType --- # Delete acronym -Namespace: microsoft.graph.search -Deletes an [acronym](../resources/search-acronym.md) object. +Namespace: microsoft.graph.search -[!INCLUDE [national-cloud-support](../../includes/global-only.md)] +Delete an [acronym](../resources/search-acronym.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)| @@ -34,11 +34,13 @@ DELETE /search/acronyms/{acronymsId} ``` ## Request headers + |Name|Description| |:---|:---| |Authorization|Bearer {token}. Required.| ## Request body + Don't supply a request body for this method. ## Response @@ -48,6 +50,9 @@ If successful, this method returns a `204 No Content` response code. ## Examples ### Request + +The following example shows a request. + @@ -33,11 +35,13 @@ DELETE /search/acronyms/{acronymsId} ``` ## Request headers + |Name|Description| |:---|:---| |Authorization|Bearer {token}. Required.| ## Request body + Don't supply a request body for this method. ## Response @@ -48,6 +52,8 @@ If successful, this method returns a `204 No Content` response code. ### Request +The following example shows a request. + # [HTTP](#tab/http) @@ -33,14 +35,17 @@ GET /search/acronyms/{acronymsId} ``` ## Optional query parameters -This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData Query Parameters](/graph/query-parameters) to help customize the response. + +This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData query parameters](/graph/query-parameters) to help customize the response. ## Request headers + |Name|Description| |:---|:---| |Authorization|Bearer {token}. Required.| ## Request body + Don't supply a request body for this method. ## Response @@ -51,6 +56,8 @@ If successful, this method returns a `200 OK` response code and an [acronym](../ ### Request +The following example shows a request. + # [HTTP](#tab/http) @@ -33,23 +35,23 @@ PATCH /search/acronyms/{acronymsId} ``` ## 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 [acronym](../resources/search-acronym.md) object. Supply the values for relevant fields that should be updated. Existing properties that aren't included in the request body will maintain their previous values or be recalculated based on changes to other property values. For best performance you shouldn't include existing values that haven't changed. + +[!INCLUDE [table-intro](../../includes/update-property-table-intro.md)] |Property|Type|Description| |:---|:---|:---| -|description|String|A brief description of the acronym that gives users more info about the acronym and what it stands for. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|displayName|String|The actual short form or acronym. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|description|String|A brief description of the acronym that gives users more info about the acronym and what it stands for. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|displayName|String|The actual short form or acronym. Inherited from [searchAnswer](../resources/search-searchanswer.md).| |standsFor|String collection|What the acronym stands for.| -|state|microsoft.graph.search.answerState|State of the acronym. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| -|webUrl|String|The URL of the page or website where users can go for more information about the acronym. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| - - +|state|microsoft.graph.search.answerState|State of the acronym. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| +|webUrl|String|The URL of the page or website where users can go for more information about the acronym. Inherited from [searchAnswer](../resources/search-searchanswer.md).| ## Response @@ -59,6 +61,8 @@ If successful, this method returns a `204 No Content` response code. ### Request +The following example shows a request. + # [HTTP](#tab/http) @@ -33,11 +35,13 @@ DELETE /search/bookmarks/{bookmarksId} ``` ## Request headers + |Name|Description| |:---|:---| |Authorization|Bearer {token}. Required.| ## Request body + Don't supply a request body for this method. ## Response @@ -48,6 +52,8 @@ If successful, this method returns a `204 No Content` response code. ### Request +The following example shows a request. + # [HTTP](#tab/http) @@ -33,14 +35,17 @@ GET /search/bookmarks/{bookmarksId} ``` ## Optional query parameters -This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData Query Parameters](/graph/query-parameters) to help customize the response. + +This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData query parameters](/graph/query-parameters) to help customize the response. ## Request headers + |Name|Description| |:---|:---| |Authorization|Bearer {token}. Required.| ## Request body + Don't supply a request body for this method. ## Response @@ -51,6 +56,8 @@ If successful, this method returns a `200 OK` response code and a [bookmark](../ ### Request +The following example shows a request. + # [HTTP](#tab/http) ``` http -DELETE https://graph.microsoft.com/v1.0/search/acronyms/{acronymsId} +DELETE https://graph.microsoft.com/v1.0/search/acronyms/733b26d5-af76-4eea-ac69-1a0ce8716897 ``` ### Response diff --git a/api-reference/v1.0/api/search-acronym-get.md b/api-reference/v1.0/api/search-acronym-get.md index 0a783b66846..2d86a254c47 100644 --- a/api-reference/v1.0/api/search-acronym-get.md +++ b/api-reference/v1.0/api/search-acronym-get.md @@ -63,7 +63,7 @@ The following example shows a request. } --> ``` http -GET https://graph.microsoft.com/v1.0/search/acronyms/{acronymsId} +GET https://graph.microsoft.com/v1.0/search/acronyms/733b26d5-af76-4eea-ac69-1a0ce8716897 ``` ### Response diff --git a/api-reference/v1.0/api/search-acronym-update.md b/api-reference/v1.0/api/search-acronym-update.md index 8d37d745f7d..1628970f29e 100644 --- a/api-reference/v1.0/api/search-acronym-update.md +++ b/api-reference/v1.0/api/search-acronym-update.md @@ -70,7 +70,7 @@ The following example shows a request. } --> ``` http -PATCH https://graph.microsoft.com/v1.0/search/acronyms/{acronymsId} +PATCH https://graph.microsoft.com/v1.0/search/acronyms/733b26d5-af76-4eea-ac69-1a0ce8716897 Content-Type: application/json { diff --git a/api-reference/v1.0/api/search-bookmark-delete.md b/api-reference/v1.0/api/search-bookmark-delete.md index 705cbac12aa..dd0a79b3ceb 100644 --- a/api-reference/v1.0/api/search-bookmark-delete.md +++ b/api-reference/v1.0/api/search-bookmark-delete.md @@ -59,7 +59,7 @@ The following example shows a request. } --> ``` http -DELETE https://graph.microsoft.com/v1.0/search/bookmarks/{bookmarkId} +DELETE https://graph.microsoft.com/v1.0/search/bookmarks/733b26d5-af76-4eea-ac69-1a0ce8716897 ``` diff --git a/api-reference/v1.0/api/search-bookmark-get.md b/api-reference/v1.0/api/search-bookmark-get.md index 510c711a077..a94a8d66c7b 100644 --- a/api-reference/v1.0/api/search-bookmark-get.md +++ b/api-reference/v1.0/api/search-bookmark-get.md @@ -63,7 +63,7 @@ The following example shows a request. } --> ``` http -GET https://graph.microsoft.com/v1.0/search/bookmarks/{bookmarksId} +GET https://graph.microsoft.com/v1.0/search/bookmarks/733b26d5-af76-4eea-ac69-1a0ce8716897 ``` ### Response diff --git a/api-reference/v1.0/api/search-bookmark-update.md b/api-reference/v1.0/api/search-bookmark-update.md index 660e445980b..b0edb3de472 100644 --- a/api-reference/v1.0/api/search-bookmark-update.md +++ b/api-reference/v1.0/api/search-bookmark-update.md @@ -75,7 +75,7 @@ If successful, this method returns a `204 No Content` response code. } --> ``` http -PATCH https://graph.microsoft.com/v1.0/search/bookmarks/{bookmarksId} +PATCH https://graph.microsoft.com/v1.0/search/bookmarks/733b26d5-af76-4eea-ac69-1a0ce8716897 Content-Type: application/json { diff --git a/api-reference/v1.0/api/search-qna-delete.md b/api-reference/v1.0/api/search-qna-delete.md index 915f422edc4..29bbee0ea20 100644 --- a/api-reference/v1.0/api/search-qna-delete.md +++ b/api-reference/v1.0/api/search-qna-delete.md @@ -54,7 +54,7 @@ If successful, this method returns a `204 No Content` response code. } --> ``` http -DELETE https://graph.microsoft.com/v1.0/search/qnas/{qnaId} +DELETE https://graph.microsoft.com/v1.0/search/qnas/733b26d5-af76-4eea-ac69-1a0ce8716897 ``` diff --git a/api-reference/v1.0/api/search-qna-get.md b/api-reference/v1.0/api/search-qna-get.md index fedbdad8e0f..661e74bdabc 100644 --- a/api-reference/v1.0/api/search-qna-get.md +++ b/api-reference/v1.0/api/search-qna-get.md @@ -57,7 +57,7 @@ If successful, this method returns a `200 OK` response code and a [qna](../resou } --> ``` http -GET https://graph.microsoft.com/v1.0/search/qnas/{qnaId} +GET https://graph.microsoft.com/v1.0/search/qnas/733b26d5-af76-4eea-ac69-1a0ce8716897 ``` diff --git a/api-reference/v1.0/api/search-qna-update.md b/api-reference/v1.0/api/search-qna-update.md index 50935b04a96..e808e94a235 100644 --- a/api-reference/v1.0/api/search-qna-update.md +++ b/api-reference/v1.0/api/search-qna-update.md @@ -71,7 +71,7 @@ If successful, this method returns a `204 No Content` response code. "name": "update_qna" }--> ``` http -PATCH https://graph.microsoft.com/v1.0/search/qnas/{qnaId} +PATCH https://graph.microsoft.com/v1.0/search/qnas/733b26d5-af76-4eea-ac69-1a0ce8716897 Content-Type: application/json { From b3296d3d95b9db073d46ab86ee42c390d59409a9 Mon Sep 17 00:00:00 2001 From: yuanruiMicrosoft Date: Tue, 16 Jan 2024 16:40:48 +0800 Subject: [PATCH 057/259] replace the placeholders with a real-looking ID in beta and delete autogenerated example --- .../beta/api/search-acronym-delete.md | 36 +----------------- api-reference/beta/api/search-acronym-get.md | 37 +------------------ .../beta/api/search-acronym-update.md | 37 +------------------ .../beta/api/search-bookmark-delete.md | 37 +------------------ api-reference/beta/api/search-bookmark-get.md | 37 +------------------ .../beta/api/search-bookmark-update.md | 36 +----------------- api-reference/beta/api/search-qna-delete.md | 36 +----------------- api-reference/beta/api/search-qna-get.md | 37 +------------------ api-reference/beta/api/search-qna-update.md | 37 +------------------ 9 files changed, 10 insertions(+), 320 deletions(-) diff --git a/api-reference/beta/api/search-acronym-delete.md b/api-reference/beta/api/search-acronym-delete.md index 10d8e88d92c..2aba7961dcb 100644 --- a/api-reference/beta/api/search-acronym-delete.md +++ b/api-reference/beta/api/search-acronym-delete.md @@ -54,49 +54,15 @@ If successful, this method returns a `204 No Content` response code. The following example shows a request. -# [HTTP](#tab/http) ``` http -DELETE https://graph.microsoft.com/beta/search/acronyms/{acronymsId} +DELETE https://graph.microsoft.com/beta/search/acronyms/733b26d5-af76-4eea-ac69-1a0ce8716897 ``` -# [C#](#tab/csharp) -[!INCLUDE [sample-code](../includes/snippets/csharp/delete-acronym-csharp-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [CLI](#tab/cli) -[!INCLUDE [sample-code](../includes/snippets/cli/delete-acronym-cli-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Go](#tab/go) -[!INCLUDE [sample-code](../includes/snippets/go/delete-acronym-go-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Java](#tab/java) -[!INCLUDE [sample-code](../includes/snippets/java/delete-acronym-java-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [JavaScript](#tab/javascript) -[!INCLUDE [sample-code](../includes/snippets/javascript/delete-acronym-javascript-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PHP](#tab/php) -[!INCLUDE [sample-code](../includes/snippets/php/delete-acronym-php-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PowerShell](#tab/powershell) -[!INCLUDE [sample-code](../includes/snippets/powershell/delete-acronym-powershell-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Python](#tab/python) -[!INCLUDE [sample-code](../includes/snippets/python/delete-acronym-python-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - ---- ### Response diff --git a/api-reference/beta/api/search-acronym-get.md b/api-reference/beta/api/search-acronym-get.md index b55c288ee2a..784493677ec 100644 --- a/api-reference/beta/api/search-acronym-get.md +++ b/api-reference/beta/api/search-acronym-get.md @@ -58,50 +58,15 @@ If successful, this method returns a `200 OK` response code and an [acronym](../ The following example shows a request. -# [HTTP](#tab/http) ``` http -GET https://graph.microsoft.com/beta/search/acronyms/{acronymsId} +GET https://graph.microsoft.com/beta/search/acronyms/733b26d5-af76-4eea-ac69-1a0ce8716897 ``` -# [C#](#tab/csharp) -[!INCLUDE [sample-code](../includes/snippets/csharp/get-acronym-csharp-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [CLI](#tab/cli) -[!INCLUDE [sample-code](../includes/snippets/cli/get-acronym-cli-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Go](#tab/go) -[!INCLUDE [sample-code](../includes/snippets/go/get-acronym-go-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Java](#tab/java) -[!INCLUDE [sample-code](../includes/snippets/java/get-acronym-java-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [JavaScript](#tab/javascript) -[!INCLUDE [sample-code](../includes/snippets/javascript/get-acronym-javascript-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PHP](#tab/php) -[!INCLUDE [sample-code](../includes/snippets/php/get-acronym-php-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PowerShell](#tab/powershell) -[!INCLUDE [sample-code](../includes/snippets/powershell/get-acronym-powershell-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Python](#tab/python) -[!INCLUDE [sample-code](../includes/snippets/python/get-acronym-python-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - ---- - ### Response The following example shows the response. diff --git a/api-reference/beta/api/search-acronym-update.md b/api-reference/beta/api/search-acronym-update.md index bea7ff8f8f4..954124ed8bd 100644 --- a/api-reference/beta/api/search-acronym-update.md +++ b/api-reference/beta/api/search-acronym-update.md @@ -63,14 +63,13 @@ If successful, this method returns a `204 No Content` response code. The following example shows a request. -# [HTTP](#tab/http) ``` http -PATCH https://graph.microsoft.com/beta/search/acronyms/{acronymsId} +PATCH https://graph.microsoft.com/beta/search/acronyms/733b26d5-af76-4eea-ac69-1a0ce8716897 Content-Type: application/json { @@ -78,40 +77,6 @@ Content-Type: application/json } ``` -# [C#](#tab/csharp) -[!INCLUDE [sample-code](../includes/snippets/csharp/update-acronym-csharp-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [CLI](#tab/cli) -[!INCLUDE [sample-code](../includes/snippets/cli/update-acronym-cli-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Go](#tab/go) -[!INCLUDE [sample-code](../includes/snippets/go/update-acronym-go-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Java](#tab/java) -[!INCLUDE [sample-code](../includes/snippets/java/update-acronym-java-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [JavaScript](#tab/javascript) -[!INCLUDE [sample-code](../includes/snippets/javascript/update-acronym-javascript-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PHP](#tab/php) -[!INCLUDE [sample-code](../includes/snippets/php/update-acronym-php-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PowerShell](#tab/powershell) -[!INCLUDE [sample-code](../includes/snippets/powershell/update-acronym-powershell-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Python](#tab/python) -[!INCLUDE [sample-code](../includes/snippets/python/update-acronym-python-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - ---- - ### Response The following example shows the response. diff --git a/api-reference/beta/api/search-bookmark-delete.md b/api-reference/beta/api/search-bookmark-delete.md index ff0e5adb0b8..908a855f567 100644 --- a/api-reference/beta/api/search-bookmark-delete.md +++ b/api-reference/beta/api/search-bookmark-delete.md @@ -54,50 +54,15 @@ If successful, this method returns a `204 No Content` response code. The following example shows a request. -# [HTTP](#tab/http) ``` http -DELETE https://graph.microsoft.com/beta/search/bookmarks/{bookmarkId} +DELETE https://graph.microsoft.com/beta/search/bookmarks/733b26d5-af76-4eea-ac69-1a0ce8716897 ``` -# [C#](#tab/csharp) -[!INCLUDE [sample-code](../includes/snippets/csharp/delete-bookmark-csharp-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [CLI](#tab/cli) -[!INCLUDE [sample-code](../includes/snippets/cli/delete-bookmark-cli-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Go](#tab/go) -[!INCLUDE [sample-code](../includes/snippets/go/delete-bookmark-go-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Java](#tab/java) -[!INCLUDE [sample-code](../includes/snippets/java/delete-bookmark-java-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [JavaScript](#tab/javascript) -[!INCLUDE [sample-code](../includes/snippets/javascript/delete-bookmark-javascript-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PHP](#tab/php) -[!INCLUDE [sample-code](../includes/snippets/php/delete-bookmark-php-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PowerShell](#tab/powershell) -[!INCLUDE [sample-code](../includes/snippets/powershell/delete-bookmark-powershell-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Python](#tab/python) -[!INCLUDE [sample-code](../includes/snippets/python/delete-bookmark-python-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - ---- - ### Response The following example shows the response. diff --git a/api-reference/beta/api/search-bookmark-get.md b/api-reference/beta/api/search-bookmark-get.md index bf513ce0b6b..8558ebf0676 100644 --- a/api-reference/beta/api/search-bookmark-get.md +++ b/api-reference/beta/api/search-bookmark-get.md @@ -58,50 +58,15 @@ If successful, this method returns a `200 OK` response code and a [bookmark](../ The following example shows a request. -# [HTTP](#tab/http) ``` http -GET https://graph.microsoft.com/beta/search/bookmarks/{bookmarksId} +GET https://graph.microsoft.com/beta/search/bookmarks/733b26d5-af76-4eea-ac69-1a0ce8716897 ``` -# [C#](#tab/csharp) -[!INCLUDE [sample-code](../includes/snippets/csharp/get-bookmark-csharp-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [CLI](#tab/cli) -[!INCLUDE [sample-code](../includes/snippets/cli/get-bookmark-cli-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Go](#tab/go) -[!INCLUDE [sample-code](../includes/snippets/go/get-bookmark-go-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Java](#tab/java) -[!INCLUDE [sample-code](../includes/snippets/java/get-bookmark-java-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [JavaScript](#tab/javascript) -[!INCLUDE [sample-code](../includes/snippets/javascript/get-bookmark-javascript-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PHP](#tab/php) -[!INCLUDE [sample-code](../includes/snippets/php/get-bookmark-php-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PowerShell](#tab/powershell) -[!INCLUDE [sample-code](../includes/snippets/powershell/get-bookmark-powershell-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Python](#tab/python) -[!INCLUDE [sample-code](../includes/snippets/python/get-bookmark-python-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - ---- - ### Response The following example shows the response. diff --git a/api-reference/beta/api/search-bookmark-update.md b/api-reference/beta/api/search-bookmark-update.md index 5e7cdd05f1b..958467a3b26 100644 --- a/api-reference/beta/api/search-bookmark-update.md +++ b/api-reference/beta/api/search-bookmark-update.md @@ -70,14 +70,13 @@ If successful, this method returns a `204 No Content` response code. The following is an example of a request. -# [HTTP](#tab/http) ``` http -PATCH https://graph.microsoft.com/beta/search/bookmarks/{bookmarksId} +PATCH https://graph.microsoft.com/beta/search/bookmarks/733b26d5-af76-4eea-ac69-1a0ce8716897 Content-Type: application/json { @@ -85,39 +84,6 @@ Content-Type: application/json } ``` -# [C#](#tab/csharp) -[!INCLUDE [sample-code](../includes/snippets/csharp/update-bookmark-csharp-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [CLI](#tab/cli) -[!INCLUDE [sample-code](../includes/snippets/cli/update-bookmark-cli-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Go](#tab/go) -[!INCLUDE [sample-code](../includes/snippets/go/update-bookmark-go-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Java](#tab/java) -[!INCLUDE [sample-code](../includes/snippets/java/update-bookmark-java-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [JavaScript](#tab/javascript) -[!INCLUDE [sample-code](../includes/snippets/javascript/update-bookmark-javascript-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PHP](#tab/php) -[!INCLUDE [sample-code](../includes/snippets/php/update-bookmark-php-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PowerShell](#tab/powershell) -[!INCLUDE [sample-code](../includes/snippets/powershell/update-bookmark-powershell-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Python](#tab/python) -[!INCLUDE [sample-code](../includes/snippets/python/update-bookmark-python-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - ---- ### Response diff --git a/api-reference/beta/api/search-qna-delete.md b/api-reference/beta/api/search-qna-delete.md index d974f693b1d..52349d29cc2 100644 --- a/api-reference/beta/api/search-qna-delete.md +++ b/api-reference/beta/api/search-qna-delete.md @@ -48,49 +48,15 @@ If successful, this method returns a `204 No Content` response code. ### Request -# [HTTP](#tab/http) ``` http -DELETE https://graph.microsoft.com/beta/search/qnas/{qnaId} +DELETE https://graph.microsoft.com/beta/search/qnas/733b26d5-af76-4eea-ac69-1a0ce8716897 ``` -# [C#](#tab/csharp) -[!INCLUDE [sample-code](../includes/snippets/csharp/delete-qna-csharp-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [CLI](#tab/cli) -[!INCLUDE [sample-code](../includes/snippets/cli/delete-qna-cli-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Go](#tab/go) -[!INCLUDE [sample-code](../includes/snippets/go/delete-qna-go-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Java](#tab/java) -[!INCLUDE [sample-code](../includes/snippets/java/delete-qna-java-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [JavaScript](#tab/javascript) -[!INCLUDE [sample-code](../includes/snippets/javascript/delete-qna-javascript-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PHP](#tab/php) -[!INCLUDE [sample-code](../includes/snippets/php/delete-qna-php-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PowerShell](#tab/powershell) -[!INCLUDE [sample-code](../includes/snippets/powershell/delete-qna-powershell-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Python](#tab/python) -[!INCLUDE [sample-code](../includes/snippets/python/delete-qna-python-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - ---- ### Response ``` http -GET https://graph.microsoft.com/beta/search/qnas/{qnaId} +GET https://graph.microsoft.com/beta/search/qnas/733b26d5-af76-4eea-ac69-1a0ce8716897 ``` -# [C#](#tab/csharp) -[!INCLUDE [sample-code](../includes/snippets/csharp/get-qna-csharp-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [CLI](#tab/cli) -[!INCLUDE [sample-code](../includes/snippets/cli/get-qna-cli-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Go](#tab/go) -[!INCLUDE [sample-code](../includes/snippets/go/get-qna-go-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Java](#tab/java) -[!INCLUDE [sample-code](../includes/snippets/java/get-qna-java-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [JavaScript](#tab/javascript) -[!INCLUDE [sample-code](../includes/snippets/javascript/get-qna-javascript-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PHP](#tab/php) -[!INCLUDE [sample-code](../includes/snippets/php/get-qna-php-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PowerShell](#tab/powershell) -[!INCLUDE [sample-code](../includes/snippets/powershell/get-qna-powershell-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Python](#tab/python) -[!INCLUDE [sample-code](../includes/snippets/python/get-qna-python-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - ---- - ### Response >**Note:** The response object shown here might be shortened for readability. ``` http -PATCH https://graph.microsoft.com/beta/search/qnas/{qnaId} +PATCH https://graph.microsoft.com/beta/search/qnas/733b26d5-af76-4eea-ac69-1a0ce8716897 Content-Type: application/json { @@ -79,39 +79,6 @@ Content-Type: application/json } ``` -# [C#](#tab/csharp) -[!INCLUDE [sample-code](../includes/snippets/csharp/update-qna-csharp-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [CLI](#tab/cli) -[!INCLUDE [sample-code](../includes/snippets/cli/update-qna-cli-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Go](#tab/go) -[!INCLUDE [sample-code](../includes/snippets/go/update-qna-go-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Java](#tab/java) -[!INCLUDE [sample-code](../includes/snippets/java/update-qna-java-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [JavaScript](#tab/javascript) -[!INCLUDE [sample-code](../includes/snippets/javascript/update-qna-javascript-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PHP](#tab/php) -[!INCLUDE [sample-code](../includes/snippets/php/update-qna-php-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PowerShell](#tab/powershell) -[!INCLUDE [sample-code](../includes/snippets/powershell/update-qna-powershell-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Python](#tab/python) -[!INCLUDE [sample-code](../includes/snippets/python/update-qna-python-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - ---- ### Response @@ -33,6 +35,7 @@ PATCH /search/bookmarks/{bookmarksId} ``` ## Request headers + |Name|Description| |:---|:---| |Authorization|Bearer {token}. Required.| @@ -42,23 +45,23 @@ PATCH /search/bookmarks/{bookmarksId} [!INCLUDE [table-intro](../../includes/update-property-table-intro.md)] ->**Note:** Updates to collection properties will update the entire collection. Any updates to a collection, such as keywords or categories, will replace the collection entirely. +>**Note:** Any updates to the properties of a collection, such as keywords or categories, replace the entire collection. |Property|Type|Description| |:---|:---|:---| -|availabilityEndDateTime|DateTimeOffset|Timestamp of when the bookmark will stop to appear as a search result. Set as `null` for always available.| -|availabilityStartDateTime|DateTimeOffset|Timestamp of when the bookmark will start to appear as a search result. Set as `null` for always available.| -|categories|String collection|Categories commonly used to describe this bookmark. For example, IT and HR.| -|description|String|Bookmark description shown on search results page. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|displayName|String|Bookmark name displayed in search results. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|groupIds|String collection|List of security groups able to view this bookmark.| +|availabilityEndDateTime|DateTimeOffset|Date and time when the bookmark stops appearing as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|availabilityStartDateTime|DateTimeOffset|Date and time when the bookmark starts to appear as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|categories|String collection|Categories commonly used to describe this bookmark. For example, `IT` and `HR`.| +|description|String|The bookmark description that is shown on the search results page. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|displayName|String|The bookmark name that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|groupIds|String collection|The list of security groups that are able to view this bookmark.| |keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this bookmark to appear in search results.| -|languageTags|String collection|List of countries or regions able to view this bookmark.| -|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems able to view this bookmark. Possible values are: `unknown`, `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `androidASOP`.| -|powerAppIds|String collection|List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks, such as to enter vacation time or to report expenses on the search results page.| -|state|microsoft.graph.search.answerState|State of the bookmark. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| -|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answerVariant.md) collection|Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations.| -|webUrl|String|Bookmark URL link. When users click this bookmark in search results, they will go to this URL. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| +|languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags).| +|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this bookmark. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| +|powerAppIds|String collection|List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks directly on the search results page, such as entering vacation time or reporting expenses.| +|state|microsoft.graph.search.answerState|State of the bookmark. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| +|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answerVariant.md) collection|Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| +|webUrl|String|The URL link for the bookmark. When users select this bookmark from the search results, they are directed to the specified URL. Inherited from [searchAnswer](../resources/search-searchanswer.md).| ## Response @@ -68,7 +71,7 @@ If successful, this method returns a `204 No Content` response code. ### Request -The following is an example of a request. +The following example shows a request. @@ -33,11 +35,13 @@ DELETE /search/qnas/{qnaId} ``` ## Request headers + |Name|Description| |:---|:---| |Authorization|Bearer {token}. Required.| ## Request body + Don't supply a request body for this method. ## Response @@ -48,6 +52,8 @@ If successful, this method returns a `204 No Content` response code. ### Request +The following example shows a request. + @@ -33,14 +35,17 @@ GET /search/qnas/{qnaId} ``` ## Optional query parameters -This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData Query Parameters](/graph/query-parameters) to help customize the response. + +This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData query parameters](/graph/query-parameters) to help customize the response. ## Request headers + |Name|Description| |:---|:---| |Authorization|Bearer {token}. Required.| ## Request body + Don't supply a request body for this method. ## Response @@ -51,6 +56,8 @@ If successful, this method returns a `200 OK` response code and a [qna](../resou ### Request +The following example shows a request. + @@ -33,30 +35,31 @@ PATCH /search/qnas/{qnaId} ``` ## 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 [qna](../resources/search-qna.md) object. Supply the values for relevant fields that should be updated. Existing properties that aren't included in the request body maintains their previous values or are recalculated based on changes to other property values. For best performance, you shouldn't include existing values that haven't changed. ->**Note:** Updates to collection properties will update the entire collection. Any updates to a collection, such as keywords or categories, will replace the collection entirely. -|Property|Type|Description| -|:---|:---|:---| -|displayName|String|Question displayed in search results. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|description|String|Answer displayed in search results. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|webUrl|String|Qna URL link. When users select this qna in search results, they go to this URL. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|availabilityStartDateTime|DateTimeOffset|Timestamp of when the qna starts to appear as a search result. Set as `null` for always available.| -|availabilityEndDateTime|DateTimeOffset|Timestamp of when the qna stops to appear as a search result. Set as `null` for always available.| -|languageTags|String collection|List of countries or regions able to view this qna.| -|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems able to view this qna. Possible values are: `unknown`, `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `androidASOP`.| -|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answerVariant.md) collection|Variations of a qna for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| -|keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this qna to appear in search results.| -|state|microsoft.graph.search.answerState|State of the qna. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| -|groupIds|String collection|List of security groups able to view this qna.| +[!INCLUDE [table-intro](../../includes/update-property-table-intro.md)] +>**Note:** Any updates to the properties of a collection, such as keywords, replace the entire collection. +|Property|Type|Description| +|:---|:---|:---| +|availabilityEndDateTime|DateTimeOffset|Date and time when the QnA stops appearing as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|availabilityStartDateTime|DateTimeOffset|Date and time when the QnA starts to appear as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|description|String|Answer that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|displayName|String|Question that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|groupIds|String collection|The list of security groups that are able to view this QnA.| +|keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerkeyword.md)|Keywords that trigger this QnA to appear in search results.| +|languageTags|String collection|A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags). | +|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this QnA. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| +|state|microsoft.graph.search.answerState|State of the QnA. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| +|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a QnA for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| +|webUrl|String|The URL link for the QnA. When users select this QnA from the search results, they are directed to the specified URL. Inherited from [searchAnswer](../resources/search-searchanswer.md).| ## Response @@ -66,6 +69,8 @@ If successful, this method returns a `204 No Content` response code. ### Request +The following example shows a request. + ``` http @@ -93,4 +99,3 @@ Content-Type: application/json } ] ``` - From 4c50fdf40caf16f3505e365a4057aea7622ec49b Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 06:40:32 +0100 Subject: [PATCH 072/259] Update search-searchentity-list-acronyms.md Edit. --- .../api/search-searchentity-list-acronyms.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/api-reference/beta/api/search-searchentity-list-acronyms.md b/api-reference/beta/api/search-searchentity-list-acronyms.md index cf8ebf85a80..a296fedf9b1 100644 --- a/api-reference/beta/api/search-searchentity-list-acronyms.md +++ b/api-reference/beta/api/search-searchentity-list-acronyms.md @@ -8,6 +8,7 @@ doc_type: apiPageType --- # List acronyms + Namespace: microsoft.graph.search [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] @@ -17,6 +18,7 @@ Get a list of the [acronym](../resources/search-acronym.md) objects and their pr [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions + Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). @@ -33,14 +35,17 @@ GET /search/acronyms ``` ## Optional query parameters -This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData Query Parameters](/graph/query-parameters) to help customize the response. + +This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData query parameters](/graph/query-parameters) to help customize the response. ## Request headers + |Name|Description| |:---|:---| |Authorization|Bearer {token}. Required.| ## Request body + Don't supply a request body for this method. ## Response @@ -51,6 +56,8 @@ If successful, this method returns a `200 OK` response code and a collection of ### Request +The following example shows a request. + # [HTTP](#tab/http) ``` http @@ -126,4 +135,3 @@ Content-Type: application/json } ] ``` - From af3e292134684b2d9e387837dbf3ad37290a4c17 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 06:41:43 +0100 Subject: [PATCH 073/259] Update search-searchentity-list-bookmarks.md Edit. --- .../api/search-searchentity-list-bookmarks.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/api-reference/v1.0/api/search-searchentity-list-bookmarks.md b/api-reference/v1.0/api/search-searchentity-list-bookmarks.md index b845f0ddc38..7f75a9056a0 100644 --- a/api-reference/v1.0/api/search-searchentity-list-bookmarks.md +++ b/api-reference/v1.0/api/search-searchentity-list-bookmarks.md @@ -8,14 +8,13 @@ doc_type: apiPageType --- # List bookmarks -Namespace: microsoft.graph.search +Namespace: microsoft.graph.search Get a list of [bookmark](../resources/search-bookmark.md) objects and their properties. -[!INCLUDE [national-cloud-support](../../includes/global-only.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)| @@ -35,14 +34,17 @@ GET /search/bookmarks ``` ## Optional query parameters + This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData query parameters](/graph/query-parameters) to help customize the response. ## Request headers + |Name|Description| |:---|:---| |Authorization|Bearer {token}. Required.| ## Request body + Don't supply a request body for this method. ## Response @@ -52,6 +54,9 @@ If successful, this method returns a `200 OK` response code and a collection of ## Examples ### Request + +The following example shows a request. + @@ -33,14 +35,17 @@ GET /search/bookmarks ``` ## Optional query parameters + This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData query parameters](/graph/query-parameters) to help customize the response. ## Request headers + |Name|Description| |:---|:---| |Authorization|Bearer {token}. Required.| ## Request body + Don't supply a request body for this method. ## Response @@ -51,6 +56,8 @@ If successful, this method returns a `200 OK` response code and a collection of ### Request +The following example shows a request. + # [HTTP](#tab/http) ``` http @@ -139,4 +148,3 @@ Content-Type: application/json } ] ``` - From 76763cf60920dd393221a8e63d3f7635d89db7af Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 06:43:03 +0100 Subject: [PATCH 075/259] Update search-searchentity-list-bookmarks.md Edit. --- api-reference/v1.0/api/search-searchentity-list-bookmarks.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api-reference/v1.0/api/search-searchentity-list-bookmarks.md b/api-reference/v1.0/api/search-searchentity-list-bookmarks.md index 7f75a9056a0..ce71d286ca2 100644 --- a/api-reference/v1.0/api/search-searchentity-list-bookmarks.md +++ b/api-reference/v1.0/api/search-searchentity-list-bookmarks.md @@ -74,8 +74,7 @@ The following example shows the response. ``` http From a07a04c92b47c9bc84cefd8b579f1fc9734589b4 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 06:44:41 +0100 Subject: [PATCH 076/259] Update search-searchentity-list-qnas.md Edit. --- .../v1.0/api/search-searchentity-list-qnas.md | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/api-reference/v1.0/api/search-searchentity-list-qnas.md b/api-reference/v1.0/api/search-searchentity-list-qnas.md index 38e009df58f..556db081ca8 100644 --- a/api-reference/v1.0/api/search-searchentity-list-qnas.md +++ b/api-reference/v1.0/api/search-searchentity-list-qnas.md @@ -8,14 +8,13 @@ doc_type: apiPageType --- # List qnas -Namespace: microsoft.graph.search +Namespace: microsoft.graph.search Get a list of the [qna](../resources/search-qna.md) objects and their properties. -[!INCLUDE [national-cloud-support](../../includes/global-only.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)| @@ -35,14 +34,17 @@ GET /search/qnas ``` ## Optional query parameters -This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData Query Parameters](/graph/query-parameters) to help customize the response. + +This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData query parameters](/graph/query-parameters) to help customize the response. ## Request headers + |Name|Description| |:---|:---| |Authorization|Bearer {token}. Required.| ## Request body + Don't supply a request body for this method. ## Response @@ -53,6 +55,8 @@ If successful, this method returns a `200 OK` response code and a collection of ### Request +The following example shows a request. + ``` http @@ -81,7 +86,7 @@ Content-Type: application/json "id": "733b26d5-af76-4eea-ac69-1a0ce8716897", "displayName": "Global Country Holidays", "webUrl": "http://www.contoso.com/", - "description": "The dates that Contoso offices will be closed to observe holidays. These dates may differ from the actual date of the holiday in cases where the holiday falls on a wee​kend.
2021 Dates Holiday
January 1, 2021 New Year's Day
January 18, 2021 Martin Luther King Day
February 15, 2021 Presidents Day
May 31, 2021 Memorial Day
July 5, 2021 Independence Day
September 6, 2021 Labor Day
November 25, 2021 - November 26, 2021 Thanksgiving Day and Day after Thanksgiving
December 23, 2021 - December 24, 2021 Christmas Eve and Christmas Day
", + "description": "The dates that Contoso offices will be closed to observe holidays. These dates may differ from the actual date of the holiday in cases where the holiday falls on a weekend.
2021 Dates Holiday
January 1, 2021 New Year's Day
January 18, 2021 Martin Luther King Day
February 15, 2021 Presidents Day
May 31, 2021 Memorial Day
July 5, 2021 Independence Day
September 6, 2021 Labor Day
November 25, 2021 - November 26, 2021 Thanksgiving Day and Day after Thanksgiving
December 23, 2021 - December 24, 2021 Christmas Eve and Christmas Day
", "lastModifiedDateTime": "2016-03-21T20:01:37Z", "lastModifiedBy": { "user": { @@ -104,4 +109,3 @@ Content-Type: application/json } ] ``` - From b1ace8dd3ad955a81cb94d9e5382eb17a824357d Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 06:46:01 +0100 Subject: [PATCH 077/259] Update search-searchentity-list-qnas.md Edit. --- .../beta/api/search-searchentity-list-qnas.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/api-reference/beta/api/search-searchentity-list-qnas.md b/api-reference/beta/api/search-searchentity-list-qnas.md index 34a4f1e7af3..cac3d8c25d5 100644 --- a/api-reference/beta/api/search-searchentity-list-qnas.md +++ b/api-reference/beta/api/search-searchentity-list-qnas.md @@ -8,6 +8,7 @@ doc_type: apiPageType --- # List qnas + Namespace: microsoft.graph.search [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] @@ -17,6 +18,7 @@ Get a list of the [qna](../resources/search-qna.md) objects and their properties [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions + Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). @@ -33,14 +35,17 @@ GET /search/qnas ``` ## Optional query parameters -This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData Query Parameters](/graph/query-parameters) to help customize the response. + +This method supports the `select`, `expand`, `filter`, `orderBy`, `maxTop`, and `count` [OData query parameters](/graph/query-parameters) to help customize the response. ## Request headers + |Name|Description| |:---|:---| |Authorization|Bearer {token}. Required.| ## Request body + Don't supply a request body for this method. ## Response @@ -51,6 +56,8 @@ If successful, this method returns a `200 OK` response code and a collection of ### Request +The following example shows a request. + # [HTTP](#tab/http) ``` http @@ -113,7 +122,7 @@ Content-Type: application/json "id": "733b26d5-af76-4eea-ac69-1a0ce8716897", "displayName": "Global Country Holidays", "webUrl": "http://www.contoso.com/", - "description": "The dates that Contoso offices will be closed to observe holidays. These dates may differ from the actual date of the holiday in cases where the holiday falls on a wee​kend.
2021 Dates Holiday
January 1, 2021 New Year's Day
January 18, 2021 Martin Luther King Day
February 15, 2021 Presidents Day
May 31, 2021 Memorial Day
July 5, 2021 Independence Day
September 6, 2021 Labor Day
November 25, 2021 - November 26, 2021 Thanksgiving Day and Day after Thanksgiving
December 23, 2021 - December 24, 2021 Christmas Eve and Christmas Day
", + "description": "The dates that Contoso offices will be closed to observe holidays. These dates may differ from the actual date of the holiday in cases where the holiday falls on a weekend.
2021 Dates Holiday
January 1, 2021 New Year's Day
January 18, 2021 Martin Luther King Day
February 15, 2021 Presidents Day
May 31, 2021 Memorial Day
July 5, 2021 Independence Day
September 6, 2021 Labor Day
November 25, 2021 - November 26, 2021 Thanksgiving Day and Day after Thanksgiving
December 23, 2021 - December 24, 2021 Christmas Eve and Christmas Day
", "lastModifiedDateTime": "2016-03-21T20:01:37Z", "lastModifiedBy": { "user": { @@ -136,4 +145,3 @@ Content-Type: application/json } ] ``` - From 2d795b8ff80942ba11e6fe51414178f5f81cce0a Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 06:49:20 +0100 Subject: [PATCH 078/259] Update search-searchentity-post-acronyms.md Edit. --- .../api/search-searchentity-post-acronyms.md | 32 ++++++++++--------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/api-reference/v1.0/api/search-searchentity-post-acronyms.md b/api-reference/v1.0/api/search-searchentity-post-acronyms.md index 4e161202b45..5d90235b503 100644 --- a/api-reference/v1.0/api/search-searchentity-post-acronyms.md +++ b/api-reference/v1.0/api/search-searchentity-post-acronyms.md @@ -8,14 +8,13 @@ doc_type: apiPageType --- # Create acronym -Namespace: microsoft.graph.search +Namespace: microsoft.graph.search Create a new [acronym](../resources/search-acronym.md) object. -[!INCLUDE [national-cloud-support](../../includes/global-only.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)| @@ -35,33 +34,36 @@ POST /search/acronyms ``` ## 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 [acronym](../resources/search-acronym.md) object. The following table shows the properties that are available when you create an [acronym](../resources/search-acronym.md). |Property|Type|Description| |:---|:---|:---| -|description|String|A brief description of the acronym that gives users more info about the acronym and what it stands for. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|displayName|String|The actual short form or acronym. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|standsFor|String collection|What the acronym stands for.| -|state|microsoft.graph.search.answerState|State of the acronym. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| -|webUrl|String|The URL of the page or website where users can go for more information about the acronym. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| - - +|description|String|A brief description of the acronym that gives users more information about the acronym and what it stands for. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|displayName|String|The actual short form or acronym. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|standsFor|String|What the acronym stands for.| +|state|microsoft.graph.search.answerState|State of the acronym. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| +|webUrl|String|The URL of the page or website where users can go for more information about the acronym. Inherited from [searchAnswer](../resources/search-searchanswer.md).| ## Response -If successful, this method returns a `200 Ok` response code. +If successful, this method returns a `200 OK` response code. ## Examples ### Request + +The following example shows a request. + ```http -HTTP/1.1 200 Ok +HTTP/1.1 200 OK Content-Type: application/json { "id": "733b26d5-af76-4eea-ac69-1a0ce8716897" } ``` - From 5706f19a81d3de67caecfae0333f780ed780efc2 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 06:50:44 +0100 Subject: [PATCH 079/259] Update search-searchentity-post-acronyms.md Edit. --- .../api/search-searchentity-post-acronyms.md | 27 +++++++++++-------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/api-reference/beta/api/search-searchentity-post-acronyms.md b/api-reference/beta/api/search-searchentity-post-acronyms.md index a3a59a9733d..7dc6a4c46e4 100644 --- a/api-reference/beta/api/search-searchentity-post-acronyms.md +++ b/api-reference/beta/api/search-searchentity-post-acronyms.md @@ -8,6 +8,7 @@ doc_type: apiPageType --- # Create acronym + Namespace: microsoft.graph.search [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] @@ -17,6 +18,7 @@ Create a new [acronym](../resources/search-acronym.md) object. [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions + Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). @@ -33,34 +35,36 @@ POST /search/acronyms ``` ## 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 [acronym](../resources/search-acronym.md) object. The following table shows the properties that are available when you create an [acronym](../resources/search-acronym.md). |Property|Type|Description| |:---|:---|:---| -|description|String|A brief description of the acronym that gives users more info about the acronym and what it stands for. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|displayName|String|The actual short form or acronym. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|standsFor|String collection|What the acronym stands for.| -|state|microsoft.graph.search.answerState|State of the acronym. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| -|webUrl|String|The URL of the page or website where users can go for more information about the acronym. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| - - +|description|String|A brief description of the acronym that gives users more information about the acronym and what it stands for. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|displayName|String|The actual short form or acronym. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|standsFor|String|What the acronym stands for.| +|state|microsoft.graph.search.answerState|State of the acronym. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| +|webUrl|String|The URL of the page or website where users can go for more information about the acronym. Inherited from [searchAnswer](../resources/search-searchanswer.md).| ## Response -If successful, this method returns a `200 Ok` response code. +If successful, this method returns a `200 OK` response code. ## Examples ### Request +The following example shows a request. + # [HTTP](#tab/http) ```http -HTTP/1.1 200 Ok +HTTP/1.1 200 OK Content-Type: application/json { "id": "733b26d5-af76-4eea-ac69-1a0ce8716897" } ``` - From b59308a0ed59880bcce752d7ca8504c7ceaad904 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 06:56:29 +0100 Subject: [PATCH 080/259] Update search-searchentity-post-bookmarks.md Edit. --- .../api/search-searchentity-post-bookmarks.md | 40 ++++++++++--------- 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/api-reference/v1.0/api/search-searchentity-post-bookmarks.md b/api-reference/v1.0/api/search-searchentity-post-bookmarks.md index da616e3388d..d591a934fd4 100644 --- a/api-reference/v1.0/api/search-searchentity-post-bookmarks.md +++ b/api-reference/v1.0/api/search-searchentity-post-bookmarks.md @@ -8,13 +8,13 @@ doc_type: apiPageType --- # Create bookmark + Namespace: microsoft.graph.search Create a new [bookmark](../resources/search-bookmark.md) object. -[!INCLUDE [national-cloud-support](../../includes/global-only.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)| @@ -33,33 +33,33 @@ POST /search/bookmarks ``` ## 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 [bookmark](../resources/search-bookmark.md) object. The following table shows the properties that are available when you create a [bookmark](../resources/search-bookmark.md). |Property|Type|Description| |:---|:---|:---| -|displayName|String|Bookmark name displayed in search results. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|description|String|Bookmark description shown on search results page. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|webUrl|String|Bookmark URL link. When users click this bookmark in search results, they will go to this URL. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|categories|String collection|Categories commonly used to describe this bookmark. For example, IT and HR.| -|availabilityStartDateTime|DateTimeOffset|Timestamp of when the bookmark will start to appear as a search result. Set as `null` for always available.| -|availabilityEndDateTime|DateTimeOffset|Timestamp of when the bookmark will stop to appear as a search result. Set as `null` for always available.| -|languageTags|String collection|List of countries or regions able to view this bookmark.| -|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems able to view this bookmark. Possible values are: `unknown`, `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `androidASOP`.| -|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answerVariant.md) collection|Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations.| -|powerAppIds|String collection|List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks, such as to enter vacation time or to report expenses on the search results page.| +|availabilityEndDateTime|DateTimeOffset|Date and time when the bookmark stops appearing as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|availabilityStartDateTime|DateTimeOffset|Date and time when the bookmark starts to appear as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|categories|String collection|Categories commonly used to describe this bookmark. For example, `IT` and `HR`.| +|description|String|The bookmark description that is shown on the search results page. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|displayName|String|The bookmark name that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|groupIds|String collection|The list of security groups that are able to view this bookmark.| |keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this bookmark to appear in search results.| -|state|microsoft.graph.search.answerState|State of the bookmark. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| -|groupIds|String collection|List of security groups able to view this bookmark.| - - +|languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags).| +|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this bookmark. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| +|powerAppIds|String collection|List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks directly on the search results page, such as entering vacation time or reporting expenses.| +|state|microsoft.graph.search.answerState|State of the bookmark. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| +|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| +|webUrl|String|The URL link for the bookmark. When users select this bookmark from the search results, they're directed to the specified URL. Inherited from [searchAnswer](../resources/search-searchanswer.md).| ## Response @@ -68,6 +68,9 @@ If successful, this method returns a `201 Created` response code with the ID of ## Examples ### Request + +The following example shows a request. + ```http -HTTP/1.1 201 CREATED +HTTP/1.1 201 Created Location: /733b26d5-af76-4eea-ac69-1a0ce8716897 Content-Type: application/json From 3ed408b28164229f7a0a3f6283e95712bfced56f Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 06:57:23 +0100 Subject: [PATCH 082/259] Update search-searchentity-post-bookmarks.md Edit. --- .../api/search-searchentity-post-bookmarks.md | 39 +++++++++++-------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/api-reference/beta/api/search-searchentity-post-bookmarks.md b/api-reference/beta/api/search-searchentity-post-bookmarks.md index e4bfef85e0d..6ce3bdcf423 100644 --- a/api-reference/beta/api/search-searchentity-post-bookmarks.md +++ b/api-reference/beta/api/search-searchentity-post-bookmarks.md @@ -8,6 +8,7 @@ doc_type: apiPageType --- # Create bookmark + Namespace: microsoft.graph.search [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] @@ -17,6 +18,7 @@ Create a new [bookmark](../resources/search-bookmark.md) object. [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions + Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). @@ -32,33 +34,33 @@ POST /search/bookmarks ``` ## 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 [bookmark](../resources/search-bookmark.md) object. The following table shows the properties that are available when you create a [bookmark](../resources/search-bookmark.md). |Property|Type|Description| |:---|:---|:---| -|displayName|String|Bookmark name displayed in search results. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|description|String|Bookmark description shown on search results page. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|webUrl|String|Bookmark URL link. When users click this bookmark in search results, they will go to this URL. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|categories|String collection|Categories commonly used to describe this bookmark. For example, IT and HR.| -|availabilityStartDateTime|DateTimeOffset|Timestamp of when the bookmark will start to appear as a search result. Set as `null` for always available.| -|availabilityEndDateTime|DateTimeOffset|Timestamp of when the bookmark will stop to appear as a search result. Set as `null` for always available.| -|languageTags|String collection|List of countries or regions able to view this bookmark.| -|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems able to view this bookmark. Possible values are: `unknown`, `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `androidASOP`.| -|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answerVariant.md) collection|Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations.| -|powerAppIds|String collection|List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks, such as to enter vacation time or to report expenses on the search results page.| +|availabilityEndDateTime|DateTimeOffset|Date and time when the bookmark stops appearing as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|availabilityStartDateTime|DateTimeOffset|Date and time when the bookmark starts to appear as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|categories|String collection|Categories commonly used to describe this bookmark. For example, `IT` and `HR`.| +|description|String|The bookmark description that is shown on the search results page. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|displayName|String|The bookmark name that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|groupIds|String collection|The list of security groups that are able to view this bookmark.| |keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this bookmark to appear in search results.| -|state|microsoft.graph.search.answerState|State of the bookmark. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| -|groupIds|String collection|List of security groups able to view this bookmark.| - - +|languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags).| +|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this bookmark. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| +|powerAppIds|String collection|List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks directly on the search results page, such as entering vacation time or reporting expenses.| +|state|microsoft.graph.search.answerState|State of the bookmark. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| +|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| +|webUrl|String|The URL link for the bookmark. When users select this bookmark from the search results, they're directed to the specified URL. Inherited from [searchAnswer](../resources/search-searchanswer.md).| ## Response @@ -68,6 +70,8 @@ If successful, this method returns a `201 Created` response code with the ID of ### Request +The following example shows a request. + # [HTTP](#tab/http) ```http -HTTP/1.1 201 CREATED +HTTP/1.1 201 Created Location: /733b26d5-af76-4eea-ac69-1a0ce8716897 Content-Type: application/json @@ -150,4 +156,3 @@ Content-Type: application/json "id": "733b26d5-af76-4eea-ac69-1a0ce8716897" } ``` - From a92a24b88a0df39b8b1935e369b90d7d176e0561 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 07:01:02 +0100 Subject: [PATCH 083/259] Update search-searchentity-post-qnas.md Edit. --- .../v1.0/api/search-searchentity-post-qnas.md | 43 ++++++++++--------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/api-reference/v1.0/api/search-searchentity-post-qnas.md b/api-reference/v1.0/api/search-searchentity-post-qnas.md index b51524e12b8..7c4ca35bc2c 100644 --- a/api-reference/v1.0/api/search-searchentity-post-qnas.md +++ b/api-reference/v1.0/api/search-searchentity-post-qnas.md @@ -8,13 +8,13 @@ doc_type: apiPageType --- # Create qna + Namespace: microsoft.graph.search Create a new [qna](../resources/search-qna.md) object. -[!INCLUDE [national-cloud-support](../../includes/global-only.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)| @@ -34,31 +34,31 @@ POST /search/qnas ``` ## 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 [qna](../resources/search-qna.md) object. The following table shows the properties that are available when you create a [qna](../resources/search-qna.md). |Property|Type|Description| |:---|:---|:---| -|displayName|String|Question displayed in search results. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|description|String|Answer displayed in search results. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|webUrl|String|Qna URL link. When users select this qna in search results, they go to this URL. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|availabilityStartDateTime|DateTimeOffset|Timestamp of when the qna starts to appear as a search result. Set as `null` for always available.| -|availabilityEndDateTime|DateTimeOffset|Timestamp of when the qna stops to appear as a search result. Set as `null` for always available.| -|languageTags|String collection|List of countries or regions able to view this qna.| -|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems able to view this qna. Possible values are: `unknown`, `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `androidASOP`.| -|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answerVariant.md) collection|Variations of a qna for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| -|keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this qna to appear in search results.| -|state|microsoft.graph.search.answerState|State of the qna. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| -|groupIds|String collection|List of security groups able to view this qna.| - - +|availabilityEndDateTime|DateTimeOffset|Date and time when the QnA stops appearing as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|availabilityStartDateTime|DateTimeOffset|Date and time when the QnA starts to appear as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|description|String|Answer that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|displayName|String|Question that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|groupIds|String collection|The list of security groups that are able to view this QnA.| +|keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerkeyword.md)|Keywords that trigger this QnA to appear in search results.| +|languageTags|String collection|A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags). | +|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this QnA. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| +|state|microsoft.graph.search.answerState|State of the QnA. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| +|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a QnA for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| +|webUrl|String|The URL link for the QnA. When users select this QnA from the search results, they're directed to the specified URL. Inherited from [searchAnswer](../resources/search-searchanswer.md).| ## Response @@ -67,6 +67,9 @@ If successful, this method returns a `201 Created` response code with the ID of ## Examples ### Request + +The following example shows a request. + ```http -HTTP/1.1 201 CREATED +HTTP/1.1 201 Created Location: /733b26d5-af76-4eea-ac69-1a0ce8716897 Content-Type: application/json @@ -109,4 +113,3 @@ Content-Type: application/json "id": "733b26d5-af76-4eea-ac69-1a0ce8716897" } ``` - From da48c0bfb0360cd032e30620dd86789246ad08ae Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 07:02:04 +0100 Subject: [PATCH 084/259] Update search-searchentity-post-qnas.md Edit. --- .../beta/api/search-searchentity-post-qnas.md | 39 +++++++++++-------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/api-reference/beta/api/search-searchentity-post-qnas.md b/api-reference/beta/api/search-searchentity-post-qnas.md index 756a24df7cc..0f8229dbc62 100644 --- a/api-reference/beta/api/search-searchentity-post-qnas.md +++ b/api-reference/beta/api/search-searchentity-post-qnas.md @@ -8,6 +8,7 @@ doc_type: apiPageType --- # Create qna + Namespace: microsoft.graph.search [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] @@ -17,6 +18,7 @@ Create a new [qna](../resources/search-qna.md) object. [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions + Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). @@ -33,31 +35,31 @@ POST /search/qnas ``` ## 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 [qna](../resources/search-qna.md) object. The following table shows the properties that are available when you create a [qna](../resources/search-qna.md). |Property|Type|Description| |:---|:---|:---| -|displayName|String|Question displayed in search results. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|description|String|Answer displayed in search results. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|webUrl|String|Qna URL link. When users select this qna in search results, they go to this URL. Inherited from [searchAnswer](../resources/search-searchAnswer.md).| -|availabilityStartDateTime|DateTimeOffset|Timestamp of when the qna starts to appear as a search result. Set as `null` for always available.| -|availabilityEndDateTime|DateTimeOffset|Timestamp of when the qna stops to appear as a search result. Set as `null` for always available.| -|languageTags|String collection|List of countries or regions able to view this qna.| -|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems able to view this qna. Possible values are: `unknown`, `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `androidASOP`.| -|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answerVariant.md) collection|Variations of a qna for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| -|keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this qna to appear in search results.| -|state|microsoft.graph.search.answerState|State of the qna. Possible values are: `published`, `draft`, `excluded`, or `unknownFutureValue`.| -|groupIds|String collection|List of security groups able to view this qna.| - - +|availabilityEndDateTime|DateTimeOffset|Date and time when the QnA stops appearing as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|availabilityStartDateTime|DateTimeOffset|Date and time when the QnA starts to appear as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|description|String|Answer that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|displayName|String|Question that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|groupIds|String collection|The list of security groups that are able to view this QnA.| +|keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerkeyword.md)|Keywords that trigger this QnA to appear in search results.| +|languageTags|String collection|A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags). | +|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this QnA. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| +|state|microsoft.graph.search.answerState|State of the QnA. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| +|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a QnA for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| +|webUrl|String|The URL link for the QnA. When users select this QnA from the search results, they're directed to the specified URL. Inherited from [searchAnswer](../resources/search-searchanswer.md).| ## Response @@ -67,6 +69,8 @@ If successful, this method returns a `201 Created` response code with the ID of ### Request +The following example shows a request. + # [HTTP](#tab/http) ```http -HTTP/1.1 201 CREATED +HTTP/1.1 201 Created Location: /733b26d5-af76-4eea-ac69-1a0ce8716897 Content-Type: application/json @@ -143,4 +149,3 @@ Content-Type: application/json "id": "733b26d5-af76-4eea-ac69-1a0ce8716897" } ``` - From 903f65f78fb7e7326caf9de307038569a5d35b3b Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 07:03:09 +0100 Subject: [PATCH 085/259] Update search-bookmark.md Edit. --- api-reference/v1.0/resources/search-bookmark.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/v1.0/resources/search-bookmark.md b/api-reference/v1.0/resources/search-bookmark.md index 308181a3d7d..17b6d29e12f 100644 --- a/api-reference/v1.0/resources/search-bookmark.md +++ b/api-reference/v1.0/resources/search-bookmark.md @@ -41,11 +41,11 @@ Inherits from [searchAnswer](../resources/search-searchanswer.md). |languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags).| |lastModifiedBy|[microsoft.graph.identitySet](../resources/identityset.md)|Details of the user who created or last modified the bookmark. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only.| |lastModifiedDateTime|DateTimeOffset|Date and time when the bookmark was created or last edited. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only. | -|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this bookmark. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`.| +|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this bookmark. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| |powerAppIds|String collection|List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks directly on the search results page, such as entering vacation time or reporting expenses.| |state|microsoft.graph.search.answerState|State of the bookmark. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| |targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| -|webUrl|String|The URL link for the bookmark. When users select this bookmark from the search results, they are directed to the specified URL. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|webUrl|String|The URL link for the bookmark. When users select this bookmark from the search results, they're directed to the specified URL. Inherited from [searchAnswer](../resources/search-searchanswer.md).| ## Relationships From 9528068ce783c559cd87f2e81e9ad7f1fbe285a5 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 07:04:12 +0100 Subject: [PATCH 086/259] Update search-qna.md Edit. --- api-reference/v1.0/resources/search-qna.md | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/api-reference/v1.0/resources/search-qna.md b/api-reference/v1.0/resources/search-qna.md index e38e581a8e1..72b093f82af 100644 --- a/api-reference/v1.0/resources/search-qna.md +++ b/api-reference/v1.0/resources/search-qna.md @@ -29,21 +29,21 @@ Inherits from [searchAnswer](../resources/search-searchanswer.md). |Property|Type|Description| |:---|:---|:---| -|availabilityEndDateTime|DateTimeOffset|Date and time when the **qna** stops appearing as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| -|availabilityStartDateTime|DateTimeOffset|Date and time when the **qna** starts to appear as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|availabilityEndDateTime|DateTimeOffset|Date and time when the QnA stops appearing as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|availabilityStartDateTime|DateTimeOffset|Date and time when the QnA starts to appear as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| |description|String|Answer that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| |displayName|String|Question that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| -|groupIds|String collection|The list of security groups that are able to view this **qna**.| -|id|String|The unique identifier (GUID) for the **qna**. Inherited from [searchAnswer](../resources/search-searchanswer.md).| -|isSuggested|Boolean| `True` if a user or Microsoft suggested this **qna** to the admin. Read-only.| -|keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerkeyword.md)|Keywords that trigger this **qna** to appear in search results.| -|languageTags|String collection|A list of geographically specific language names in which this **qna** can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags). | -|lastModifiedBy|[microsoft.graph.identitySet](../resources/identityset.md)|Details of the user who created or last modified the **qna**. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only. | -|lastModifiedDateTime|DateTimeOffset| Date and time when the **qna** was created or last edited. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only.| -|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this **qna**. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`.| -|state|microsoft.graph.search.answerState|State of the **qna**. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| -|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a **qna** for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| -|webUrl|String|The URL link for the **qna**. When users select this **qna** from the search results, they are directed to the specified URL. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|groupIds|String collection|The list of security groups that are able to view this QnA.| +|id|String|The unique identifier (GUID) for the QnA. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|isSuggested|Boolean| `True` if a user or Microsoft suggested this QnA to the admin. Read-only.| +|keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerkeyword.md)|Keywords that trigger this QnA to appear in search results.| +|languageTags|String collection|A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags). | +|lastModifiedBy|[microsoft.graph.identitySet](../resources/identityset.md)|Details of the user who created or last modified the QnA. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only. | +|lastModifiedDateTime|DateTimeOffset| Date and time when the QnA was created or last edited. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only.| +|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this QnA. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| +|state|microsoft.graph.search.answerState|State of the QnA. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| +|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a QnA for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| +|webUrl|String|The URL link for the QnA. When users select this QnA from the search results, they're directed to the specified URL. Inherited from [searchAnswer](../resources/search-searchanswer.md).| ## Relationships From bdd90e40eacc9c13865042aa55cb0d934dcfd85e Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 07:05:42 +0100 Subject: [PATCH 087/259] Update search-qna.md Edit. --- api-reference/beta/resources/search-qna.md | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/api-reference/beta/resources/search-qna.md b/api-reference/beta/resources/search-qna.md index 9425d662010..316f0a5587e 100644 --- a/api-reference/beta/resources/search-qna.md +++ b/api-reference/beta/resources/search-qna.md @@ -31,21 +31,21 @@ Inherits from [searchAnswer](../resources/search-searchanswer.md). |Property|Type|Description| |:---|:---|:---| -|availabilityEndDateTime|DateTimeOffset|Date and time when the **qna** stops appearing as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| -|availabilityStartDateTime|DateTimeOffset|Date and time when the **qna** starts to appear as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|availabilityEndDateTime|DateTimeOffset|Date and time when the QnA stops appearing as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|availabilityStartDateTime|DateTimeOffset|Date and time when the QnA starts to appear as a search result. Set as `null` for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| |description|String|Answer that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| |displayName|String|Question that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| -|groupIds|String collection|The list of security groups that are able to view this **qna**.| -|id|String|The unique identifier (GUID) for the **qna**. Inherited from [searchAnswer](../resources/search-searchanswer.md).| -|isSuggested|Boolean| `True` if a user or Microsoft suggested this **qna** to the admin. Read-only.| -|keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerkeyword.md)|Keywords that trigger this **qna** to appear in search results.| -|languageTags|String collection|A list of geographically specific language names in which this **qna** can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags). | -|lastModifiedBy|[microsoft.graph.identitySet](../resources/identityset.md)|Details of the user who created or last modified the **qna**. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only. | -|lastModifiedDateTime|DateTimeOffset| Date and time when the **qna** was created or last edited. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only.| -|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this **qna**. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`.| -|state|microsoft.graph.search.answerState|State of the **qna**. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| -|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a **qna** for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| -|webUrl|String|The URL link for the **qna**. When users select this **qna** from the search results, they're directed to the specified URL. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|groupIds|String collection|The list of security groups that are able to view this QnA.| +|id|String|The unique identifier (GUID) for the QnA. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|isSuggested|Boolean| `True` if a user or Microsoft suggested this QnA to the admin. Read-only.| +|keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerkeyword.md)|Keywords that trigger this QnA to appear in search results.| +|languageTags|String collection|A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags). | +|lastModifiedBy|[microsoft.graph.identitySet](../resources/identityset.md)|Details of the user who created or last modified the QnA. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only. | +|lastModifiedDateTime|DateTimeOffset| Date and time when the QnA was created or last edited. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only.| +|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this QnA. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| +|state|microsoft.graph.search.answerState|State of the QnA. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| +|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a QnA for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| +|webUrl|String|The URL link for the QnA. When users select this QnA from the search results, they're directed to the specified URL. Inherited from [searchAnswer](../resources/search-searchanswer.md).| ## Relationships From 4545b9b02a6c1eb040ed00a1500601541ab4dd83 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 07:06:23 +0100 Subject: [PATCH 088/259] Update search-bookmark.md Edit. --- api-reference/beta/resources/search-bookmark.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/resources/search-bookmark.md b/api-reference/beta/resources/search-bookmark.md index 0302109eaa4..c400e51cd65 100644 --- a/api-reference/beta/resources/search-bookmark.md +++ b/api-reference/beta/resources/search-bookmark.md @@ -43,11 +43,11 @@ Inherits from [searchAnswer](../resources/search-searchanswer.md). |languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags).| |lastModifiedBy|[microsoft.graph.identitySet](../resources/identityset.md)|Details of the user who created or last modified the bookmark. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only.| |lastModifiedDateTime|DateTimeOffset|Date and time when the bookmark was created or last edited. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only. | -|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this bookmark. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`.| +|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this bookmark. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| |powerAppIds|String collection|List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks directly on the search results page, such as entering vacation time or reporting expenses.| |state|microsoft.graph.search.answerState|State of the bookmark. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| |targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| -|webUrl|String|The URL link for the bookmark. When users select this bookmark from the search results, they are directed to the specified URL. Inherited from [searchAnswer](../resources/search-searchanswer.md).| +|webUrl|String|The URL link for the bookmark. When users select this bookmark from the search results, they're directed to the specified URL. Inherited from [searchAnswer](../resources/search-searchanswer.md).| ## Relationships From ddc52f33508af4983c200e94ab931967de4f9969 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 07:07:40 +0100 Subject: [PATCH 089/259] Update enums.md Edit. --- api-reference/beta/resources/enums.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api-reference/beta/resources/enums.md b/api-reference/beta/resources/enums.md index 737d38f0389..6527175e89d 100644 --- a/api-reference/beta/resources/enums.md +++ b/api-reference/beta/resources/enums.md @@ -4607,6 +4607,9 @@ Possible values for user account types (group membership), per Windows definitio | androidWorkProfile | | unknown | | androidAOSP | +| androidMobileApplicationManagement| +| iOSMobileApplicationManagement| +| unknownFutureValue| ### platform values From 7ded07c5d0384d2d0ec87219fe5b0593fbf0eb63 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 07:11:53 +0100 Subject: [PATCH 090/259] Update toc.yml Edit. --- api-reference/v1.0/toc.yml | 50 +++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/api-reference/v1.0/toc.yml b/api-reference/v1.0/toc.yml index 542e421d4c5..d02b07b4d86 100644 --- a/api-reference/v1.0/toc.yml +++ b/api-reference/v1.0/toc.yml @@ -7545,16 +7545,6 @@ items: href: api/securityreportsroot-getattacksimulationtrainingusercoverage.md - name: Search items: - - name: Query - items: - - name: Overview - href: resources/search-api-overview.md - - name: Search request type - href: resources/searchrequest.md - - name: Search response type - href: resources/searchresponse.md - - name: Query data - href: api/search-query.md - name: Answer items: - name: Overview @@ -7562,42 +7552,52 @@ items: - name: Acronym href: resources/search-acronym.md items: - - name: List acronyms + - name: List href: api/search-searchentity-list-acronyms.md - - name: Create acronym + - name: Create href: api/search-searchentity-post-acronyms.md - - name: Get acronym + - name: Get href: api/search-acronym-get.md - - name: Update acronym + - name: Update href: api/search-acronym-update.md - - name: Delete acronym + - name: Delete href: api/search-acronym-delete.md - name: Bookmark href: resources/search-bookmark.md items: - - name: List bookmarks + - name: List href: api/search-searchentity-list-bookmarks.md - - name: Create bookmark + - name: Create href: api/search-searchentity-post-bookmarks.md - - name: Get bookmark + - name: Get href: api/search-bookmark-get.md - - name: Update bookmark + - name: Update href: api/search-bookmark-update.md - - name: Delete bookmark + - name: Delete href: api/search-bookmark-delete.md - name: QnA href: resources/search-qna.md items: - - name: List qnas + - name: List href: api/search-searchentity-list-qnas.md - - name: Create qna + - name: Create href: api/search-searchentity-post-qnas.md - - name: Get qna + - name: Get href: api/search-qna-get.md - - name: Update qna + - name: Update href: api/search-qna-update.md - - name: Delete qna + - name: Delete href: api/search-qna-delete.md + - name: Query + items: + - name: Overview + href: resources/search-api-overview.md + - name: Search request type + href: resources/searchrequest.md + - name: Search response type + href: resources/searchresponse.md + - name: Query data + href: api/search-query.md - name: Security items: - name: Overview From 49399434af504ba8d309d5685634c5f4b8caaa94 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 07:13:12 +0100 Subject: [PATCH 091/259] Update toc.yml Edit. --- api-reference/beta/toc.yml | 50 +++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/api-reference/beta/toc.yml b/api-reference/beta/toc.yml index d9f6e8ce43d..4c7e184700c 100644 --- a/api-reference/beta/toc.yml +++ b/api-reference/beta/toc.yml @@ -16375,16 +16375,6 @@ items: href: api/partners-billing-unbilledusage-export.md - name: Search items: - - name: Query - items: - - name: Overview - href: resources/search-api-overview.md - - name: Search request type - href: resources/searchrequest.md - - name: Search response type - href: resources/searchresponse.md - - name: Query data - href: api/search-query.md - name: Answer items: - name: Overview @@ -16392,42 +16382,52 @@ items: - name: Acronym href: resources/search-acronym.md items: - - name: List acronyms + - name: List href: api/search-searchentity-list-acronyms.md - - name: Create acronym + - name: Create href: api/search-searchentity-post-acronyms.md - - name: Get acronym + - name: Get href: api/search-acronym-get.md - - name: Update acronym + - name: Update href: api/search-acronym-update.md - - name: Delete acronym + - name: Delete href: api/search-acronym-delete.md - name: Bookmark href: resources/search-bookmark.md items: - - name: List bookmarks + - name: List href: api/search-searchentity-list-bookmarks.md - - name: Create bookmark + - name: Create href: api/search-searchentity-post-bookmarks.md - - name: Get bookmark + - name: Get href: api/search-bookmark-get.md - - name: Update bookmark + - name: Update href: api/search-bookmark-update.md - - name: Delete bookmark + - name: Delete href: api/search-bookmark-delete.md - name: QnA href: resources/search-qna.md items: - - name: List qnas + - name: List href: api/search-searchentity-list-qnas.md - - name: Create qna + - name: Create href: api/search-searchentity-post-qnas.md - - name: Get qna + - name: Get href: api/search-qna-get.md - - name: Update qna + - name: Update href: api/search-qna-update.md - - name: Delete qna + - name: Delete href: api/search-qna-delete.md + - name: Query + items: + - name: Overview + href: resources/search-api-overview.md + - name: Search request type + href: resources/searchrequest.md + - name: Search response type + href: resources/searchresponse.md + - name: Query data + href: api/search-query.md - name: Security items: - name: Overview From 6db61c3e94b2c4eecc1e26b3f4ad5e9b52cf3332 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 07:17:50 +0100 Subject: [PATCH 092/259] Update search-acronym-update.md Edit. --- api-reference/beta/api/search-acronym-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/search-acronym-update.md b/api-reference/beta/api/search-acronym-update.md index 954124ed8bd..41375315295 100644 --- a/api-reference/beta/api/search-acronym-update.md +++ b/api-reference/beta/api/search-acronym-update.md @@ -49,7 +49,7 @@ PATCH /search/acronyms/{acronymsId} |:---|:---|:---| |description|String|A brief description of the acronym that gives users more info about the acronym and what it stands for. Inherited from [searchAnswer](../resources/search-searchanswer.md).| |displayName|String|The actual short form or acronym. Inherited from [searchAnswer](../resources/search-searchanswer.md).| -|standsFor|String collection|What the acronym stands for.| +|standsFor|String|What the acronym stands for.| |state|microsoft.graph.search.answerState|State of the acronym. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| |webUrl|String|The URL of the page or website where users can go for more information about the acronym. Inherited from [searchAnswer](../resources/search-searchanswer.md).| From 9064dcadbdb952858e5f6ff7305bfbfd3cd5662f Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 07:18:34 +0100 Subject: [PATCH 093/259] Update search-acronym-update.md Edit. --- api-reference/v1.0/api/search-acronym-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/search-acronym-update.md b/api-reference/v1.0/api/search-acronym-update.md index 1628970f29e..30219c97a0e 100644 --- a/api-reference/v1.0/api/search-acronym-update.md +++ b/api-reference/v1.0/api/search-acronym-update.md @@ -50,7 +50,7 @@ PATCH /search/acronyms/{acronymsId} |:---|:---|:---| |description|String|A brief description of the acronym that gives users more information about the acronym and what it stands for. Inherited from [searchAnswer](../resources/search-searchanswer.md).| |displayName|String|The actual short form or acronym. Inherited from [searchAnswer](../resources/search-searchanswer.md).| -|standsFor|String collection|What the acronym stands for.| +|standsFor|String|What the acronym stands for.| |state|microsoft.graph.search.answerState|State of the acronym. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| |webUrl|String|The URL of the page or website where users can go for more information about the acronym. Inherited from [searchAnswer](../resources/search-searchanswer.md).| From 162b316a99e0d44fb15463dabcd1a88fae30e8fa Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 18 Jan 2024 07:27:02 +0100 Subject: [PATCH 094/259] Update search-answervariant.md Edit. --- api-reference/v1.0/resources/search-answervariant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/resources/search-answervariant.md b/api-reference/v1.0/resources/search-answervariant.md index cdfb4d8ceee..970b2de6e42 100644 --- a/api-reference/v1.0/resources/search-answervariant.md +++ b/api-reference/v1.0/resources/search-answervariant.md @@ -19,9 +19,9 @@ Represents an answer variant that can be used to change certain properties of a |:---|:---|:---| |description|String|The answer variation description that is shown on the search results page.| |displayName|String|The answer variation name that is displayed in search results.| -|webUrl|String|The URL link for the answer variation. When users select this answer variation from the search results, they are directed to the specified URL.| |languageTags|String collection|The list of countries or regions that are able to view this search answer.| |platforms|microsoft.graph.platform collection|The list of devices and operating systems that are able to view this answer variation. Possible values are: `unknown`, `ios`, `android`, `windows`, `windowsMobile`, `macOS`.| +|webUrl|String|The URL link for the answer variation. When users select this answer variation from the search results, they're directed to the specified URL.| ## Relationships From fe218b246a2a82763534b651427408190669165e Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 05:56:01 +0100 Subject: [PATCH 095/259] Update search-acronym-get.md Edit. --- api-reference/beta/api/search-acronym-get.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/search-acronym-get.md b/api-reference/beta/api/search-acronym-get.md index 784493677ec..a4f262baade 100644 --- a/api-reference/beta/api/search-acronym-get.md +++ b/api-reference/beta/api/search-acronym-get.md @@ -50,7 +50,7 @@ Don't supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and an [acronym](../resources/search-acronym.md) object in the response body. +If successful, this method returns a `200 OK` response code and a [microsoft.graph.search.acronym](../resources/search-acronym.md) object in the response body. ## Examples From 04c29b3b3d289a7c4172402d8d6e9dbf9f54fa88 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 05:56:41 +0100 Subject: [PATCH 096/259] Update search-acronym-get.md Edit. --- api-reference/v1.0/api/search-acronym-get.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/search-acronym-get.md b/api-reference/v1.0/api/search-acronym-get.md index 2d86a254c47..589b7551c0c 100644 --- a/api-reference/v1.0/api/search-acronym-get.md +++ b/api-reference/v1.0/api/search-acronym-get.md @@ -49,7 +49,7 @@ Don't supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and an [acronym](../resources/search-acronym.md) object in the response body. +If successful, this method returns a `200 OK` response code and a [microsoft.graph.search.acronym](../resources/search-acronym.md) object in the response body. ## Examples From 68141d8404eb27148c0a88c3dfdd2bb53890241c Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 05:57:33 +0100 Subject: [PATCH 097/259] Update search-bookmark-get.md Edit. --- api-reference/v1.0/api/search-bookmark-get.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/search-bookmark-get.md b/api-reference/v1.0/api/search-bookmark-get.md index a94a8d66c7b..742bcd18a25 100644 --- a/api-reference/v1.0/api/search-bookmark-get.md +++ b/api-reference/v1.0/api/search-bookmark-get.md @@ -49,7 +49,7 @@ Don't supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a [bookmark](../resources/search-bookmark.md) object in the response body. +If successful, this method returns a `200 OK` response code and a [microsoft.graph.search.bookmark](../resources/search-bookmark.md) object in the response body. ## Examples From 42b40db2196e20ed50901b39faac33223b658e48 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 05:58:21 +0100 Subject: [PATCH 098/259] Update search-bookmark-get.md Edit. --- api-reference/beta/api/search-bookmark-get.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/search-bookmark-get.md b/api-reference/beta/api/search-bookmark-get.md index 8558ebf0676..961f3b5015a 100644 --- a/api-reference/beta/api/search-bookmark-get.md +++ b/api-reference/beta/api/search-bookmark-get.md @@ -50,7 +50,7 @@ Don't supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a [bookmark](../resources/search-bookmark.md) object in the response body. +If successful, this method returns a `200 OK` response code and a [microsoft.graph.search.bookmark](../resources/search-bookmark.md) object in the response body. ## Examples From 7f51377a0816ba577597b1fa8df29b1e158c1ad9 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 05:59:02 +0100 Subject: [PATCH 099/259] Update search-qna-get.md Edit. --- api-reference/v1.0/api/search-qna-get.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/search-qna-get.md b/api-reference/v1.0/api/search-qna-get.md index eeccbe98358..8ebd325a07a 100644 --- a/api-reference/v1.0/api/search-qna-get.md +++ b/api-reference/v1.0/api/search-qna-get.md @@ -51,7 +51,7 @@ Don't supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a [qna](../resources/search-qna.md) object in the response body. +If successful, this method returns a `200 OK` response code and a [microsoft.graph.search.qna](../resources/search-qna.md) object in the response body. ## Examples From 4ca4dd26c36f0a9e99af2a058f11a499b5d79ec0 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 05:59:50 +0100 Subject: [PATCH 100/259] Update search-searchentity-list-acronyms.md Edit. --- api-reference/v1.0/api/search-searchentity-list-acronyms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/search-searchentity-list-acronyms.md b/api-reference/v1.0/api/search-searchentity-list-acronyms.md index cdf99247a07..620fc965d42 100644 --- a/api-reference/v1.0/api/search-searchentity-list-acronyms.md +++ b/api-reference/v1.0/api/search-searchentity-list-acronyms.md @@ -49,7 +49,7 @@ Don't supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [acronym](../resources/search-acronym.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.search.acronym](../resources/search-acronym.md) objects in the response body. ## Examples From 3c002d929573b83696cfbcd90a23f035ff8f74a0 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:00:08 +0100 Subject: [PATCH 101/259] Update search-searchentity-list-acronyms.md Edit. --- api-reference/beta/api/search-searchentity-list-acronyms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/search-searchentity-list-acronyms.md b/api-reference/beta/api/search-searchentity-list-acronyms.md index a296fedf9b1..9434af6aa76 100644 --- a/api-reference/beta/api/search-searchentity-list-acronyms.md +++ b/api-reference/beta/api/search-searchentity-list-acronyms.md @@ -50,7 +50,7 @@ Don't supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [acronym](../resources/search-acronym.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.search.acronym](../resources/search-acronym.md) objects in the response body. ## Examples From 7a8f2196803b49a1983475bf0c2934e9cfb4d0c1 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:02:37 +0100 Subject: [PATCH 102/259] Update search-searchentity-list-bookmarks.md Edit. --- api-reference/v1.0/api/search-searchentity-list-bookmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/search-searchentity-list-bookmarks.md b/api-reference/v1.0/api/search-searchentity-list-bookmarks.md index ce71d286ca2..ce8774eb392 100644 --- a/api-reference/v1.0/api/search-searchentity-list-bookmarks.md +++ b/api-reference/v1.0/api/search-searchentity-list-bookmarks.md @@ -49,7 +49,7 @@ Don't supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [bookmark](../resources/search-bookmark.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.search.bookmark](../resources/search-bookmark.md) objects in the response body. ## Examples From f170a462ba6fc20da6ce8d29e6fba425d7204bb3 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:03:03 +0100 Subject: [PATCH 103/259] Update search-searchentity-list-bookmarks.md Edit. --- api-reference/beta/api/search-searchentity-list-bookmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/search-searchentity-list-bookmarks.md b/api-reference/beta/api/search-searchentity-list-bookmarks.md index d833ed9bca6..2bcc947181a 100644 --- a/api-reference/beta/api/search-searchentity-list-bookmarks.md +++ b/api-reference/beta/api/search-searchentity-list-bookmarks.md @@ -50,7 +50,7 @@ Don't supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [bookmark](../resources/search-bookmark.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.search.bookmark](../resources/search-bookmark.md) objects in the response body. ## Examples From 3c790d5f582eacc4f7b1855b5afebd829ba0f4f4 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:03:36 +0100 Subject: [PATCH 104/259] Update search-searchentity-list-qnas.md Edit. --- api-reference/v1.0/api/search-searchentity-list-qnas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/search-searchentity-list-qnas.md b/api-reference/v1.0/api/search-searchentity-list-qnas.md index 556db081ca8..aaa48279167 100644 --- a/api-reference/v1.0/api/search-searchentity-list-qnas.md +++ b/api-reference/v1.0/api/search-searchentity-list-qnas.md @@ -49,7 +49,7 @@ Don't supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [qna](../resources/search-qna.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.search.qna](../resources/search-qna.md) objects in the response body. ## Examples From 9927eb93b69e5479aab4752fe2c39f32e37bee6f Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:04:03 +0100 Subject: [PATCH 105/259] Update search-searchentity-list-qnas.md Edit. --- api-reference/beta/api/search-searchentity-list-qnas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/search-searchentity-list-qnas.md b/api-reference/beta/api/search-searchentity-list-qnas.md index cac3d8c25d5..039398708eb 100644 --- a/api-reference/beta/api/search-searchentity-list-qnas.md +++ b/api-reference/beta/api/search-searchentity-list-qnas.md @@ -50,7 +50,7 @@ Don't supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [qna](../resources/search-qna.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.search.qna](../resources/search-qna.md) objects in the response body. ## Examples From 4bd58a329d66a961da1c14f986197bfe94b1ae17 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:05:17 +0100 Subject: [PATCH 106/259] Update search-qna-get.md Edit. --- api-reference/beta/api/search-qna-get.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/search-qna-get.md b/api-reference/beta/api/search-qna-get.md index 63db33e07fc..c6173538fed 100644 --- a/api-reference/beta/api/search-qna-get.md +++ b/api-reference/beta/api/search-qna-get.md @@ -50,7 +50,7 @@ Don't supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a [qna](../resources/search-qna.md) object in the response body. +If successful, this method returns a `200 OK` response code and a [microsoft.graph.search.qna](../resources/search-qna.md) object in the response body. ## Examples From 22b983b56ffe5aa832da84dcaa42375dc862de75 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:11:54 +0100 Subject: [PATCH 107/259] Update search-qna.md Edit. --- api-reference/v1.0/resources/search-qna.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/resources/search-qna.md b/api-reference/v1.0/resources/search-qna.md index 72b093f82af..bbd8b801591 100644 --- a/api-reference/v1.0/resources/search-qna.md +++ b/api-reference/v1.0/resources/search-qna.md @@ -11,7 +11,7 @@ doc_type: resourcePageType Namespace: microsoft.graph.search -Represents a question and answer (Q&A) in Microsoft Search. Q&As are administrative answer results in the search results page that provide answers for specific search keywords. Q&As allow administrators to answer the user's questions directly in search instead of providing a link to a webpage. A Q&A has many properties that allow administrators to make common resources more accessible in their organization. +Represents a question and answer (QnA) in Microsoft Search. QnAs are administrative answer results in the search results page that provide answers for specific search keywords. QnAs allow administrators to answer the user's questions directly in search instead of providing a link to a webpage. A QnA has many properties that allow administrators to make common resources more accessible in their organization. Inherits from [searchAnswer](../resources/search-searchanswer.md). From 25cf93c979959a68772591213e1ba68ebe338878 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:12:23 +0100 Subject: [PATCH 108/259] Update search-qna.md Edit. --- api-reference/beta/resources/search-qna.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/search-qna.md b/api-reference/beta/resources/search-qna.md index 316f0a5587e..140fa0c6997 100644 --- a/api-reference/beta/resources/search-qna.md +++ b/api-reference/beta/resources/search-qna.md @@ -13,7 +13,7 @@ Namespace: microsoft.graph.search [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -Represents a question and answer (Q&A) in Microsoft Search. Q&As are administrative answer results in the search results page that provide answers for specific search keywords. Q&As allow administrators to answer the user's questions directly in search instead of providing a link to a webpage. A Q&A has many properties that allow administrators to make common resources more accessible in their organization. +Represents a question and answer (QnA) in Microsoft Search. QnAs are administrative answer results in the search results page that provide answers for specific search keywords. QnAs allow administrators to answer the user's questions directly in search instead of providing a link to a webpage. A QnA has many properties that allow administrators to make common resources more accessible in their organization. Inherits from [searchAnswer](../resources/search-searchanswer.md). From 060e4826b0420f7cd3ddf4b99b6393bfeb5d6483 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:15:56 +0100 Subject: [PATCH 109/259] Update search-api-answers-overview.md Edit. --- api-reference/v1.0/resources/search-api-answers-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/resources/search-api-answers-overview.md b/api-reference/v1.0/resources/search-api-answers-overview.md index 5badff9f999..61e1c5c525f 100644 --- a/api-reference/v1.0/resources/search-api-answers-overview.md +++ b/api-reference/v1.0/resources/search-api-answers-overview.md @@ -70,5 +70,5 @@ The following table lists the language tags, locales, and the corresponding coun ## Next steps - Learn about [setting up administrative search answers for users in an organization](/graph/search-concept-answers). -- Drill down on the methods, properties, and relationships of the answer type resources: [bookmarks](search-bookmark.md), [acronyms](search-acronym.md), and [QnAs](search-qna.md). +- Drill down on the methods, properties, and relationships of the answer type resources: [acronym](search-acronym.md), [bookmark](search-bookmark.md), and [qna](search-qna.md). - See the [Microsoft Search API overview](/graph/search-concept-overview). From 6ef30824b3babbe8a0433612d727bcf079c0a94c Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:16:28 +0100 Subject: [PATCH 110/259] Update search-api-answers-overview.md Edit. --- api-reference/beta/resources/search-api-answers-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/search-api-answers-overview.md b/api-reference/beta/resources/search-api-answers-overview.md index b7fce58873c..2552b08cc37 100644 --- a/api-reference/beta/resources/search-api-answers-overview.md +++ b/api-reference/beta/resources/search-api-answers-overview.md @@ -72,5 +72,5 @@ The following table lists the language tags, locales, and the corresponding coun ## Next steps - Learn about [setting up administrative search answers for users in an organization](/graph/search-concept-answers). -- Drill down on the methods, properties, and relationships of the answer type resources: [bookmarks](search-bookmark.md), [acronyms](search-acronym.md), and [QnAs](search-qna.md). +- Drill down on the methods, properties, and relationships of the answer type resources: [acronym](search-acronym.md), [bookmark](search-bookmark.md), and [qna](search-qna.md). - See the [Microsoft Search API overview](/graph/search-concept-overview). From e27b8c0a22574566da5c46755c884d4e96b792cb Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:17:54 +0100 Subject: [PATCH 111/259] Update search-qna-update.md Edit. --- api-reference/beta/api/search-qna-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/search-qna-update.md b/api-reference/beta/api/search-qna-update.md index f82f65217ae..7867e93543a 100644 --- a/api-reference/beta/api/search-qna-update.md +++ b/api-reference/beta/api/search-qna-update.md @@ -55,7 +55,7 @@ PATCH /search/qnas/{qnaId} |displayName|String|Question that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| |groupIds|String collection|The list of security groups that are able to view this QnA.| |keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerkeyword.md)|Keywords that trigger this QnA to appear in search results.| -|languageTags|String collection|A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags). | +|languageTags|String collection|A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](../resources/search-api-answers-overview.md#supported-language-tags). | |platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this QnA. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| |state|microsoft.graph.search.answerState|State of the QnA. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| |targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a QnA for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| From c184759ccee80089cbe43769d8ee84c0dc09f526 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:18:40 +0100 Subject: [PATCH 112/259] Update search-searchentity-post-bookmarks.md Edit. --- api-reference/beta/api/search-searchentity-post-bookmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/search-searchentity-post-bookmarks.md b/api-reference/beta/api/search-searchentity-post-bookmarks.md index 6ce3bdcf423..4238ce4778f 100644 --- a/api-reference/beta/api/search-searchentity-post-bookmarks.md +++ b/api-reference/beta/api/search-searchentity-post-bookmarks.md @@ -55,7 +55,7 @@ The following table shows the properties that are available when you create a [b |displayName|String|The bookmark name that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| |groupIds|String collection|The list of security groups that are able to view this bookmark.| |keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this bookmark to appear in search results.| -|languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags).| +|languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](../resources/search-api-answers-overview.md#supported-language-tags).| |platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this bookmark. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| |powerAppIds|String collection|List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks directly on the search results page, such as entering vacation time or reporting expenses.| |state|microsoft.graph.search.answerState|State of the bookmark. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| From 4efd6320a0426d59f00639818f663b75f9979eff Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:19:13 +0100 Subject: [PATCH 113/259] Update search-bookmark-update.md Edit. --- api-reference/beta/api/search-bookmark-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/search-bookmark-update.md b/api-reference/beta/api/search-bookmark-update.md index 837c65382ab..58038c8f7a4 100644 --- a/api-reference/beta/api/search-bookmark-update.md +++ b/api-reference/beta/api/search-bookmark-update.md @@ -56,7 +56,7 @@ PATCH /search/bookmarks/{bookmarksId} |displayName|String|The bookmark name that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| |groupIds|String collection|The list of security groups that are able to view this bookmark.| |keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this bookmark to appear in search results.| -|languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags).| +|languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](../resources/search-api-answers-overview.md#supported-language-tags).| |platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this bookmark. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| |powerAppIds|String collection|List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks directly on the search results page, such as entering vacation time or reporting expenses.| |state|microsoft.graph.search.answerState|State of the bookmark. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| From 62d5f1cb206424538dc3bfd690bc2d2b14ee7e2e Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:19:47 +0100 Subject: [PATCH 114/259] Update search-searchentity-post-qnas.md Edit. --- api-reference/beta/api/search-searchentity-post-qnas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/search-searchentity-post-qnas.md b/api-reference/beta/api/search-searchentity-post-qnas.md index 0f8229dbc62..440feab6644 100644 --- a/api-reference/beta/api/search-searchentity-post-qnas.md +++ b/api-reference/beta/api/search-searchentity-post-qnas.md @@ -55,7 +55,7 @@ The following table shows the properties that are available when you create a [q |displayName|String|Question that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| |groupIds|String collection|The list of security groups that are able to view this QnA.| |keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerkeyword.md)|Keywords that trigger this QnA to appear in search results.| -|languageTags|String collection|A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags). | +|languageTags|String collection|A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](../resources/search-api-answers-overview.md#supported-language-tags). | |platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this QnA. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| |state|microsoft.graph.search.answerState|State of the QnA. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| |targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a QnA for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| From 47d5790338e94cabb87b1392ede6c8409578818e Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:21:49 +0100 Subject: [PATCH 115/259] Update search-bookmark.md Edit. --- api-reference/beta/resources/search-bookmark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/search-bookmark.md b/api-reference/beta/resources/search-bookmark.md index c400e51cd65..5ff8ebb6482 100644 --- a/api-reference/beta/resources/search-bookmark.md +++ b/api-reference/beta/resources/search-bookmark.md @@ -40,7 +40,7 @@ Inherits from [searchAnswer](../resources/search-searchanswer.md). |isSuggested|Boolean|`True` if this bookmark was suggested to the admin, by a user, or was mined and suggested by Microsoft. Read-only.| |id|String|The unique identifier (GUID) for the bookmark. Inherited from [searchAnswer](../resources/search-searchanswer.md).| |keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this bookmark to appear in search results.| -|languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags).| +|languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](../resources/search-api-answers-overview.md#supported-language-tags).| |lastModifiedBy|[microsoft.graph.identitySet](../resources/identityset.md)|Details of the user who created or last modified the bookmark. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only.| |lastModifiedDateTime|DateTimeOffset|Date and time when the bookmark was created or last edited. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only. | |platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this bookmark. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| From a75aa9e963c7d3ead698935bcc40429f80330c01 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:22:35 +0100 Subject: [PATCH 116/259] Update search-qna.md Edit. --- api-reference/beta/resources/search-qna.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/search-qna.md b/api-reference/beta/resources/search-qna.md index 140fa0c6997..8117ebfef5b 100644 --- a/api-reference/beta/resources/search-qna.md +++ b/api-reference/beta/resources/search-qna.md @@ -39,7 +39,7 @@ Inherits from [searchAnswer](../resources/search-searchanswer.md). |id|String|The unique identifier (GUID) for the QnA. Inherited from [searchAnswer](../resources/search-searchanswer.md).| |isSuggested|Boolean| `True` if a user or Microsoft suggested this QnA to the admin. Read-only.| |keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerkeyword.md)|Keywords that trigger this QnA to appear in search results.| -|languageTags|String collection|A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags). | +|languageTags|String collection|A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](../resources/search-api-answers-overview.md#supported-language-tags). | |lastModifiedBy|[microsoft.graph.identitySet](../resources/identityset.md)|Details of the user who created or last modified the QnA. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only. | |lastModifiedDateTime|DateTimeOffset| Date and time when the QnA was created or last edited. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only.| |platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this QnA. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| From bc026989ba6e9466ad47700ac17db6685fc248bf Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:23:32 +0100 Subject: [PATCH 117/259] Update search-bookmark-update.md Edit. --- api-reference/v1.0/api/search-bookmark-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/search-bookmark-update.md b/api-reference/v1.0/api/search-bookmark-update.md index a8318db656f..c994c3096f9 100644 --- a/api-reference/v1.0/api/search-bookmark-update.md +++ b/api-reference/v1.0/api/search-bookmark-update.md @@ -55,7 +55,7 @@ PATCH /search/bookmarks/{bookmarksId} |displayName|String|The bookmark name that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| |groupIds|String collection|The list of security groups that are able to view this bookmark.| |keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this bookmark to appear in search results.| -|languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags).| +|languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](../resources/search-api-answers-overview.md#supported-language-tags).| |platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this bookmark. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| |powerAppIds|String collection|List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks directly on the search results page, such as entering vacation time or reporting expenses.| |state|microsoft.graph.search.answerState|State of the bookmark. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| From e7fd9dc569842cd60b46cc1755a71d9bab63340c Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:24:09 +0100 Subject: [PATCH 118/259] Update search-qna-update.md Edit. --- api-reference/v1.0/api/search-qna-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/search-qna-update.md b/api-reference/v1.0/api/search-qna-update.md index 04669022857..8757e178636 100644 --- a/api-reference/v1.0/api/search-qna-update.md +++ b/api-reference/v1.0/api/search-qna-update.md @@ -54,7 +54,7 @@ PATCH /search/qnas/{qnaId} |displayName|String|Question that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| |groupIds|String collection|The list of security groups that are able to view this QnA.| |keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerkeyword.md)|Keywords that trigger this QnA to appear in search results.| -|languageTags|String collection|A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags). | +|languageTags|String collection|A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](../resources/search-api-answers-overview.md#supported-language-tags). | |platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this QnA. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| |state|microsoft.graph.search.answerState|State of the QnA. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| |targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a QnA for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| From 2a58d5ed4112625f281b57d926562f0812c0f710 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:24:43 +0100 Subject: [PATCH 119/259] Update search-searchentity-post-bookmarks.md Edit. --- api-reference/v1.0/api/search-searchentity-post-bookmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/search-searchentity-post-bookmarks.md b/api-reference/v1.0/api/search-searchentity-post-bookmarks.md index ba3a9fdc47e..c8a11784b78 100644 --- a/api-reference/v1.0/api/search-searchentity-post-bookmarks.md +++ b/api-reference/v1.0/api/search-searchentity-post-bookmarks.md @@ -54,7 +54,7 @@ The following table shows the properties that are available when you create a [b |displayName|String|The bookmark name that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| |groupIds|String collection|The list of security groups that are able to view this bookmark.| |keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this bookmark to appear in search results.| -|languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags).| +|languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](../resources/search-api-answers-overview.md#supported-language-tags).| |platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this bookmark. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| |powerAppIds|String collection|List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks directly on the search results page, such as entering vacation time or reporting expenses.| |state|microsoft.graph.search.answerState|State of the bookmark. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| From 0601105bb40d2fb57a2c3cd867d7fea5224e8794 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:25:27 +0100 Subject: [PATCH 120/259] Update search-qna.md Edit. --- api-reference/v1.0/resources/search-qna.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/resources/search-qna.md b/api-reference/v1.0/resources/search-qna.md index bbd8b801591..07dd22752d4 100644 --- a/api-reference/v1.0/resources/search-qna.md +++ b/api-reference/v1.0/resources/search-qna.md @@ -37,7 +37,7 @@ Inherits from [searchAnswer](../resources/search-searchanswer.md). |id|String|The unique identifier (GUID) for the QnA. Inherited from [searchAnswer](../resources/search-searchanswer.md).| |isSuggested|Boolean| `True` if a user or Microsoft suggested this QnA to the admin. Read-only.| |keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerkeyword.md)|Keywords that trigger this QnA to appear in search results.| -|languageTags|String collection|A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags). | +|languageTags|String collection|A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](../resources/search-api-answers-overview.md#supported-language-tags). | |lastModifiedBy|[microsoft.graph.identitySet](../resources/identityset.md)|Details of the user who created or last modified the QnA. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only. | |lastModifiedDateTime|DateTimeOffset| Date and time when the QnA was created or last edited. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only.| |platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this QnA. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| From 5344b67eefbe9e942c4b856ed86dfdd53a724e3b Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:26:07 +0100 Subject: [PATCH 121/259] Update search-bookmark.md Edit. --- api-reference/v1.0/resources/search-bookmark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/resources/search-bookmark.md b/api-reference/v1.0/resources/search-bookmark.md index 17b6d29e12f..a5a325c3f62 100644 --- a/api-reference/v1.0/resources/search-bookmark.md +++ b/api-reference/v1.0/resources/search-bookmark.md @@ -38,7 +38,7 @@ Inherits from [searchAnswer](../resources/search-searchanswer.md). |isSuggested|Boolean|`True` if this bookmark was suggested to the admin, by a user, or was mined and suggested by Microsoft. Read-only.| |id|String|The unique identifier (GUID) for the bookmark. Inherited from [searchAnswer](../resources/search-searchanswer.md).| |keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this bookmark to appear in search results.| -|languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags).| +|languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](../resources/search-api-answers-overview.md#supported-language-tags).| |lastModifiedBy|[microsoft.graph.identitySet](../resources/identityset.md)|Details of the user who created or last modified the bookmark. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only.| |lastModifiedDateTime|DateTimeOffset|Date and time when the bookmark was created or last edited. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only. | |platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this bookmark. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| From b8c21de7ec3ac2f66903fab15008b4723a9d5fee Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:26:46 +0100 Subject: [PATCH 122/259] Update search-searchentity-post-qnas.md Edit. --- api-reference/v1.0/api/search-searchentity-post-qnas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/search-searchentity-post-qnas.md b/api-reference/v1.0/api/search-searchentity-post-qnas.md index 7c4ca35bc2c..9b65d3e3a2b 100644 --- a/api-reference/v1.0/api/search-searchentity-post-qnas.md +++ b/api-reference/v1.0/api/search-searchentity-post-qnas.md @@ -54,7 +54,7 @@ The following table shows the properties that are available when you create a [q |displayName|String|Question that is displayed in search results. Inherited from [searchAnswer](../resources/search-searchanswer.md).| |groupIds|String collection|The list of security groups that are able to view this QnA.| |keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerkeyword.md)|Keywords that trigger this QnA to appear in search results.| -|languageTags|String collection|A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](search-api-answers-overview.md#supported-language-tags). | +|languageTags|String collection|A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](../resources/search-api-answers-overview.md#supported-language-tags). | |platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this QnA. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| |state|microsoft.graph.search.answerState|State of the QnA. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| |targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a QnA for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| From 92573a4820b80dfb5529b70609d8ccc88a7ff6cd Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:37:00 +0100 Subject: [PATCH 123/259] Update search-concept-answers.md Edit. --- concepts/search-concept-answers.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/concepts/search-concept-answers.md b/concepts/search-concept-answers.md index c0ae19ae52a..1380c5ac3ab 100644 --- a/concepts/search-concept-answers.md +++ b/concepts/search-concept-answers.md @@ -1,5 +1,5 @@ --- -title: "Set up administrative search answers for users in an organization (preview)" +title: "Set up administrative search answers for users in an organization" description: "Microsoft Search lets administrators associate search terms with meanings or web pages specific to their organizations and include these as search answers." author: "jakeost-msft" ms.localizationpriority: medium @@ -7,20 +7,22 @@ ms.prod: "search" doc_type: conceptualPageType --- -# Set up administrative search answers for users in an organization (preview) +# Set up administrative search answers for users in an organization -Microsoft Search lets administrators associate search terms with meanings or web pages that are specific to their organizations and include these associations as search answers. For example, users in an organization may run into an unfamiliar acronym that represents an internal project name, or a team name that is associated with a team web page. Administrators can set up [acronyms](/microsoftsearch/manage-acronyms), [bookmarks](/microsoftsearch/manage-bookmarks), or [QnA](/microsoftsearch/manage-qas) in the [Microsoft 365 admin center](https://admin.microsoft.com/), under **Search & intelligence**. This enables users to use search to navigate and get familiarized with their work. +Microsoft Search lets administrators associate search terms with meanings or web pages that are specific to their organizations and include these associations as search answers. For example, users in an organization may run into an unfamiliar acronym that represents an internal project name, or a team name that is associated with a team web page. Administrators can set up [acronyms](/microsoftsearch/manage-acronyms), [bookmarks](/microsoftsearch/manage-bookmarks), or [QnAs](/microsoftsearch/manage-qas) in the [Microsoft 365 admin center](https://admin.microsoft.com/), under **Search & intelligence**. This enables users to use search to navigate and get familiarized with their work. -Administrators can also use the Microsoft Search API in Microsoft Graph to [programmatically manage administrative search answers](/graph/api/resources/search-api-answers-overview) in the organization. These answers are displayed in Microsoft Search results when triggered by an acronym or keyword defined in the available search answer resource types: [acronym](/graph/api/resources/search-acronym), [bookmark](/graph/api/resources/search-bookmark), and [QnA](/graph/api/resources/search-qna) resources. +Administrators can also use the Microsoft Search API in Microsoft Graph to [programmatically manage administrative search answers](/graph/api/resources/search-api-answers-overview) in the organization. These answers are displayed in Microsoft Search results when triggered by an acronym or keyword defined in the available search answer resource types: [acronym](/graph/api/resources/search-acronym), [bookmark](/graph/api/resources/search-bookmark), and [qna](/graph/api/resources/search-qna) resources. When triggered by a defined acronym or keyword, these search answers appear at the top of the search results page in your organization. ## Example 1: Create a new acronym -The following request creates a new acronym that will display on the search results page when a user searches for it. +The following request creates a new acronym that displays on the search results page when a user searches for it. ### Request +The following example shows a request. + # [HTTP](#tab/http) ```http -HTTP/1.1 200 Ok +HTTP/1.1 200 OK Content-Type: application/json { @@ -91,10 +93,12 @@ Content-Type: application/json ## Example 2: Create a new bookmark -The following request creates a new bookmark that will display on the search results page when a user searches for at least one of its keywords. +The following request creates a new bookmark that displays on the search results page when a user searches for at least one of its keywords. ### Request +The following example shows a request. + # [HTTP](#tab/http) ```http -HTTP/1.1 201 CREATED +HTTP/1.1 201 Created Location: /733b26d5-af76-4eea-ac69-1a0ce8716897 Content-Type: application/json From 63bcc9bf894e38ccd6ef2615589a4d4f1ef72bf8 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 06:37:29 +0100 Subject: [PATCH 124/259] Update toc.yml Edit. --- concepts/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/toc.yml b/concepts/toc.yml index c108e00fc75..643543dbe5f 100644 --- a/concepts/toc.yml +++ b/concepts/toc.yml @@ -819,7 +819,7 @@ items: href: search-concept-qna.md - name: Search Teams messages href: search-concept-chat-messages.md - - name: Manage admin search answers (preview) + - name: Manage admin search answers href: search-concept-answers.md - name: Manage search results layout href: search-concept-display-layout.md From 3bcfcfa339b8f3dd73dcef9e271ae0caeb1e46b6 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 07:02:06 +0100 Subject: [PATCH 125/259] Update search-concept-overview.md Edit. --- concepts/search-concept-overview.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/concepts/search-concept-overview.md b/concepts/search-concept-overview.md index a93411a8c1c..923ea162ea9 100644 --- a/concepts/search-concept-overview.md +++ b/concepts/search-concept-overview.md @@ -36,7 +36,7 @@ The Microsoft Search API supports searching the following content in the Microso - SharePoint and OneDrive files and folders ([driveItem](/graph/api/resources/driveitem) resources), [list](/graph/api/resources/list), [listItem](/graph/api/resources/listitem), [site](/graph/api/resources/site), and [drive](/graph/api/resources/drive) resources. - [Person](/graph/api/resources/person) resources in an organization who are most relevant to a user. - Content ingested through the Microsoft Graph connectors platform: [externalItem](/graph/api/resources/externalitem) resources. -- Administrative search answer resources: [acronyms](/graph/api/resources/search-acronym), [bookmarks](/graph/api/resources/search-bookmark), and [QnA](/graph/api/resources/search-qna) resources. +- Administrative search answer resources: [acronym](/graph/api/resources/search-acronym), [bookmark](/graph/api/resources/search-bookmark), and [qna](/graph/api/resources/search-qna) resources. ## API reference @@ -45,7 +45,8 @@ Looking for the API reference for this service? - [Use the Microsoft Search API to query data v1.0](/graph/api/resources/search-api-overview?view=graph-rest-1.0&preserve-view=true) - [Use the Microsoft Search API to query data beta](/graph/api/resources/search-api-overview?view=graph-rest-beta&preserve-view=true) - [Use the Microsoft Search API to index data](/graph/api/resources/indexing-api-overview) -- [Use the Microsoft Search API to manage administrative search answers beta](/graph/api/resources/search-api-answers-overview?view=graph-rest-beta&preserve-view=true) (preview) +- [Use the Microsoft Search API to manage administrative search answers v1.0](/graph/api/resources/search-api-answers-overview?view=graph-rest-1.0&preserve-view=true) +- [Use the Microsoft Search API to manage administrative search answers beta](/graph/api/resources/search-api-answers-overview?view=graph-rest-beta&preserve-view=true) ## Next steps From 82904b15849a1a7e69cf2709b9f1ac76c5bf4f97 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 07:07:09 +0100 Subject: [PATCH 126/259] Update search-concept-qna.md Edit. --- concepts/search-concept-qna.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/concepts/search-concept-qna.md b/concepts/search-concept-qna.md index 9f8b1ddbac8..fb56e514979 100644 --- a/concepts/search-concept-qna.md +++ b/concepts/search-concept-qna.md @@ -8,7 +8,7 @@ ms.prod: "search" # Use the Microsoft Search API to search questions and answers -You can use the Microsoft Search API in Microsoft Graph to search questions and answers (Q&As). The [**qna**](/graph/api/resources/search-qna) resource represents Q&As in Microsoft Search. Administrators can create Q&As in the [Microsoft 365 admin center](https://admin.microsoft.com/Adminportal/Home#/MicrosoftSearch/qnas) or via the [Create qna](/graph/api/search-searchentity-post-qnas) API. +You can use the Microsoft Search API in Microsoft Graph to search questions and answers (Q&As). The [qna](/graph/api/resources/search-qna) resource represents Q&As in Microsoft Search. Administrators can create Q&As in the [Microsoft 365 admin center](https://admin.microsoft.com/Adminportal/Home#/MicrosoftSearch/qnas) or via the [Create qna](/graph/api/search-searchentity-post-qnas) API. [!INCLUDE [search-schema-updated](../includes/search-schema-updated.md)] @@ -74,8 +74,8 @@ Content-type: application/json ## Known issues -- Sorting, aggregation, and pagination aren't supported for [qna]((/graph/api/resources/search-qna) searches. -- Combination search with non-Answer entityTypes (that is, driveItem, list) isn't supported. Only combination search with the other Answer entityTypes bookmarks, qna and acronym is supported. +- Sorting, aggregation, and pagination aren't supported for [qna](/graph/api/resources/search-qna) searches. +- Combination search with non-answer **entityTypes** (for example, `driveItem` and `list`) isn't supported. Only combination search with the other answer **entityTypes** `bookmark`, `qna`, and `acronym` is supported. ## Next steps From 0da3065a9298360dc24c899d2de17ea0e33b1134 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 07:10:05 +0100 Subject: [PATCH 127/259] Update search-concept-acronym.md Edit. --- concepts/search-concept-acronym.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/concepts/search-concept-acronym.md b/concepts/search-concept-acronym.md index e209fe34ac3..654d03950ed 100644 --- a/concepts/search-concept-acronym.md +++ b/concepts/search-concept-acronym.md @@ -77,8 +77,8 @@ Content-type: application/json ## Known issues -- Sorting, aggregation, and pagination are not supported for acronym searches. -- Combination searches with non-answer entity types (for example, driveItem, list) are not supported. +- Sorting, aggregation, and pagination aren't supported for acronym searches. +- Combination searches with non-answer entity types (for example, **driveItem** and **list**) aren't supported. ## Next steps From 9192dcc17156a9d67a678b5cca87293adebfa17f Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 07:11:35 +0100 Subject: [PATCH 128/259] Update search-concept-qna.md Edit. --- concepts/search-concept-qna.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/search-concept-qna.md b/concepts/search-concept-qna.md index fb56e514979..72af851eb72 100644 --- a/concepts/search-concept-qna.md +++ b/concepts/search-concept-qna.md @@ -75,7 +75,7 @@ Content-type: application/json ## Known issues - Sorting, aggregation, and pagination aren't supported for [qna](/graph/api/resources/search-qna) searches. -- Combination search with non-answer **entityTypes** (for example, `driveItem` and `list`) isn't supported. Only combination search with the other answer **entityTypes** `bookmark`, `qna`, and `acronym` is supported. +- Combination searchs with non-answer entity types (for example, `driveItem` and `list`) aren't supported. Only combination searches with the other answer entity types **bookmark**, **qna**, and **acronym** are supported. ## Next steps From b57da16a9d642255cad0ba11bfe7ea77164cb40b Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 07:12:41 +0100 Subject: [PATCH 129/259] Update search-concept-bookmark.md Edit. --- concepts/search-concept-bookmark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/search-concept-bookmark.md b/concepts/search-concept-bookmark.md index 19d688b0d43..a3c6c23fa8c 100644 --- a/concepts/search-concept-bookmark.md +++ b/concepts/search-concept-bookmark.md @@ -77,7 +77,7 @@ Content-type: application/json ## Known issues - Sorting, aggregation and pagination aren't supported for bookmark searches. -- Combination search with non-Answer entityTypes (that is, driveItem, list) isn't supported. Only combination search with the other Answer entityTypes bookmarks, qna and acronym is supported. +- Combination searches with non-answer entity types (for example, **driveItem** and **list**) aren't supported. Only combination searches with the other answer entity types **bookmark**, **qna**, and **acronym** are supported. ## Next steps From b7ad203106cdbb4820e962b6f546dc7ec6c5664d Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 07:16:04 +0100 Subject: [PATCH 130/259] Update search-concept-qna.md Edit. --- concepts/search-concept-qna.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/search-concept-qna.md b/concepts/search-concept-qna.md index 72af851eb72..d0e6b58721a 100644 --- a/concepts/search-concept-qna.md +++ b/concepts/search-concept-qna.md @@ -75,7 +75,7 @@ Content-type: application/json ## Known issues - Sorting, aggregation, and pagination aren't supported for [qna](/graph/api/resources/search-qna) searches. -- Combination searchs with non-answer entity types (for example, `driveItem` and `list`) aren't supported. Only combination searches with the other answer entity types **bookmark**, **qna**, and **acronym** are supported. +- Combination searches with non-answer entity types (for example, `driveItem` and `list`) aren't supported. Only combination searches with the other answer entity types **bookmark**, **qna**, and **acronym** are supported. ## Next steps From 8c36960edf2a63cf8fc54534d14868aa6167b954 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 07:26:18 +0100 Subject: [PATCH 131/259] Update search-qna.md Edit. --- api-reference/v1.0/resources/search-qna.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/resources/search-qna.md b/api-reference/v1.0/resources/search-qna.md index 07dd22752d4..e73de06c5af 100644 --- a/api-reference/v1.0/resources/search-qna.md +++ b/api-reference/v1.0/resources/search-qna.md @@ -11,7 +11,7 @@ doc_type: resourcePageType Namespace: microsoft.graph.search -Represents a question and answer (QnA) in Microsoft Search. QnAs are administrative answer results in the search results page that provide answers for specific search keywords. QnAs allow administrators to answer the user's questions directly in search instead of providing a link to a webpage. A QnA has many properties that allow administrators to make common resources more accessible in their organization. +Represents a question and answer (Q&A) in Microsoft Search. Q&As are administrative answer results in the search results page that provide answers for specific search keywords. Q&As allow administrators to answer the user's questions directly in search instead of providing a link to a webpage. A Q&A has many properties that allow administrators to make common resources more accessible in their organization. Inherits from [searchAnswer](../resources/search-searchanswer.md). From 23f1947d678ba1f95527029916aee6df289d077c Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 07:26:53 +0100 Subject: [PATCH 132/259] Update search-qna.md Edit. --- api-reference/beta/resources/search-qna.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/search-qna.md b/api-reference/beta/resources/search-qna.md index 8117ebfef5b..ade7aba8a65 100644 --- a/api-reference/beta/resources/search-qna.md +++ b/api-reference/beta/resources/search-qna.md @@ -13,7 +13,7 @@ Namespace: microsoft.graph.search [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -Represents a question and answer (QnA) in Microsoft Search. QnAs are administrative answer results in the search results page that provide answers for specific search keywords. QnAs allow administrators to answer the user's questions directly in search instead of providing a link to a webpage. A QnA has many properties that allow administrators to make common resources more accessible in their organization. +Represents a question and answer (Q&A) in Microsoft Search. Q&As are administrative answer results in the search results page that provide answers for specific search keywords. Q&As allow administrators to answer the user's questions directly in search instead of providing a link to a webpage. A Q&A has many properties that allow administrators to make common resources more accessible in their organization. Inherits from [searchAnswer](../resources/search-searchanswer.md). From c27f3318af7f340228dff75e5cd02b564723f4ec Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 19 Jan 2024 07:28:21 +0100 Subject: [PATCH 133/259] Update toc.yml Edit. --- concepts/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/toc.yml b/concepts/toc.yml index 643543dbe5f..7e660d38a82 100644 --- a/concepts/toc.yml +++ b/concepts/toc.yml @@ -815,7 +815,7 @@ items: href: search-concept-messages.md - name: Search people href: search-concept-person.md - - name: Search qnas + - name: Search Q&As href: search-concept-qna.md - name: Search Teams messages href: search-concept-chat-messages.md From 9172627cb308a62c2dd5a1b9b5446098fb7213ab Mon Sep 17 00:00:00 2001 From: yuanruiMicrosoft Date: Mon, 22 Jan 2024 10:52:40 +0800 Subject: [PATCH 134/259] fix platform and response 201 --- api-reference/beta/api/search-searchentity-post-acronyms.md | 4 ++-- api-reference/beta/resources/search-answervariant.md | 2 +- api-reference/v1.0/api/search-searchentity-post-acronyms.md | 4 ++-- api-reference/v1.0/resources/search-answervariant.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api-reference/beta/api/search-searchentity-post-acronyms.md b/api-reference/beta/api/search-searchentity-post-acronyms.md index 7dc6a4c46e4..648d10c6475 100644 --- a/api-reference/beta/api/search-searchentity-post-acronyms.md +++ b/api-reference/beta/api/search-searchentity-post-acronyms.md @@ -57,7 +57,7 @@ The following table shows the properties that are available when you create an [ ## Response -If successful, this method returns a `200 OK` response code. +If successful, this method returns a `201 Created` response code. ## Examples @@ -127,7 +127,7 @@ The following example shows the response. "@odata.type": "microsoft.graph.search.acronym" }--> ```http -HTTP/1.1 200 OK +HTTP/1.1 201 Created Content-Type: application/json { diff --git a/api-reference/beta/resources/search-answervariant.md b/api-reference/beta/resources/search-answervariant.md index 591e4751a81..d235908823a 100644 --- a/api-reference/beta/resources/search-answervariant.md +++ b/api-reference/beta/resources/search-answervariant.md @@ -23,7 +23,7 @@ Represents an answer variant that can be used to change certain properties of a |displayName|String|The answer variation name that is displayed in search results.| |webUrl|String|The URL link for the answer variation. When users select this answer variation from the search results, they are directed to the specified URL.| |languageTags|String collection|The list of countries or regions that are able to view this search answer.| -|platforms|microsoft.graph.platform collection|The list of devices and operating systems that are able to view this answer variation. Possible values are: `unknown`, `ios`, `android`, `windows`, `windowsMobile`, `macOS`.| +|platforms|microsoft.graph.devicePlatformType|The list of devices and operating systems that are able to view this answer variation. Possible values are: `unknown`, `ios`, `android`, `windows`, `windowsMobile`, `macOS`.| ## Relationships diff --git a/api-reference/v1.0/api/search-searchentity-post-acronyms.md b/api-reference/v1.0/api/search-searchentity-post-acronyms.md index 5d90235b503..a61f022bd5f 100644 --- a/api-reference/v1.0/api/search-searchentity-post-acronyms.md +++ b/api-reference/v1.0/api/search-searchentity-post-acronyms.md @@ -56,7 +56,7 @@ The following table shows the properties that are available when you create an [ ## Response -If successful, this method returns a `200 OK` response code. +If successful, this method returns a `201 Created` response code. ## Examples @@ -91,7 +91,7 @@ The following example shows the response. "@odata.type": "microsoft.graph.search.acronym" }--> ```http -HTTP/1.1 200 OK +HTTP/1.1 201 Created Content-Type: application/json { diff --git a/api-reference/v1.0/resources/search-answervariant.md b/api-reference/v1.0/resources/search-answervariant.md index 970b2de6e42..c25d4bb12c5 100644 --- a/api-reference/v1.0/resources/search-answervariant.md +++ b/api-reference/v1.0/resources/search-answervariant.md @@ -20,7 +20,7 @@ Represents an answer variant that can be used to change certain properties of a |description|String|The answer variation description that is shown on the search results page.| |displayName|String|The answer variation name that is displayed in search results.| |languageTags|String collection|The list of countries or regions that are able to view this search answer.| -|platforms|microsoft.graph.platform collection|The list of devices and operating systems that are able to view this answer variation. Possible values are: `unknown`, `ios`, `android`, `windows`, `windowsMobile`, `macOS`.| +|platforms|microsoft.graph.devicePlatformType|The list of devices and operating systems that are able to view this answer variation. Possible values are: `unknown`, `ios`, `android`, `windows`, `windowsMobile`, `macOS`.| |webUrl|String|The URL link for the answer variation. When users select this answer variation from the search results, they're directed to the specified URL.| ## Relationships From 13e3f10d2430d0f8516b0201156f19c7c716b69b Mon Sep 17 00:00:00 2001 From: yuanruiMicrosoft Date: Mon, 22 Jan 2024 11:48:59 +0800 Subject: [PATCH 135/259] update overview and concept --- .../v1.0/resources/search-api-overview.md | 41 ++++++----- concepts/search-concept-acronym.md | 4 +- concepts/search-concept-answers.md | 72 +------------------ concepts/search-concept-bookmark.md | 4 +- concepts/search-concept-qna.md | 4 +- 5 files changed, 32 insertions(+), 93 deletions(-) diff --git a/api-reference/v1.0/resources/search-api-overview.md b/api-reference/v1.0/resources/search-api-overview.md index ac98f5a8f10..4ad972266f7 100644 --- a/api-reference/v1.0/resources/search-api-overview.md +++ b/api-reference/v1.0/resources/search-api-overview.md @@ -41,6 +41,8 @@ The following table describes the types available to query and the supported per | EntityType | Permission scope required to access the items| Source| Comment| |:------------------|:---------|:---------|:---------| +|[acronym](search-acronym.md)|Acronym.Read.All|Microsoft Search|Acronyms in Microsoft Search in your organization.| +|[bookmark](search-bookmark.md)|Bookmark.Read.All|Microsoft Search|Bookmarks in Microsoft Search in your organization.| |[chatMessage](chatmessage.md)|Chat.Read, Chat.ReadWrite, ChannelMessage.Read.All|Teams|Teams messages.| |[message](message.md)|Mail.Read, Mail.ReadWrite| Exchange Online| Email messages.| |[event](event.md) |Calendars.Read, Calendars.ReadWrite| Exchange Online|Calendar events. | @@ -48,9 +50,8 @@ The following table describes the types available to query and the supported per |[driveItem](driveitem.md)|Files.Read.All, Files.ReadWrite.All, Sites.Read.All, Sites.ReadWrite.All| SharePoint and OneDrive | Files, folders, pages, and news. | |[list](list.md)|Sites.Read.All, Sites.ReadWrite.All| SharePoint and OneDrive | Lists. Note that document libraries are also returned as lists. | |[listItem](listitem.md)|Sites.Read.All, Sites.ReadWrite.All| SharePoint and OneDrive | List items. Note that files and folders are also returned as list items; **listItem** is the super class of **driveItem**. | +|[qna](search-qna.md)|QnA.Read.All|Microsoft Search|Questions and answers in Microsoft Search in your organization.| |[site](site.md)|Sites.Read.All, Sites.ReadWrite.All| SharePoint | Sites in SharePoint.| -|[Bookmarks](/graph/api/resources/search-bookmark)|Bookmark.Read.All|Microsoft Search|Microsoft Search bookmarks in your organization.| -|[Acronyms](/graph/api/resources/search-acronym)|Acronym.Read.All|Microsoft Search|Microsoft Search acronyms in your organization.| ## Page search results @@ -182,26 +183,32 @@ The search API has the following limitations: - The [searchRequest](./searchrequest.md) resource supports passing multiple types of entities at a time. The following table lists the combinations that are supported. -| Entity Type |message | chatMessage| drive | driveItem | event |externalItem | list | listItem | person | site | -|-------------|------------|------------|-------------|------------|------------|-------------|------------|------------|------------|------------| -| message | True | - | - | - | - | - | - | - | - | - | -| chatMessage | - | True | - | - | - | - | - | - | - | - | -| drive | - | - | True | True | - | True | True | True | - | True | -| driveItem | - | - | True | True | - | True | True | True | - | True | -| event | - | - | - | - | True | - | - | - | - | - | -|externalItem | - | - | True | True | - | True | True | True | - | True | -| list | - | - | True | True | - | True | True | True | - | True | -| listItem | - | - | True | True | - | True | True | True | - | True | -| person | - | - | - | - | - | - | - | - | True | - | -| site | - | - | True | True | - | True | True | True | - | True | +| Entity Type |acronym |bookmark |message | chatMessage| drive | driveItem | event |externalItem | list | listItem | person |qna | site | +|-------------|------------|------------|-------------|------------|------------|-------------|------------|------------|------------|------------|------------|------------|------------| +| acronym | True | True | - | - | - | - | - | - | - | - | - | True | - | +| bookmark | True | True | - | - | - | - | - | - | - | - | - | True | - | +| message | - | - | True | - | - | - | - | - | - | - | - | - | - | +| chatMessage | - | - | - | True | - | - | - | - | - | - | - | - | - | +| drive | - | - | - | - | True | True | - | True | True | True | - | - | True | +| driveItem | - | - | - | - | True | True | - | True | True | True | - | - | True | +| event | - | - | - | - | - | - | True | - | - | - | - | - | - | +|externalItem | - | - | - | - | True | True | - | True | True | True | - | - | True | +| list | - | - | - | - | True | True | - | True | True | True | - | - | True | +| listItem | - | - | - | - | True | True | - | True | True | True | - | - | True | +| person | - | - | - | - | - | - | - | - | - | - | True | - | - | +| qna | True | True | - | - | - | - | - | - | - | - | - | True | - | +| site | - | - | - | - | True | True | - | True | True | True | - | - | True | + - The **contentSource** property, which defines the connection to use, is only applicable when **entityType** is specified as `externalItem`. -- The search API does not support custom sort for **message**, **chatMessage**, **event**, **person**, or **externalItem**. +- The search API doesn't support custom sort for **acronym**,**bookmark**,**message**, **chatMessage**, **event**, **person**, **qna**, or **externalItem**. + +- The search API doesn't support aggregations for **acronym**,**bookmark**,**message**, **event**, **site**, **person**, **qna**, or **drive**. -- The search API does not support aggregations for **message**, **event**, **site** or **drive**. +- The search API doesn't support xrank for **acronym**,**bookmark**,**message**,**chatMessage**, **event**, **person**, **qna**, or **externalItem**. -- The search API does not support xrank for **message**,**chatMessage**, **event**, **person**, or **externalItem**. +- Guest search doesn't support searches for **acronym**, **bookmark**, **message**, **chatMessage**, **event**, **person**, **qna**, or **externalItem**. - Customizations in SharePoint search, such as a custom search schema or result sources, can interfere with Microsoft Search API operations. diff --git a/concepts/search-concept-acronym.md b/concepts/search-concept-acronym.md index 654d03950ed..5d90450c8b9 100644 --- a/concepts/search-concept-acronym.md +++ b/concepts/search-concept-acronym.md @@ -19,7 +19,7 @@ After acronyms are created, to search for them, in the [searchRequest](/graph/ap ### Request ```HTTP -POST https://graph.microsoft.com/beta/search/query +POST https://graph.microsoft.com/v1.0/search/query Content-Type: application/json { @@ -43,7 +43,7 @@ HTTP/1.1 200 OK Content-type: application/json { - "@odata.context": "https://graph.microsoft.com/beta/$metadata#search", + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#search", "value": [ { "@odata.type": "#microsoft.graph.searchResponse", diff --git a/concepts/search-concept-answers.md b/concepts/search-concept-answers.md index 1380c5ac3ab..933a0cf74dd 100644 --- a/concepts/search-concept-answers.md +++ b/concepts/search-concept-answers.md @@ -23,13 +23,12 @@ The following request creates a new acronym that displays on the search results The following example shows a request. -# [HTTP](#tab/http) ```http -POST https://graph.microsoft.com/beta/search/acronyms +POST https://graph.microsoft.com/v1.0/search/acronyms Content-Type: application/json { @@ -41,39 +40,6 @@ Content-Type: application/json } ``` -# [C#](#tab/csharp) -[!INCLUDE [sample-code](../includes/snippets/csharp/beta/create-acronym-from-acronyms-csharp-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [CLI](#tab/cli) -[!INCLUDE [sample-code](../includes/snippets/cli/beta/create-acronym-from-acronyms-cli-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Go](#tab/go) -[!INCLUDE [sample-code](../includes/snippets/go/beta/create-acronym-from-acronyms-go-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Java](#tab/java) -[!INCLUDE [sample-code](../includes/snippets/java/beta/create-acronym-from-acronyms-java-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [JavaScript](#tab/javascript) -[!INCLUDE [sample-code](../includes/snippets/javascript/beta/create-acronym-from-acronyms-javascript-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PHP](#tab/php) -[!INCLUDE [sample-code](../includes/snippets/php/beta/create-acronym-from-acronyms-php-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PowerShell](#tab/powershell) -[!INCLUDE [sample-code](../includes/snippets/powershell/beta/create-acronym-from-acronyms-powershell-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Python](#tab/python) -[!INCLUDE [sample-code](../includes/snippets/python/beta/create-acronym-from-acronyms-python-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - ---- ### Response The following example shows the response. @@ -99,13 +65,12 @@ The following request creates a new bookmark that displays on the search results The following example shows a request. -# [HTTP](#tab/http) ```http -POST https://graph.microsoft.com/beta/search/bookmarks +POST https://graph.microsoft.com/v1.0/search/bookmarks Content-Type: application/json { @@ -121,39 +86,6 @@ Content-Type: application/json } ``` -# [C#](#tab/csharp) -[!INCLUDE [sample-code](../includes/snippets/csharp/beta/create-bookmark-from-bookmarks-csharp-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [CLI](#tab/cli) -[!INCLUDE [sample-code](../includes/snippets/cli/beta/create-bookmark-from-bookmarks-cli-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Go](#tab/go) -[!INCLUDE [sample-code](../includes/snippets/go/beta/create-bookmark-from-bookmarks-go-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Java](#tab/java) -[!INCLUDE [sample-code](../includes/snippets/java/beta/create-bookmark-from-bookmarks-java-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [JavaScript](#tab/javascript) -[!INCLUDE [sample-code](../includes/snippets/javascript/beta/create-bookmark-from-bookmarks-javascript-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PHP](#tab/php) -[!INCLUDE [sample-code](../includes/snippets/php/beta/create-bookmark-from-bookmarks-php-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [PowerShell](#tab/powershell) -[!INCLUDE [sample-code](../includes/snippets/powershell/beta/create-bookmark-from-bookmarks-powershell-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - -# [Python](#tab/python) -[!INCLUDE [sample-code](../includes/snippets/python/beta/create-bookmark-from-bookmarks-python-snippets.md)] -[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] - ---- ### Response The following example shows the response. diff --git a/concepts/search-concept-bookmark.md b/concepts/search-concept-bookmark.md index a3c6c23fa8c..266c83985a6 100644 --- a/concepts/search-concept-bookmark.md +++ b/concepts/search-concept-bookmark.md @@ -19,7 +19,7 @@ After bookmarks are created, to search for them, in the [searchRequest](/graph/a ### Request ```HTTP -POST https://graph.microsoft.com/beta/search/query +POST https://graph.microsoft.com/v1.0/search/query Content-Type: application/json { @@ -43,7 +43,7 @@ HTTP/1.1 200 OK Content-type: application/json { - "@odata.context": "https://graph.microsoft.com/beta/$metadata#search", + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#search", "value": [ { "@odata.type": "#microsoft.graph.searchResponse", diff --git a/concepts/search-concept-qna.md b/concepts/search-concept-qna.md index d0e6b58721a..f7b31448560 100644 --- a/concepts/search-concept-qna.md +++ b/concepts/search-concept-qna.md @@ -19,7 +19,7 @@ After you create your Q&As, you can use the Microsoft Graph Search API to search ### Request ```HTTP -POST https://graph.microsoft.com/beta/search/query +POST https://graph.microsoft.com/v1.0/search/query Content-Type: application/json { @@ -43,7 +43,7 @@ HTTP/1.1 200 OK Content-type: application/json { - "@odata.context": "https://graph.microsoft.com/beta/$metadata#search", + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#search", "value": [ { "@odata.type": "#microsoft.graph.searchResponse", From 3b741f93befb472739b659429a51265e624cb95f Mon Sep 17 00:00:00 2001 From: yuanruiMicrosoft Date: Mon, 22 Jan 2024 13:59:10 +0800 Subject: [PATCH 136/259] fix --- api-reference/beta/resources/search-answervariant.md | 2 +- api-reference/v1.0/resources/search-answervariant.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/resources/search-answervariant.md b/api-reference/beta/resources/search-answervariant.md index d235908823a..60d8a69553f 100644 --- a/api-reference/beta/resources/search-answervariant.md +++ b/api-reference/beta/resources/search-answervariant.md @@ -44,7 +44,7 @@ The following JSON representation shows the resource type. "description": "String", "displayName": "String", "languageTags": ["String"], - "platforms": ["String"], + "platforms": "String", "webUrl": "String" } ``` diff --git a/api-reference/v1.0/resources/search-answervariant.md b/api-reference/v1.0/resources/search-answervariant.md index c25d4bb12c5..205e71e23a7 100644 --- a/api-reference/v1.0/resources/search-answervariant.md +++ b/api-reference/v1.0/resources/search-answervariant.md @@ -42,7 +42,7 @@ The following JSON representation shows the resource type. "description": "String", "displayName": "String", "languageTags": ["String"], - "platforms": ["String"], + "platforms": "String", "webUrl": "String" } ``` From d9a148e41d421dfb1d9174c56bcd5e75e84cacb2 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 25 Jan 2024 06:22:55 +0100 Subject: [PATCH 137/259] Update search-concept-overview.md Fixed broken links. --- concepts/search-concept-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/concepts/search-concept-overview.md b/concepts/search-concept-overview.md index 923ea162ea9..1498647662c 100644 --- a/concepts/search-concept-overview.md +++ b/concepts/search-concept-overview.md @@ -22,7 +22,7 @@ The Microsoft Search API provides one unified search endpoint that you can use t Use [Microsoft Graph connectors](/microsoftsearch/connectors-overview) to include data outside of the Microsoft cloud in your search experience. For instance, connect to an organization's human resources database or product catalog. Then use the Microsoft Search API to seamlessly [query](/graph/api/search-query) the external data source. -Browse the [Microsoft Graph connectors gallery](/microsoftsearch/connectors-gallery) to find ready-to-use connectors. Alternatively, you can [build your own connectors](/graph/api/resources/indexing-api-overview#common-use-cases) to index external custom items and query specific external data sources. +Browse the [Microsoft Graph connectors gallery](/microsoftsearch/connectors-gallery) to find ready-to-use connectors. Alternatively, you can [build your own connectors](/graph/api/resources/connectors-api-overview#common-use-cases) to index external custom items and query specific external data sources. ### Consistent, up-to-date search experience @@ -44,7 +44,7 @@ Looking for the API reference for this service? - [Use the Microsoft Search API to query data v1.0](/graph/api/resources/search-api-overview?view=graph-rest-1.0&preserve-view=true) - [Use the Microsoft Search API to query data beta](/graph/api/resources/search-api-overview?view=graph-rest-beta&preserve-view=true) -- [Use the Microsoft Search API to index data](/graph/api/resources/indexing-api-overview) +- [Use the Microsoft Search API to index data](/graph/api/resources/connectors-api-overview) - [Use the Microsoft Search API to manage administrative search answers v1.0](/graph/api/resources/search-api-answers-overview?view=graph-rest-1.0&preserve-view=true) - [Use the Microsoft Search API to manage administrative search answers beta](/graph/api/resources/search-api-answers-overview?view=graph-rest-beta&preserve-view=true) From f560d6f4f4fd6071fe7e04bd99dd458d413e1ac8 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 25 Jan 2024 06:28:30 +0100 Subject: [PATCH 138/259] Update search-answervariant.md Edit. --- api-reference/v1.0/resources/search-answervariant.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-reference/v1.0/resources/search-answervariant.md b/api-reference/v1.0/resources/search-answervariant.md index 205e71e23a7..b2eeae6aefc 100644 --- a/api-reference/v1.0/resources/search-answervariant.md +++ b/api-reference/v1.0/resources/search-answervariant.md @@ -19,8 +19,8 @@ Represents an answer variant that can be used to change certain properties of a |:---|:---|:---| |description|String|The answer variation description that is shown on the search results page.| |displayName|String|The answer variation name that is displayed in search results.| -|languageTags|String collection|The list of countries or regions that are able to view this search answer.| -|platforms|microsoft.graph.devicePlatformType|The list of devices and operating systems that are able to view this answer variation. Possible values are: `unknown`, `ios`, `android`, `windows`, `windowsMobile`, `macOS`.| +|languageTag|String|The country or region that can view this answer variation.| +|platform|microsoft.graph.devicePlatformType|The device or operating system that can view this answer variation. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| |webUrl|String|The URL link for the answer variation. When users select this answer variation from the search results, they're directed to the specified URL.| ## Relationships @@ -41,8 +41,8 @@ The following JSON representation shows the resource type. "@odata.type": "#microsoft.graph.search.answerVariant", "description": "String", "displayName": "String", - "languageTags": ["String"], - "platforms": "String", + "languageTag": "String", + "platform": "String", "webUrl": "String" } ``` From 8473b85d3abf7e4c9ff948437620427c68daf96a Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 25 Jan 2024 06:31:07 +0100 Subject: [PATCH 139/259] Update search-answervariant.md Edit. --- api-reference/beta/resources/search-answervariant.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api-reference/beta/resources/search-answervariant.md b/api-reference/beta/resources/search-answervariant.md index 60d8a69553f..f5e093b3cc4 100644 --- a/api-reference/beta/resources/search-answervariant.md +++ b/api-reference/beta/resources/search-answervariant.md @@ -21,9 +21,9 @@ Represents an answer variant that can be used to change certain properties of a |:---|:---|:---| |description|String|The answer variation description that is shown on the search results page.| |displayName|String|The answer variation name that is displayed in search results.| -|webUrl|String|The URL link for the answer variation. When users select this answer variation from the search results, they are directed to the specified URL.| -|languageTags|String collection|The list of countries or regions that are able to view this search answer.| -|platforms|microsoft.graph.devicePlatformType|The list of devices and operating systems that are able to view this answer variation. Possible values are: `unknown`, `ios`, `android`, `windows`, `windowsMobile`, `macOS`.| +|languageTag|String|The country or region that can view this answer variation.| +|platform|microsoft.graph.devicePlatformType|The device or operating system that can view this answer variation. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| +|webUrl|String|The URL link for the answer variation. When users select this answer variation from the search results, they're directed to the specified URL.| ## Relationships @@ -43,8 +43,8 @@ The following JSON representation shows the resource type. "@odata.type": "#microsoft.graph.search.answerVariant", "description": "String", "displayName": "String", - "languageTags": ["String"], - "platforms": "String", + "languageTag": "String", + "platform": "String", "webUrl": "String" } ``` From 3cda67616cb620582c02214c503d6fe498e332ed Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 25 Jan 2024 06:34:39 +0100 Subject: [PATCH 140/259] Update search-searchentity-post-acronyms.md Edit. --- api-reference/beta/api/search-searchentity-post-acronyms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/search-searchentity-post-acronyms.md b/api-reference/beta/api/search-searchentity-post-acronyms.md index 648d10c6475..e758fffc5fc 100644 --- a/api-reference/beta/api/search-searchentity-post-acronyms.md +++ b/api-reference/beta/api/search-searchentity-post-acronyms.md @@ -57,7 +57,7 @@ The following table shows the properties that are available when you create an [ ## Response -If successful, this method returns a `201 Created` response code. +If successful, this method returns a `201 Created` response code with the ID of the acronym created. ## Examples From 13b1c2f657859fdf0a79bad4c0c551dc6e131299 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 25 Jan 2024 06:35:34 +0100 Subject: [PATCH 141/259] Update search-searchentity-post-acronyms.md Edit. --- api-reference/v1.0/api/search-searchentity-post-acronyms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/search-searchentity-post-acronyms.md b/api-reference/v1.0/api/search-searchentity-post-acronyms.md index a61f022bd5f..03d47a74128 100644 --- a/api-reference/v1.0/api/search-searchentity-post-acronyms.md +++ b/api-reference/v1.0/api/search-searchentity-post-acronyms.md @@ -56,7 +56,7 @@ The following table shows the properties that are available when you create an [ ## Response -If successful, this method returns a `201 Created` response code. +If successful, this method returns a `201 Created` response code with the ID of the acronym created. ## Examples From e7dd46da74fb21e18fa52404c4f898562a7a4403 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 25 Jan 2024 06:42:55 +0100 Subject: [PATCH 142/259] Update search-api-overview.md Edit. --- .../v1.0/resources/search-api-overview.md | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/api-reference/v1.0/resources/search-api-overview.md b/api-reference/v1.0/resources/search-api-overview.md index 4ad972266f7..1414b08d3dd 100644 --- a/api-reference/v1.0/resources/search-api-overview.md +++ b/api-reference/v1.0/resources/search-api-overview.md @@ -183,30 +183,30 @@ The search API has the following limitations: - The [searchRequest](./searchrequest.md) resource supports passing multiple types of entities at a time. The following table lists the combinations that are supported. -| Entity Type |acronym |bookmark |message | chatMessage| drive | driveItem | event |externalItem | list | listItem | person |qna | site | -|-------------|------------|------------|-------------|------------|------------|-------------|------------|------------|------------|------------|------------|------------|------------| -| acronym | True | True | - | - | - | - | - | - | - | - | - | True | - | -| bookmark | True | True | - | - | - | - | - | - | - | - | - | True | - | -| message | - | - | True | - | - | - | - | - | - | - | - | - | - | -| chatMessage | - | - | - | True | - | - | - | - | - | - | - | - | - | -| drive | - | - | - | - | True | True | - | True | True | True | - | - | True | -| driveItem | - | - | - | - | True | True | - | True | True | True | - | - | True | -| event | - | - | - | - | - | - | True | - | - | - | - | - | - | -|externalItem | - | - | - | - | True | True | - | True | True | True | - | - | True | -| list | - | - | - | - | True | True | - | True | True | True | - | - | True | -| listItem | - | - | - | - | True | True | - | True | True | True | - | - | True | -| person | - | - | - | - | - | - | - | - | - | - | True | - | - | -| qna | True | True | - | - | - | - | - | - | - | - | - | True | - | -| site | - | - | - | - | True | True | - | True | True | True | - | - | True | + | Entity Type | acronym | bookmark | message | chatMessage | drive | driveItem | event | externalItem | list | listItem | person | qna | site | + |--------------|---------|----------|---------|-------------|-------|-----------|-------|--------------|------|----------|--------|------|------| + | acronym | True | True | - | - | - | - | - | - | - | - | - | True | - | + | bookmark | True | True | - | - | - | - | - | - | - | - | - | True | - | + | chatMessage | - | - | - | True | - | - | - | - | - | - | - | - | - | + | drive | - | - | - | - | True | True | - | True | True | True | - | - | True | + | driveItem | - | - | - | - | True | True | - | True | True | True | - | - | True | + | event | - | - | - | - | - | - | True | - | - | - | - | - | - | + | externalItem | - | - | - | - | True | True | - | True | True | True | - | - | True | + | list | - | - | - | - | True | True | - | True | True | True | - | - | True | + | listItem | - | - | - | - | True | True | - | True | True | True | - | - | True | + | message | - | - | True | - | - | - | - | - | - | - | - | - | - | + | person | - | - | - | - | - | - | - | - | - | - | True | - | - | + | qna | True | True | - | - | - | - | - | - | - | - | - | True | - | + | site | - | - | - | - | True | True | - | True | True | True | - | - | True | - The **contentSource** property, which defines the connection to use, is only applicable when **entityType** is specified as `externalItem`. -- The search API doesn't support custom sort for **acronym**,**bookmark**,**message**, **chatMessage**, **event**, **person**, **qna**, or **externalItem**. +- The search API doesn't support custom sort for **acronym**, **bookmark**, **message**, **chatMessage**, **event**, **person**, **qna**, or **externalItem**. -- The search API doesn't support aggregations for **acronym**,**bookmark**,**message**, **event**, **site**, **person**, **qna**, or **drive**. +- The search API doesn't support aggregations for **acronym**, **bookmark**, **message**, **event**, **site**, **person**, **qna**, or **drive**. -- The search API doesn't support xrank for **acronym**,**bookmark**,**message**,**chatMessage**, **event**, **person**, **qna**, or **externalItem**. +- The search API doesn't support xrank for **acronym**, **bookmark**, **message**, **chatMessage**, **event**, **person**, **qna**, or **externalItem**. - Guest search doesn't support searches for **acronym**, **bookmark**, **message**, **chatMessage**, **event**, **person**, **qna**, or **externalItem**. From c5cefd472869b25717bdffde68815d091af18d13 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 25 Jan 2024 06:45:22 +0100 Subject: [PATCH 143/259] Update search-api-overview.md Edit. --- .../beta/resources/search-api-overview.md | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/api-reference/beta/resources/search-api-overview.md b/api-reference/beta/resources/search-api-overview.md index 9425118acd0..ddfbed01164 100644 --- a/api-reference/beta/resources/search-api-overview.md +++ b/api-reference/beta/resources/search-api-overview.md @@ -193,29 +193,29 @@ The search API has the following limitations: - The [searchRequest](./searchrequest.md) resource supports passing multiple types of entities at a time. The following table lists the combinations that are supported. -| Entity Type |acronym |bookmark |message | chatMessage| drive | driveItem | event |externalItem | list | listItem | person |qna | site | -|-------------|------------|------------|-------------|------------|------------|-------------|------------|------------|------------|------------|------------|------------|------------| -| acronym | True | True | - | - | - | - | - | - | - | - | - | True | - | -| bookmark | True | True | - | - | - | - | - | - | - | - | - | True | - | -| message | - | - | True | - | - | - | - | - | - | - | - | - | - | -| chatMessage | - | - | - | True | - | - | - | - | - | - | - | - | - | -| drive | - | - | - | - | True | True | - | True | True | True | - | - | True | -| driveItem | - | - | - | - | True | True | - | True | True | True | - | - | True | -| event | - | - | - | - | - | - | True | - | - | - | - | - | - | -|externalItem | - | - | - | - | True | True | - | True | True | True | - | - | True | -| list | - | - | - | - | True | True | - | True | True | True | - | - | True | -| listItem | - | - | - | - | True | True | - | True | True | True | - | - | True | -| person | - | - | - | - | - | - | - | - | - | - | True | - | - | -| qna | True | True | - | - | - | - | - | - | - | - | - | True | - | -| site | - | - | - | - | True | True | - | True | True | True | - | - | True | + | Entity Type | acronym | bookmark | message | chatMessage | drive | driveItem | event | externalItem | list | listItem | person | qna | site | + |--------------|---------|----------|---------|-------------|-------|-----------|-------|--------------|------|----------|--------|------|------| + | acronym | True | True | - | - | - | - | - | - | - | - | - | True | - | + | bookmark | True | True | - | - | - | - | - | - | - | - | - | True | - | + | chatMessage | - | - | - | True | - | - | - | - | - | - | - | - | - | + | drive | - | - | - | - | True | True | - | True | True | True | - | - | True | + | driveItem | - | - | - | - | True | True | - | True | True | True | - | - | True | + | event | - | - | - | - | - | - | True | - | - | - | - | - | - | + | externalItem | - | - | - | - | True | True | - | True | True | True | - | - | True | + | list | - | - | - | - | True | True | - | True | True | True | - | - | True | + | listItem | - | - | - | - | True | True | - | True | True | True | - | - | True | + | message | - | - | True | - | - | - | - | - | - | - | - | - | - | + | person | - | - | - | - | - | - | - | - | - | - | True | - | - | + | qna | True | True | - | - | - | - | - | - | - | - | - | True | - | + | site | - | - | - | - | True | True | - | True | True | True | - | - | True | - The **contentSource** property, which defines the connection to use, is only applicable when **entityType** is specified as `externalItem`. -- The search API doesn't support custom sort for **acronym**,**bookmark**,**message**, **chatMessage**, **event**, **person**, **qna**, or **externalItem**. +- The search API doesn't support custom sort for **acronym**, **bookmark**, **message**, **chatMessage**, **event**, **person**, **qna**, or **externalItem**. -- The search API doesn't support aggregations for **acronym**,**bookmark**,**message**, **event**, **site**, **person**, **qna**, or **drive**. +- The search API doesn't support aggregations for **acronym**, **bookmark**, **message**, **event**, **site**, **person**, **qna**, or **drive**. -- The search API doesn't support xrank for **acronym**,**bookmark**,**message**,**chatMessage**, **event**, **person**, **qna**, or **externalItem**. +- The search API doesn't support xrank for **acronym**, **bookmark**, **message**, **chatMessage**, **event**, **person**, **qna**, or **externalItem**. - Guest search doesn't support searches for **acronym**, **bookmark**, **message**, **chatMessage**, **event**, **person**, **qna**, or **externalItem**. From 77e592197a2721256bb21cff8c0fef20c287f3ab Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 25 Jan 2024 06:52:30 +0100 Subject: [PATCH 144/259] Update search-concept-answers.md Edit. --- concepts/search-concept-answers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/search-concept-answers.md b/concepts/search-concept-answers.md index 933a0cf74dd..d5fd086c776 100644 --- a/concepts/search-concept-answers.md +++ b/concepts/search-concept-answers.md @@ -49,7 +49,7 @@ The following example shows the response. "@odata.type": "microsoft.graph.search.acronym" }--> ```http -HTTP/1.1 200 OK +HTTP/1.1 201 Created Content-Type: application/json { From cff3e9cc42135c26493440338efa2c26fa5165a9 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 25 Jan 2024 06:57:41 +0100 Subject: [PATCH 145/259] Update searchentity.md Edit. --- api-reference/beta/resources/searchentity.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/resources/searchentity.md b/api-reference/beta/resources/searchentity.md index 046e724df7f..4f6624216d4 100644 --- a/api-reference/beta/resources/searchentity.md +++ b/api-reference/beta/resources/searchentity.md @@ -33,9 +33,9 @@ None. | Relationship | Type |Description| |:---------------|:--------|:----------| -| acronyms | [microsoft.graph.search.acronym](../resources/search-acronym.md) collection | Administrative answer in Microsoft Search results to define common acronyms in a organization. | +| acronyms | [microsoft.graph.search.acronym](../resources/search-acronym.md) collection | Administrative answer in Microsoft Search results to define common acronyms in an organization. | | bookmarks | [microsoft.graph.search.bookmark](../resources/search-bookmark.md) collection | Administrative answer in Microsoft Search results for common search queries in an organization. | -| qnas | [microsoft.graph.search.qna](../resources/search-qna.md) collection | Administrative answer in Microsoft Search results which provide answers for specific search keywords in an organization. | +| qnas | [microsoft.graph.search.qna](../resources/search-qna.md) collection | Administrative answer in Microsoft Search results that provide answers for specific search keywords in an organization. | ## JSON representation From fda13494e648479dec2a73e94a106d4e9f243343 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 25 Jan 2024 06:58:19 +0100 Subject: [PATCH 146/259] Update searchentity.md Edit. --- api-reference/v1.0/resources/searchentity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/resources/searchentity.md b/api-reference/v1.0/resources/searchentity.md index f2a53ccb007..42f412d4d56 100644 --- a/api-reference/v1.0/resources/searchentity.md +++ b/api-reference/v1.0/resources/searchentity.md @@ -31,7 +31,7 @@ None. | Relationship | Type |Description| |:---------------|:--------|:----------| -| acronyms | [microsoft.graph.search.acronym](../resources/search-acronym.md) collection | Administrative answer in Microsoft Search results to define common acronyms in a organization. | +| acronyms | [microsoft.graph.search.acronym](../resources/search-acronym.md) collection | Administrative answer in Microsoft Search results to define common acronyms in an organization. | | bookmarks | [microsoft.graph.search.bookmark](../resources/search-bookmark.md) collection | Administrative answer in Microsoft Search results for common search queries in an organization. | | qnas | [microsoft.graph.search.qna](../resources/search-qna.md) collection | Administrative answer in Microsoft Search results that provide answers for specific search keywords in an organization. | From b8b85d8ab0857aed2f32ff74a39a6429d4b57e35 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 25 Jan 2024 07:04:48 +0100 Subject: [PATCH 147/259] Update enums.md Edit. --- api-reference/beta/resources/enums.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/api-reference/beta/resources/enums.md b/api-reference/beta/resources/enums.md index 3f87ac2836b..40146727971 100644 --- a/api-reference/beta/resources/enums.md +++ b/api-reference/beta/resources/enums.md @@ -4611,17 +4611,6 @@ Possible values for user account types (group membership), per Windows definitio | iOSMobileApplicationManagement| | unknownFutureValue| -### platform values - -| Member | -|:--------------| -| unknown | -| ios | -| android | -| windows | -| windowsMobile | -| macOS | - ### printReleaseType values |Member| From 2179438156b2613e417d57abd15d4e557df3bc6f Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 25 Jan 2024 07:05:30 +0100 Subject: [PATCH 148/259] Update enums.md Edit. --- api-reference/v1.0/resources/enums.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/api-reference/v1.0/resources/enums.md b/api-reference/v1.0/resources/enums.md index 35f6dfeedd4..81b5f3c1600 100644 --- a/api-reference/v1.0/resources/enums.md +++ b/api-reference/v1.0/resources/enums.md @@ -3188,17 +3188,6 @@ Possible values for user account types (group membership), per Windows definitio | iOSMobileApplicationManagement| | unknownFutureValue| -### platform values - -| Member | -|:--------------| -| unknown | -| ios | -| android | -| windows | -| windowsMobile | -| macOS | - ### printReleaseType values |Member| From 9e4bb867e08025fe69f2079290e3763e152034d5 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 25 Jan 2024 07:06:15 +0100 Subject: [PATCH 149/259] Update Microsoft.Search.Admin.json Edit. --- changelog/Microsoft.Search.Admin.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/changelog/Microsoft.Search.Admin.json b/changelog/Microsoft.Search.Admin.json index adf112fb968..dd1d87fa15a 100644 --- a/changelog/Microsoft.Search.Admin.json +++ b/changelog/Microsoft.Search.Admin.json @@ -83,15 +83,7 @@ "ChangeType": "Addition", "Description": "Added the **devicePlatformType** enumeration type.", "Target": "devicePlatformType" - }, - { - "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", - "ApiChange": "Enum type", - "ChangedApiName": "platform", - "ChangeType": "Addition", - "Description": "Added the **platform** enumeration type.", - "Target": "platform" - }, + }, { "Id": "d0e8ec33-2937-4e30-9d3c-f0e73089bfdf", "ApiChange": "Relationship", From ce7f700ed62dcadb0af3ce706fdb5f2403d47a4d Mon Sep 17 00:00:00 2001 From: Yuechen Date: Wed, 31 Jan 2024 11:19:16 -0800 Subject: [PATCH 150/259] add doc for cloud clipboard --- .../beta/api/cloudclipboarditem-get.md | 163 ++++++++++++++++++ .../cloudclipboarditem-get-permissions.md | 12 ++ .../beta/resources/cloudclipboarditem.md | 59 +++++++ .../resources/cloudclipboarditempayload.md | 52 ++++++ api-reference/beta/toc.yml | 7 + 5 files changed, 293 insertions(+) create mode 100644 api-reference/beta/api/cloudclipboarditem-get.md create mode 100644 api-reference/beta/includes/permissions/cloudclipboarditem-get-permissions.md create mode 100644 api-reference/beta/resources/cloudclipboarditem.md create mode 100644 api-reference/beta/resources/cloudclipboarditempayload.md diff --git a/api-reference/beta/api/cloudclipboarditem-get.md b/api-reference/beta/api/cloudclipboarditem-get.md new file mode 100644 index 00000000000..0c1d27c5beb --- /dev/null +++ b/api-reference/beta/api/cloudclipboarditem-get.md @@ -0,0 +1,163 @@ +--- +title: "Get cloudClipboardItems" +description: "Read the properties and relationships of a cloudClipboardItem object or a list of cloudClipbaordItems. " +author: "yuechen7" +ms.localizationpriority: medium +ms.prod: "pdrs" +doc_type: apiPageType +--- + +# Get cloudClipboardItems + +Namespace: microsoft.graph + +[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] + +Read the properties and relationships of a list of [cloudClipboardItem](../resources/cloudclipboarditem.md) objects. The API only allows getting [cloudClipboardItem](../resources/cloudclipboarditem.md) objects for +- The signed-in user's own [cloudClipboardItem](../resources/cloudclipboarditem.md). +- An app on behalf of the user if the user has given delegated access to it. + +Getting user2's [cloudClipboardItem](../resources/cloudclipboarditem.md) using user1's credential is **not** allowed. + +## Permissions + +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). + + +[!INCLUDE [permissions-table](../includes/permissions/cloudclipboarditem-get-permissions.md)] + +## HTTP request + + +Get all cloud clipboard items of the signed-in user. +``` http +GET /me/cloudClipboard/items/ +``` + +Get a single cloud clipboard item by passing an item id. +``` http +GET /me/cloudClipboard/items/{cloudClipboardItemId} +``` + +## Optional query parameters + +This method supports some of the OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). + +- $skipToken: A token returned in the @odata.nextLink URL in the response of the previous GET [cloudClipboardItem](../resources/cloudclipboarditem.md) request, indicating there are more [cloudClipboardItem](../resources/cloudclipboarditem.md) objects to fetch for the user. + +## Request headers + +|Name|Description| +|:---|:---| +|Authorization|Bearer {token}. Required.| +|Prefer |odata.maxpagesize={x}. Optional. Specifies a preferred integer {x} page size for paginated results. Acceptable values are 1 to 200, inclusive. If not specified in the header, the default page size is 110. + +## Request body + +Don't supply a request body for this method. + +## Response + +If successful, this method returns a `200 OK` response code and a list of [cloudClipboardItem](../resources/cloudclipboarditem.md) objects in the response body. + +## Examples + + +### Request + +The following example shows a request of getting all the [cloudClipboardItem](../resources/cloudclipboarditem.md) of a user. + +``` http +GET https://graph.microsoft.com/beta/me/cloudClipboard/items +``` + +### Response + +The following example shows the response of getting all [cloudClipboardItem](../resources/cloudclipboarditem.md). +>**Note:** The response object shown here might be shortened for readability. + +``` http +HTTP/1.1 200 OK +Content-Type: application/json + +{ + "value": [ + { + "@odata.type": "#microsoft.pdrs.cloudClipboardItem", + "id": "292bcf2f-b37e-49d0-8882-1e33dd5c2273", + "payloads": [ + { + "@odata.type": "microsoft.graph.cloudClipboardItemPayload" + "content": "UHVsbCBSZXF1ZXN0IDk0MTU0MTQ6IFJlbWZCByZXBsYWNlZCB3aXRoIHN1bW1hcnkgbWVzc2FnZS4=", + "formatName": "Text" + } + ], + "createdDateTime": "2023-08-10T16:56:25.413Z", + "lastModifiedDateTime": "2022-06-06T17:04:58.000Z", + "expirationDateTime": "2023-08-11T04:56:25.387Z" + } + ], + "@odata.nextLink": "https://graph.microsoft.com/beta/me/cloudClipboard/items?$skiptoken=lastModifiedDateTime%20le%202024-01-31T01:14:29.675Z" +} +``` + +### Request + +The following example shows a request of getting a single [cloudClipboardItem](../resources/cloudclipboarditem.md) by id. + +``` http +GET https://graph.microsoft.com/beta/user/cloudClipboard/items/{cloudClipboardItemId} +``` + +The following example shows the response of getting a single [cloudClipboardItem](../resources/cloudclipboarditem.md) by id. +>**Note:** The response object shown here might be shortened for readability. + +``` http +HTTP/1.1 200 OK +Content-Type: application/json + +{ + "value": [ + { + "@odata.type": "#microsoft.pdrs.cloudClipboardItem", + "id": "292bcf2f-b37e-49d0-8882-1e33dd5c2273", + "payloads": [ + { + "@odata.type": "microsoft.graph.cloudClipboardItemPayload" + "content": "UHVsbCBSZXF1ZXN0IDk0MTU0MTQ6IFJlbWZCByZXBsYWNlZCB3aXRoIHN1bW1hcnkgbWVzc2FnZS4=", + "formatName": "Text" + } + ], + "createdDateTime": "2023-08-10T16:56:25.413Z", + "lastModifiedDateTime": "2022-06-06T17:04:58.000Z", + "expirationDateTime": "2023-08-11T04:56:25.387Z" + } + ] +} +``` + diff --git a/api-reference/beta/includes/permissions/cloudclipboarditem-get-permissions.md b/api-reference/beta/includes/permissions/cloudclipboarditem-get-permissions.md new file mode 100644 index 00000000000..c28d96ce3d6 --- /dev/null +++ b/api-reference/beta/includes/permissions/cloudclipboarditem-get-permissions.md @@ -0,0 +1,12 @@ +--- +description: Automatically generated file. DO NOT MODIFY +ms.topic: include +ms.localizationpriority: medium +--- + +|Permission type|Least privileged permission|Higher privileged permissions| +|:---|:---|:---| +|Delegated (work or school account)|UserCloudClipboard.Read|Not supported.| +|Delegated (personal Microsoft account)|UserCloudClipboard.Read|Not supported.| +|Application|Not supported.|Not supported.| + diff --git a/api-reference/beta/resources/cloudclipboarditem.md b/api-reference/beta/resources/cloudclipboarditem.md new file mode 100644 index 00000000000..3196be09045 --- /dev/null +++ b/api-reference/beta/resources/cloudclipboarditem.md @@ -0,0 +1,59 @@ +--- +title: "cloudClipboardItem resource type" +description: "Represents the information of cloudClipboardItem object." +author: "yuechen7" +ms.localizationpriority: medium +ms.prod: "pdrs" +doc_type: resourcePageType +--- + +# cloudClipboardItem resource type + +Namespace: microsoft.graph + +[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] + +Represents the information and properties of [cloudClipboardItem](../resources/cloudclipboarditem.md) object. Cloud Clipboard is a feature that allows a user to copy/paste a content across devices and platforms. + +## Methods +|Method|Return type|Description| +|:---|:---|:---| +|[Get cloudClipboardItem](../api/cloudclipboarditem-get.md)|[cloudClipboardItem](../resources/cloudclipboarditem.md)|Read the properties and relationships of a [cloudClipboardItem](../resources/cloudclipboarditem.md) object.| +|[Get cloudClipboardItems](../api/cloudclipboarditem-get.md)|Collection of [cloudClipboardItem](../resources/cloudclipboarditem.md)|Read the properties and relationships of a list of [cloudClipboardItem](../resources/cloudclipboarditem.md) objects of a given user.| + +## Properties +|Property|Type|Description| +|:---|:---|:---| +|createdDateTime|DateTimeOffset|Set by the server. DateTime in UTC when the object was created on the server.| +|expirationDateTime|DateTimeOffset|Set by the server. DateTime in UTC when the object will be expired and after that the object will be no longer available. Default TTL is 12 hours after the creation. | +|id|Guid|The unique identifier of the object.| +|lastModifiedDateTime|DateTimeOffset|Set by the server. DateTime in UTC when the object was modified on the server.| +|payloads|[cloudClipboardItemPayload](../resources/cloudclipboarditempayload.md) collection| A [cloudClipboardItem](../resources/cloudclipboarditem.md) can have multiple [cloudClipboardItemPayload](../resources/cloudclipboarditempayload.md) objects in the `payloads`. As it is specified in the doc [here](https://learn.microsoft.com/en-us/windows/win32/dataxchg/clipboard-formats#multiple-clipboard-formats), "a window can place more than one clipboard object on the clipboard, each representing the same information in a different clipboard format."| + +## Relationships +None. + +## JSON representation +The following JSON representation shows the resource type. + +``` json +{ + "@odata.type": "#microsoft.graph.cloudClipboardItem", + "id": "String (identifier)", + "payloads": [ + { + "@odata.type": "microsoft.graph.cloudClipboardItemPayload" + } + ], + "createdDateTime": "String (timestamp)", + "lastModifiedDateTime": "String (timestamp)", + "expirationDateTime": "String (timestamp)" +} +``` + diff --git a/api-reference/beta/resources/cloudclipboarditempayload.md b/api-reference/beta/resources/cloudclipboarditempayload.md new file mode 100644 index 00000000000..19b28b7a784 --- /dev/null +++ b/api-reference/beta/resources/cloudclipboarditempayload.md @@ -0,0 +1,52 @@ +--- +title: "cloudClipboardItemPayload resource type" +description: "Information about the content of cloudClipboardItem." +author: "yuechen7" +ms.localizationpriority: medium +ms.prod: "pdrs" +doc_type: resourcePageType +--- + +# cloudClipboardItemPayload resource type + +Namespace: microsoft.graph + +[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] + +Represents the information about the actual content of a [cloudClipboardItem](../resources/cloudclipboarditem.md). + +## Properties +|Property|Type|Description| +|:---|:---|:---| +|content|String|The `formatName` version of the value of a cloud clipboard encoded in base64.| +|formatName|String|Refer to the table below.| + +Here is the table for the possible `formatName` values and their corresponding Windows clipboard formats. +| FormatName | Description | Corresponding Windows Clipboard Formats | +| ------------------------------| ------------------------------------- | --------------------------------------- | +| AnsiText | ANSI Text Format | CF_TEXT | +| Text | Unicode Text Format | CF_UNICODETEXT | +| UniformResourceLocatorW | Unicode URL Format | [CFSTR_INETURLW](https://learn.microsoft.com/en-us/windows/win32/shell/clipboard#cfstr_ineturl) | +| UniformResourceLocator | ANSI URI Format | [CFSTR_INETURLA](https://learn.microsoft.com/en-us/windows/win32/shell/clipboard#cfstr_ineturl) | +| RichTextFormat | Rich Text Format | [Registered Clipboard Format](https://learn.microsoft.com/en-us/windows/win32/dataxchg/clipboard-formats#registered-clipboard-formats) | +| HTMLFormat | HTML Format | [CF_HTML](https://learn.microsoft.com/en-us/windows/win32/dataxchg/html-clipboard-format) | +| {Custom} | Custom Format defined by clients | N/A | + +## Relationships +None. + +## JSON representation +The following JSON representation shows the resource type. + +``` json +{ + "@odata.type": "#microsoft.graph.cloudClipboardItemPayload", + "content": "String", + "formatName": "String" +} +``` + diff --git a/api-reference/beta/toc.yml b/api-reference/beta/toc.yml index 28f9bc8b7d7..47805ae4e78 100644 --- a/api-reference/beta/toc.yml +++ b/api-reference/beta/toc.yml @@ -1373,6 +1373,13 @@ items: href: api/subscription-delete.md - name: Reauthorize href: api/subscription-reauthorize.md + - name: Cloud clipboards + items: + - name: Cloud clipboard + href: resources/cloudclipboarditem.md + items: + - name: Get + href: api/cloudclipboarditem-get.md - name: Compliance displayName: Compliance API, Microsoft Graph Compliance API items: From 2dd5faefd00d030af6d14a30d8a09912b8a47c39 Mon Sep 17 00:00:00 2001 From: Yuechen Date: Wed, 31 Jan 2024 13:32:44 -0800 Subject: [PATCH 151/259] add changelog file --- changelog/Microsoft.PDRS.json | 88 +++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 changelog/Microsoft.PDRS.json diff --git a/changelog/Microsoft.PDRS.json b/changelog/Microsoft.PDRS.json new file mode 100644 index 00000000000..03c38dc52f4 --- /dev/null +++ b/changelog/Microsoft.PDRS.json @@ -0,0 +1,88 @@ +{ + "changelog": [ + { + "ChangeList": [ + { + "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", + "ApiChange": "Enumeration", + "ChangedApiName": "windowsSettingType", + "ChangeType": "Addition", + "Description": "Added the **windowsSettingType** enumeration type.", + "Target": "windowsSettingType" + }, + { + "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", + "ApiChange": "Resource", + "ChangedApiName": "cloudClipboardItemPayload", + "ChangeType": "Addition", + "Description": "Added the [cloudClipboardItemPayload](https://learn.microsoft.com/en-us/graph/api/resources/cloudClipboardItemPayload?view=graph-rest-beta) resource.", + "Target": "cloudClipboardItemPayload" + }, + { + "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", + "ApiChange": "Resource", + "ChangedApiName": "cloudClipboardItem", + "ChangeType": "Addition", + "Description": "Added the [cloudClipboardItem](https://learn.microsoft.com/en-us/graph/api/resources/cloudClipboardItem?view=graph-rest-beta) resource.", + "Target": "cloudClipboardItem" + }, + { + "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", + "ApiChange": "Resource", + "ChangedApiName": "cloudClipboardRoot", + "ChangeType": "Addition", + "Description": "Added the [cloudClipboardRoot](https://learn.microsoft.com/en-us/graph/api/resources/cloudClipboardRoot?view=graph-rest-beta) resource.", + "Target": "cloudClipboardRoot" + }, + { + "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", + "ApiChange": "Resource", + "ChangedApiName": "userSettings", + "ChangeType": "Addition", + "Description": "Added the [userSettings](https://learn.microsoft.com/en-us/graph/api/resources/userSettings?view=graph-rest-beta) resource.", + "Target": "userSettings" + }, + { + "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", + "ApiChange": "Resource", + "ChangedApiName": "windowsSetting", + "ChangeType": "Addition", + "Description": "Added the [windowsSetting](https://learn.microsoft.com/en-us/graph/api/resources/windowsSetting?view=graph-rest-beta) resource.", + "Target": "windowsSetting" + }, + { + "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", + "ApiChange": "Resource", + "ChangedApiName": "windowsSettingInstance", + "ChangeType": "Addition", + "Description": "Added the [windowsSettingInstance](https://learn.microsoft.com/en-us/graph/api/resources/windowsSettingInstance?view=graph-rest-beta) resource.", + "Target": "windowsSettingInstance" + } + ], + "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", + "Cloud": "Prod", + "Version": "beta", + "CreatedDateTime": "2024-01-31T21:05:42.4895813Z", + "WorkloadArea": "Microsoft.PDRS", + "SubArea": "" + }, + { + "ChangeList": [ + { + "Id": "a371387b-f709-45bb-ae8c-e9e87d6f6641", + "ApiChange": "Resource", + "ChangedApiName": "user", + "ChangeType": "Addition", + "Description": "Added the [user](https://learn.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-beta) resource.", + "Target": "user" + } + ], + "Id": "a371387b-f709-45bb-ae8c-e9e87d6f6641", + "Cloud": "Prod", + "Version": "beta", + "CreatedDateTime": "2024-01-31T21:05:42.4902382Z", + "WorkloadArea": "Identity and access", + "SubArea": "Directory management" + } + ] +} \ No newline at end of file From d88616cd74a1ec7371067a576583c0d34fdc725b Mon Sep 17 00:00:00 2001 From: Yuechen Date: Wed, 31 Jan 2024 14:41:48 -0800 Subject: [PATCH 152/259] update odata.type in response block --- api-reference/beta/api/cloudclipboarditem-get.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/api-reference/beta/api/cloudclipboarditem-get.md b/api-reference/beta/api/cloudclipboarditem-get.md index 0c1d27c5beb..1b2c2e8ef93 100644 --- a/api-reference/beta/api/cloudclipboarditem-get.md +++ b/api-reference/beta/api/cloudclipboarditem-get.md @@ -75,7 +75,7 @@ If successful, this method returns a `200 OK` response code and a list of [cloud The following example shows a request of getting all the [cloudClipboardItem](../resources/cloudclipboarditem.md) of a user. ``` http @@ -89,7 +89,7 @@ The following example shows the response of getting all [cloudClipboardItem](../ ``` http @@ -99,7 +99,7 @@ Content-Type: application/json { "value": [ { - "@odata.type": "#microsoft.pdrs.cloudClipboardItem", + "@odata.type": "#microsoft.graph.cloudClipboardItem", "id": "292bcf2f-b37e-49d0-8882-1e33dd5c2273", "payloads": [ { @@ -122,7 +122,7 @@ Content-Type: application/json The following example shows a request of getting a single [cloudClipboardItem](../resources/cloudclipboarditem.md) by id. ``` http @@ -134,7 +134,7 @@ The following example shows the response of getting a single [cloudClipboardItem ``` http @@ -144,7 +144,7 @@ Content-Type: application/json { "value": [ { - "@odata.type": "#microsoft.pdrs.cloudClipboardItem", + "@odata.type": "#microsoft.graph.cloudClipboardItem", "id": "292bcf2f-b37e-49d0-8882-1e33dd5c2273", "payloads": [ { From 3d084582c73cd202711d2ff7612631d28077d7b5 Mon Sep 17 00:00:00 2001 From: Yuechen Date: Wed, 31 Jan 2024 14:54:29 -0800 Subject: [PATCH 153/259] fix response json --- api-reference/beta/api/cloudclipboarditem-get.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/api/cloudclipboarditem-get.md b/api-reference/beta/api/cloudclipboarditem-get.md index 1b2c2e8ef93..1915d4b13e3 100644 --- a/api-reference/beta/api/cloudclipboarditem-get.md +++ b/api-reference/beta/api/cloudclipboarditem-get.md @@ -103,7 +103,7 @@ Content-Type: application/json "id": "292bcf2f-b37e-49d0-8882-1e33dd5c2273", "payloads": [ { - "@odata.type": "microsoft.graph.cloudClipboardItemPayload" + "@odata.type": "microsoft.graph.cloudClipboardItemPayload", "content": "UHVsbCBSZXF1ZXN0IDk0MTU0MTQ6IFJlbWZCByZXBsYWNlZCB3aXRoIHN1bW1hcnkgbWVzc2FnZS4=", "formatName": "Text" } @@ -148,7 +148,7 @@ Content-Type: application/json "id": "292bcf2f-b37e-49d0-8882-1e33dd5c2273", "payloads": [ { - "@odata.type": "microsoft.graph.cloudClipboardItemPayload" + "@odata.type": "microsoft.graph.cloudClipboardItemPayload", "content": "UHVsbCBSZXF1ZXN0IDk0MTU0MTQ6IFJlbWZCByZXBsYWNlZCB3aXRoIHN1bW1hcnkgbWVzc2FnZS4=", "formatName": "Text" } From d27f4176a367568cb89966a703aaed4736ca2453 Mon Sep 17 00:00:00 2001 From: Yuechen Date: Wed, 31 Jan 2024 15:22:02 -0800 Subject: [PATCH 154/259] fix warnings --- .../beta/resources/cloudclipboarditem.md | 2 +- .../resources/cloudclipboarditempayload.md | 8 +++---- changelog/Microsoft.PDRS.json | 24 ------------------- 3 files changed, 5 insertions(+), 29 deletions(-) diff --git a/api-reference/beta/resources/cloudclipboarditem.md b/api-reference/beta/resources/cloudclipboarditem.md index 3196be09045..e4833e2ce52 100644 --- a/api-reference/beta/resources/cloudclipboarditem.md +++ b/api-reference/beta/resources/cloudclipboarditem.md @@ -28,7 +28,7 @@ Represents the information and properties of [cloudClipboardItem](../resources/c |expirationDateTime|DateTimeOffset|Set by the server. DateTime in UTC when the object will be expired and after that the object will be no longer available. Default TTL is 12 hours after the creation. | |id|Guid|The unique identifier of the object.| |lastModifiedDateTime|DateTimeOffset|Set by the server. DateTime in UTC when the object was modified on the server.| -|payloads|[cloudClipboardItemPayload](../resources/cloudclipboarditempayload.md) collection| A [cloudClipboardItem](../resources/cloudclipboarditem.md) can have multiple [cloudClipboardItemPayload](../resources/cloudclipboarditempayload.md) objects in the `payloads`. As it is specified in the doc [here](https://learn.microsoft.com/en-us/windows/win32/dataxchg/clipboard-formats#multiple-clipboard-formats), "a window can place more than one clipboard object on the clipboard, each representing the same information in a different clipboard format."| +|payloads|[cloudClipboardItemPayload](../resources/cloudclipboarditempayload.md) collection| A [cloudClipboardItem](../resources/cloudclipboarditem.md) can have multiple [cloudClipboardItemPayload](../resources/cloudclipboarditempayload.md) objects in the `payloads`. As it is specified in the doc [here](/windows/win32/dataxchg/clipboard-formats#multiple-clipboard-formats), "a window can place more than one clipboard object on the clipboard, each representing the same information in a different clipboard format."| ## Relationships None. diff --git a/api-reference/beta/resources/cloudclipboarditempayload.md b/api-reference/beta/resources/cloudclipboarditempayload.md index 19b28b7a784..56b7c9dd6ea 100644 --- a/api-reference/beta/resources/cloudclipboarditempayload.md +++ b/api-reference/beta/resources/cloudclipboarditempayload.md @@ -26,10 +26,10 @@ Here is the table for the possible `formatName` values and their corresponding W | ------------------------------| ------------------------------------- | --------------------------------------- | | AnsiText | ANSI Text Format | CF_TEXT | | Text | Unicode Text Format | CF_UNICODETEXT | -| UniformResourceLocatorW | Unicode URL Format | [CFSTR_INETURLW](https://learn.microsoft.com/en-us/windows/win32/shell/clipboard#cfstr_ineturl) | -| UniformResourceLocator | ANSI URI Format | [CFSTR_INETURLA](https://learn.microsoft.com/en-us/windows/win32/shell/clipboard#cfstr_ineturl) | -| RichTextFormat | Rich Text Format | [Registered Clipboard Format](https://learn.microsoft.com/en-us/windows/win32/dataxchg/clipboard-formats#registered-clipboard-formats) | -| HTMLFormat | HTML Format | [CF_HTML](https://learn.microsoft.com/en-us/windows/win32/dataxchg/html-clipboard-format) | +| UniformResourceLocatorW | Unicode URL Format | [CFSTR_INETURLW](/windows/win32/shell/clipboard#cfstr_ineturl) | +| UniformResourceLocator | ANSI URI Format | [CFSTR_INETURLA](/windows/win32/shell/clipboard#cfstr_ineturl) | +| RichTextFormat | Rich Text Format | [Registered Clipboard Format](/windows/win32/dataxchg/clipboard-formats#registered-clipboard-formats) | +| HTMLFormat | HTML Format | [CF_HTML](/windows/win32/dataxchg/html-clipboard-format) | | {Custom} | Custom Format defined by clients | N/A | ## Relationships diff --git a/changelog/Microsoft.PDRS.json b/changelog/Microsoft.PDRS.json index 03c38dc52f4..d10b2563fb1 100644 --- a/changelog/Microsoft.PDRS.json +++ b/changelog/Microsoft.PDRS.json @@ -26,14 +26,6 @@ "Description": "Added the [cloudClipboardItem](https://learn.microsoft.com/en-us/graph/api/resources/cloudClipboardItem?view=graph-rest-beta) resource.", "Target": "cloudClipboardItem" }, - { - "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", - "ApiChange": "Resource", - "ChangedApiName": "cloudClipboardRoot", - "ChangeType": "Addition", - "Description": "Added the [cloudClipboardRoot](https://learn.microsoft.com/en-us/graph/api/resources/cloudClipboardRoot?view=graph-rest-beta) resource.", - "Target": "cloudClipboardRoot" - }, { "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", "ApiChange": "Resource", @@ -41,22 +33,6 @@ "ChangeType": "Addition", "Description": "Added the [userSettings](https://learn.microsoft.com/en-us/graph/api/resources/userSettings?view=graph-rest-beta) resource.", "Target": "userSettings" - }, - { - "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", - "ApiChange": "Resource", - "ChangedApiName": "windowsSetting", - "ChangeType": "Addition", - "Description": "Added the [windowsSetting](https://learn.microsoft.com/en-us/graph/api/resources/windowsSetting?view=graph-rest-beta) resource.", - "Target": "windowsSetting" - }, - { - "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", - "ApiChange": "Resource", - "ChangedApiName": "windowsSettingInstance", - "ChangeType": "Addition", - "Description": "Added the [windowsSettingInstance](https://learn.microsoft.com/en-us/graph/api/resources/windowsSettingInstance?view=graph-rest-beta) resource.", - "Target": "windowsSettingInstance" } ], "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", From bb791d6da2c26ff9b8f89ca54f3b8a4976ca6cf5 Mon Sep 17 00:00:00 2001 From: Yuechen Date: Wed, 31 Jan 2024 16:49:46 -0800 Subject: [PATCH 155/259] add list cloudClipboard --- .../beta/api/cloudclipboarditem-get.md | 95 +++------------ .../beta/api/cloudclipboardroot-list-items.md | 113 ++++++++++++++++++ ...oudclipboardroot-list-items-permissions.md | 12 ++ api-reference/beta/toc.yml | 3 +- changelog/Microsoft.PDRS.json | 8 ++ 5 files changed, 153 insertions(+), 78 deletions(-) create mode 100644 api-reference/beta/api/cloudclipboardroot-list-items.md create mode 100644 api-reference/beta/includes/permissions/cloudclipboardroot-list-items-permissions.md diff --git a/api-reference/beta/api/cloudclipboarditem-get.md b/api-reference/beta/api/cloudclipboarditem-get.md index 1915d4b13e3..2dcc628a500 100644 --- a/api-reference/beta/api/cloudclipboarditem-get.md +++ b/api-reference/beta/api/cloudclipboarditem-get.md @@ -1,19 +1,19 @@ --- -title: "Get cloudClipboardItems" -description: "Read the properties and relationships of a cloudClipboardItem object or a list of cloudClipbaordItems. " +title: "Get cloudClipboardItem(s)" +description: "Read the properties and relationships of a cloudClipboardItem object. " author: "yuechen7" ms.localizationpriority: medium ms.prod: "pdrs" doc_type: apiPageType --- -# Get cloudClipboardItems +# Get cloudClipboardItem(s) Namespace: microsoft.graph [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -Read the properties and relationships of a list of [cloudClipboardItem](../resources/cloudclipboarditem.md) objects. The API only allows getting [cloudClipboardItem](../resources/cloudclipboarditem.md) objects for +Read the properties and relationships of a [cloudClipboardItem](../resources/cloudclipboarditem.md) object. The API only allows getting a [cloudClipboardItem](../resources/cloudclipboarditem.md) object for - The signed-in user's own [cloudClipboardItem](../resources/cloudclipboarditem.md). - An app on behalf of the user if the user has given delegated access to it. @@ -36,10 +36,6 @@ Choose the permission or permissions marked as least privileged for this API. Us "blockType": "ignored" } --> -Get all cloud clipboard items of the signed-in user. -``` http -GET /me/cloudClipboard/items/ -``` Get a single cloud clipboard item by passing an item id. ``` http @@ -50,14 +46,11 @@ GET /me/cloudClipboard/items/{cloudClipboardItemId} This method supports some of the OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). -- $skipToken: A token returned in the @odata.nextLink URL in the response of the previous GET [cloudClipboardItem](../resources/cloudclipboarditem.md) request, indicating there are more [cloudClipboardItem](../resources/cloudclipboarditem.md) objects to fetch for the user. - ## Request headers |Name|Description| |:---|:---| |Authorization|Bearer {token}. Required.| -|Prefer |odata.maxpagesize={x}. Optional. Specifies a preferred integer {x} page size for paginated results. Acceptable values are 1 to 200, inclusive. If not specified in the header, the default page size is 110. ## Request body @@ -65,64 +58,17 @@ Don't supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a list of [cloudClipboardItem](../resources/cloudclipboarditem.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a list of [cloudClipboardItem](../resources/cloudclipboarditem.md) objects or a single [cloudClipboardItem](../resources/cloudclipboarditem.md) object, depending on the request, in the response body. ## Examples -### Request - -The following example shows a request of getting all the [cloudClipboardItem](../resources/cloudclipboarditem.md) of a user. - -``` http -GET https://graph.microsoft.com/beta/me/cloudClipboard/items -``` - -### Response - -The following example shows the response of getting all [cloudClipboardItem](../resources/cloudclipboarditem.md). ->**Note:** The response object shown here might be shortened for readability. - -``` http -HTTP/1.1 200 OK -Content-Type: application/json - -{ - "value": [ - { - "@odata.type": "#microsoft.graph.cloudClipboardItem", - "id": "292bcf2f-b37e-49d0-8882-1e33dd5c2273", - "payloads": [ - { - "@odata.type": "microsoft.graph.cloudClipboardItemPayload", - "content": "UHVsbCBSZXF1ZXN0IDk0MTU0MTQ6IFJlbWZCByZXBsYWNlZCB3aXRoIHN1bW1hcnkgbWVzc2FnZS4=", - "formatName": "Text" - } - ], - "createdDateTime": "2023-08-10T16:56:25.413Z", - "lastModifiedDateTime": "2022-06-06T17:04:58.000Z", - "expirationDateTime": "2023-08-11T04:56:25.387Z" - } - ], - "@odata.nextLink": "https://graph.microsoft.com/beta/me/cloudClipboard/items?$skiptoken=lastModifiedDateTime%20le%202024-01-31T01:14:29.675Z" -} -``` - ### Request The following example shows a request of getting a single [cloudClipboardItem](../resources/cloudclipboarditem.md) by id. ``` http @@ -134,7 +80,7 @@ The following example shows the response of getting a single [cloudClipboardItem ``` http @@ -142,22 +88,17 @@ HTTP/1.1 200 OK Content-Type: application/json { - "value": [ + "@odata.type": "#microsoft.graph.cloudClipboardItem", + "id": "292bcf2f-b37e-49d0-8882-1e33dd5c2273", + "payloads": [ { - "@odata.type": "#microsoft.graph.cloudClipboardItem", - "id": "292bcf2f-b37e-49d0-8882-1e33dd5c2273", - "payloads": [ - { - "@odata.type": "microsoft.graph.cloudClipboardItemPayload", - "content": "UHVsbCBSZXF1ZXN0IDk0MTU0MTQ6IFJlbWZCByZXBsYWNlZCB3aXRoIHN1bW1hcnkgbWVzc2FnZS4=", - "formatName": "Text" - } - ], - "createdDateTime": "2023-08-10T16:56:25.413Z", - "lastModifiedDateTime": "2022-06-06T17:04:58.000Z", - "expirationDateTime": "2023-08-11T04:56:25.387Z" + "@odata.type": "microsoft.graph.cloudClipboardItemPayload" + "content": "UHVsbCBSZXF1ZXN0IDk0MTU0MTQ6IFJlbWZCByZXBsYWNlZCB3aXRoIHN1bW1hcnkgbWVzc2FnZS4=", + "formatName": "Text" } - ] + ], + "createdDateTime": "2023-08-10T16:56:25.413Z", + "lastModifiedDateTime": "2022-06-06T17:04:58.000Z", + "expirationDateTime": "2023-08-11T04:56:25.387Z" } -``` - +``` \ No newline at end of file diff --git a/api-reference/beta/api/cloudclipboardroot-list-items.md b/api-reference/beta/api/cloudclipboardroot-list-items.md new file mode 100644 index 00000000000..d6a273d72cc --- /dev/null +++ b/api-reference/beta/api/cloudclipboardroot-list-items.md @@ -0,0 +1,113 @@ +--- +title: "List cloudClipboardItem objects" +description: "Get a list of the cloudClipboardItem objects and their properties." +author: "yuechen7" +ms.localizationpriority: medium +ms.prod: "pdrs" +doc_type: apiPageType +--- + +# List cloudClipboardItem objects + +Namespace: microsoft.graph + +[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] + +Get a list of the [cloudClipboardItem](../resources/cloudclipboarditem.md) objects and their properties for a user. The API only allows getting [cloudClipboardItem](../resources/cloudclipboarditem.md) objects for +- The signed-in user's own [cloudClipboardItem](../resources/cloudclipboarditem.md) objects. +- An app on behalf of the user if the user has given delegated access to it. + +Getting user2's [cloudClipboardItem](../resources/cloudclipboarditem.md) using user1's credential is **not** allowed. + +## Permissions + +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). + + +[!INCLUDE [permissions-table](../includes/permissions/cloudclipboardroot-list-items-permissions.md)] + +## HTTP request + + +``` http +GET /user/cloudClipboard/items +``` + +## Optional query parameters + +This method supports some of the OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). + +- $skipToken: A token returned in the @odata.nextLink URL in the response of the previous GET [cloudClipboardItem](../resources/cloudclipboarditem.md) request, indicating there are more [cloudClipboardItem](../resources/cloudclipboarditem.md) objects to fetch for the user. + +## Request headers + +|Name|Description| +|:---|:---| +|Authorization|Bearer {token}. Required.| +|Prefer |odata.maxpagesize={x}. Optional. Specifies a preferred integer {x} page size for paginated results. Acceptable values are 1 to 200, inclusive. If not specified in the header, the default page size is 110. + +## Request body + +Don't supply a request body for this method. + +## Response + +If successful, this method returns a `200 OK` response code and a collection of [cloudClipboardItem](../resources/cloudclipboarditem.md) objects in the response body. + +## Examples + +### Request + +The following example shows a request. + +``` http +GET https://graph.microsoft.com/beta/user/cloudClipboard/items +``` + + +### Response + +The following example shows the response. +>**Note:** The response object shown here might be shortened for readability. + +``` http +HTTP/1.1 200 OK +Content-Type: application/json + +{ + "value": [ + { + "@odata.type": "#microsoft.graph.cloudClipboardItem", + "id": "292bcf2f-b37e-49d0-8882-1e33dd5c2273", + "payloads": [ + { + "@odata.type": "microsoft.graph.cloudClipboardItemPayload" + "content": "UHVsbCBSZXF1ZXN0IDk0MTU0MTQ6IFJlbWZCByZXBsYWNlZCB3aXRoIHN1bW1hcnkgbWVzc2FnZS4=", + "formatName": "Text" + } + ], + "createdDateTime": "2023-08-10T16:56:25.413Z", + "lastModifiedDateTime": "2022-06-06T17:04:58.000Z", + "expirationDateTime": "2023-08-11T04:56:25.387Z" + } + ], + "@odata.nextLink": "https://graph.microsoft.com/beta/me/cloudClipboard/items?$skiptoken=lastModifiedDateTime%20le%202024-01-31T01:14:29.675Z" +} +``` + diff --git a/api-reference/beta/includes/permissions/cloudclipboardroot-list-items-permissions.md b/api-reference/beta/includes/permissions/cloudclipboardroot-list-items-permissions.md new file mode 100644 index 00000000000..c28d96ce3d6 --- /dev/null +++ b/api-reference/beta/includes/permissions/cloudclipboardroot-list-items-permissions.md @@ -0,0 +1,12 @@ +--- +description: Automatically generated file. DO NOT MODIFY +ms.topic: include +ms.localizationpriority: medium +--- + +|Permission type|Least privileged permission|Higher privileged permissions| +|:---|:---|:---| +|Delegated (work or school account)|UserCloudClipboard.Read|Not supported.| +|Delegated (personal Microsoft account)|UserCloudClipboard.Read|Not supported.| +|Application|Not supported.|Not supported.| + diff --git a/api-reference/beta/toc.yml b/api-reference/beta/toc.yml index fd8dee15713..85fdf6d58ed 100644 --- a/api-reference/beta/toc.yml +++ b/api-reference/beta/toc.yml @@ -1378,7 +1378,8 @@ items: - name: Cloud clipboard href: resources/cloudclipboarditem.md items: - - name: Get + - List cloud clipboards + - name: Get cloud clipboard href: api/cloudclipboarditem-get.md - name: Compliance displayName: Compliance API, Microsoft Graph Compliance API diff --git a/changelog/Microsoft.PDRS.json b/changelog/Microsoft.PDRS.json index d10b2563fb1..5d13af19f0b 100644 --- a/changelog/Microsoft.PDRS.json +++ b/changelog/Microsoft.PDRS.json @@ -26,6 +26,14 @@ "Description": "Added the [cloudClipboardItem](https://learn.microsoft.com/en-us/graph/api/resources/cloudClipboardItem?view=graph-rest-beta) resource.", "Target": "cloudClipboardItem" }, + { + "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", + "ApiChange": "Resource", + "ChangedApiName": "cloudClipboardRoot", + "ChangeType": "Addition", + "Description": "Added the [cloudClipboardRoot](https://learn.microsoft.com/en-us/graph/api/resources/cloudClipboardRoot?view=graph-rest-beta) resource.", + "Target": "cloudClipboardRoot" + }, { "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", "ApiChange": "Resource", From e91a20658851666cf3d85099d39de841fa1e7935 Mon Sep 17 00:00:00 2001 From: Yuechen Date: Wed, 31 Jan 2024 17:29:25 -0800 Subject: [PATCH 156/259] fix toc.yml --- api-reference/beta/toc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api-reference/beta/toc.yml b/api-reference/beta/toc.yml index 85fdf6d58ed..16acb8b525d 100644 --- a/api-reference/beta/toc.yml +++ b/api-reference/beta/toc.yml @@ -1378,7 +1378,8 @@ items: - name: Cloud clipboard href: resources/cloudclipboarditem.md items: - - List cloud clipboards + - name: List cloud clipboards + href: api/cloudclipboardroot-list-items.md - name: Get cloud clipboard href: api/cloudclipboarditem-get.md - name: Compliance From d3b44b87da335f2cf7865e9fba33bf3b7c9fc78f Mon Sep 17 00:00:00 2001 From: Yuechen Date: Wed, 31 Jan 2024 18:44:59 -0800 Subject: [PATCH 157/259] fix --- api-reference/beta/api/cloudclipboarditem-get.md | 2 +- api-reference/beta/api/cloudclipboardroot-list-items.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/api/cloudclipboarditem-get.md b/api-reference/beta/api/cloudclipboarditem-get.md index 2dcc628a500..fb494e61129 100644 --- a/api-reference/beta/api/cloudclipboarditem-get.md +++ b/api-reference/beta/api/cloudclipboarditem-get.md @@ -92,7 +92,7 @@ Content-Type: application/json "id": "292bcf2f-b37e-49d0-8882-1e33dd5c2273", "payloads": [ { - "@odata.type": "microsoft.graph.cloudClipboardItemPayload" + "@odata.type": "microsoft.graph.cloudClipboardItemPayload", "content": "UHVsbCBSZXF1ZXN0IDk0MTU0MTQ6IFJlbWZCByZXBsYWNlZCB3aXRoIHN1bW1hcnkgbWVzc2FnZS4=", "formatName": "Text" } diff --git a/api-reference/beta/api/cloudclipboardroot-list-items.md b/api-reference/beta/api/cloudclipboardroot-list-items.md index d6a273d72cc..e4cff336e23 100644 --- a/api-reference/beta/api/cloudclipboardroot-list-items.md +++ b/api-reference/beta/api/cloudclipboardroot-list-items.md @@ -97,7 +97,7 @@ Content-Type: application/json "id": "292bcf2f-b37e-49d0-8882-1e33dd5c2273", "payloads": [ { - "@odata.type": "microsoft.graph.cloudClipboardItemPayload" + "@odata.type": "microsoft.graph.cloudClipboardItemPayload", "content": "UHVsbCBSZXF1ZXN0IDk0MTU0MTQ6IFJlbWZCByZXBsYWNlZCB3aXRoIHN1bW1hcnkgbWVzc2FnZS4=", "formatName": "Text" } From b8771a19045a68bbdc321cbecd5be14b1d3eebaa Mon Sep 17 00:00:00 2001 From: Yuechen Date: Thu, 1 Feb 2024 11:03:06 -0800 Subject: [PATCH 158/259] modify descriptiopn --- api-reference/beta/api/cloudclipboarditem-get.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/api-reference/beta/api/cloudclipboarditem-get.md b/api-reference/beta/api/cloudclipboarditem-get.md index fb494e61129..ccaa259bc78 100644 --- a/api-reference/beta/api/cloudclipboarditem-get.md +++ b/api-reference/beta/api/cloudclipboarditem-get.md @@ -1,5 +1,5 @@ --- -title: "Get cloudClipboardItem(s)" +title: "Get cloudClipboardItem" description: "Read the properties and relationships of a cloudClipboardItem object. " author: "yuechen7" ms.localizationpriority: medium @@ -7,8 +7,7 @@ ms.prod: "pdrs" doc_type: apiPageType --- -# Get cloudClipboardItem(s) - +# Get cloudClipboardItem Namespace: microsoft.graph [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] @@ -58,7 +57,7 @@ Don't supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a list of [cloudClipboardItem](../resources/cloudclipboarditem.md) objects or a single [cloudClipboardItem](../resources/cloudclipboarditem.md) object, depending on the request, in the response body. +If successful, this method returns a `200 OK` response code and a [cloudClipboardItem](../resources/cloudclipboarditem.md) object in the response body. ## Examples From 6c1611ac2e60c59b335f9591b2c0637d90ae2aaf Mon Sep 17 00:00:00 2001 From: Yuechen Date: Thu, 1 Feb 2024 14:48:29 -0800 Subject: [PATCH 159/259] resolve comments --- api-reference/beta/api/cloudclipboarditem-get.md | 4 ++-- api-reference/beta/api/cloudclipboardroot-list-items.md | 7 ++++--- api-reference/beta/resources/cloudclipboarditem.md | 8 +++++--- api-reference/beta/resources/cloudclipboarditempayload.md | 6 +++--- 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/api-reference/beta/api/cloudclipboarditem-get.md b/api-reference/beta/api/cloudclipboarditem-get.md index ccaa259bc78..e6e386f1112 100644 --- a/api-reference/beta/api/cloudclipboarditem-get.md +++ b/api-reference/beta/api/cloudclipboarditem-get.md @@ -43,7 +43,7 @@ GET /me/cloudClipboard/items/{cloudClipboardItemId} ## Optional query parameters -This method supports some of the OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). +N/A. ## Request headers @@ -92,7 +92,7 @@ Content-Type: application/json "payloads": [ { "@odata.type": "microsoft.graph.cloudClipboardItemPayload", - "content": "UHVsbCBSZXF1ZXN0IDk0MTU0MTQ6IFJlbWZCByZXBsYWNlZCB3aXRoIHN1bW1hcnkgbWVzc2FnZS4=", + "content": "aGVsbG8sIHdvcmxkIQ==", "formatName": "Text" } ], diff --git a/api-reference/beta/api/cloudclipboardroot-list-items.md b/api-reference/beta/api/cloudclipboardroot-list-items.md index e4cff336e23..0f6b687aba9 100644 --- a/api-reference/beta/api/cloudclipboardroot-list-items.md +++ b/api-reference/beta/api/cloudclipboardroot-list-items.md @@ -42,9 +42,10 @@ GET /user/cloudClipboard/items ## Optional query parameters -This method supports some of the OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). +This method supports `$skipToken` [OData query parameters](/graph/query-parameters) to help customize the response. + +`$skipToken` is a token returned in the `@odata.nextLink` URL in the response of the previous List [cloudClipboardItem](../resources/cloudclipboarditem.md) objects request, indicating there are more [cloudClipboardItem](../resources/cloudclipboarditem.md) objects to fetch for the user. -- $skipToken: A token returned in the @odata.nextLink URL in the response of the previous GET [cloudClipboardItem](../resources/cloudclipboarditem.md) request, indicating there are more [cloudClipboardItem](../resources/cloudclipboarditem.md) objects to fetch for the user. ## Request headers @@ -98,7 +99,7 @@ Content-Type: application/json "payloads": [ { "@odata.type": "microsoft.graph.cloudClipboardItemPayload", - "content": "UHVsbCBSZXF1ZXN0IDk0MTU0MTQ6IFJlbWZCByZXBsYWNlZCB3aXRoIHN1bW1hcnkgbWVzc2FnZS4=", + "content": "aGVsbG8sIHdvcmxkIQ==", "formatName": "Text" } ], diff --git a/api-reference/beta/resources/cloudclipboarditem.md b/api-reference/beta/resources/cloudclipboarditem.md index e4833e2ce52..da1fb14cb4c 100644 --- a/api-reference/beta/resources/cloudclipboarditem.md +++ b/api-reference/beta/resources/cloudclipboarditem.md @@ -13,7 +13,9 @@ Namespace: microsoft.graph [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -Represents the information and properties of [cloudClipboardItem](../resources/cloudclipboarditem.md) object. Cloud Clipboard is a feature that allows a user to copy/paste a content across devices and platforms. +Represents the information and properties of [cloudClipboardItem](../resources/cloudclipboarditem.md) object. Cloud Clipboard is a feature that allows a user to copy/paste a content across devices and platforms. It also provides users with a history of the items they have recently copied across all their apps and devices. + +Currently, the feature is supported between Windows devices and [SwiftKey app](https://support.microsoft.com/topic/how-to-use-microsoft-swiftkey-keyboard-to-copy-and-paste-text-between-swiftkey-and-windows-85c8ca64-7091-477f-91d1-99c3b1f75138) on Android devices. ## Methods |Method|Return type|Description| @@ -25,9 +27,9 @@ Represents the information and properties of [cloudClipboardItem](../resources/c |Property|Type|Description| |:---|:---|:---| |createdDateTime|DateTimeOffset|Set by the server. DateTime in UTC when the object was created on the server.| -|expirationDateTime|DateTimeOffset|Set by the server. DateTime in UTC when the object will be expired and after that the object will be no longer available. Default TTL is 12 hours after the creation. | +|expirationDateTime|DateTimeOffset|Set by the server. DateTime in UTC when the object will be expired and after that the object will be no longer available. Default and also maximum TTL is **12 hours** after the creation, but this may change for performance optimization. | |id|Guid|The unique identifier of the object.| -|lastModifiedDateTime|DateTimeOffset|Set by the server. DateTime in UTC when the object was modified on the server.| +|lastModifiedDateTime|DateTimeOffset|Set by the server if not provided in client's request. DateTime in UTC when the object was modified by client.| |payloads|[cloudClipboardItemPayload](../resources/cloudclipboarditempayload.md) collection| A [cloudClipboardItem](../resources/cloudclipboarditem.md) can have multiple [cloudClipboardItemPayload](../resources/cloudclipboarditempayload.md) objects in the `payloads`. As it is specified in the doc [here](/windows/win32/dataxchg/clipboard-formats#multiple-clipboard-formats), "a window can place more than one clipboard object on the clipboard, each representing the same information in a different clipboard format."| ## Relationships diff --git a/api-reference/beta/resources/cloudclipboarditempayload.md b/api-reference/beta/resources/cloudclipboarditempayload.md index 56b7c9dd6ea..6cd44962cf8 100644 --- a/api-reference/beta/resources/cloudclipboarditempayload.md +++ b/api-reference/beta/resources/cloudclipboarditempayload.md @@ -18,19 +18,19 @@ Represents the information about the actual content of a [cloudClipboardItem](.. ## Properties |Property|Type|Description| |:---|:---|:---| -|content|String|The `formatName` version of the value of a cloud clipboard encoded in base64.| +|content|String|The `formatName` version of the value of a cloud clipboard **encoded in base64**.| |formatName|String|Refer to the table below.| Here is the table for the possible `formatName` values and their corresponding Windows clipboard formats. | FormatName | Description | Corresponding Windows Clipboard Formats | -| ------------------------------| ------------------------------------- | --------------------------------------- | +|:---|:---|:---| | AnsiText | ANSI Text Format | CF_TEXT | | Text | Unicode Text Format | CF_UNICODETEXT | | UniformResourceLocatorW | Unicode URL Format | [CFSTR_INETURLW](/windows/win32/shell/clipboard#cfstr_ineturl) | | UniformResourceLocator | ANSI URI Format | [CFSTR_INETURLA](/windows/win32/shell/clipboard#cfstr_ineturl) | | RichTextFormat | Rich Text Format | [Registered Clipboard Format](/windows/win32/dataxchg/clipboard-formats#registered-clipboard-formats) | | HTMLFormat | HTML Format | [CF_HTML](/windows/win32/dataxchg/html-clipboard-format) | -| {Custom} | Custom Format defined by clients | N/A | +| {Custom} | Custom Format defined by clients to identify application-specific formats. | N/A | ## Relationships None. From 4e7c6123a7cfac5401528237acb31eef435e1f56 Mon Sep 17 00:00:00 2001 From: Yuechen Date: Thu, 1 Feb 2024 15:15:52 -0800 Subject: [PATCH 160/259] resolve comments --- api-reference/beta/resources/cloudclipboarditempayload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/cloudclipboarditempayload.md b/api-reference/beta/resources/cloudclipboarditempayload.md index 6cd44962cf8..87a0b550b08 100644 --- a/api-reference/beta/resources/cloudclipboarditempayload.md +++ b/api-reference/beta/resources/cloudclipboarditempayload.md @@ -30,7 +30,7 @@ Here is the table for the possible `formatName` values and their corresponding W | UniformResourceLocator | ANSI URI Format | [CFSTR_INETURLA](/windows/win32/shell/clipboard#cfstr_ineturl) | | RichTextFormat | Rich Text Format | [Registered Clipboard Format](/windows/win32/dataxchg/clipboard-formats#registered-clipboard-formats) | | HTMLFormat | HTML Format | [CF_HTML](/windows/win32/dataxchg/html-clipboard-format) | -| {Custom} | Custom Format defined by clients to identify application-specific formats. | N/A | +| {Custom} | Custom Format defined by clients to identify application-specific formats. It can only be understood and handled by the client that created it. | N/A | ## Relationships None. From f4b44f0adb1d696a6d4879d291195471bc62d8f4 Mon Sep 17 00:00:00 2001 From: Yuechen Date: Thu, 1 Feb 2024 15:16:02 -0800 Subject: [PATCH 161/259] resolve comments --- api-reference/beta/resources/cloudclipboarditempayload.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/resources/cloudclipboarditempayload.md b/api-reference/beta/resources/cloudclipboarditempayload.md index 87a0b550b08..a6074b30491 100644 --- a/api-reference/beta/resources/cloudclipboarditempayload.md +++ b/api-reference/beta/resources/cloudclipboarditempayload.md @@ -21,8 +21,8 @@ Represents the information about the actual content of a [cloudClipboardItem](.. |content|String|The `formatName` version of the value of a cloud clipboard **encoded in base64**.| |formatName|String|Refer to the table below.| -Here is the table for the possible `formatName` values and their corresponding Windows clipboard formats. -| FormatName | Description | Corresponding Windows Clipboard Formats | +### FormatName details +|FormatName |Description |Corresponding Windows Clipboard Formats | |:---|:---|:---| | AnsiText | ANSI Text Format | CF_TEXT | | Text | Unicode Text Format | CF_UNICODETEXT | From 9ed02bb1a0f48b6a418e9eb5e1442df14fd690dc Mon Sep 17 00:00:00 2001 From: Yuechen Date: Thu, 1 Feb 2024 15:55:17 -0800 Subject: [PATCH 162/259] fix changelog --- changelog/Microsoft.PDRS.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/changelog/Microsoft.PDRS.json b/changelog/Microsoft.PDRS.json index 5d13af19f0b..d10b2563fb1 100644 --- a/changelog/Microsoft.PDRS.json +++ b/changelog/Microsoft.PDRS.json @@ -26,14 +26,6 @@ "Description": "Added the [cloudClipboardItem](https://learn.microsoft.com/en-us/graph/api/resources/cloudClipboardItem?view=graph-rest-beta) resource.", "Target": "cloudClipboardItem" }, - { - "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", - "ApiChange": "Resource", - "ChangedApiName": "cloudClipboardRoot", - "ChangeType": "Addition", - "Description": "Added the [cloudClipboardRoot](https://learn.microsoft.com/en-us/graph/api/resources/cloudClipboardRoot?view=graph-rest-beta) resource.", - "Target": "cloudClipboardRoot" - }, { "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", "ApiChange": "Resource", From 7f5f8b178cac4cd091c9002268a0d3d517cc74ea Mon Sep 17 00:00:00 2001 From: Yuechen Date: Fri, 2 Feb 2024 14:30:19 -0800 Subject: [PATCH 163/259] update formatName with base64 --- api-reference/beta/api/cloudclipboarditem-get.md | 2 +- .../beta/api/cloudclipboardroot-list-items.md | 2 +- api-reference/beta/resources/cloudclipboarditem.md | 4 +++- .../beta/resources/cloudclipboarditempayload.md | 12 ++++++------ 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/api-reference/beta/api/cloudclipboarditem-get.md b/api-reference/beta/api/cloudclipboarditem-get.md index e6e386f1112..75ba5f71d07 100644 --- a/api-reference/beta/api/cloudclipboarditem-get.md +++ b/api-reference/beta/api/cloudclipboarditem-get.md @@ -93,7 +93,7 @@ Content-Type: application/json { "@odata.type": "microsoft.graph.cloudClipboardItemPayload", "content": "aGVsbG8sIHdvcmxkIQ==", - "formatName": "Text" + "formatName": "TextBase64" } ], "createdDateTime": "2023-08-10T16:56:25.413Z", diff --git a/api-reference/beta/api/cloudclipboardroot-list-items.md b/api-reference/beta/api/cloudclipboardroot-list-items.md index 0f6b687aba9..4668a041510 100644 --- a/api-reference/beta/api/cloudclipboardroot-list-items.md +++ b/api-reference/beta/api/cloudclipboardroot-list-items.md @@ -100,7 +100,7 @@ Content-Type: application/json { "@odata.type": "microsoft.graph.cloudClipboardItemPayload", "content": "aGVsbG8sIHdvcmxkIQ==", - "formatName": "Text" + "formatName": "TextBase64" } ], "createdDateTime": "2023-08-10T16:56:25.413Z", diff --git a/api-reference/beta/resources/cloudclipboarditem.md b/api-reference/beta/resources/cloudclipboarditem.md index da1fb14cb4c..7cfb1e880dd 100644 --- a/api-reference/beta/resources/cloudclipboarditem.md +++ b/api-reference/beta/resources/cloudclipboarditem.md @@ -50,7 +50,9 @@ The following JSON representation shows the resource type. "id": "String (identifier)", "payloads": [ { - "@odata.type": "microsoft.graph.cloudClipboardItemPayload" + "@odata.type": "microsoft.graph.cloudClipboardItemPayload", + "content": "String", + "formatName": "String" } ], "createdDateTime": "String (timestamp)", diff --git a/api-reference/beta/resources/cloudclipboarditempayload.md b/api-reference/beta/resources/cloudclipboarditempayload.md index a6074b30491..6ddcd910f2c 100644 --- a/api-reference/beta/resources/cloudclipboarditempayload.md +++ b/api-reference/beta/resources/cloudclipboarditempayload.md @@ -24,12 +24,12 @@ Represents the information about the actual content of a [cloudClipboardItem](.. ### FormatName details |FormatName |Description |Corresponding Windows Clipboard Formats | |:---|:---|:---| -| AnsiText | ANSI Text Format | CF_TEXT | -| Text | Unicode Text Format | CF_UNICODETEXT | -| UniformResourceLocatorW | Unicode URL Format | [CFSTR_INETURLW](/windows/win32/shell/clipboard#cfstr_ineturl) | -| UniformResourceLocator | ANSI URI Format | [CFSTR_INETURLA](/windows/win32/shell/clipboard#cfstr_ineturl) | -| RichTextFormat | Rich Text Format | [Registered Clipboard Format](/windows/win32/dataxchg/clipboard-formats#registered-clipboard-formats) | -| HTMLFormat | HTML Format | [CF_HTML](/windows/win32/dataxchg/html-clipboard-format) | +| AnsiTextBase64 | ANSI Text Format | CF_TEXT | +| TextBase64 | Unicode Text Format | CF_UNICODETEXT | +| UniformResourceLocatorWBase64 | Unicode URL Format | [CFSTR_INETURLW](/windows/win32/shell/clipboard#cfstr_ineturl) | +| UniformResourceLocatorBase64 | ANSI URI Format | [CFSTR_INETURLA](/windows/win32/shell/clipboard#cfstr_ineturl) | +| RichTextFormatBase64 | Rich Text Format | [Registered Clipboard Format](/windows/win32/dataxchg/clipboard-formats#registered-clipboard-formats) | +| HTMLFormatBase64 | HTML Format | [CF_HTML](/windows/win32/dataxchg/html-clipboard-format) | | {Custom} | Custom Format defined by clients to identify application-specific formats. It can only be understood and handled by the client that created it. | N/A | ## Relationships From 2f18a0c2133919124d7985ed6bcbcddbd4a47b08 Mon Sep 17 00:00:00 2001 From: Yuechen Date: Tue, 6 Feb 2024 11:25:42 -0800 Subject: [PATCH 164/259] resolve comments --- .../beta/api/cloudclipboarditem-get.md | 1 + .../resources/cloudclipboarditempayload.md | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/api-reference/beta/api/cloudclipboarditem-get.md b/api-reference/beta/api/cloudclipboarditem-get.md index 75ba5f71d07..29b49e6315c 100644 --- a/api-reference/beta/api/cloudclipboarditem-get.md +++ b/api-reference/beta/api/cloudclipboarditem-get.md @@ -74,6 +74,7 @@ The following example shows a request of getting a single [cloudClipboardItem](. GET https://graph.microsoft.com/beta/user/cloudClipboard/items/{cloudClipboardItemId} ``` +### Response The following example shows the response of getting a single [cloudClipboardItem](../resources/cloudclipboarditem.md) by id. >**Note:** The response object shown here might be shortened for readability. +[!INCLUDE [permissions-table](../includes/permissions/partners-permissions.md)] + +## HTTP request + + +``` http +POST /reports/partners/billing/reconciliation/billed/export +``` + +## 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 you can use with this action. + +|Parameter|Type|Description| +|:---|:---|:---| +|attributeSet|[microsoft.graph.partners.billing.attributeSet](../resources/partners-billing-attributeset.md)|Attributes that should be exported. Possible values are: `full`, `basic`, `unknownFutureValue`. The default value is `full`. Choose `full` for a complete response or `basic` for a subset of attributes. Optional.| +|invoiceId|String|The invoice ID for which the partner requested to export data. Required.| + +## Response + +If successful, this method returns a `202 Accepted` response code and a `Location` header that contains the URL to the long-running operation. You can check the status of the long-running operation by making a GET request to this URL that returns one of the following objects in the response body: [microsoft.graph.partners.billing.runningOperation](../resources/partners-billing-runningoperation.md), [microsoft.graph.partners.billing.exportSuccessOperation](../resources/partners-billing-exportsuccessoperation.md), or [microsoft.graph.partners.billing.failedOperation](../resources/partners-billing-failedoperation.md). + +## Examples + +### Request + +The following example shows a request. + +# [HTTP](#tab/http) + +``` http +POST https://graph.microsoft.com/v1.0/reports/partners/billing/reconciliation/billed/export +Content-Type: application/json + +{ + "invoiceId" : "G016907411", + "attributeSet" : "full" +} +``` + +# [C#](#tab/csharp) +[!INCLUDE [sample-code](../includes/snippets/csharp/billedusagethisexport-csharp-snippets.md)] +[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] + +# [CLI](#tab/cli) +[!INCLUDE [sample-code](../includes/snippets/cli/billedusagethisexport-cli-snippets.md)] +[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] + +# [Go](#tab/go) +[!INCLUDE [sample-code](../includes/snippets/go/billedusagethisexport-go-snippets.md)] +[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] + +# [Java](#tab/java) +[!INCLUDE [sample-code](../includes/snippets/java/billedusagethisexport-java-snippets.md)] +[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] + +# [JavaScript](#tab/javascript) +[!INCLUDE [sample-code](../includes/snippets/javascript/billedusagethisexport-javascript-snippets.md)] +[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] + +# [PHP](#tab/php) +[!INCLUDE [sample-code](../includes/snippets/php/billedusagethisexport-php-snippets.md)] +[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] + +# [Python](#tab/python) +[!INCLUDE [sample-code](../includes/snippets/python/billedusagethisexport-python-snippets.md)] +[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] + +--- + +### Response + +The following example shows the response. + + +``` http +HTTP/1.1 202 OK +Location: https://graph.microsoft.com/v1.0/reports/partners/billing/operations/9ab9cb54-d07f-4f52-9ea6-a09d7de52c14 +``` diff --git a/api-reference/v1.0/includes/alerts-callout-csp-partner-only.md b/api-reference/v1.0/includes/alerts-callout-csp-partner-only.md index ffd32d115de..5ce9dd88d22 100644 --- a/api-reference/v1.0/includes/alerts-callout-csp-partner-only.md +++ b/api-reference/v1.0/includes/alerts-callout-csp-partner-only.md @@ -9,3 +9,4 @@ ms.topic: include > [!NOTE] > This API is available for Cloud Solution Provider (CSP) partners only to access their billed and unbilled reconciliation data for a tenant. To learn more about the CSP program, see [Microsoft Cloud Solution Provider](/partner-center/csp-overview). + diff --git a/api-reference/v1.0/resources/partners-billing-api-overview.md b/api-reference/v1.0/resources/partners-billing-api-overview.md index d9b86d81925..97bcdfa7f04 100644 --- a/api-reference/v1.0/resources/partners-billing-api-overview.md +++ b/api-reference/v1.0/resources/partners-billing-api-overview.md @@ -34,22 +34,30 @@ To export reconciliation data, the calling principal must be in the partner tena ## Common use cases -The partner billing API provides methods and actions that allow Microsoft direct partners to export their high-volume billed and unbilled Azure usage data. +The partner billing API provides methods and actions that allow Microsoft direct partners to export their high-volume billed reconciliation data and billed and unbilled Azure usage data. -### Billed reconciliation data +### Billed usage data | Use case | API | |--|--| -| Create a new export operation to export billed reconciliation data | [billedUsage: export](../api/partners-billing-billedusage-export.md) | +| Create a new export operation to export billed usage data | [billedUsage: export](../api/partners-billing-billedusage-export.md) | | Poll for operation status update | [Get operation](../api/partners-billing-operation-get.md) | -### Unbilled reconciliation data +### Unbilled usage data | Use case | API | |--|--| -| Create a new export operation to export unbilled reconciliation data | [unbilledUsage: export](../api/partners-billing-unbilledusage-export.md) | +| Create a new export operation to export unbilled usage data | [unbilledUsage: export](../api/partners-billing-unbilledusage-export.md) | | Poll for operation status update | [Get operation](../api/partners-billing-operation-get.md) | +### Billed invoice reconciliation data + +| Use case | API | +|--|--| +| Create a new export operation to export billed invoice reconciliation data | [billedReconciliation: export](../api/partners-billing-billedreconciliation-export.md) | +| Poll for operation status update | [Get operation](../api/partners-billing-operation-get.md) | + + ## Asynchronous data retrieval The download of reconciliation data is a long-running operation that consists of the following operations. @@ -58,6 +66,11 @@ The download of reconciliation data is a long-running operation that consists of Use the [billedUsage: export](../api/partners-billing-billedusage-export.md) or [unbilledUsage: export](../api/partners-billing-unbilledusage-export.md) API to access billed or unbilled consumption line items. The API returns a `202 Accepted` response code and a `Location` header that contains the URL to the long-running operation. You can check the status of the long-running operation by making a GET request at regular intervals until you receive a success status with a [manifest](../resources/partners-billing-manifest.md) URL. +### Non-usage line-item endpoint + +Use the [billedReconciliation: export](../api/partners-billing-billedreconciliation-export.md) API to access billed invoice reconciliation line items. The API returns a `202 Accepted` response code and a `Location` header that contains the URL to the long-running operation. You can check the status of the long-running operation by making a GET request at regular intervals until you receive a success status with a [manifest](../resources/partners-billing-manifest.md) URL. + + ### Operation status endpoint Until you receive the success status, keep polling the [Get operation](../api/partners-billing-operation-get.md) API at regular intervals. If the requested data is unavailable, the API response includes a `Retry-After` header that indicates how long you should wait before sending another request. When the operation has completed successfully, the response also provides a [manifest](../resources/partners-billing-manifest.md) with details of the generated files. The manifest provides a storage folder from which actual billing data can be downloaded. The response splits or partitions the files to optimize throughput and I/O parallelism. diff --git a/api-reference/v1.0/resources/partners-billing-billedreconciliation.md b/api-reference/v1.0/resources/partners-billing-billedreconciliation.md new file mode 100644 index 00000000000..0586065f3a5 --- /dev/null +++ b/api-reference/v1.0/resources/partners-billing-billedreconciliation.md @@ -0,0 +1,49 @@ +--- +title: "billedreconciliation resource type" +description: "Represents details for billed invoice reconciliation data." +author: "sourishdeb" +ms.localizationpriority: medium +ms.prod: "reports" +doc_type: resourcePageType +--- + +# billedreconciliation resource type + +Namespace: microsoft.graph.partners.billing + + +[!INCLUDE [alerts-callout-csp-partner-only](../includes/alerts-callout-csp-partner-only.md)] + +Represents details for billed invoice reconciliation data. + +## Methods + +|Method|Return type|Description| +|:---|:---|:---| +|[export](../api/partners-billing-billedreconciliation-export.md)|[microsoft.graph.partners.billing.operation](partners-billing-operation.md)|Exports the billed invoice reconciliation data.| + +## Properties + +None. + +## Relationships + +None. + +## JSON representation + +The following JSON representation shows the resource type. + + +``` json +{ + "@odata.type": "#microsoft.graph.partners.billing.billedreconciliation" +} +``` diff --git a/api-reference/v1.0/resources/partners-billing-billing.md b/api-reference/v1.0/resources/partners-billing-billing.md index 6fba268b799..2331334a64b 100644 --- a/api-reference/v1.0/resources/partners-billing-billing.md +++ b/api-reference/v1.0/resources/partners-billing-billing.md @@ -1,7 +1,7 @@ --- title: "billing resource type" description: "Represents billing details for billed and unbilled data." -author: "sourishdeb" +author: "abhishek-singh-ms" ms.localizationpriority: medium ms.prod: "reports" doc_type: resourcePageType @@ -29,6 +29,7 @@ None. |:---|:---|:---| |manifests|[microsoft.graph.partners.billing.manifest](partners-billing-manifest.md) collection|Represents metadata for the exported data.| |operations|[microsoft.graph.partners.billing.operation](partners-billing-operation.md) collection|Represents an operation to export the billing data of a partner.| +|reconciliation|[microsoft.graph.partners.billing.billingreconciliation](partners-billing-billingreconciliation.md)|Represents details for billed invoice reconciliation data.| |usage|[microsoft.graph.partners.billing.azureUsage](partners-billing-azureusage.md)|Represents details for billed and unbilled Azure usage data.| ## JSON representation diff --git a/api-reference/v1.0/resources/partners-billing-billingreconciliation.md b/api-reference/v1.0/resources/partners-billing-billingreconciliation.md new file mode 100644 index 00000000000..f176a05038c --- /dev/null +++ b/api-reference/v1.0/resources/partners-billing-billingreconciliation.md @@ -0,0 +1,48 @@ +--- +title: "billingReconciliation resource type" +description: "Represents details for billed invoice reconciliation and unbilled non-usage reconciliation data." +author: "sourishdeb" +ms.localizationpriority: medium +ms.prod: "reports" +doc_type: resourcePageType +--- + +# billingReconciliation resource type + +Namespace: microsoft.graph.partners.billing + +[!INCLUDE [alerts-callout-csp-partner-only](../includes/alerts-callout-csp-partner-only.md)] + +Represents details for billed invoice reconciliation and unbilled non-usage reconciliation data. + +## Methods + +None. + +## Properties + +None. + +## Relationships + +|Relationship|Type|Description| +|:---|:---|:---| +|billed|[microsoft.graph.partners.billing.billedreconciliation](partners-billing-billedreconciliation.md)|Represents details for billed invoice reconciliation data.| + +## JSON representation + +The following JSON representation shows the resource type. + + +``` json +{ + "@odata.type": "#microsoft.graph.partners.billing.billingreconciliation" +} +``` diff --git a/api-reference/v1.0/resources/partners-billing-unbilledusage.md b/api-reference/v1.0/resources/partners-billing-unbilledusage.md index ae73a908257..585f54ac89e 100644 --- a/api-reference/v1.0/resources/partners-billing-unbilledusage.md +++ b/api-reference/v1.0/resources/partners-billing-unbilledusage.md @@ -1,7 +1,7 @@ --- title: "unbilledUsage resource type" description: "Represents details for unbilled Azure usage data." -author: "sourishdeb" +author: "abhishek-singh-ms" ms.localizationpriority: medium ms.prod: "reports" doc_type: resourcePageType @@ -19,7 +19,7 @@ Represents details for unbilled Azure usage data. |Method|Return type|Description| |:---|:---|:---| -|[export](../api/partners-billing-unbilledusage-export.md)|[microsoft.graph.partners.billing.operation](partners-billing-operation.md)|Export the unbilled Azure usage data for a specific billing period and a given currency.| +|[export](../api/partners-billing-unbilledusage-export.md)|[microsoft.graph.partners.billing.operation](partners-billing-operation.md)|Export unbilled Azure usage data for a specific billing period and currency.| ## Properties @@ -29,8 +29,8 @@ None. | Member | Description | |:-------------------|:-------------------------------------------------| -| current | The current billing period. | -| last | The billing period for the last month. | +| current | The current month or billing period that is in progress. | +| last | The last month or billing period. | | unknownFutureValue | Evolvable enumeration sentinel value. Don't use. | ## Relationships diff --git a/api-reference/v1.0/toc.yml b/api-reference/v1.0/toc.yml index bd4848980fb..e83e46ba77b 100644 --- a/api-reference/v1.0/toc.yml +++ b/api-reference/v1.0/toc.yml @@ -7551,6 +7551,12 @@ items: items: - name: Overview href: resources/partners-billing-api-overview.md + - name: Billed invoice reconciliation + items: + - name: Billed invoice reconciliation + href: resources/partners-billing-billedreconciliation.md + - name: Export + href: api/partners-billing-billedreconciliation-export.md - name: Billed usage items: - name: Billed usage diff --git a/changelog/Microsoft.Partner.Billing.json b/changelog/Microsoft.Partner.Billing.json index 09cdb621413..aef3c2a15d9 100644 --- a/changelog/Microsoft.Partner.Billing.json +++ b/changelog/Microsoft.Partner.Billing.json @@ -243,6 +243,40 @@ "CreatedDateTime": "2024-01-31T08:51:46.3920632Z", "WorkloadArea": "Reports", "SubArea": "Partner billing reports" + }, + { + "ChangeList": [ + { + "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", + "ApiChange": "Resource", + "ChangedApiName": "billingReconciliation", + "ChangeType": "Addition", + "Description": "Added the [billingReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billingreconciliation?view=graph-rest-beta) resource type.", + "Target": "billingReconciliation" + }, + { + "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", + "ApiChange": "Resource", + "ChangedApiName": "billedReconciliation", + "ChangeType": "Addition", + "Description": "Added the [billedReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedreconciliation?view=graph-rest-beta) resource and supported methods.", + "Target": "billedReconciliation" + }, + { + "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", + "ApiChange": "Relationship", + "ChangedApiName": "reconciliation", + "ChangeType": "Addition", + "Description": "Added the **reconciliation** navigation property to the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-beta) resource.", + "Target": "partners-billing-billing" + } + ], + "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", + "Cloud": "Prod", + "Version": "v1.0", + "CreatedDateTime": "2024-02-14T08:51:46.3920632Z", + "WorkloadArea": "Reports", + "SubArea": "Partner billing reports" } ] } From 73b96343a016ab12f614ab3cdbbf1742475cfac0 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:19:00 +0100 Subject: [PATCH 170/259] Update partners-billing-billedreconciliation.md Edit. --- .../resources/partners-billing-billedreconciliation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api-reference/v1.0/resources/partners-billing-billedreconciliation.md b/api-reference/v1.0/resources/partners-billing-billedreconciliation.md index 0586065f3a5..e407b3e4b4a 100644 --- a/api-reference/v1.0/resources/partners-billing-billedreconciliation.md +++ b/api-reference/v1.0/resources/partners-billing-billedreconciliation.md @@ -1,5 +1,5 @@ --- -title: "billedreconciliation resource type" +title: "billedReconciliation resource type" description: "Represents details for billed invoice reconciliation data." author: "sourishdeb" ms.localizationpriority: medium @@ -7,7 +7,7 @@ ms.prod: "reports" doc_type: resourcePageType --- -# billedreconciliation resource type +# billedReconciliation resource type Namespace: microsoft.graph.partners.billing @@ -20,7 +20,7 @@ Represents details for billed invoice reconciliation data. |Method|Return type|Description| |:---|:---|:---| -|[export](../api/partners-billing-billedreconciliation-export.md)|[microsoft.graph.partners.billing.operation](partners-billing-operation.md)|Exports the billed invoice reconciliation data.| +|[export](../api/partners-billing-billedreconciliation-export.md)|[microsoft.graph.partners.billing.operation](partners-billing-operation.md)|Export the billed invoice reconciliation data.| ## Properties @@ -37,13 +37,13 @@ The following JSON representation shows the resource type. ``` json { - "@odata.type": "#microsoft.graph.partners.billing.billedreconciliation" + "@odata.type": "#microsoft.graph.partners.billing.billedReconciliation" } ``` From 1efc9698f7a9d9271f16aa62b9e55cd574b40a75 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:21:40 +0100 Subject: [PATCH 171/259] Update partners-billing-billingreconciliation.md Edit. --- .../resources/partners-billing-billingreconciliation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-reference/v1.0/resources/partners-billing-billingreconciliation.md b/api-reference/v1.0/resources/partners-billing-billingreconciliation.md index f176a05038c..547f04657bc 100644 --- a/api-reference/v1.0/resources/partners-billing-billingreconciliation.md +++ b/api-reference/v1.0/resources/partners-billing-billingreconciliation.md @@ -27,7 +27,7 @@ None. |Relationship|Type|Description| |:---|:---|:---| -|billed|[microsoft.graph.partners.billing.billedreconciliation](partners-billing-billedreconciliation.md)|Represents details for billed invoice reconciliation data.| +|billed|[microsoft.graph.partners.billing.billedReconciliation](partners-billing-billedreconciliation.md)|Represents details for billed invoice reconciliation data.| ## JSON representation @@ -36,13 +36,13 @@ The following JSON representation shows the resource type. ``` json { - "@odata.type": "#microsoft.graph.partners.billing.billingreconciliation" + "@odata.type": "#microsoft.graph.partners.billing.billingReconciliation" } ``` From 017069af110133fccf3e8fa0882dd9abaf7608a4 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:23:01 +0100 Subject: [PATCH 172/259] Update partners-billing-billing.md Edit. --- api-reference/v1.0/resources/partners-billing-billing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/resources/partners-billing-billing.md b/api-reference/v1.0/resources/partners-billing-billing.md index 2331334a64b..a02225d1a7a 100644 --- a/api-reference/v1.0/resources/partners-billing-billing.md +++ b/api-reference/v1.0/resources/partners-billing-billing.md @@ -29,7 +29,7 @@ None. |:---|:---|:---| |manifests|[microsoft.graph.partners.billing.manifest](partners-billing-manifest.md) collection|Represents metadata for the exported data.| |operations|[microsoft.graph.partners.billing.operation](partners-billing-operation.md) collection|Represents an operation to export the billing data of a partner.| -|reconciliation|[microsoft.graph.partners.billing.billingreconciliation](partners-billing-billingreconciliation.md)|Represents details for billed invoice reconciliation data.| +|reconciliation|[microsoft.graph.partners.billing.billedReconciliation](partners-billing-billingreconciliation.md)|Represents details for billed invoice reconciliation data.| |usage|[microsoft.graph.partners.billing.azureUsage](partners-billing-azureusage.md)|Represents details for billed and unbilled Azure usage data.| ## JSON representation From 81f06fc2e3b7a1b3e0d6df8bc1eb0e3435656f24 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:25:00 +0100 Subject: [PATCH 173/259] Update partners-billing-unbilledusage.md Edit. --- .../v1.0/resources/partners-billing-unbilledusage.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api-reference/v1.0/resources/partners-billing-unbilledusage.md b/api-reference/v1.0/resources/partners-billing-unbilledusage.md index 585f54ac89e..1199979cf5b 100644 --- a/api-reference/v1.0/resources/partners-billing-unbilledusage.md +++ b/api-reference/v1.0/resources/partners-billing-unbilledusage.md @@ -27,11 +27,11 @@ None. ### billingPeriod values -| Member | Description | -|:-------------------|:-------------------------------------------------| -| current | The current month or billing period that is in progress. | -| last | The last month or billing period. | -| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. | +| Member | Description | +|:-------------------|:---------------------------------------------------------| +| current | The current month or billing period that is in progress. | +| last | The last month or billing period. | +| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. | ## Relationships From 89f4f6ff4365f0378f23776adf3bf039465e1ab2 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:26:30 +0100 Subject: [PATCH 174/259] Update partners-billing-unbilledusage-export.md Edit. --- api-reference/beta/api/partners-billing-unbilledusage-export.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/partners-billing-unbilledusage-export.md b/api-reference/beta/api/partners-billing-unbilledusage-export.md index fba74c5f614..84606a2f604 100644 --- a/api-reference/beta/api/partners-billing-unbilledusage-export.md +++ b/api-reference/beta/api/partners-billing-unbilledusage-export.md @@ -15,7 +15,7 @@ Namespace: microsoft.graph.partners.billing [!INCLUDE [alerts-callout-csp-partner-only](../includes/alerts-callout-csp-partner-only.md)] -Export the unbilled Azure usage data for a specific billing period and a given currency. +Export unbilled Azure usage data for a specific billing period and currency. [!INCLUDE [national-cloud-support](../../includes/global-only.md)] From 252e362d795dc9fa700b5fe898369dc55798625d Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:26:54 +0100 Subject: [PATCH 175/259] Update partners-billing-unbilledusage-export.md Edit. --- api-reference/v1.0/api/partners-billing-unbilledusage-export.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/partners-billing-unbilledusage-export.md b/api-reference/v1.0/api/partners-billing-unbilledusage-export.md index 521f593c898..e0f107ff437 100644 --- a/api-reference/v1.0/api/partners-billing-unbilledusage-export.md +++ b/api-reference/v1.0/api/partners-billing-unbilledusage-export.md @@ -13,7 +13,7 @@ Namespace: microsoft.graph.partners.billing [!INCLUDE [alerts-callout-csp-partner-only](../includes/alerts-callout-csp-partner-only.md)] -Export the unbilled Azure usage data for a specific billing period and a given currency. +Export unbilled Azure usage data for a specific billing period and currency. [!INCLUDE [national-cloud-support](../../includes/global-only.md)] From 776b842eaf40d9d4dfa6858d418e063f09d57bdd Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:27:59 +0100 Subject: [PATCH 176/259] Update partners-billing-unbilledusage.md Edit. --- .../beta/resources/partners-billing-unbilledusage.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/api-reference/beta/resources/partners-billing-unbilledusage.md b/api-reference/beta/resources/partners-billing-unbilledusage.md index b574c768739..7b7c3445fdf 100644 --- a/api-reference/beta/resources/partners-billing-unbilledusage.md +++ b/api-reference/beta/resources/partners-billing-unbilledusage.md @@ -21,7 +21,7 @@ Represents details for unbilled Azure usage data. |Method|Return type|Description| |:---|:---|:---| -|[export](../api/partners-billing-unbilledusage-export.md)|[microsoft.graph.partners.billing.operation](partners-billing-operation.md)|Export the unbilled Azure usage data for a specific billing period and a given currency.| +|[export](../api/partners-billing-unbilledusage-export.md)|[microsoft.graph.partners.billing.operation](partners-billing-operation.md)|Export unbilled Azure usage data for a specific billing period and currency.| ## Properties @@ -29,11 +29,11 @@ None. ### billingPeriod values -| Member | Description | -|:-------------------|:-------------------------------------------------| -| current | The current billing period. | -| last | The billing period for the last month. | -| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. | +| Member | Description | +|:-------------------|:---------------------------------------------------------| +| current | The current month or billing period that is in progress. | +| last | The last month or billing period. | +| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. | ## Relationships From 97737938d6ea7647e36a254c632db61bb7e247cd Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:35:32 +0100 Subject: [PATCH 177/259] Update partners-billing-api-overview.md Edit. --- .../v1.0/resources/partners-billing-api-overview.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/api-reference/v1.0/resources/partners-billing-api-overview.md b/api-reference/v1.0/resources/partners-billing-api-overview.md index 97bcdfa7f04..852d8cd22f2 100644 --- a/api-reference/v1.0/resources/partners-billing-api-overview.md +++ b/api-reference/v1.0/resources/partners-billing-api-overview.md @@ -12,7 +12,7 @@ ms.custom: zt-include [!INCLUDE [alerts-callout-csp-partner-only](../includes/alerts-callout-csp-partner-only.md)] -As part of the Microsoft Partner Center ecosystem, Microsoft direct partners in the Cloud Solution Provider programs can request to export their billed and unbilled data to Azure Blob Storage asynchronously. this removes the need to maintain an open connection for hours and loop through millions of transactions iteratively. The asynchronous API provides a way to quickly access billing and reconciliation data in manageable chunks. +As part of the Microsoft Partner Center ecosystem, Microsoft direct partners in the Cloud Solution Provider programs can request to export their billed and unbilled data to Azure Blob Storage asynchronously. This removes the need to maintain an open connection for hours and loop through millions of transactions iteratively. The asynchronous API provides a way to quickly access billing and reconciliation data in manageable chunks. The partner billing API is defined in the OData subnamespace `microsoft.graph.partners.billing`. @@ -57,10 +57,9 @@ The partner billing API provides methods and actions that allow Microsoft direct | Create a new export operation to export billed invoice reconciliation data | [billedReconciliation: export](../api/partners-billing-billedreconciliation-export.md) | | Poll for operation status update | [Get operation](../api/partners-billing-operation-get.md) | - ## Asynchronous data retrieval -The download of reconciliation data is a long-running operation that consists of the following operations. +The download of usage or reconciliation data is a long-running operation that consists of the following operations. ### Usage line-item endpoint @@ -70,7 +69,6 @@ Use the [billedUsage: export](../api/partners-billing-billedusage-export.md) or Use the [billedReconciliation: export](../api/partners-billing-billedreconciliation-export.md) API to access billed invoice reconciliation line items. The API returns a `202 Accepted` response code and a `Location` header that contains the URL to the long-running operation. You can check the status of the long-running operation by making a GET request at regular intervals until you receive a success status with a [manifest](../resources/partners-billing-manifest.md) URL. - ### Operation status endpoint Until you receive the success status, keep polling the [Get operation](../api/partners-billing-operation-get.md) API at regular intervals. If the requested data is unavailable, the API response includes a `Retry-After` header that indicates how long you should wait before sending another request. When the operation has completed successfully, the response also provides a [manifest](../resources/partners-billing-manifest.md) with details of the generated files. The manifest provides a storage folder from which actual billing data can be downloaded. The response splits or partitions the files to optimize throughput and I/O parallelism. From 5a40cfa85d08bf0da5bf0b7e4395b9f9ce450f9c Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:36:15 +0100 Subject: [PATCH 178/259] Update partners-billing-api-overview.md Edit. --- api-reference/beta/resources/partners-billing-api-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/partners-billing-api-overview.md b/api-reference/beta/resources/partners-billing-api-overview.md index 74dfee0a235..8c45d26539f 100644 --- a/api-reference/beta/resources/partners-billing-api-overview.md +++ b/api-reference/beta/resources/partners-billing-api-overview.md @@ -14,7 +14,7 @@ ms.custom: zt-include [!INCLUDE [alerts-callout-csp-partner-only](../includes/alerts-callout-csp-partner-only.md)] -As part of the Microsoft Partner Center ecosystem, Microsoft direct partners in the Cloud Solution Provider programs can request to export their billed and unbilled data to Azure Blob Storage asynchronously. this removes the need to maintain an open connection for hours and loop through millions of transactions iteratively. The asynchronous API provides a way to quickly access billing and reconciliation data in manageable chunks. +As part of the Microsoft Partner Center ecosystem, Microsoft direct partners in the Cloud Solution Provider programs can request to export their billed and unbilled data to Azure Blob Storage asynchronously. This removes the need to maintain an open connection for hours and loop through millions of transactions iteratively. The asynchronous API provides a way to quickly access billing and reconciliation data in manageable chunks. The partner billing API is defined in the OData subnamespace `microsoft.graph.partners.billing`. From aab1dafa5713812752145c252eefd587f7ad3e95 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:41:27 +0100 Subject: [PATCH 179/259] Update partners-billing-billedusage-export.md Edit. --- api-reference/beta/api/partners-billing-billedusage-export.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/partners-billing-billedusage-export.md b/api-reference/beta/api/partners-billing-billedusage-export.md index 6702b74e305..aa13f3942c8 100644 --- a/api-reference/beta/api/partners-billing-billedusage-export.md +++ b/api-reference/beta/api/partners-billing-billedusage-export.md @@ -128,6 +128,6 @@ The following example shows the response. } --> ``` http -HTTP/1.1 202 OK +HTTP/1.1 202 Accepted Location: https://graph.microsoft.com/beta/reports/partners/billing/operations/9ab9cb54-d07f-4f52-9ea6-a09d7de52c14 ``` From c54766e05ae63a0e2e99ca62e92157461357511e Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:41:42 +0100 Subject: [PATCH 180/259] Update partners-billing-billedusage-export.md Edit. --- api-reference/v1.0/api/partners-billing-billedusage-export.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/partners-billing-billedusage-export.md b/api-reference/v1.0/api/partners-billing-billedusage-export.md index 849fe6f03de..9b84609ddb2 100644 --- a/api-reference/v1.0/api/partners-billing-billedusage-export.md +++ b/api-reference/v1.0/api/partners-billing-billedusage-export.md @@ -126,6 +126,6 @@ The following example shows the response. } --> ``` http -HTTP/1.1 202 OK +HTTP/1.1 202 Accepted Location: https://graph.microsoft.com/v1.0/reports/partners/billing/operations/9ab9cb54-d07f-4f52-9ea6-a09d7de52c14 ``` From 5197a7de9de75b04a46dc6c2c0428650d571dda7 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:42:31 +0100 Subject: [PATCH 181/259] Update partners-billing-billedreconciliation-export.md Edit. --- ...ers-billing-billedreconciliation-export.md | 37 ++----------------- 1 file changed, 3 insertions(+), 34 deletions(-) diff --git a/api-reference/v1.0/api/partners-billing-billedreconciliation-export.md b/api-reference/v1.0/api/partners-billing-billedreconciliation-export.md index a88c51535fa..e1bc50ff0ad 100644 --- a/api-reference/v1.0/api/partners-billing-billedreconciliation-export.md +++ b/api-reference/v1.0/api/partners-billing-billedreconciliation-export.md @@ -65,7 +65,6 @@ If successful, this method returns a `202 Accepted` response code and a `Locatio The following example shows a request. -# [HTTP](#tab/http) ``` http -HTTP/1.1 202 OK +HTTP/1.1 202 Accepted Location: https://graph.microsoft.com/v1.0/reports/partners/billing/operations/9ab9cb54-d07f-4f52-9ea6-a09d7de52c14 ``` From 964f8e3362244ce2e87ed67e07a306e4f5bad7ce Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:47:08 +0100 Subject: [PATCH 182/259] Update Microsoft.Partner.Billing.json Edit. --- changelog/Microsoft.Partner.Billing.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog/Microsoft.Partner.Billing.json b/changelog/Microsoft.Partner.Billing.json index aef3c2a15d9..3cb21932d7a 100644 --- a/changelog/Microsoft.Partner.Billing.json +++ b/changelog/Microsoft.Partner.Billing.json @@ -244,14 +244,14 @@ "WorkloadArea": "Reports", "SubArea": "Partner billing reports" }, - { + { "ChangeList": [ { "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", "ApiChange": "Resource", "ChangedApiName": "billingReconciliation", "ChangeType": "Addition", - "Description": "Added the [billingReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billingreconciliation?view=graph-rest-beta) resource type.", + "Description": "Added the [billingReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billingreconciliation?view=graph-rest-1.0) resource type.", "Target": "billingReconciliation" }, { @@ -259,7 +259,7 @@ "ApiChange": "Resource", "ChangedApiName": "billedReconciliation", "ChangeType": "Addition", - "Description": "Added the [billedReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedreconciliation?view=graph-rest-beta) resource and supported methods.", + "Description": "Added the [billedReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedreconciliation?view=graph-rest-1.0) resource and a supported method.", "Target": "billedReconciliation" }, { @@ -267,7 +267,7 @@ "ApiChange": "Relationship", "ChangedApiName": "reconciliation", "ChangeType": "Addition", - "Description": "Added the **reconciliation** navigation property to the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-beta) resource.", + "Description": "Added the **reconciliation** relationship to the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-1.0) resource.", "Target": "partners-billing-billing" } ], From f7d9ac72e4b05b16edc8b942871294a81a5056f8 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:47:16 +0100 Subject: [PATCH 183/259] Update partners-billing-billedreconciliation.md Edit. --- .../v1.0/resources/partners-billing-billedreconciliation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/api-reference/v1.0/resources/partners-billing-billedreconciliation.md b/api-reference/v1.0/resources/partners-billing-billedreconciliation.md index e407b3e4b4a..0da5d50df46 100644 --- a/api-reference/v1.0/resources/partners-billing-billedreconciliation.md +++ b/api-reference/v1.0/resources/partners-billing-billedreconciliation.md @@ -11,7 +11,6 @@ doc_type: resourcePageType Namespace: microsoft.graph.partners.billing - [!INCLUDE [alerts-callout-csp-partner-only](../includes/alerts-callout-csp-partner-only.md)] Represents details for billed invoice reconciliation data. From fb6ff5dbf38a804ed497839ee065222e4b80bff5 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:47:38 +0100 Subject: [PATCH 184/259] Update alerts-callout-csp-partner-only.md Edit. --- api-reference/v1.0/includes/alerts-callout-csp-partner-only.md | 1 - 1 file changed, 1 deletion(-) diff --git a/api-reference/v1.0/includes/alerts-callout-csp-partner-only.md b/api-reference/v1.0/includes/alerts-callout-csp-partner-only.md index 5ce9dd88d22..ffd32d115de 100644 --- a/api-reference/v1.0/includes/alerts-callout-csp-partner-only.md +++ b/api-reference/v1.0/includes/alerts-callout-csp-partner-only.md @@ -9,4 +9,3 @@ ms.topic: include > [!NOTE] > This API is available for Cloud Solution Provider (CSP) partners only to access their billed and unbilled reconciliation data for a tenant. To learn more about the CSP program, see [Microsoft Cloud Solution Provider](/partner-center/csp-overview). - From 7544e70a85748bbd25ab7247f9441e4778c73228 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:49:05 +0100 Subject: [PATCH 185/259] Update toc.yml Edit. --- api-reference/v1.0/toc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/v1.0/toc.yml b/api-reference/v1.0/toc.yml index e83e46ba77b..8d93225df05 100644 --- a/api-reference/v1.0/toc.yml +++ b/api-reference/v1.0/toc.yml @@ -7551,9 +7551,9 @@ items: items: - name: Overview href: resources/partners-billing-api-overview.md - - name: Billed invoice reconciliation + - name: Billed reconciliation items: - - name: Billed invoice reconciliation + - name: Billed reconciliation href: resources/partners-billing-billedreconciliation.md - name: Export href: api/partners-billing-billedreconciliation-export.md From e4534100e0940a8ab06f8be900e09593df6f0f0f Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:51:59 +0100 Subject: [PATCH 186/259] Update whats-new-overview.md Edit. --- concepts/whats-new-overview.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/concepts/whats-new-overview.md b/concepts/whats-new-overview.md index ffef7a71f76..1ebb685e928 100644 --- a/concepts/whats-new-overview.md +++ b/concepts/whats-new-overview.md @@ -22,14 +22,18 @@ Microsoft Graph Toolkit v4 is now available. For details about changes in the la ## February 2024: New in preview only -### Teamwork and communications | Shift management - -Added the ability to [get shifts](/graph/api/team-getshifts) and [get time offs](/graph/api/team-gettimesoff) across all teams that a user is a direct member of. - ### Identity and access | Directory management Updated the descriptions of the **model** and **manufacturer** properties in the [device](/graph/api/resources/device?view=graph-rest-beta&preserve-view=true) resource to clarify their read-only status, replacing the outdated descriptions related to Project Rome sign-ins. +### Reports | Partner billing reports + +Use the [billedReconciliation: export](/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta&preserve-view=true) API to access billed invoice reconciliation data. + +### Teamwork and communications | Shift management + +Added the ability to [get shifts](/graph/api/team-getshifts?view=graph-rest-beta&preserve-view=true) and [get time offs](/graph/api/team-gettimesoff?view=graph-rest-beta&preserve-view=true) across all teams that a user is a direct member of. + ## January 2024: New and generally available ### Device and app management | Cloud PC From 85473fc1853ef2bc7826af265f29c337939dc9a2 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:52:23 +0100 Subject: [PATCH 187/259] Update partners-billing-billedreconciliation-export.md Edit. --- .../v1.0/api/partners-billing-billedreconciliation-export.md | 1 - 1 file changed, 1 deletion(-) diff --git a/api-reference/v1.0/api/partners-billing-billedreconciliation-export.md b/api-reference/v1.0/api/partners-billing-billedreconciliation-export.md index e1bc50ff0ad..4e1147be99c 100644 --- a/api-reference/v1.0/api/partners-billing-billedreconciliation-export.md +++ b/api-reference/v1.0/api/partners-billing-billedreconciliation-export.md @@ -11,7 +11,6 @@ doc_type: apiPageType Namespace: microsoft.graph.partners.billing - [!INCLUDE [alerts-callout-csp-partner-only](../includes/alerts-callout-csp-partner-only.md)] Export the billed invoice reconciliation data. From bbaf746d950108d4e5951bcc9c62abce119b8954 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:55:10 +0100 Subject: [PATCH 188/259] Update partners-billing-api-overview.md Edit. --- .../beta/resources/partners-billing-api-overview.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-reference/beta/resources/partners-billing-api-overview.md b/api-reference/beta/resources/partners-billing-api-overview.md index 8c45d26539f..317fc030c4d 100644 --- a/api-reference/beta/resources/partners-billing-api-overview.md +++ b/api-reference/beta/resources/partners-billing-api-overview.md @@ -38,18 +38,18 @@ To export reconciliation data, the calling principal must be in the partner tena The partner billing API provides methods and actions that allow Microsoft direct partners to export their high-volume billed and unbilled Azure usage data. -### Billed reconciliation data +### Billed usage data | Use case | API | |--|--| -| Create a new export operation to export billed reconciliation data | [billedUsage: export](../api/partners-billing-billedusage-export.md) | +| Create a new export operation to export billed usage data | [billedUsage: export](../api/partners-billing-billedusage-export.md) | | Poll for operation status update | [Get operation](../api/partners-billing-operation-get.md) | -### Unbilled reconciliation data +### Unbilled usage data | Use case | API | |--|--| -| Create a new export operation to export unbilled reconciliation data | [unbilledUsage: export](../api/partners-billing-unbilledusage-export.md) | +| Create a new export operation to export unbilled usage data | [unbilledUsage: export](../api/partners-billing-unbilledusage-export.md) | | Poll for operation status update | [Get operation](../api/partners-billing-operation-get.md) | ## Asynchronous data retrieval From 58db58ddc42b683b842870f1e1a7807597b8d752 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:56:24 +0100 Subject: [PATCH 189/259] Update partners-billing-api-overview.md Edit. --- api-reference/beta/resources/partners-billing-api-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/partners-billing-api-overview.md b/api-reference/beta/resources/partners-billing-api-overview.md index 317fc030c4d..2e6f276784d 100644 --- a/api-reference/beta/resources/partners-billing-api-overview.md +++ b/api-reference/beta/resources/partners-billing-api-overview.md @@ -54,7 +54,7 @@ The partner billing API provides methods and actions that allow Microsoft direct ## Asynchronous data retrieval -The download of reconciliation data is a long-running operation that consists of the following operations. +The download of usage data is a long-running operation that consists of the following operations. ### Usage line-item endpoint From c066b59140385e7b3dad8b48d7285b384699da65 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:57:22 +0100 Subject: [PATCH 190/259] Update whats-new-overview.md Edit. --- concepts/whats-new-overview.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/concepts/whats-new-overview.md b/concepts/whats-new-overview.md index 1ebb685e928..1721f81dae4 100644 --- a/concepts/whats-new-overview.md +++ b/concepts/whats-new-overview.md @@ -20,16 +20,16 @@ For details about previous updates to Microsoft Graph, see [Microsoft Graph what Microsoft Graph Toolkit v4 is now available. For details about changes in the latest release, see [Upgrade to the latest version of Microsoft Graph Toolkit](/graph/toolkit/upgrade). +### Reports | Partner billing reports + +Use the [billedReconciliation: export](/graph/api/partners-billing-billedreconciliation-export) API to access billed invoice reconciliation data. + ## February 2024: New in preview only ### Identity and access | Directory management Updated the descriptions of the **model** and **manufacturer** properties in the [device](/graph/api/resources/device?view=graph-rest-beta&preserve-view=true) resource to clarify their read-only status, replacing the outdated descriptions related to Project Rome sign-ins. -### Reports | Partner billing reports - -Use the [billedReconciliation: export](/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta&preserve-view=true) API to access billed invoice reconciliation data. - ### Teamwork and communications | Shift management Added the ability to [get shifts](/graph/api/team-getshifts?view=graph-rest-beta&preserve-view=true) and [get time offs](/graph/api/team-gettimesoff?view=graph-rest-beta&preserve-view=true) across all teams that a user is a direct member of. From 761f7321cd3b6c2afb3966f9b98439f095faa64f Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:58:43 +0100 Subject: [PATCH 191/259] Update Microsoft.Partner.Billing.json Edit. --- changelog/Microsoft.Partner.Billing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.Partner.Billing.json b/changelog/Microsoft.Partner.Billing.json index 3cb21932d7a..10e7ed84ee6 100644 --- a/changelog/Microsoft.Partner.Billing.json +++ b/changelog/Microsoft.Partner.Billing.json @@ -268,7 +268,7 @@ "ChangedApiName": "reconciliation", "ChangeType": "Addition", "Description": "Added the **reconciliation** relationship to the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-1.0) resource.", - "Target": "partners-billing-billing" + "Target": "billing" } ], "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", From f382182ea58e5f76e2399cf7ae5223149926a338 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 06:59:15 +0100 Subject: [PATCH 192/259] Update Microsoft.Partner.Billing.json Edit. --- changelog/Microsoft.Partner.Billing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.Partner.Billing.json b/changelog/Microsoft.Partner.Billing.json index 10e7ed84ee6..2c4e5e110bc 100644 --- a/changelog/Microsoft.Partner.Billing.json +++ b/changelog/Microsoft.Partner.Billing.json @@ -262,7 +262,7 @@ "Description": "Added the [billedReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedreconciliation?view=graph-rest-1.0) resource and a supported method.", "Target": "billedReconciliation" }, - { + { "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", "ApiChange": "Relationship", "ChangedApiName": "reconciliation", From ade7e9ab6057e67b091dfe47726a511a78a5bfa2 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sat, 17 Feb 2024 07:03:25 +0100 Subject: [PATCH 193/259] Update partners-billing-api-overview.md Edit. --- api-reference/beta/resources/partners-billing-api-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/partners-billing-api-overview.md b/api-reference/beta/resources/partners-billing-api-overview.md index 2e6f276784d..326b7d64d29 100644 --- a/api-reference/beta/resources/partners-billing-api-overview.md +++ b/api-reference/beta/resources/partners-billing-api-overview.md @@ -54,7 +54,7 @@ The partner billing API provides methods and actions that allow Microsoft direct ## Asynchronous data retrieval -The download of usage data is a long-running operation that consists of the following operations. +The download of usage or reconciliation data is a long-running operation that consists of the following operations. ### Usage line-item endpoint From 84b65d17dae83a0fcaf9df1555b7460cb24a47ed Mon Sep 17 00:00:00 2001 From: Yuechen Date: Tue, 20 Feb 2024 15:46:38 -0800 Subject: [PATCH 194/259] add errors --- api-reference/beta/api/cloudclipboarditem-get.md | 10 ++++++++++ .../beta/api/cloudclipboardroot-list-items.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/api-reference/beta/api/cloudclipboarditem-get.md b/api-reference/beta/api/cloudclipboarditem-get.md index 653ad9f8104..18b087e32dd 100644 --- a/api-reference/beta/api/cloudclipboarditem-get.md +++ b/api-reference/beta/api/cloudclipboarditem-get.md @@ -59,6 +59,16 @@ Don't supply a request body for this method. If successful, this method returns a `200 OK` response code and a [cloudClipboardItem](../resources/cloudclipboarditem.md) object in the response body. +### Errors +In addition to [general errors](/graph/errors) that apply to Microsoft Graph, some error conditions are specific to the Cloud Clipboard API. + +|Status code|Status message|Description| +|:---|:---|:---| +|400|Bad Request|The request is malformed or incorrect, such as invalid `cloudClipboardItemId`.| +|403|Forbidden|The caller doesn't have permission to perform the action. This usually indicates that the user has not consented to share [cloudClipboardItem](../resources/cloudclipboarditem.md).| +|409|Conflict|The current state conflicts with what the request expects. This usually indicates that the user is not eligible for cloud clipboard feature because the user doesn't have at least two strongly authenticated devices.| +|429|Too Many Requests|The request rate limit has been exceeded. Wait for the time specified in the `Retry-After` header and try again.|  + ## Examples diff --git a/api-reference/beta/api/cloudclipboardroot-list-items.md b/api-reference/beta/api/cloudclipboardroot-list-items.md index de0c5fa1c08..6ccb8852e84 100644 --- a/api-reference/beta/api/cloudclipboardroot-list-items.md +++ b/api-reference/beta/api/cloudclipboardroot-list-items.md @@ -62,6 +62,16 @@ Don't supply a request body for this method. If successful, this method returns a `200 OK` response code and a collection of [cloudClipboardItem](../resources/cloudclipboarditem.md) objects in the response body. +### Errors +In addition to [general errors](/graph/errors) that apply to Microsoft Graph, some error conditions are specific to the Cloud Clipboard API. + +|Status code|Status message|Description| +|:---|:---|:---| +|400|Bad Request|The request is malformed or incorrect, such as invalid page size or invalid `$skipToken` value.| +|403|Forbidden|The caller doesn't have permission to perform the action. This usually indicates that the user has not consented to share [cloudClipboardItem](../resources/cloudclipboarditem.md).| +|409|Conflict|The current state conflicts with what the request expects. This usually indicates that the user is not eligible for cloud clipboard feature because the user doesn't have at least two strongly authenticated devices.| +|429|Too Many Requests|The request rate limit has been exceeded. Wait for the time specified in the `Retry-After` header and try again.|  + ## Examples ### Request From 43755967de366f3620890cf27e1781b3d0209283 Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:02:38 -0600 Subject: [PATCH 195/259] Apply suggestions from code review --- api-reference/beta/resources/cloudclipboarditempayload.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/resources/cloudclipboarditempayload.md b/api-reference/beta/resources/cloudclipboarditempayload.md index f224812541f..b50f11c0888 100644 --- a/api-reference/beta/resources/cloudclipboarditempayload.md +++ b/api-reference/beta/resources/cloudclipboarditempayload.md @@ -1,6 +1,6 @@ --- title: "cloudClipboardItemPayload resource type" -description: "Information about the content of cloudClipboardItem." +description: "Contains the specific details of the content found within a cloudClipboardItem." author: "yuechen7" ms.localizationpriority: medium ms.prod: "project-rome" @@ -13,7 +13,7 @@ Namespace: microsoft.graph [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -Represents the information about the actual content of a [cloudClipboardItem](../resources/cloudclipboarditem.md). +Contains the specific details of the content found within a [cloudClipboardItem](../resources/cloudclipboarditem.md). ## Properties |Property|Type|Description| From 62d34d4332bbc8ba54075f766e2a132eb5cdf77b Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:04:45 -0600 Subject: [PATCH 196/259] Apply suggestions from code review --- changelog/Microsoft.PDRS.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.PDRS.json b/changelog/Microsoft.PDRS.json index ca8d92ff908..27de2c25522 100644 --- a/changelog/Microsoft.PDRS.json +++ b/changelog/Microsoft.PDRS.json @@ -15,7 +15,7 @@ "ApiChange": "Resource", "ChangedApiName": "cloudClipboardItem", "ChangeType": "Addition", - "Description": "Added the [cloudClipboardItem](https://learn.microsoft.com/en-us/graph/api/resources/cloudClipboardItem?view=graph-rest-beta) resource.", + "Description": "Added the [cloudClipboardItem](https://learn.microsoft.com/en-us/graph/api/resources/cloudClipboardItem?view=graph-rest-beta) resource and its methods.", "Target": "cloudClipboardItem" } ], From 3479d2064aa87c2a684c1d5e8b3093a071b57aa2 Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:06:27 -0600 Subject: [PATCH 197/259] Update cloudclipboarditem-get.md --- api-reference/beta/api/cloudclipboarditem-get.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-reference/beta/api/cloudclipboarditem-get.md b/api-reference/beta/api/cloudclipboarditem-get.md index 18b087e32dd..00efd16666d 100644 --- a/api-reference/beta/api/cloudclipboarditem-get.md +++ b/api-reference/beta/api/cloudclipboarditem-get.md @@ -64,9 +64,9 @@ In addition to [general errors](/graph/errors) that apply to Microsoft Graph, so |Status code|Status message|Description| |:---|:---|:---| -|400|Bad Request|The request is malformed or incorrect, such as invalid `cloudClipboardItemId`.| -|403|Forbidden|The caller doesn't have permission to perform the action. This usually indicates that the user has not consented to share [cloudClipboardItem](../resources/cloudclipboarditem.md).| -|409|Conflict|The current state conflicts with what the request expects. This usually indicates that the user is not eligible for cloud clipboard feature because the user doesn't have at least two strongly authenticated devices.| +|400|Bad Request|The request is malformed or incorrect, such as an invalid `cloudClipboardItemId`.| +|403|Forbidden|The caller cannot perform the action. This indicates that the user has not consented to share [cloudClipboardItem](../resources/cloudclipboarditem.md).| +|409|Conflict|The current state conflicts with what the request expects. This usually indicates that the user is not eligible for the cloud clipboard feature because the user doesn't have at least two strongly authenticated devices.| |429|Too Many Requests|The request rate limit has been exceeded. Wait for the time specified in the `Retry-After` header and try again.|  ## Examples @@ -111,4 +111,4 @@ Content-Type: application/json "lastModifiedDateTime": "2022-06-06T17:04:58.000Z", "expirationDateTime": "2023-08-11T04:56:25.387Z" } -``` \ No newline at end of file +``` From 0ea826145ac2429b0700e1e815f8432e48125bf4 Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:07:13 -0600 Subject: [PATCH 198/259] Update cloudclipboardroot-list-items.md --- api-reference/beta/api/cloudclipboardroot-list-items.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/api/cloudclipboardroot-list-items.md b/api-reference/beta/api/cloudclipboardroot-list-items.md index 6ccb8852e84..4253e2b2708 100644 --- a/api-reference/beta/api/cloudclipboardroot-list-items.md +++ b/api-reference/beta/api/cloudclipboardroot-list-items.md @@ -68,8 +68,8 @@ In addition to [general errors](/graph/errors) that apply to Microsoft Graph, so |Status code|Status message|Description| |:---|:---|:---| |400|Bad Request|The request is malformed or incorrect, such as invalid page size or invalid `$skipToken` value.| -|403|Forbidden|The caller doesn't have permission to perform the action. This usually indicates that the user has not consented to share [cloudClipboardItem](../resources/cloudclipboarditem.md).| -|409|Conflict|The current state conflicts with what the request expects. This usually indicates that the user is not eligible for cloud clipboard feature because the user doesn't have at least two strongly authenticated devices.| +|403|Forbidden|The caller cannot perform the action. This indicates that the user has not consented to share [cloudClipboardItem](../resources/cloudclipboarditem.md).| +|409|Conflict|The current state conflicts with what the request expects. This usually indicates that the user is not eligible for the cloud clipboard feature because the user doesn't have at least two strongly authenticated devices.| |429|Too Many Requests|The request rate limit has been exceeded. Wait for the time specified in the `Retry-After` header and try again.|  ## Examples From 66ce6157d3d6e9d83a1e6db525f5bc957c812e37 Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:08:03 -0600 Subject: [PATCH 199/259] Update cloudclipboarditem.md --- api-reference/beta/resources/cloudclipboarditem.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/resources/cloudclipboarditem.md b/api-reference/beta/resources/cloudclipboarditem.md index 84a1f65a2c5..da5e7255974 100644 --- a/api-reference/beta/resources/cloudclipboarditem.md +++ b/api-reference/beta/resources/cloudclipboarditem.md @@ -13,7 +13,7 @@ Namespace: microsoft.graph [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -Represents the information and properties of [cloudClipboardItem](../resources/cloudclipboarditem.md) object. Cloud Clipboard is a feature that allows a user to copy/paste a content across devices and platforms. It also provides users with a history of the items they have recently copied across all their apps and devices. +Represents the information and properties of [cloudClipboardItem](../resources/cloudclipboarditem.md) object. Cloud Clipboard is a feature that allows a user to copy/paste content across devices and platforms. It also provides users with a history of the items they have recently copied across all their apps and devices. Currently, the feature is supported between Windows devices and [SwiftKey app](https://support.microsoft.com/topic/how-to-use-microsoft-swiftkey-keyboard-to-copy-and-paste-text-between-swiftkey-and-windows-85c8ca64-7091-477f-91d1-99c3b1f75138) on Android devices. @@ -29,7 +29,7 @@ Currently, the feature is supported between Windows devices and [SwiftKey app](h |createdDateTime|DateTimeOffset|Set by the server. DateTime in UTC when the object was created on the server.| |expirationDateTime|DateTimeOffset|Set by the server. DateTime in UTC when the object will be expired and after that the object will be no longer available. Default and also maximum TTL is **12 hours** after the creation, but this may change for performance optimization. | |id|Guid|The unique identifier of the object.| -|lastModifiedDateTime|DateTimeOffset|Set by the server if not provided in client's request. DateTime in UTC when the object was modified by client.| +|lastModifiedDateTime|DateTimeOffset|Set by the server if not provided in the client's request. DateTime in UTC when the object was modified by the client.| |payloads|[cloudClipboardItemPayload](../resources/cloudclipboarditempayload.md) collection| A [cloudClipboardItem](../resources/cloudclipboarditem.md) can have multiple [cloudClipboardItemPayload](../resources/cloudclipboarditempayload.md) objects in the `payloads`. As it is specified in the doc [here](/windows/win32/dataxchg/clipboard-formats#multiple-clipboard-formats), "a window can place more than one clipboard object on the clipboard, each representing the same information in a different clipboard format."| ## Relationships From 44b4e4cd37c7af2cf743c3f86fc0e5d86e3ce65e Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:11:10 -0600 Subject: [PATCH 200/259] Update Microsoft.PDRS.json --- changelog/Microsoft.PDRS.json | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/changelog/Microsoft.PDRS.json b/changelog/Microsoft.PDRS.json index 27de2c25522..c7be9317f90 100644 --- a/changelog/Microsoft.PDRS.json +++ b/changelog/Microsoft.PDRS.json @@ -25,24 +25,6 @@ "CreatedDateTime": "2024-01-31T21:05:42.4895813Z", "WorkloadArea": "Cross-device experiences", "SubArea": "" - }, - { - "ChangeList": [ - { - "Id": "a371387b-f709-45bb-ae8c-e9e87d6f6641", - "ApiChange": "Resource", - "ChangedApiName": "user", - "ChangeType": "Addition", - "Description": "Added the [user](https://learn.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-beta) resource.", - "Target": "user" - } - ], - "Id": "a371387b-f709-45bb-ae8c-e9e87d6f6641", - "Cloud": "Prod", - "Version": "beta", - "CreatedDateTime": "2024-01-31T21:05:42.4902382Z", - "WorkloadArea": "Identity and access", - "SubArea": "Directory management" } ] -} \ No newline at end of file +} From 1c714c396236d57418a0248cff6aad71bf15a018 Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:37:39 -0600 Subject: [PATCH 201/259] Apply suggestions from code review --- api-reference/beta/api/cloudclipboarditem-get.md | 4 ++-- api-reference/beta/api/cloudclipboardroot-list-items.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api-reference/beta/api/cloudclipboarditem-get.md b/api-reference/beta/api/cloudclipboarditem-get.md index 00efd16666d..d763a4b0a20 100644 --- a/api-reference/beta/api/cloudclipboarditem-get.md +++ b/api-reference/beta/api/cloudclipboarditem-get.md @@ -64,10 +64,10 @@ In addition to [general errors](/graph/errors) that apply to Microsoft Graph, so |Status code|Status message|Description| |:---|:---|:---| -|400|Bad Request|The request is malformed or incorrect, such as an invalid `cloudClipboardItemId`.| +|400|Bad request|The request is malformed or incorrect, such as an invalid `cloudClipboardItemId`.| |403|Forbidden|The caller cannot perform the action. This indicates that the user has not consented to share [cloudClipboardItem](../resources/cloudclipboarditem.md).| |409|Conflict|The current state conflicts with what the request expects. This usually indicates that the user is not eligible for the cloud clipboard feature because the user doesn't have at least two strongly authenticated devices.| -|429|Too Many Requests|The request rate limit has been exceeded. Wait for the time specified in the `Retry-After` header and try again.|  +|429|Too many requests|The request rate limit has been exceeded. Wait for the time specified in the `Retry-After` header and try again.|  ## Examples diff --git a/api-reference/beta/api/cloudclipboardroot-list-items.md b/api-reference/beta/api/cloudclipboardroot-list-items.md index 4253e2b2708..08b35fb41b2 100644 --- a/api-reference/beta/api/cloudclipboardroot-list-items.md +++ b/api-reference/beta/api/cloudclipboardroot-list-items.md @@ -67,10 +67,10 @@ In addition to [general errors](/graph/errors) that apply to Microsoft Graph, so |Status code|Status message|Description| |:---|:---|:---| -|400|Bad Request|The request is malformed or incorrect, such as invalid page size or invalid `$skipToken` value.| +|400|Bad request|The request is malformed or incorrect, such as invalid page size or invalid `$skipToken` value.| |403|Forbidden|The caller cannot perform the action. This indicates that the user has not consented to share [cloudClipboardItem](../resources/cloudclipboarditem.md).| |409|Conflict|The current state conflicts with what the request expects. This usually indicates that the user is not eligible for the cloud clipboard feature because the user doesn't have at least two strongly authenticated devices.| -|429|Too Many Requests|The request rate limit has been exceeded. Wait for the time specified in the `Retry-After` header and try again.|  +|429|Too many requests|The request rate limit has been exceeded. Wait for the time specified in the `Retry-After` header and try again.|  ## Examples From a2604a4379033acc118607a07eb08016ae33d748 Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Fri, 23 Feb 2024 17:08:39 -0600 Subject: [PATCH 202/259] Update cloudclipboarditem-get.md --- api-reference/beta/api/cloudclipboarditem-get.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-reference/beta/api/cloudclipboarditem-get.md b/api-reference/beta/api/cloudclipboarditem-get.md index d763a4b0a20..fd1feef0cda 100644 --- a/api-reference/beta/api/cloudclipboarditem-get.md +++ b/api-reference/beta/api/cloudclipboarditem-get.md @@ -14,7 +14,7 @@ Namespace: microsoft.graph Read the properties and relationships of a [cloudClipboardItem](../resources/cloudclipboarditem.md) object. The API only allows getting a [cloudClipboardItem](../resources/cloudclipboarditem.md) object for - The signed-in user's own [cloudClipboardItem](../resources/cloudclipboarditem.md). -- An app on behalf of the user if the user has given delegated access to it. +- An app on behalf of the user if the user grants delegated access to it. Getting user2's [cloudClipboardItem](../resources/cloudclipboarditem.md) using user1's credential is **not** allowed. @@ -36,7 +36,7 @@ Choose the permission or permissions marked as least privileged for this API. Us } --> -Get a single cloud clipboard item by passing an item id. +Get a single cloud clipboard item by passing an item ID. ``` http GET /me/cloudClipboard/items/{cloudClipboardItemId} ``` @@ -65,8 +65,8 @@ In addition to [general errors](/graph/errors) that apply to Microsoft Graph, so |Status code|Status message|Description| |:---|:---|:---| |400|Bad request|The request is malformed or incorrect, such as an invalid `cloudClipboardItemId`.| -|403|Forbidden|The caller cannot perform the action. This indicates that the user has not consented to share [cloudClipboardItem](../resources/cloudclipboarditem.md).| -|409|Conflict|The current state conflicts with what the request expects. This usually indicates that the user is not eligible for the cloud clipboard feature because the user doesn't have at least two strongly authenticated devices.| +|403|Forbidden|The caller can't perform the action. It indicates that the user doesn't consent to sharing [cloudClipboardItem](../resources/cloudclipboarditem.md).| +|409|Conflict|The current state conflicts with what the request expects. It usually indicates that the user isn't eligible for the cloud clipboard feature because the user doesn't have at least two strongly authenticated devices.| |429|Too many requests|The request rate limit has been exceeded. Wait for the time specified in the `Retry-After` header and try again.|  ## Examples From c82a8d5dc0f75428c49d2cca65ae8cdf4b2df775 Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Fri, 23 Feb 2024 17:11:07 -0600 Subject: [PATCH 203/259] Update cloudclipboardroot-list-items.md --- api-reference/beta/api/cloudclipboardroot-list-items.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-reference/beta/api/cloudclipboardroot-list-items.md b/api-reference/beta/api/cloudclipboardroot-list-items.md index 08b35fb41b2..754c8adc1a0 100644 --- a/api-reference/beta/api/cloudclipboardroot-list-items.md +++ b/api-reference/beta/api/cloudclipboardroot-list-items.md @@ -15,7 +15,7 @@ Namespace: microsoft.graph Get a list of the [cloudClipboardItem](../resources/cloudclipboarditem.md) objects and their properties for a user. The API only allows getting [cloudClipboardItem](../resources/cloudclipboarditem.md) objects for - The signed-in user's own [cloudClipboardItem](../resources/cloudclipboarditem.md) objects. -- An app on behalf of the user if the user has given delegated access to it. +- An app on behalf of the user if the user grants delegated access to it. Getting user2's [cloudClipboardItem](../resources/cloudclipboarditem.md) using user1's credential is **not** allowed. @@ -68,8 +68,8 @@ In addition to [general errors](/graph/errors) that apply to Microsoft Graph, so |Status code|Status message|Description| |:---|:---|:---| |400|Bad request|The request is malformed or incorrect, such as invalid page size or invalid `$skipToken` value.| -|403|Forbidden|The caller cannot perform the action. This indicates that the user has not consented to share [cloudClipboardItem](../resources/cloudclipboarditem.md).| -|409|Conflict|The current state conflicts with what the request expects. This usually indicates that the user is not eligible for the cloud clipboard feature because the user doesn't have at least two strongly authenticated devices.| +|403|Forbidden|The caller can't perform the action. It indicates that the user has not consented to share [cloudClipboardItem](../resources/cloudclipboarditem.md).| +|409|Conflict|The current state conflicts with what the request expects. It usually indicates that the user isn't eligible for the cloud clipboard feature because the user doesn't have at least two strongly authenticated devices.| |429|Too many requests|The request rate limit has been exceeded. Wait for the time specified in the `Retry-After` header and try again.|  ## Examples From 71fa4d379521f3c2e522c26f8a25f2e4b1dede1c Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Fri, 23 Feb 2024 17:13:16 -0600 Subject: [PATCH 204/259] Update cloudclipboarditem.md --- api-reference/beta/resources/cloudclipboarditem.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-reference/beta/resources/cloudclipboarditem.md b/api-reference/beta/resources/cloudclipboarditem.md index da5e7255974..0d0b6b7502a 100644 --- a/api-reference/beta/resources/cloudclipboarditem.md +++ b/api-reference/beta/resources/cloudclipboarditem.md @@ -13,7 +13,7 @@ Namespace: microsoft.graph [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -Represents the information and properties of [cloudClipboardItem](../resources/cloudclipboarditem.md) object. Cloud Clipboard is a feature that allows a user to copy/paste content across devices and platforms. It also provides users with a history of the items they have recently copied across all their apps and devices. +Represents the information and properties of [cloudClipboardItem](../resources/cloudclipboarditem.md) object. Cloud Clipboard is a feature that allows a user to copy/paste content across devices and platforms. It also provides users with a history of the items they recently copied across all their apps and devices. Currently, the feature is supported between Windows devices and [SwiftKey app](https://support.microsoft.com/topic/how-to-use-microsoft-swiftkey-keyboard-to-copy-and-paste-text-between-swiftkey-and-windows-85c8ca64-7091-477f-91d1-99c3b1f75138) on Android devices. @@ -27,10 +27,10 @@ Currently, the feature is supported between Windows devices and [SwiftKey app](h |Property|Type|Description| |:---|:---|:---| |createdDateTime|DateTimeOffset|Set by the server. DateTime in UTC when the object was created on the server.| -|expirationDateTime|DateTimeOffset|Set by the server. DateTime in UTC when the object will be expired and after that the object will be no longer available. Default and also maximum TTL is **12 hours** after the creation, but this may change for performance optimization. | +|expirationDateTime|DateTimeOffset|Set by the server. DateTime in UTC when the object expires and after that the object is no longer available. The default and also maximum TTL is **12 hours** after the creation, but it may change for performance optimization. | |id|Guid|The unique identifier of the object.| |lastModifiedDateTime|DateTimeOffset|Set by the server if not provided in the client's request. DateTime in UTC when the object was modified by the client.| -|payloads|[cloudClipboardItemPayload](../resources/cloudclipboarditempayload.md) collection| A [cloudClipboardItem](../resources/cloudclipboarditem.md) can have multiple [cloudClipboardItemPayload](../resources/cloudclipboarditempayload.md) objects in the `payloads`. As it is specified in the doc [here](/windows/win32/dataxchg/clipboard-formats#multiple-clipboard-formats), "a window can place more than one clipboard object on the clipboard, each representing the same information in a different clipboard format."| +|payloads|[cloudClipboardItemPayload](../resources/cloudclipboarditempayload.md) collection| A [cloudClipboardItem](../resources/cloudclipboarditem.md) can have multiple [cloudClipboardItemPayload](../resources/cloudclipboarditempayload.md) objects in the `payloads`. As it's specified in the doc [here](/windows/win32/dataxchg/clipboard-formats#multiple-clipboard-formats), "a window can place more than one clipboard object on the clipboard, each representing the same information in a different clipboard format."| ## Relationships None. From 2412339cda8215449b05d330eb74002bffc34189 Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Fri, 23 Feb 2024 17:16:53 -0600 Subject: [PATCH 205/259] Update cloudclipboarditempayload.md --- api-reference/beta/resources/cloudclipboarditempayload.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/resources/cloudclipboarditempayload.md b/api-reference/beta/resources/cloudclipboarditempayload.md index b50f11c0888..4842335459e 100644 --- a/api-reference/beta/resources/cloudclipboarditempayload.md +++ b/api-reference/beta/resources/cloudclipboarditempayload.md @@ -19,7 +19,7 @@ Contains the specific details of the content found within a [cloudClipboardItem] |Property|Type|Description| |:---|:---|:---| |content|String|The `formatName` version of the value of a cloud clipboard **encoded in base64**.| -|formatName|String|Refer to the table below.| +|formatName|String|Refer to the table **Format name details**.| ### Format name details |Format name |Description |Corresponding Windows clipboard formats | @@ -30,7 +30,7 @@ Contains the specific details of the content found within a [cloudClipboardItem] | UniformResourceLocatorBase64 | ANSI uri format | [CFSTR_INETURLA](/windows/win32/shell/clipboard#cfstr_ineturl) | | RichTextFormatBase64 | Rich text format | [Registered Clipboard Format](/windows/win32/dataxchg/clipboard-formats#registered-clipboard-formats) | | HTMLFormatBase64 | HTML format | [CF_HTML](/windows/win32/dataxchg/html-clipboard-format) | -| {Custom} | Custom format defined by clients to identify application-specific formats. It can only be understood and handled by the client that created it. | N/A | +| {Custom} | Custom format defined by clients to identify application-specific formats. The client that creates it can only understand it and handle it. | N/A | ## Relationships None. From 4657375d645a0aa01ba2283f509c93e2da251b88 Mon Sep 17 00:00:00 2001 From: ayan-ms <136678100+ayan-ms@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:53:34 +0530 Subject: [PATCH 206/259] doc_improvement_transcript_recording Added note on non calendar backed events --- api-reference/v1.0/api/callrecording-get.md | 1 + api-reference/v1.0/api/calltranscript-get.md | 1 + api-reference/v1.0/api/onlinemeeting-list-recordings.md | 3 ++- api-reference/v1.0/api/onlinemeeting-list-transcripts.md | 3 ++- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/api-reference/v1.0/api/callrecording-get.md b/api-reference/v1.0/api/callrecording-get.md index 7a93123966c..fd53e0dca33 100644 --- a/api-reference/v1.0/api/callrecording-get.md +++ b/api-reference/v1.0/api/callrecording-get.md @@ -18,6 +18,7 @@ For a recording, this API returns the metadata of the single recording associate > [!NOTE] > > * This is a metered API. For more information, see [payment models for meeting APIs](/graph/teams-licenses#payment-models-for-meeting-apis). +> * This API does not support meetings created using [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with any event on the user's calendar. > * This API works differently in one or more national clouds. For details, see [Microsoft Teams API implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/global-only.md)] diff --git a/api-reference/v1.0/api/calltranscript-get.md b/api-reference/v1.0/api/calltranscript-get.md index cb7353c667b..6bc3d1ef588 100644 --- a/api-reference/v1.0/api/calltranscript-get.md +++ b/api-reference/v1.0/api/calltranscript-get.md @@ -18,6 +18,7 @@ Retrieving the transcript returns the metadata of the single transcript associat > [!NOTE] > > * This is a metered API. For more information, see [payment models for meeting APIs](/graph/teams-licenses#payment-models-for-meeting-apis). +> * This API does not support meetings created using [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with any event on the user's calendar. > * This API works differently in one or more national clouds. For details, see [Implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/global-only.md)] diff --git a/api-reference/v1.0/api/onlinemeeting-list-recordings.md b/api-reference/v1.0/api/onlinemeeting-list-recordings.md index 8e236b22569..fd09a7f0e83 100644 --- a/api-reference/v1.0/api/onlinemeeting-list-recordings.md +++ b/api-reference/v1.0/api/onlinemeeting-list-recordings.md @@ -14,7 +14,8 @@ Namespace: microsoft.graph Get the list of [callRecording](../resources/callrecording.md) objects associated with a scheduled [onlineMeeting](../resources/onlinemeeting.md). This API doesn't support getting call recordings from channel meetings. > [!NOTE] -> This API works differently in one or more national clouds. For details, see [Microsoft Teams API implementation differences in national clouds](/graph/teamwork-national-cloud-differences). +> * This API does not support meetings created using [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with any event on the user's calendar. +> * This API works differently in one or more national clouds. For details, see [Microsoft Teams API implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/global-only.md)] diff --git a/api-reference/v1.0/api/onlinemeeting-list-transcripts.md b/api-reference/v1.0/api/onlinemeeting-list-transcripts.md index 9fa0d8da276..cb0da73d90f 100644 --- a/api-reference/v1.0/api/onlinemeeting-list-transcripts.md +++ b/api-reference/v1.0/api/onlinemeeting-list-transcripts.md @@ -14,7 +14,8 @@ Namespace: microsoft.graph Retrieve the list of [callTranscript](../resources/calltranscript.md) objects associated with a scheduled [onlineMeeting](../resources/onlinemeeting.md). This API doesn't support getting call transcripts from channel meetings. > [!NOTE] -> This API works differently in one or more national clouds. For details, see [Microsoft Teams API implementation differences in national clouds](/graph/teamwork-national-cloud-differences). +> * This API does not support meetings created using [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with any event on the user's calendar. +> * This API works differently in one or more national clouds. For details, see [Microsoft Teams API implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/global-only.md)] From 179decdd125078b5ef69598d837b5c8f8763f396 Mon Sep 17 00:00:00 2001 From: ayan-ms <136678100+ayan-ms@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:09:23 +0530 Subject: [PATCH 207/259] doc_improvement_transcript_recording_beta Added note on non- calendar backed event. Also removed line on billing exception for transcript since that was outdated. --- api-reference/beta/api/callrecording-get.md | 1 + api-reference/beta/api/calltranscript-get.md | 3 ++- api-reference/beta/api/onlinemeeting-list-recordings.md | 3 ++- api-reference/beta/api/onlinemeeting-list-transcripts.md | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/api-reference/beta/api/callrecording-get.md b/api-reference/beta/api/callrecording-get.md index 189ad423dc2..227f791b791 100644 --- a/api-reference/beta/api/callrecording-get.md +++ b/api-reference/beta/api/callrecording-get.md @@ -20,6 +20,7 @@ For a recording, this API returns the metadata of the single recording associate > [!NOTE] > > * This is a metered API. For more information, see [payment models for meeting APIs](/graph/teams-licenses#payment-models-for-meeting-apis). +> * This API does not support meetings created using [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with any event on the user's calendar. > * This API works differently in one or more national clouds. For details, see [Microsoft Teams API implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/global-only.md)] diff --git a/api-reference/beta/api/calltranscript-get.md b/api-reference/beta/api/calltranscript-get.md index c783c57ae46..dfdc2973628 100644 --- a/api-reference/beta/api/calltranscript-get.md +++ b/api-reference/beta/api/calltranscript-get.md @@ -19,7 +19,8 @@ Retrieving the transcript returns the metadata of the single transcript associat > [!NOTE] > -> * This is a metered API. For more information, see [payment models for meeting APIs](/graph/teams-licenses#payment-models-for-meeting-apis). Existing customers as of August 9, 2023 get two months grace period (till October 9, 2023) before the billing enforcements apply. +> * This is a metered API. For more information, see [payment models for meeting APIs](/graph/teams-licenses#payment-models-for-meeting-apis). +> * This API does not support meetings created using [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with any event on the user's calendar. > * This API works differently in one or more national clouds. For details, see [Implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/global-only.md)] diff --git a/api-reference/beta/api/onlinemeeting-list-recordings.md b/api-reference/beta/api/onlinemeeting-list-recordings.md index a57e8ea9dcb..228f2511077 100644 --- a/api-reference/beta/api/onlinemeeting-list-recordings.md +++ b/api-reference/beta/api/onlinemeeting-list-recordings.md @@ -16,7 +16,8 @@ Namespace: microsoft.graph Get the list of [callRecording](../resources/callrecording.md) objects associated with a scheduled [onlineMeeting](../resources/onlinemeeting.md). This API doesn't support getting call recordings from channel meetings. > [!NOTE] -> This API works differently in one or more national clouds. For details, see [Microsoft Teams API implementation differences in national clouds](/graph/teamwork-national-cloud-differences). +> * This API does not support meetings created using [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with any event on the user's calendar. +> * This API works differently in one or more national clouds. For details, see [Microsoft Teams API implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/global-only.md)] diff --git a/api-reference/beta/api/onlinemeeting-list-transcripts.md b/api-reference/beta/api/onlinemeeting-list-transcripts.md index e7130d10534..e479726dd0b 100644 --- a/api-reference/beta/api/onlinemeeting-list-transcripts.md +++ b/api-reference/beta/api/onlinemeeting-list-transcripts.md @@ -16,7 +16,8 @@ Namespace: microsoft.graph Retrieve the list of [callTranscript](../resources/calltranscript.md) objects associated with a scheduled [onlineMeeting](../resources/onlinemeeting.md). This API doesn't support getting call transcripts from channel meetings. > [!NOTE] -> This API works differently in one or more national clouds. For details, see [Microsoft Teams API implementation differences in national clouds](/graph/teamwork-national-cloud-differences). +> * This API does not support meetings created using [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with any event on the user's calendar. +> * This API works differently in one or more national clouds. For details, see [Microsoft Teams API implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/global-only.md)] From ebc7e671a871f80256f4c249e2eb81b1cba9b13c Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:09:31 -0600 Subject: [PATCH 208/259] Update callrecording-get.md --- api-reference/beta/api/callrecording-get.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/api/callrecording-get.md b/api-reference/beta/api/callrecording-get.md index ac564523e8a..f1188abde8e 100644 --- a/api-reference/beta/api/callrecording-get.md +++ b/api-reference/beta/api/callrecording-get.md @@ -27,7 +27,7 @@ For a recording, this API returns the metadata of the single recording associate ## Permissions -Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). +Choose the permission or permissions marked as least privileged for API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). [!INCLUDE [permissions-table](../includes/permissions/callrecording-get-permissions.md)] @@ -37,7 +37,7 @@ Choose the permission or permissions marked as least privileged for this API. Us > * In delegated permission scenarios, [getting callRecording content](#example-2-get-callrecording-content) is supported only for the meeting organizer. Meeting participants don't have permission to download meeting recordings. For more information, see [permissions or role-based access](/microsoftteams/tmr-meeting-recording-change). Tenant admins can unblock meeting participants to download meeting recording. For more information, see [block the download of Teams meeting recording files](/MicrosoftTeams/block-download-meeting-recording). > * The application permission `OnlineMeetingRecording.Read.Chat` uses [resource-specific consent](/microsoftteams/platform/graph-api/rsc/resource-specific-consent). -To use application permissions for this API, tenant administrators must create an application access policy and grant it to a user. This authorizes the app configured in the policy to fetch online meetings or online meeting artifacts on behalf of that user (with the user ID specified in the request path). For more information, see [Allow applications to access online meetings on behalf of a user](/graph/cloud-communication-online-meeting-application-access-policy). +To use application permissions for this API, tenant administrators must create an application access policy and grant it to a user. It authorizes the app configured in the policy to fetch online meetings or online meeting artifacts on behalf of that user (with the user ID specified in the request path). For more information, see [Allow applications to access online meetings on behalf of a user](/graph/cloud-communication-online-meeting-application-access-policy). > [!NOTE] > This API works only for a meeting that hasn't expired. For more information, see [Limits and specifications for Microsoft Teams](/microsoftteams/limits-specifications-teams#meeting-expiration). From b5925472e669498858d525937c5fdab8502fc4ec Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:10:08 -0600 Subject: [PATCH 209/259] Update callrecording-get.md --- api-reference/beta/api/callrecording-get.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/api/callrecording-get.md b/api-reference/beta/api/callrecording-get.md index f1188abde8e..24d322ff889 100644 --- a/api-reference/beta/api/callrecording-get.md +++ b/api-reference/beta/api/callrecording-get.md @@ -20,7 +20,7 @@ For a recording, this API returns the metadata of the single recording associate > [!NOTE] > > * This is a metered API. For more information, see [payment models for meeting APIs](/graph/teams-licenses#payment-models-for-meeting-apis). -> * This API does not support meetings created using [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with any event on the user's calendar. +> * This API doesn't support meetings created using [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with any event on the user's calendar. > * This API works differently in one or more national clouds. For details, see [Microsoft Teams API implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/global-only.md)] @@ -34,7 +34,7 @@ Choose the permission or permissions marked as least privileged for API. Use a > **Notes:** > -> * In delegated permission scenarios, [getting callRecording content](#example-2-get-callrecording-content) is supported only for the meeting organizer. Meeting participants don't have permission to download meeting recordings. For more information, see [permissions or role-based access](/microsoftteams/tmr-meeting-recording-change). Tenant admins can unblock meeting participants to download meeting recording. For more information, see [block the download of Teams meeting recording files](/MicrosoftTeams/block-download-meeting-recording). +> * In delegated permission scenarios, [getting callRecording content](#example-2-get-callrecording-content) is supported only for the meeting organizer. Meeting participants don't have permission to download meeting recordings. For more information, see [permissions or role-based access](/microsoftteams/tmr-meeting-recording-change). Tenant admins can unblock meeting participants to download meeting recordings. For more information, see [block the download of Teams meeting recording files](/MicrosoftTeams/block-download-meeting-recording). > * The application permission `OnlineMeetingRecording.Read.Chat` uses [resource-specific consent](/microsoftteams/platform/graph-api/rsc/resource-specific-consent). To use application permissions for this API, tenant administrators must create an application access policy and grant it to a user. It authorizes the app configured in the policy to fetch online meetings or online meeting artifacts on behalf of that user (with the user ID specified in the request path). For more information, see [Allow applications to access online meetings on behalf of a user](/graph/cloud-communication-online-meeting-application-access-policy). From aa0652e49f978cd9ef1c2ad4a9e573c40162def2 Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:11:46 -0600 Subject: [PATCH 210/259] Update calltranscript-get.md --- api-reference/beta/api/calltranscript-get.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/api/calltranscript-get.md b/api-reference/beta/api/calltranscript-get.md index 71caa21aa81..7bc847cd380 100644 --- a/api-reference/beta/api/calltranscript-get.md +++ b/api-reference/beta/api/calltranscript-get.md @@ -34,7 +34,7 @@ Choose the permission or permissions marked as least privileged for this API. Us > **Note:** The application permission `OnlineMeetingTranscript.Read.Chat` uses [resource-specific consent](/microsoftteams/platform/graph-api/rsc/resource-specific-consent). -To use application permissions for this API, tenant administrators must create an application access policy and grant it to a user. This authorizes the app configured in the policy to fetch online meetings and/or online meeting artifacts on behalf of that user (with the user ID specified in the request path). For more information, see [Allow applications to access online meetings on behalf of a user](/graph/cloud-communication-online-meeting-application-access-policy). +To use application permissions for this API, tenant administrators must create an application access policy and grant it to a user. It authorizes the app configured in the policy to fetch online meetings and/or online meeting artifacts on behalf of that user (with the user ID specified in the request path). For more information, see [Allow applications to access online meetings on behalf of a user](/graph/cloud-communication-online-meeting-application-access-policy). > [!NOTE] > This API works for a meeting only if the meeting has not expired. For more information, see [Limits and specifications for Microsoft Teams](/microsoftteams/limits-specifications-teams#meeting-expiration). @@ -278,7 +278,7 @@ GET https://graph.microsoft.com/beta/users/ba321e0d-79ee-478d-8e28-85a19507f456/ #### Response -Response contains bytes for the transcript in the body. `content-type` header specifies type of the transcript content. +Response contains bytes for the transcript in the body. The `content-type` header specifies the type of the transcript content. >**Note:** The response object shown here might be shortened for readability. +``` json +{ + "@odata.type": "#microsoft.graph.cloudClipboardRoot" +} +``` + diff --git a/api-reference/beta/toc.yml b/api-reference/beta/toc.yml index c5dd464be45..110574c4d04 100644 --- a/api-reference/beta/toc.yml +++ b/api-reference/beta/toc.yml @@ -1604,9 +1604,9 @@ items: - name: Cloud clipboard href: resources/cloudclipboarditem.md items: - - name: List cloud clipboards + - name: List href: api/cloudclipboardroot-list-items.md - - name: Get cloud clipboard + - name: Get href: api/cloudclipboarditem-get.md - name: Customer booking displayName: Bookings, Microsoft Bookings diff --git a/changelog/Microsoft.PDRS.json b/changelog/Microsoft.PDRS.json index c7be9317f90..b674d7045a5 100644 --- a/changelog/Microsoft.PDRS.json +++ b/changelog/Microsoft.PDRS.json @@ -17,6 +17,14 @@ "ChangeType": "Addition", "Description": "Added the [cloudClipboardItem](https://learn.microsoft.com/en-us/graph/api/resources/cloudClipboardItem?view=graph-rest-beta) resource and its methods.", "Target": "cloudClipboardItem" + }, + { + "Id": "03aa6149-f3e9-4c20-9212-9731fe17debd", + "ApiChange": "Resource", + "ChangedApiName": "cloudClipboardRoot", + "ChangeType": "Addition", + "Description": "Added the [cloudClipboardRoot](https://learn.microsoft.com/en-us/graph/api/resources/cloudClipboardRoot?view=graph-rest-beta) resource.", + "Target": "cloudClipboardRoot" } ], "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", From 4a53bdf3e34e8c8809a2271e599cbbd68607913d Mon Sep 17 00:00:00 2001 From: ayan-ms <136678100+ayan-ms@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:25:15 +0530 Subject: [PATCH 227/259] Apply suggestions from code review Co-authored-by: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> --- api-reference/beta/api/callrecording-get.md | 2 +- api-reference/beta/api/calltranscript-get.md | 2 +- api-reference/beta/api/onlinemeeting-list-recordings.md | 2 +- api-reference/beta/api/onlinemeeting-list-transcripts.md | 2 +- api-reference/v1.0/api/callrecording-get.md | 2 +- api-reference/v1.0/api/calltranscript-get.md | 2 +- api-reference/v1.0/api/onlinemeeting-list-recordings.md | 2 +- api-reference/v1.0/api/onlinemeeting-list-transcripts.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api-reference/beta/api/callrecording-get.md b/api-reference/beta/api/callrecording-get.md index 24d322ff889..2230b05eb9d 100644 --- a/api-reference/beta/api/callrecording-get.md +++ b/api-reference/beta/api/callrecording-get.md @@ -20,7 +20,7 @@ For a recording, this API returns the metadata of the single recording associate > [!NOTE] > > * This is a metered API. For more information, see [payment models for meeting APIs](/graph/teams-licenses#payment-models-for-meeting-apis). -> * This API doesn't support meetings created using [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with any event on the user's calendar. +> * This API doesn't support meetings created using the [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with an event on the user's calendar. > * This API works differently in one or more national clouds. For details, see [Microsoft Teams API implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/global-only.md)] diff --git a/api-reference/beta/api/calltranscript-get.md b/api-reference/beta/api/calltranscript-get.md index 2fbe2fab68a..0ad45c9427c 100644 --- a/api-reference/beta/api/calltranscript-get.md +++ b/api-reference/beta/api/calltranscript-get.md @@ -20,7 +20,7 @@ Retrieving the transcript returns the metadata of the single transcript associat > [!NOTE] > > * This is a metered API. For more information, see [payment models for meeting APIs](/graph/teams-licenses#payment-models-for-meeting-apis). -> * This API doesn't support meetings created using [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with any event on the user's calendar. +> * This API doesn't support meetings created using the [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with an event on the user's calendar. > * This API works differently in one or more national clouds. For details, see [Implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/global-only.md)] diff --git a/api-reference/beta/api/onlinemeeting-list-recordings.md b/api-reference/beta/api/onlinemeeting-list-recordings.md index c03009bcc81..f485cc0f792 100644 --- a/api-reference/beta/api/onlinemeeting-list-recordings.md +++ b/api-reference/beta/api/onlinemeeting-list-recordings.md @@ -16,7 +16,7 @@ Namespace: microsoft.graph Get the list of [callRecording](../resources/callrecording.md) objects associated with a scheduled [onlineMeeting](../resources/onlinemeeting.md). This API doesn't support getting call recordings from channel meetings. > [!NOTE] -> * This API doesn't support meetings created using [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with any event on the user's calendar. +> * This API doesn't support meetings created using the [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with an event on the user's calendar. > * This API works differently in one or more national clouds. For details, see [Microsoft Teams API implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/global-only.md)] diff --git a/api-reference/beta/api/onlinemeeting-list-transcripts.md b/api-reference/beta/api/onlinemeeting-list-transcripts.md index 26697a419cb..e4c06193879 100644 --- a/api-reference/beta/api/onlinemeeting-list-transcripts.md +++ b/api-reference/beta/api/onlinemeeting-list-transcripts.md @@ -16,7 +16,7 @@ Namespace: microsoft.graph Retrieve the list of [callTranscript](../resources/calltranscript.md) objects associated with a scheduled [onlineMeeting](../resources/onlinemeeting.md). This API doesn't support getting call transcripts from channel meetings. > [!NOTE] -> * This API doesn't support meetings created using [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with any event on the user's calendar. +> * This API doesn't support meetings created using the [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with an event on the user's calendar. > * This API works differently in one or more national clouds. For details, see [Microsoft Teams API implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/global-only.md)] diff --git a/api-reference/v1.0/api/callrecording-get.md b/api-reference/v1.0/api/callrecording-get.md index 17367f41203..43cbba65b49 100644 --- a/api-reference/v1.0/api/callrecording-get.md +++ b/api-reference/v1.0/api/callrecording-get.md @@ -18,7 +18,7 @@ For a recording, this API returns the metadata of the single recording associate > [!NOTE] > > * This is a metered API. For more information, see [payment models for meeting APIs](/graph/teams-licenses#payment-models-for-meeting-apis). -> * This API doesn't support meetings created using [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with any event on the user's calendar. +> * This API doesn't support meetings created using the [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with an event on the user's calendar. > * This API works differently in one or more national clouds. For details, see [Microsoft Teams API implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/global-only.md)] diff --git a/api-reference/v1.0/api/calltranscript-get.md b/api-reference/v1.0/api/calltranscript-get.md index 7859bc1f149..c9dbdb9aa64 100644 --- a/api-reference/v1.0/api/calltranscript-get.md +++ b/api-reference/v1.0/api/calltranscript-get.md @@ -18,7 +18,7 @@ Retrieving the transcript returns the metadata of the single transcript associat > [!NOTE] > > * This is a metered API. For more information, see [payment models for meeting APIs](/graph/teams-licenses#payment-models-for-meeting-apis). -> * This API doesn't support meetings created using [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with any event on the user's calendar. +> * This API doesn't support meetings created using the [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with an event on the user's calendar. > * This API works differently in one or more national clouds. For details, see [Implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/global-only.md)] diff --git a/api-reference/v1.0/api/onlinemeeting-list-recordings.md b/api-reference/v1.0/api/onlinemeeting-list-recordings.md index 6cf3ae1b13e..a4400bd7f0a 100644 --- a/api-reference/v1.0/api/onlinemeeting-list-recordings.md +++ b/api-reference/v1.0/api/onlinemeeting-list-recordings.md @@ -14,7 +14,7 @@ Namespace: microsoft.graph Get the list of [callRecording](../resources/callrecording.md) objects associated with a scheduled [onlineMeeting](../resources/onlinemeeting.md). This API doesn't support getting call recordings from channel meetings. > [!NOTE] -> * This API doesn't support meetings created using [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with any event on the user's calendar. +> * This API doesn't support meetings created using the [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with an event on the user's calendar. > * This API works differently in one or more national clouds. For details, see [Microsoft Teams API implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/global-only.md)] diff --git a/api-reference/v1.0/api/onlinemeeting-list-transcripts.md b/api-reference/v1.0/api/onlinemeeting-list-transcripts.md index 7187ffd8268..49b5bc8d7ff 100644 --- a/api-reference/v1.0/api/onlinemeeting-list-transcripts.md +++ b/api-reference/v1.0/api/onlinemeeting-list-transcripts.md @@ -14,7 +14,7 @@ Namespace: microsoft.graph Retrieve the list of [callTranscript](../resources/calltranscript.md) objects associated with a scheduled [onlineMeeting](../resources/onlinemeeting.md). This API doesn't support getting call transcripts from channel meetings. > [!NOTE] -> * This API doesn't support meetings created using [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with any event on the user's calendar. +> * This API doesn't support meetings created using the [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with an event on the user's calendar. > * This API works differently in one or more national clouds. For details, see [Microsoft Teams API implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/global-only.md)] From 2564212bc29985c6625407cb7a49dd5b72024fad Mon Sep 17 00:00:00 2001 From: Abhishek Singh Date: Wed, 28 Feb 2024 22:35:52 -0800 Subject: [PATCH 228/259] added changedlog entry for export as per PR comment --- changelog/Microsoft.Partner.Billing.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog/Microsoft.Partner.Billing.json b/changelog/Microsoft.Partner.Billing.json index 47b8f871d2b..e123a3e331d 100644 --- a/changelog/Microsoft.Partner.Billing.json +++ b/changelog/Microsoft.Partner.Billing.json @@ -303,6 +303,14 @@ "ChangeType": "Addition", "Description": "Added the **reconciliation** relationship to the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-1.0) resource.", "Target": "billing" + }, + { + "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", + "ApiChange": "Method", + "ChangedApiName": "export", + "ChangeType": "Addition", + "Description": "Added the [export](https://learn.microsoft.com/en-us/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0) method to the [billedReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedreconciliation?view=graph-rest-1.0) resource.", + "Target": "billedReconciliation" } ], "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", From cdd0667f6f03354dd143d5f26ed1d79821f0c29d Mon Sep 17 00:00:00 2001 From: Abhishek Singh Date: Wed, 28 Feb 2024 22:38:46 -0800 Subject: [PATCH 229/259] formatting --- changelog/Microsoft.Partner.Billing.json | 644 +++++++++++------------ 1 file changed, 322 insertions(+), 322 deletions(-) diff --git a/changelog/Microsoft.Partner.Billing.json b/changelog/Microsoft.Partner.Billing.json index e123a3e331d..ea9916b5b29 100644 --- a/changelog/Microsoft.Partner.Billing.json +++ b/changelog/Microsoft.Partner.Billing.json @@ -1,324 +1,324 @@ { - "changelog": [ - { - "ChangeList": [ - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Enum type", - "ChangedApiName": "attributeSet", - "ChangeType": "Addition", - "Description": "Added the **attributeSet** enumeration type.", - "Target": "attributeSet" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Enum type", - "ChangedApiName": "billingPeriod", - "ChangeType": "Addition", - "Description": "Added the **billingPeriod** enumeration type.", - "Target": "billingPeriod" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "blob", - "ChangeType": "Addition", - "Description": "Added the [blob](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-blob?view=graph-rest-beta) resource type.", - "Target": "blob" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "exportSuccessOperation", - "ChangeType": "Addition", - "Description": "Added the [exportSuccessOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-exportSuccessOperation?view=graph-rest-beta) resource type.", - "Target": "exportSuccessOperation" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "failedOperation", - "ChangeType": "Addition", - "Description": "Added the [failedOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-failedOperation?view=graph-rest-beta) resource type.", - "Target": "failedOperation" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "manifest", - "ChangeType": "Addition", - "Description": "Added the [manifest](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-manifest?view=graph-rest-beta) resource and a supported method.", - "Target": "manifest" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "operation", - "ChangeType": "Addition", - "Description": "Added the [operation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-operation?view=graph-rest-beta) resource and a supported method.", - "Target": "operation" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "runningOperation", - "ChangeType": "Addition", - "Description": "Added the [runningOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-runningOperation?view=graph-rest-beta) resource type.", - "Target": "runningOperation" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "partners", - "ChangeType": "Addition", - "Description": "Added the [partners](https://learn.microsoft.com/en-us/graph/api/resources/partners?view=graph-rest-beta) resource type.", - "Target": "partners" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "billing", - "ChangeType": "Addition", - "Description": "Added the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-beta) resource type.", - "Target": "billing" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "azureUsage", - "ChangeType": "Addition", - "Description": "Added the [azureUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-azureUsage?view=graph-rest-beta) resource type.", - "Target": "azureUsage" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "billedUsage", - "ChangeType": "Addition", - "Description": "Added the [billedUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedUsage?view=graph-rest-beta) resource and a supported method.", - "Target": "billedUsage" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "unbilledUsage", - "ChangeType": "Addition", - "Description": "Added the [unbilledUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-unbilledUsage?view=graph-rest-beta) resource and a supported method.", - "Target": "unbilledUsage" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Relationship", - "ChangedApiName": "partners", - "ChangeType": "Addition", - "Description": "Added the **partners** relationship to the [reportRoot](https://learn.microsoft.com/en-us/graph/api/resources/reportRoot?view=graph-rest-beta) resource.", - "Target": "reportRoot" - } - ], - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "Cloud": "Prod", - "Version": "beta", - "CreatedDateTime": "2024-01-16T08:51:46.3920632Z", - "WorkloadArea": "Reports", - "SubArea": "Partner billing reports" - }, - { - "ChangeList": [ - { - "Id": "b9c98ce4-20c9-48d8-9023-52bde6ceb89f", - "ApiChange": "Resource", - "ChangedApiName": "billingReconciliation", - "ChangeType": "Addition", - "Description": "Added the [billingReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billingreconciliation?view=graph-rest-beta) resource type.", - "Target": "billingReconciliation" - }, - { - "Id": "b9c98ce4-20c9-48d8-9023-52bde6ceb89f", - "ApiChange": "Resource", - "ChangedApiName": "billedReconciliation", - "ChangeType": "Addition", - "Description": "Added the [billedReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedreconciliation?view=graph-rest-beta) resource and a supported method.", - "Target": "billedReconciliation" - }, - { - "Id": "b9c98ce4-20c9-48d8-9023-52bde6ceb89f", - "ApiChange": "Relationship", - "ChangedApiName": "reconciliation", - "ChangeType": "Addition", - "Description": "Added the **reconciliation** relationship to the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-beta) resource.", - "Target": "billing" - } - ], - "Id": "b9c98ce4-20c9-48d8-9023-52bde6ceb89f", - "Cloud": "Prod", - "Version": "beta", - "CreatedDateTime": "2024-01-27T08:51:46.3920632Z", - "WorkloadArea": "Reports", - "SubArea": "Partner billing reports" - }, - { - "ChangeList": [ - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Enum type", - "ChangedApiName": "attributeSet", - "ChangeType": "Addition", - "Description": "Added the **attributeSet** enumeration type.", - "Target": "attributeSet" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Enum type", - "ChangedApiName": "billingPeriod", - "ChangeType": "Addition", - "Description": "Added the **billingPeriod** enumeration type.", - "Target": "billingPeriod" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "blob", - "ChangeType": "Addition", - "Description": "Added the [blob](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-blob?view=graph-rest-1.0) resource type.", - "Target": "blob" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "exportSuccessOperation", - "ChangeType": "Addition", - "Description": "Added the [exportSuccessOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-exportSuccessOperation?view=graph-rest-1.0) resource type.", - "Target": "exportSuccessOperation" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "failedOperation", - "ChangeType": "Addition", - "Description": "Added the [failedOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-failedOperation?view=graph-rest-1.0) resource type.", - "Target": "failedOperation" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "manifest", - "ChangeType": "Addition", - "Description": "Added the [manifest](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-manifest?view=graph-rest-1.0) resource and a supported method.", - "Target": "manifest" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "operation", - "ChangeType": "Addition", - "Description": "Added the [operation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-operation?view=graph-rest-1.0) resource and a supported method.", - "Target": "operation" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "runningOperation", - "ChangeType": "Addition", - "Description": "Added the [runningOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-runningOperation?view=graph-rest-1.0) resource type.", - "Target": "runningOperation" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "partners", - "ChangeType": "Addition", - "Description": "Added the [partners](https://learn.microsoft.com/en-us/graph/api/resources/partners?view=graph-rest-1.0) resource type.", - "Target": "partners" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "billing", - "ChangeType": "Addition", - "Description": "Added the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-1.0) resource type.", - "Target": "billing" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "azureUsage", - "ChangeType": "Addition", - "Description": "Added the [azureUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-azureUsage?view=graph-rest-1.0) resource type.", - "Target": "azureUsage" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "billedUsage", - "ChangeType": "Addition", - "Description": "Added the [billedUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedUsage?view=graph-rest-1.0) resource and a supported method.", - "Target": "billedUsage" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "unbilledUsage", - "ChangeType": "Addition", - "Description": "Added the [unbilledUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-unbilledUsage?view=graph-rest-1.0) resource and a supported method.", - "Target": "unbilledUsage" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Relationship", - "ChangedApiName": "partners", - "ChangeType": "Addition", - "Description": "Added the **partners** relationship to the [reportRoot](https://learn.microsoft.com/en-us/graph/api/resources/reportRoot?view=graph-rest-1.0) resource.", - "Target": "reportRoot" - } - ], - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "Cloud": "Prod", - "Version": "v1.0", - "CreatedDateTime": "2024-01-31T08:51:46.3920632Z", - "WorkloadArea": "Reports", - "SubArea": "Partner billing reports" - }, - { - "ChangeList": [ - { - "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", - "ApiChange": "Resource", - "ChangedApiName": "billingReconciliation", - "ChangeType": "Addition", - "Description": "Added the [billingReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billingreconciliation?view=graph-rest-1.0) resource type.", - "Target": "billingReconciliation" - }, - { - "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", - "ApiChange": "Resource", - "ChangedApiName": "billedReconciliation", - "ChangeType": "Addition", - "Description": "Added the [billedReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedreconciliation?view=graph-rest-1.0) resource and a supported method.", - "Target": "billedReconciliation" - }, - { - "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", - "ApiChange": "Relationship", - "ChangedApiName": "reconciliation", - "ChangeType": "Addition", - "Description": "Added the **reconciliation** relationship to the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-1.0) resource.", - "Target": "billing" - }, + "changelog": [ { - "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", - "ApiChange": "Method", - "ChangedApiName": "export", - "ChangeType": "Addition", - "Description": "Added the [export](https://learn.microsoft.com/en-us/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0) method to the [billedReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedreconciliation?view=graph-rest-1.0) resource.", - "Target": "billedReconciliation" - } - ], - "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", - "Cloud": "Prod", - "Version": "v1.0", - "CreatedDateTime": "2024-02-14T08:51:46.3920632Z", - "WorkloadArea": "Reports", - "SubArea": "Partner billing reports" - } - ] -} + "ChangeList": [ + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Enum type", + "ChangedApiName": "attributeSet", + "ChangeType": "Addition", + "Description": "Added the **attributeSet** enumeration type.", + "Target": "attributeSet" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Enum type", + "ChangedApiName": "billingPeriod", + "ChangeType": "Addition", + "Description": "Added the **billingPeriod** enumeration type.", + "Target": "billingPeriod" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "blob", + "ChangeType": "Addition", + "Description": "Added the [blob](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-blob?view=graph-rest-beta) resource type.", + "Target": "blob" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "exportSuccessOperation", + "ChangeType": "Addition", + "Description": "Added the [exportSuccessOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-exportSuccessOperation?view=graph-rest-beta) resource type.", + "Target": "exportSuccessOperation" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "failedOperation", + "ChangeType": "Addition", + "Description": "Added the [failedOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-failedOperation?view=graph-rest-beta) resource type.", + "Target": "failedOperation" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "manifest", + "ChangeType": "Addition", + "Description": "Added the [manifest](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-manifest?view=graph-rest-beta) resource and a supported method.", + "Target": "manifest" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "operation", + "ChangeType": "Addition", + "Description": "Added the [operation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-operation?view=graph-rest-beta) resource and a supported method.", + "Target": "operation" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "runningOperation", + "ChangeType": "Addition", + "Description": "Added the [runningOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-runningOperation?view=graph-rest-beta) resource type.", + "Target": "runningOperation" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "partners", + "ChangeType": "Addition", + "Description": "Added the [partners](https://learn.microsoft.com/en-us/graph/api/resources/partners?view=graph-rest-beta) resource type.", + "Target": "partners" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "billing", + "ChangeType": "Addition", + "Description": "Added the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-beta) resource type.", + "Target": "billing" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "azureUsage", + "ChangeType": "Addition", + "Description": "Added the [azureUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-azureUsage?view=graph-rest-beta) resource type.", + "Target": "azureUsage" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "billedUsage", + "ChangeType": "Addition", + "Description": "Added the [billedUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedUsage?view=graph-rest-beta) resource and a supported method.", + "Target": "billedUsage" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "unbilledUsage", + "ChangeType": "Addition", + "Description": "Added the [unbilledUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-unbilledUsage?view=graph-rest-beta) resource and a supported method.", + "Target": "unbilledUsage" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Relationship", + "ChangedApiName": "partners", + "ChangeType": "Addition", + "Description": "Added the **partners** relationship to the [reportRoot](https://learn.microsoft.com/en-us/graph/api/resources/reportRoot?view=graph-rest-beta) resource.", + "Target": "reportRoot" + } + ], + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "Cloud": "Prod", + "Version": "beta", + "CreatedDateTime": "2024-01-16T08:51:46.3920632Z", + "WorkloadArea": "Reports", + "SubArea": "Partner billing reports" + }, + { + "ChangeList": [ + { + "Id": "b9c98ce4-20c9-48d8-9023-52bde6ceb89f", + "ApiChange": "Resource", + "ChangedApiName": "billingReconciliation", + "ChangeType": "Addition", + "Description": "Added the [billingReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billingreconciliation?view=graph-rest-beta) resource type.", + "Target": "billingReconciliation" + }, + { + "Id": "b9c98ce4-20c9-48d8-9023-52bde6ceb89f", + "ApiChange": "Resource", + "ChangedApiName": "billedReconciliation", + "ChangeType": "Addition", + "Description": "Added the [billedReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedreconciliation?view=graph-rest-beta) resource and a supported method.", + "Target": "billedReconciliation" + }, + { + "Id": "b9c98ce4-20c9-48d8-9023-52bde6ceb89f", + "ApiChange": "Relationship", + "ChangedApiName": "reconciliation", + "ChangeType": "Addition", + "Description": "Added the **reconciliation** relationship to the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-beta) resource.", + "Target": "billing" + } + ], + "Id": "b9c98ce4-20c9-48d8-9023-52bde6ceb89f", + "Cloud": "Prod", + "Version": "beta", + "CreatedDateTime": "2024-01-27T08:51:46.3920632Z", + "WorkloadArea": "Reports", + "SubArea": "Partner billing reports" + }, + { + "ChangeList": [ + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Enum type", + "ChangedApiName": "attributeSet", + "ChangeType": "Addition", + "Description": "Added the **attributeSet** enumeration type.", + "Target": "attributeSet" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Enum type", + "ChangedApiName": "billingPeriod", + "ChangeType": "Addition", + "Description": "Added the **billingPeriod** enumeration type.", + "Target": "billingPeriod" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "blob", + "ChangeType": "Addition", + "Description": "Added the [blob](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-blob?view=graph-rest-1.0) resource type.", + "Target": "blob" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "exportSuccessOperation", + "ChangeType": "Addition", + "Description": "Added the [exportSuccessOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-exportSuccessOperation?view=graph-rest-1.0) resource type.", + "Target": "exportSuccessOperation" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "failedOperation", + "ChangeType": "Addition", + "Description": "Added the [failedOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-failedOperation?view=graph-rest-1.0) resource type.", + "Target": "failedOperation" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "manifest", + "ChangeType": "Addition", + "Description": "Added the [manifest](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-manifest?view=graph-rest-1.0) resource and a supported method.", + "Target": "manifest" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "operation", + "ChangeType": "Addition", + "Description": "Added the [operation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-operation?view=graph-rest-1.0) resource and a supported method.", + "Target": "operation" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "runningOperation", + "ChangeType": "Addition", + "Description": "Added the [runningOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-runningOperation?view=graph-rest-1.0) resource type.", + "Target": "runningOperation" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "partners", + "ChangeType": "Addition", + "Description": "Added the [partners](https://learn.microsoft.com/en-us/graph/api/resources/partners?view=graph-rest-1.0) resource type.", + "Target": "partners" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "billing", + "ChangeType": "Addition", + "Description": "Added the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-1.0) resource type.", + "Target": "billing" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "azureUsage", + "ChangeType": "Addition", + "Description": "Added the [azureUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-azureUsage?view=graph-rest-1.0) resource type.", + "Target": "azureUsage" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "billedUsage", + "ChangeType": "Addition", + "Description": "Added the [billedUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedUsage?view=graph-rest-1.0) resource and a supported method.", + "Target": "billedUsage" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "unbilledUsage", + "ChangeType": "Addition", + "Description": "Added the [unbilledUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-unbilledUsage?view=graph-rest-1.0) resource and a supported method.", + "Target": "unbilledUsage" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Relationship", + "ChangedApiName": "partners", + "ChangeType": "Addition", + "Description": "Added the **partners** relationship to the [reportRoot](https://learn.microsoft.com/en-us/graph/api/resources/reportRoot?view=graph-rest-1.0) resource.", + "Target": "reportRoot" + } + ], + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "Cloud": "Prod", + "Version": "v1.0", + "CreatedDateTime": "2024-01-31T08:51:46.3920632Z", + "WorkloadArea": "Reports", + "SubArea": "Partner billing reports" + }, + { + "ChangeList": [ + { + "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", + "ApiChange": "Resource", + "ChangedApiName": "billingReconciliation", + "ChangeType": "Addition", + "Description": "Added the [billingReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billingreconciliation?view=graph-rest-1.0) resource type.", + "Target": "billingReconciliation" + }, + { + "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", + "ApiChange": "Resource", + "ChangedApiName": "billedReconciliation", + "ChangeType": "Addition", + "Description": "Added the [billedReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedreconciliation?view=graph-rest-1.0) resource and a supported method.", + "Target": "billedReconciliation" + }, + { + "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", + "ApiChange": "Relationship", + "ChangedApiName": "reconciliation", + "ChangeType": "Addition", + "Description": "Added the **reconciliation** relationship to the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-1.0) resource.", + "Target": "billing" + }, + { + "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", + "ApiChange": "Method", + "ChangedApiName": "export", + "ChangeType": "Addition", + "Description": "Added the [export](https://learn.microsoft.com/en-us/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0) method to the [billedReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedreconciliation?view=graph-rest-1.0) resource.", + "Target": "billedReconciliation" + } + ], + "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", + "Cloud": "Prod", + "Version": "v1.0", + "CreatedDateTime": "2024-02-14T08:51:46.3920632Z", + "WorkloadArea": "Reports", + "SubArea": "Partner billing reports" + } + ] +} \ No newline at end of file From f250ddf08433f52dd223df069730570b4c784841 Mon Sep 17 00:00:00 2001 From: Abhishek Singh Date: Wed, 28 Feb 2024 22:42:09 -0800 Subject: [PATCH 230/259] revert formatting --- changelog/Microsoft.Partner.Billing.json | 644 +++++++++++------------ 1 file changed, 322 insertions(+), 322 deletions(-) diff --git a/changelog/Microsoft.Partner.Billing.json b/changelog/Microsoft.Partner.Billing.json index ea9916b5b29..e123a3e331d 100644 --- a/changelog/Microsoft.Partner.Billing.json +++ b/changelog/Microsoft.Partner.Billing.json @@ -1,324 +1,324 @@ { - "changelog": [ + "changelog": [ + { + "ChangeList": [ + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Enum type", + "ChangedApiName": "attributeSet", + "ChangeType": "Addition", + "Description": "Added the **attributeSet** enumeration type.", + "Target": "attributeSet" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Enum type", + "ChangedApiName": "billingPeriod", + "ChangeType": "Addition", + "Description": "Added the **billingPeriod** enumeration type.", + "Target": "billingPeriod" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "blob", + "ChangeType": "Addition", + "Description": "Added the [blob](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-blob?view=graph-rest-beta) resource type.", + "Target": "blob" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "exportSuccessOperation", + "ChangeType": "Addition", + "Description": "Added the [exportSuccessOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-exportSuccessOperation?view=graph-rest-beta) resource type.", + "Target": "exportSuccessOperation" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "failedOperation", + "ChangeType": "Addition", + "Description": "Added the [failedOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-failedOperation?view=graph-rest-beta) resource type.", + "Target": "failedOperation" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "manifest", + "ChangeType": "Addition", + "Description": "Added the [manifest](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-manifest?view=graph-rest-beta) resource and a supported method.", + "Target": "manifest" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "operation", + "ChangeType": "Addition", + "Description": "Added the [operation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-operation?view=graph-rest-beta) resource and a supported method.", + "Target": "operation" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "runningOperation", + "ChangeType": "Addition", + "Description": "Added the [runningOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-runningOperation?view=graph-rest-beta) resource type.", + "Target": "runningOperation" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "partners", + "ChangeType": "Addition", + "Description": "Added the [partners](https://learn.microsoft.com/en-us/graph/api/resources/partners?view=graph-rest-beta) resource type.", + "Target": "partners" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "billing", + "ChangeType": "Addition", + "Description": "Added the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-beta) resource type.", + "Target": "billing" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "azureUsage", + "ChangeType": "Addition", + "Description": "Added the [azureUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-azureUsage?view=graph-rest-beta) resource type.", + "Target": "azureUsage" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "billedUsage", + "ChangeType": "Addition", + "Description": "Added the [billedUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedUsage?view=graph-rest-beta) resource and a supported method.", + "Target": "billedUsage" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Resource", + "ChangedApiName": "unbilledUsage", + "ChangeType": "Addition", + "Description": "Added the [unbilledUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-unbilledUsage?view=graph-rest-beta) resource and a supported method.", + "Target": "unbilledUsage" + }, + { + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "ApiChange": "Relationship", + "ChangedApiName": "partners", + "ChangeType": "Addition", + "Description": "Added the **partners** relationship to the [reportRoot](https://learn.microsoft.com/en-us/graph/api/resources/reportRoot?view=graph-rest-beta) resource.", + "Target": "reportRoot" + } + ], + "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", + "Cloud": "Prod", + "Version": "beta", + "CreatedDateTime": "2024-01-16T08:51:46.3920632Z", + "WorkloadArea": "Reports", + "SubArea": "Partner billing reports" + }, + { + "ChangeList": [ + { + "Id": "b9c98ce4-20c9-48d8-9023-52bde6ceb89f", + "ApiChange": "Resource", + "ChangedApiName": "billingReconciliation", + "ChangeType": "Addition", + "Description": "Added the [billingReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billingreconciliation?view=graph-rest-beta) resource type.", + "Target": "billingReconciliation" + }, + { + "Id": "b9c98ce4-20c9-48d8-9023-52bde6ceb89f", + "ApiChange": "Resource", + "ChangedApiName": "billedReconciliation", + "ChangeType": "Addition", + "Description": "Added the [billedReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedreconciliation?view=graph-rest-beta) resource and a supported method.", + "Target": "billedReconciliation" + }, + { + "Id": "b9c98ce4-20c9-48d8-9023-52bde6ceb89f", + "ApiChange": "Relationship", + "ChangedApiName": "reconciliation", + "ChangeType": "Addition", + "Description": "Added the **reconciliation** relationship to the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-beta) resource.", + "Target": "billing" + } + ], + "Id": "b9c98ce4-20c9-48d8-9023-52bde6ceb89f", + "Cloud": "Prod", + "Version": "beta", + "CreatedDateTime": "2024-01-27T08:51:46.3920632Z", + "WorkloadArea": "Reports", + "SubArea": "Partner billing reports" + }, + { + "ChangeList": [ + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Enum type", + "ChangedApiName": "attributeSet", + "ChangeType": "Addition", + "Description": "Added the **attributeSet** enumeration type.", + "Target": "attributeSet" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Enum type", + "ChangedApiName": "billingPeriod", + "ChangeType": "Addition", + "Description": "Added the **billingPeriod** enumeration type.", + "Target": "billingPeriod" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "blob", + "ChangeType": "Addition", + "Description": "Added the [blob](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-blob?view=graph-rest-1.0) resource type.", + "Target": "blob" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "exportSuccessOperation", + "ChangeType": "Addition", + "Description": "Added the [exportSuccessOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-exportSuccessOperation?view=graph-rest-1.0) resource type.", + "Target": "exportSuccessOperation" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "failedOperation", + "ChangeType": "Addition", + "Description": "Added the [failedOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-failedOperation?view=graph-rest-1.0) resource type.", + "Target": "failedOperation" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "manifest", + "ChangeType": "Addition", + "Description": "Added the [manifest](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-manifest?view=graph-rest-1.0) resource and a supported method.", + "Target": "manifest" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "operation", + "ChangeType": "Addition", + "Description": "Added the [operation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-operation?view=graph-rest-1.0) resource and a supported method.", + "Target": "operation" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "runningOperation", + "ChangeType": "Addition", + "Description": "Added the [runningOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-runningOperation?view=graph-rest-1.0) resource type.", + "Target": "runningOperation" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "partners", + "ChangeType": "Addition", + "Description": "Added the [partners](https://learn.microsoft.com/en-us/graph/api/resources/partners?view=graph-rest-1.0) resource type.", + "Target": "partners" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "billing", + "ChangeType": "Addition", + "Description": "Added the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-1.0) resource type.", + "Target": "billing" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "azureUsage", + "ChangeType": "Addition", + "Description": "Added the [azureUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-azureUsage?view=graph-rest-1.0) resource type.", + "Target": "azureUsage" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "billedUsage", + "ChangeType": "Addition", + "Description": "Added the [billedUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedUsage?view=graph-rest-1.0) resource and a supported method.", + "Target": "billedUsage" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Resource", + "ChangedApiName": "unbilledUsage", + "ChangeType": "Addition", + "Description": "Added the [unbilledUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-unbilledUsage?view=graph-rest-1.0) resource and a supported method.", + "Target": "unbilledUsage" + }, + { + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "ApiChange": "Relationship", + "ChangedApiName": "partners", + "ChangeType": "Addition", + "Description": "Added the **partners** relationship to the [reportRoot](https://learn.microsoft.com/en-us/graph/api/resources/reportRoot?view=graph-rest-1.0) resource.", + "Target": "reportRoot" + } + ], + "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", + "Cloud": "Prod", + "Version": "v1.0", + "CreatedDateTime": "2024-01-31T08:51:46.3920632Z", + "WorkloadArea": "Reports", + "SubArea": "Partner billing reports" + }, + { + "ChangeList": [ + { + "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", + "ApiChange": "Resource", + "ChangedApiName": "billingReconciliation", + "ChangeType": "Addition", + "Description": "Added the [billingReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billingreconciliation?view=graph-rest-1.0) resource type.", + "Target": "billingReconciliation" + }, + { + "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", + "ApiChange": "Resource", + "ChangedApiName": "billedReconciliation", + "ChangeType": "Addition", + "Description": "Added the [billedReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedreconciliation?view=graph-rest-1.0) resource and a supported method.", + "Target": "billedReconciliation" + }, + { + "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", + "ApiChange": "Relationship", + "ChangedApiName": "reconciliation", + "ChangeType": "Addition", + "Description": "Added the **reconciliation** relationship to the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-1.0) resource.", + "Target": "billing" + }, { - "ChangeList": [ - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Enum type", - "ChangedApiName": "attributeSet", - "ChangeType": "Addition", - "Description": "Added the **attributeSet** enumeration type.", - "Target": "attributeSet" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Enum type", - "ChangedApiName": "billingPeriod", - "ChangeType": "Addition", - "Description": "Added the **billingPeriod** enumeration type.", - "Target": "billingPeriod" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "blob", - "ChangeType": "Addition", - "Description": "Added the [blob](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-blob?view=graph-rest-beta) resource type.", - "Target": "blob" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "exportSuccessOperation", - "ChangeType": "Addition", - "Description": "Added the [exportSuccessOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-exportSuccessOperation?view=graph-rest-beta) resource type.", - "Target": "exportSuccessOperation" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "failedOperation", - "ChangeType": "Addition", - "Description": "Added the [failedOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-failedOperation?view=graph-rest-beta) resource type.", - "Target": "failedOperation" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "manifest", - "ChangeType": "Addition", - "Description": "Added the [manifest](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-manifest?view=graph-rest-beta) resource and a supported method.", - "Target": "manifest" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "operation", - "ChangeType": "Addition", - "Description": "Added the [operation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-operation?view=graph-rest-beta) resource and a supported method.", - "Target": "operation" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "runningOperation", - "ChangeType": "Addition", - "Description": "Added the [runningOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-runningOperation?view=graph-rest-beta) resource type.", - "Target": "runningOperation" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "partners", - "ChangeType": "Addition", - "Description": "Added the [partners](https://learn.microsoft.com/en-us/graph/api/resources/partners?view=graph-rest-beta) resource type.", - "Target": "partners" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "billing", - "ChangeType": "Addition", - "Description": "Added the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-beta) resource type.", - "Target": "billing" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "azureUsage", - "ChangeType": "Addition", - "Description": "Added the [azureUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-azureUsage?view=graph-rest-beta) resource type.", - "Target": "azureUsage" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "billedUsage", - "ChangeType": "Addition", - "Description": "Added the [billedUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedUsage?view=graph-rest-beta) resource and a supported method.", - "Target": "billedUsage" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Resource", - "ChangedApiName": "unbilledUsage", - "ChangeType": "Addition", - "Description": "Added the [unbilledUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-unbilledUsage?view=graph-rest-beta) resource and a supported method.", - "Target": "unbilledUsage" - }, - { - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "ApiChange": "Relationship", - "ChangedApiName": "partners", - "ChangeType": "Addition", - "Description": "Added the **partners** relationship to the [reportRoot](https://learn.microsoft.com/en-us/graph/api/resources/reportRoot?view=graph-rest-beta) resource.", - "Target": "reportRoot" - } - ], - "Id": "7c2c17ad-d53f-4573-bc55-3f5738450f30", - "Cloud": "Prod", - "Version": "beta", - "CreatedDateTime": "2024-01-16T08:51:46.3920632Z", - "WorkloadArea": "Reports", - "SubArea": "Partner billing reports" - }, - { - "ChangeList": [ - { - "Id": "b9c98ce4-20c9-48d8-9023-52bde6ceb89f", - "ApiChange": "Resource", - "ChangedApiName": "billingReconciliation", - "ChangeType": "Addition", - "Description": "Added the [billingReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billingreconciliation?view=graph-rest-beta) resource type.", - "Target": "billingReconciliation" - }, - { - "Id": "b9c98ce4-20c9-48d8-9023-52bde6ceb89f", - "ApiChange": "Resource", - "ChangedApiName": "billedReconciliation", - "ChangeType": "Addition", - "Description": "Added the [billedReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedreconciliation?view=graph-rest-beta) resource and a supported method.", - "Target": "billedReconciliation" - }, - { - "Id": "b9c98ce4-20c9-48d8-9023-52bde6ceb89f", - "ApiChange": "Relationship", - "ChangedApiName": "reconciliation", - "ChangeType": "Addition", - "Description": "Added the **reconciliation** relationship to the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-beta) resource.", - "Target": "billing" - } - ], - "Id": "b9c98ce4-20c9-48d8-9023-52bde6ceb89f", - "Cloud": "Prod", - "Version": "beta", - "CreatedDateTime": "2024-01-27T08:51:46.3920632Z", - "WorkloadArea": "Reports", - "SubArea": "Partner billing reports" - }, - { - "ChangeList": [ - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Enum type", - "ChangedApiName": "attributeSet", - "ChangeType": "Addition", - "Description": "Added the **attributeSet** enumeration type.", - "Target": "attributeSet" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Enum type", - "ChangedApiName": "billingPeriod", - "ChangeType": "Addition", - "Description": "Added the **billingPeriod** enumeration type.", - "Target": "billingPeriod" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "blob", - "ChangeType": "Addition", - "Description": "Added the [blob](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-blob?view=graph-rest-1.0) resource type.", - "Target": "blob" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "exportSuccessOperation", - "ChangeType": "Addition", - "Description": "Added the [exportSuccessOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-exportSuccessOperation?view=graph-rest-1.0) resource type.", - "Target": "exportSuccessOperation" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "failedOperation", - "ChangeType": "Addition", - "Description": "Added the [failedOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-failedOperation?view=graph-rest-1.0) resource type.", - "Target": "failedOperation" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "manifest", - "ChangeType": "Addition", - "Description": "Added the [manifest](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-manifest?view=graph-rest-1.0) resource and a supported method.", - "Target": "manifest" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "operation", - "ChangeType": "Addition", - "Description": "Added the [operation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-operation?view=graph-rest-1.0) resource and a supported method.", - "Target": "operation" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "runningOperation", - "ChangeType": "Addition", - "Description": "Added the [runningOperation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-runningOperation?view=graph-rest-1.0) resource type.", - "Target": "runningOperation" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "partners", - "ChangeType": "Addition", - "Description": "Added the [partners](https://learn.microsoft.com/en-us/graph/api/resources/partners?view=graph-rest-1.0) resource type.", - "Target": "partners" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "billing", - "ChangeType": "Addition", - "Description": "Added the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-1.0) resource type.", - "Target": "billing" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "azureUsage", - "ChangeType": "Addition", - "Description": "Added the [azureUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-azureUsage?view=graph-rest-1.0) resource type.", - "Target": "azureUsage" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "billedUsage", - "ChangeType": "Addition", - "Description": "Added the [billedUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedUsage?view=graph-rest-1.0) resource and a supported method.", - "Target": "billedUsage" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Resource", - "ChangedApiName": "unbilledUsage", - "ChangeType": "Addition", - "Description": "Added the [unbilledUsage](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-unbilledUsage?view=graph-rest-1.0) resource and a supported method.", - "Target": "unbilledUsage" - }, - { - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "ApiChange": "Relationship", - "ChangedApiName": "partners", - "ChangeType": "Addition", - "Description": "Added the **partners** relationship to the [reportRoot](https://learn.microsoft.com/en-us/graph/api/resources/reportRoot?view=graph-rest-1.0) resource.", - "Target": "reportRoot" - } - ], - "Id": "abf7f5a2-4842-4016-a573-08731f5cb362", - "Cloud": "Prod", - "Version": "v1.0", - "CreatedDateTime": "2024-01-31T08:51:46.3920632Z", - "WorkloadArea": "Reports", - "SubArea": "Partner billing reports" - }, - { - "ChangeList": [ - { - "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", - "ApiChange": "Resource", - "ChangedApiName": "billingReconciliation", - "ChangeType": "Addition", - "Description": "Added the [billingReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billingreconciliation?view=graph-rest-1.0) resource type.", - "Target": "billingReconciliation" - }, - { - "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", - "ApiChange": "Resource", - "ChangedApiName": "billedReconciliation", - "ChangeType": "Addition", - "Description": "Added the [billedReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedreconciliation?view=graph-rest-1.0) resource and a supported method.", - "Target": "billedReconciliation" - }, - { - "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", - "ApiChange": "Relationship", - "ChangedApiName": "reconciliation", - "ChangeType": "Addition", - "Description": "Added the **reconciliation** relationship to the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-1.0) resource.", - "Target": "billing" - }, - { - "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", - "ApiChange": "Method", - "ChangedApiName": "export", - "ChangeType": "Addition", - "Description": "Added the [export](https://learn.microsoft.com/en-us/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0) method to the [billedReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedreconciliation?view=graph-rest-1.0) resource.", - "Target": "billedReconciliation" - } - ], - "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", - "Cloud": "Prod", - "Version": "v1.0", - "CreatedDateTime": "2024-02-14T08:51:46.3920632Z", - "WorkloadArea": "Reports", - "SubArea": "Partner billing reports" - } - ] -} \ No newline at end of file + "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", + "ApiChange": "Method", + "ChangedApiName": "export", + "ChangeType": "Addition", + "Description": "Added the [export](https://learn.microsoft.com/en-us/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0) method to the [billedReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedreconciliation?view=graph-rest-1.0) resource.", + "Target": "billedReconciliation" + } + ], + "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", + "Cloud": "Prod", + "Version": "v1.0", + "CreatedDateTime": "2024-02-14T08:51:46.3920632Z", + "WorkloadArea": "Reports", + "SubArea": "Partner billing reports" + } + ] +} From 0820fe59b750d5ed96694867c34dcb380257bfb3 Mon Sep 17 00:00:00 2001 From: Yuyao Lian Date: Thu, 29 Feb 2024 16:45:09 -0800 Subject: [PATCH 231/259] update beta and v1 --- api-reference/beta/api/onlinemeeting-update.md | 3 ++- api-reference/v1.0/api/onlinemeeting-update.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/api/onlinemeeting-update.md b/api-reference/beta/api/onlinemeeting-update.md index 5d8380941f7..f05620a5ed0 100644 --- a/api-reference/beta/api/onlinemeeting-update.md +++ b/api-reference/beta/api/onlinemeeting-update.md @@ -66,11 +66,12 @@ The last column indicates whether updating this property will take effect for an | participants | [meetingParticipants](../resources/meetingparticipants.md) | The participants associated with the online meeting. Only attendees can be updated. | No | | isEntryExitAnnounced | Boolean | Whether or not to announce when callers join or leave. | Yes | | lobbyBypassSettings | [lobbyBypassSettings](../resources/lobbyBypassSettings.md) | Specifies which participants can bypass the meeting lobby. | Yes | -| allowedPresenters | onlineMeetingPresenters | Specifies who can be a presenter in a meeting. | Yes | +| allowedPresenters | onlineMeetingPresenters | Specifies who can be a presenter in a meeting. | Yes | | allowAttendeeToEnableCamera | Boolean | Indicates whether attendees can turn on their camera. | Yes | | allowAttendeeToEnableMic | Boolean | Indicates whether attendees can turn on their microphone. | Yes | | allowMeetingChat | meetingChatMode | Specifies the mode of meeting chat. | Yes | | allowTeamworkReactions | Boolean | Indicates whether Teams reactions are enabled for the meeting. | Yes | +| recordAutomatically | Boolean | Indicates whether to record the meeting automatically. | No | > [!NOTE] > diff --git a/api-reference/v1.0/api/onlinemeeting-update.md b/api-reference/v1.0/api/onlinemeeting-update.md index 7d1b5e3f6ea..d3b0b38bc2b 100644 --- a/api-reference/v1.0/api/onlinemeeting-update.md +++ b/api-reference/v1.0/api/onlinemeeting-update.md @@ -64,11 +64,12 @@ The last column indicates whether updating this property will take effect for an | participants | [meetingParticipants](../resources/meetingparticipants.md) | The participants associated with the online meeting. Only attendees can be updated. | No | | isEntryExitAnnounced | Boolean | Whether or not to announce when callers join or leave. | Yes | | lobbyBypassSettings | [lobbyBypassSettings](../resources/lobbyBypassSettings.md) | Specifies which participants can bypass the meeting lobby. | Yes | -| allowedPresenters | onlineMeetingPresenters | Specifies who can be a presenter in a meeting. | Yes | +| allowedPresenters | onlineMeetingPresenters | Specifies who can be a presenter in a meeting. | Yes | | allowAttendeeToEnableCamera | Boolean | Indicates whether attendees can turn on their camera. | Yes | | allowAttendeeToEnableMic | Boolean | Indicates whether attendees can turn on their microphone. | Yes | | allowMeetingChat | meetingChatMode | Specifies the mode of meeting chat. | Yes | | allowTeamworkReactions | Boolean | Indicates whether Teams reactions are enabled for the meeting. | Yes | +| recordAutomatically | Boolean | Indicates whether to record the meeting automatically. | No | > [!NOTE] > From 21440e2e7f04159a4ce73d04323b9b37883eb213 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 1 Mar 2024 17:19:22 +0100 Subject: [PATCH 232/259] Update Microsoft.Partner.Billing.json Edit. --- changelog/Microsoft.Partner.Billing.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/changelog/Microsoft.Partner.Billing.json b/changelog/Microsoft.Partner.Billing.json index e123a3e331d..47b8f871d2b 100644 --- a/changelog/Microsoft.Partner.Billing.json +++ b/changelog/Microsoft.Partner.Billing.json @@ -303,14 +303,6 @@ "ChangeType": "Addition", "Description": "Added the **reconciliation** relationship to the [billing](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billing?view=graph-rest-1.0) resource.", "Target": "billing" - }, - { - "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", - "ApiChange": "Method", - "ChangedApiName": "export", - "ChangeType": "Addition", - "Description": "Added the [export](https://learn.microsoft.com/en-us/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0) method to the [billedReconciliation](https://learn.microsoft.com/en-us/graph/api/resources/partners-billing-billedreconciliation?view=graph-rest-1.0) resource.", - "Target": "billedReconciliation" } ], "Id": "8b9489ef-dabc-47c9-982d-45afd83b4b1d", From 1e0ca3e890e46fe1bf77b30aba995ba54fd1d7b9 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 1 Mar 2024 17:24:23 +0100 Subject: [PATCH 233/259] Update whats-new-earlier.md Edit. --- concepts/whats-new-earlier.md | 77 +++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/concepts/whats-new-earlier.md b/concepts/whats-new-earlier.md index b22eb18f3ac..25f4115b1f2 100644 --- a/concepts/whats-new-earlier.md +++ b/concepts/whats-new-earlier.md @@ -9,6 +9,83 @@ ms.localizationpriority: medium Find information about previous additions and updates to Microsoft Graph APIs, documentation, SDKs, and other resources. +## January 2024: New and generally available + +### Device and app management | Cloud PC + +The [virtualEndpoint](/graph/api/resources/virtualendpoint) resource is generally available, laying the foundation for future Cloud PC updates to the `v1.0` path. + +### Education + +Use the **webURL** property to get the deep link URL of an [educationSubmission](/graph/api/resources/educationsubmission). + +### Identity and access | Governance + +Through the **attributes** property of the [accessPackageResource resource type](/graph/api/resources/accesspackageresource), you can now view details of the attributes that are collected from the requestor and sent to the resource application. + +### Reports | Partner billing reports + +The new partner billing API in Microsoft Graph offers Microsoft direct partners a faster, more efficient way to export their high-volume billed and unbilled Azure usage data. Partners can quickly create export operations, monitor their status, and retrieve manifests using the following APIs: + +- [billedUsage: export](/graph/api/partners-billing-billedusage-export) +- [unbilledUsage: export](/graph/api/partners-billing-unbilledusage-export) +- [Get operation](/graph/api/partners-billing-operation-get) +- [Get manifest](/graph/api/partners-billing-manifest-get) + +### Teamwork and communications | Calls and online meetings + +- Communications servers can publish [deltaParticipants](/graph/api/resources/deltaParticipants) notifications for the creation, update, or deletion of a [participant](/graph/api/resources/participant) in a [call](/graph/api/resources/call). For more information, see [JSON payload examples](/graph/api/application-post-calls#notification---roster) of notifications with delta roster disabled or enabled. +- Removed the **profilePhoto** property on [virtualEventPresenter](/graph/api/resources/virtualeventpresenter?view=graph-rest-beta&preserve-view=true) in favor of the **photo** property on [virtualEventPresenterDetails](/graph/api/resources/virtualeventpresenterdetails?view=graph-rest-beta&preserve-view=true). +- Use the **email** property on [communicationsGuestIdentity](/graph/api/resources/communicationsguestidentity?view=graph-rest-beta&preserve-view=true) to get access to the email address of a guest user. + +## January 2024: New in preview only + +### Applications + +For Azure AD Connect cloud sync scenarios, you can now specify organizational units and groups that are in scope of a [synchronizationRule](/graph/api/resources/synchronization-synchronizationrule?view=graph-rest-beta&preserve-view=true). For details, see the [related changelog section](https://developer.microsoft.com/en-us/graph/changelog/?search=d9c34227-2a99-49e5-ac9c-e8444f685ce5). + +### Device and app management | Cloud PC + +- Use the **errorMessage** property in the [cloudPcPartnerAgentInstallResult](/graph/api/resources/cloudpcpartneragentinstallresult) to access a detailed error message for instances where the installation of a partner agent on a Cloud PC fails. +- [Get the device recommendation reports for Cloud PCs](/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta&preserve-view=true), such as the usage category report. +- [Get the remote action status reports](/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta&preserve-view=true), including data such as the Cloud PC ID, Cloud PC device display name, action taken, and action state. + +The following properties are deprecated: + +- **recommendedSku** property on [cloudPcGalleryImage](/graph/api/resources/cloudpcgalleryimage?view=graph-rest-beta&preserve-view=true). +- **offer** and **offerDisplayName** properties on [cloudPcGalleryImage](/graph/api/resources/cloudpcgalleryimage?view=graph-rest-beta&preserve-view=true) in favor of the **offerName** property. +- **publisher** property on [cloudPcGalleryImage](/graph/api/resources/cloudpcgalleryimage?view=graph-rest-beta&preserve-view=true) in favor of the **publisherName** property. +- **sku** and **skuDisplayName** properties on [cloudPcGalleryImage](/graph/api/resources/cloudpcgalleryimage?view=graph-rest-beta&preserve-view=true) in favor of the **skuName** property. +- **statusDetails** property on [cloudPcDeviceImage](/graph/api/resources/cloudpcdeviceimage?view=graph-rest-beta&preserve-view=true) in favor of the **errorCode** property, to identify why an upload failed. The **errorCode** property is of type [cloudPcDeviceImageErrorCode](/graph/api/resources/cloudpcdeviceimage#cloudpcdeviceimageerrorcode-values?view=graph-rest-beta&preserve-view=true). +- **id** property on [cloudPcSourceDeviceImage](/graph/api/resources/cloudpcsourcedeviceimage?view=graph-rest-beta&preserve-view=true) in favor of the **resourceId** property, to get the fully qualified unique identifier of the source image resource in Azure. +- **windowsSettings** property on [cloudPcProvisioningPolicy](/graph/api/resources/cloudpcprovisioningpolicy?view=graph-rest-beta&preserve-view=true) in favor of the **windowsSetting** property. +- **type** property on [cloudPcDomainJoinConfiguration](/graph/api/resources/cloudpcdomainjoinconfiguration?view=graph-rest-beta&preserve-view=true) in favor of the **domainJoinType** property. +- **type** property on [microsoftManagedDesktop](/graph/api/resources/microsoftmanageddesktop?view=graph-rest-beta&preserve-view=true) in favor of the **managedType** property. +- **frequencyInHours** property on [cloudPcRestorePointSetting](/graph/api/resources/cloudpcrestorepointsetting?view=graph-rest-beta&preserve-view=true) in favor of the **frequencyType** property. + +### Identity and access | Governance + +- You can [refresh an access package resource request](/graph/api/accesspackageresource-refresh?view=graph-rest-beta&preserve-view=true) to fetch the latest information for an access package resource from the origin system. +- Added the **assignmentRequests** relationship to the **entitlementManagement** resource type and updated the API endpoints for the managing [access package assignment requests](/graph/api/resources/accesspackageassignmentrequest?view=graph-rest-beta&preserve-view=true) from `/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/` which will be retired soon to `/identityGovernance/entitlementManagement/assignmentRequests/`. Inspect the API paths in your code and update to the new request paths for the Create, Delete, Get, and List operations. + +### Identity and access | Identity and sign-in + +Added the [x509CertificateCombinationConfiguration resource type](/graph/api/resources/x509certificatecombinationconfiguration) as a new derived type for [authenticationCombinationConfiguration resource type](/graph/api/resources/authenticationcombinationconfiguration) which helps you set restrictions on specific types, modes, or versions of an authentication method used in an [authentication strength](/graph/api/resources/authenticationstrengths-overview). Previously, you could only restrict the allowed FIDO2 key types. The **x509CertificateCombinationConfiguration** type allows you to configure the list of allowed values for specific certificate properties. + +### Reports | Partner billing reports + +The new partner billing API in Microsoft Graph offers Microsoft direct partners a faster, more efficient way to export their high-volume billed and unbilled Azure usage data. Partners can quickly create export operations, monitor their status, and retrieve manifests using the following APIs: + +- [billedUsage: export](/graph/api/partners-billing-billedusage-export?view=graph-rest-beta&preserve-view=true) +- [unbilledUsage: export](/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta&preserve-view=true) +- [Get operation](/graph/api/partners-billing-operation-get?view=graph-rest-beta&preserve-view=true) +- [Get manifest](/graph/api/partners-billing-manifest-get?view=graph-rest-beta&preserve-view=true) + +### Users + +Added the [deletePasswordSingleSignOnCredentials](/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-beta&preserve-view=true) and [getPasswordSingleSignOnCredentials](/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta&preserve-view=true) methods to the [user](/graph/api/resources/user?view=graph-rest-beta&preserve-view=true) resource for deleting and retrieving the password-based single sign-on credentials for a user to a given service principal. + + ## December 2023: New and generally available ### Identity and access | Directory management From e095478796db17226e522541783ff6045bc8371c Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Fri, 1 Mar 2024 17:24:29 +0100 Subject: [PATCH 234/259] Update whats-new-overview.md Edit. --- concepts/whats-new-overview.md | 86 +++------------------------------- 1 file changed, 6 insertions(+), 80 deletions(-) diff --git a/concepts/whats-new-overview.md b/concepts/whats-new-overview.md index 92b6b9f5e99..6260ab734da 100644 --- a/concepts/whats-new-overview.md +++ b/concepts/whats-new-overview.md @@ -16,16 +16,18 @@ For details about previous updates to Microsoft Graph, see [Microsoft Graph what > [!IMPORTANT] > Features in _preview_ status are subject to change without notice, and might not be promoted to generally available (GA) status. Do not use preview features in production apps. +## March 2024: New and generally available + +### Reports | Partner billing reports + +Use the [billedReconciliation: export](/graph/api/partners-billing-billedreconciliation-export) API to access billed invoice reconciliation data. + ## February 2024: New and generally available ### Microsoft Graph Toolkit Microsoft Graph Toolkit v4 is now available. For details about changes in the latest release, see [Upgrade to the latest version of Microsoft Graph Toolkit](/graph/toolkit/upgrade). -### Reports | Partner billing reports - -Use the [billedReconciliation: export](/graph/api/partners-billing-billedreconciliation-export) API to access billed invoice reconciliation data. - ## February 2024: New in preview only ### Calendars @@ -64,82 +66,6 @@ Microsoft Teams custom meeting templates allow you to specify values for many of - Added the **isCrossLocationShiftRequestApprovalRequired** and **isCrossLocationShiftsEnabled** properties on [schedule](/graph/api/resources/schedule?view=graph-rest-beta&preserve-view=true) to support two cross location scenarios. - Added the ability to [get](/graph/api/shiftsroledefinition-get) and [update](/graph/api/shiftsroledefinition-update) front-line managers' capabilities in a Shifts schedule. -## January 2024: New and generally available - -### Device and app management | Cloud PC - -The [virtualEndpoint](/graph/api/resources/virtualendpoint) resource is generally available, laying the foundation for future Cloud PC updates to the `v1.0` path. - -### Education - -Use the **webURL** property to get the deep link URL of an [educationSubmission](/graph/api/resources/educationsubmission). - -### Identity and access | Governance - -Through the **attributes** property of the [accessPackageResource resource type](/graph/api/resources/accesspackageresource), you can now view details of the attributes that are collected from the requestor and sent to the resource application. - -### Reports | Partner billing reports - -The new partner billing API in Microsoft Graph offers Microsoft direct partners a faster, more efficient way to export their high-volume billed and unbilled Azure usage data. Partners can quickly create export operations, monitor their status, and retrieve manifests using the following APIs: - -- [billedUsage: export](/graph/api/partners-billing-billedusage-export) -- [unbilledUsage: export](/graph/api/partners-billing-unbilledusage-export) -- [Get operation](/graph/api/partners-billing-operation-get) -- [Get manifest](/graph/api/partners-billing-manifest-get) - -### Teamwork and communications | Calls and online meetings - -- Communications servers can publish [deltaParticipants](/graph/api/resources/deltaParticipants) notifications for the creation, update, or deletion of a [participant](/graph/api/resources/participant) in a [call](/graph/api/resources/call). For more information, see [JSON payload examples](/graph/api/application-post-calls#notification---roster) of notifications with delta roster disabled or enabled. -- Removed the **profilePhoto** property on [virtualEventPresenter](/graph/api/resources/virtualeventpresenter?view=graph-rest-beta&preserve-view=true) in favor of the **photo** property on [virtualEventPresenterDetails](/graph/api/resources/virtualeventpresenterdetails?view=graph-rest-beta&preserve-view=true). -- Use the **email** property on [communicationsGuestIdentity](/graph/api/resources/communicationsguestidentity?view=graph-rest-beta&preserve-view=true) to get access to the email address of a guest user. - -## January 2024: New in preview only - -### Applications - -For Azure AD Connect cloud sync scenarios, you can now specify organizational units and groups that are in scope of a [synchronizationRule](/graph/api/resources/synchronization-synchronizationrule?view=graph-rest-beta&preserve-view=true). For details, see the [related changelog section](https://developer.microsoft.com/en-us/graph/changelog/?search=d9c34227-2a99-49e5-ac9c-e8444f685ce5). - -### Device and app management | Cloud PC - -- Use the **errorMessage** property in the [cloudPcPartnerAgentInstallResult](/graph/api/resources/cloudpcpartneragentinstallresult) to access a detailed error message for instances where the installation of a partner agent on a Cloud PC fails. -- [Get the device recommendation reports for Cloud PCs](/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta&preserve-view=true), such as the usage category report. -- [Get the remote action status reports](/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta&preserve-view=true), including data such as the Cloud PC ID, Cloud PC device display name, action taken, and action state. - -The following properties are deprecated: - -- **recommendedSku** property on [cloudPcGalleryImage](/graph/api/resources/cloudpcgalleryimage?view=graph-rest-beta&preserve-view=true). -- **offer** and **offerDisplayName** properties on [cloudPcGalleryImage](/graph/api/resources/cloudpcgalleryimage?view=graph-rest-beta&preserve-view=true) in favor of the **offerName** property. -- **publisher** property on [cloudPcGalleryImage](/graph/api/resources/cloudpcgalleryimage?view=graph-rest-beta&preserve-view=true) in favor of the **publisherName** property. -- **sku** and **skuDisplayName** properties on [cloudPcGalleryImage](/graph/api/resources/cloudpcgalleryimage?view=graph-rest-beta&preserve-view=true) in favor of the **skuName** property. -- **statusDetails** property on [cloudPcDeviceImage](/graph/api/resources/cloudpcdeviceimage?view=graph-rest-beta&preserve-view=true) in favor of the **errorCode** property, to identify why an upload failed. The **errorCode** property is of type [cloudPcDeviceImageErrorCode](/graph/api/resources/cloudpcdeviceimage#cloudpcdeviceimageerrorcode-values?view=graph-rest-beta&preserve-view=true). -- **id** property on [cloudPcSourceDeviceImage](/graph/api/resources/cloudpcsourcedeviceimage?view=graph-rest-beta&preserve-view=true) in favor of the **resourceId** property, to get the fully qualified unique identifier of the source image resource in Azure. -- **windowsSettings** property on [cloudPcProvisioningPolicy](/graph/api/resources/cloudpcprovisioningpolicy?view=graph-rest-beta&preserve-view=true) in favor of the **windowsSetting** property. -- **type** property on [cloudPcDomainJoinConfiguration](/graph/api/resources/cloudpcdomainjoinconfiguration?view=graph-rest-beta&preserve-view=true) in favor of the **domainJoinType** property. -- **type** property on [microsoftManagedDesktop](/graph/api/resources/microsoftmanageddesktop?view=graph-rest-beta&preserve-view=true) in favor of the **managedType** property. -- **frequencyInHours** property on [cloudPcRestorePointSetting](/graph/api/resources/cloudpcrestorepointsetting?view=graph-rest-beta&preserve-view=true) in favor of the **frequencyType** property. - -### Identity and access | Governance - -- You can [refresh an access package resource request](/graph/api/accesspackageresource-refresh?view=graph-rest-beta&preserve-view=true) to fetch the latest information for an access package resource from the origin system. -- Added the **assignmentRequests** relationship to the **entitlementManagement** resource type and updated the API endpoints for the managing [access package assignment requests](/graph/api/resources/accesspackageassignmentrequest?view=graph-rest-beta&preserve-view=true) from `/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/` which will be retired soon to `/identityGovernance/entitlementManagement/assignmentRequests/`. Inspect the API paths in your code and update to the new request paths for the Create, Delete, Get, and List operations. - -### Identity and access | Identity and sign-in - -Added the [x509CertificateCombinationConfiguration resource type](/graph/api/resources/x509certificatecombinationconfiguration) as a new derived type for [authenticationCombinationConfiguration resource type](/graph/api/resources/authenticationcombinationconfiguration) which helps you set restrictions on specific types, modes, or versions of an authentication method used in an [authentication strength](/graph/api/resources/authenticationstrengths-overview). Previously, you could only restrict the allowed FIDO2 key types. The **x509CertificateCombinationConfiguration** type allows you to configure the list of allowed values for specific certificate properties. - -### Reports | Partner billing reports - -The new partner billing API in Microsoft Graph offers Microsoft direct partners a faster, more efficient way to export their high-volume billed and unbilled Azure usage data. Partners can quickly create export operations, monitor their status, and retrieve manifests using the following APIs: - -- [billedUsage: export](/graph/api/partners-billing-billedusage-export?view=graph-rest-beta&preserve-view=true) -- [unbilledUsage: export](/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta&preserve-view=true) -- [Get operation](/graph/api/partners-billing-operation-get?view=graph-rest-beta&preserve-view=true) -- [Get manifest](/graph/api/partners-billing-manifest-get?view=graph-rest-beta&preserve-view=true) - -### Users - -Added the [deletePasswordSingleSignOnCredentials](/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-beta&preserve-view=true) and [getPasswordSingleSignOnCredentials](/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta&preserve-view=true) methods to the [user](/graph/api/resources/user?view=graph-rest-beta&preserve-view=true) resource for deleting and retrieving the password-based single sign-on credentials for a user to a given service principal. - ## Contribute to Microsoft Graph From 2bce266869628722be6e87c726594bbfa9975bb1 Mon Sep 17 00:00:00 2001 From: Yuyao Lian Date: Mon, 4 Mar 2024 11:03:10 -0800 Subject: [PATCH 235/259] add important tag --- api-reference/beta/api/onlinemeeting-delete.md | 5 +++-- api-reference/v1.0/api/onlinemeeting-delete.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/api-reference/beta/api/onlinemeeting-delete.md b/api-reference/beta/api/onlinemeeting-delete.md index a150eb1bf6e..09ab0096da9 100644 --- a/api-reference/beta/api/onlinemeeting-delete.md +++ b/api-reference/beta/api/onlinemeeting-delete.md @@ -23,9 +23,10 @@ Delete an [onlineMeeting](../resources/onlinemeeting.md) object. | :------------------------------------- | :------------------------------------------ | | Delegated (work or school account) | OnlineMeetings.ReadWrite | | Delegated (personal Microsoft account) | Not supported. | -| Application | OnlineMeetings.ReadWrite.All* | +| Application | OnlineMeetings.ReadWrite.All | -To use application permission for this API, tenant administrators must create an [application access policy](/graph/cloud-communication-online-meeting-application-access-policy) and grant it to a user to authorize the app configured in the policy to delete online meetings on behalf of that user (with user ID specified in the request path). +> [!IMPORTANT] +> To use application permission for this API, tenant administrators must create an [application access policy](/graph/cloud-communication-online-meeting-application-access-policy) and grant it to a user to authorize the app configured in the policy to delete online meetings on behalf of that user (with user ID specified in the request path). ## HTTP request diff --git a/api-reference/v1.0/api/onlinemeeting-delete.md b/api-reference/v1.0/api/onlinemeeting-delete.md index fe9c516155a..6849f3bbcac 100644 --- a/api-reference/v1.0/api/onlinemeeting-delete.md +++ b/api-reference/v1.0/api/onlinemeeting-delete.md @@ -21,9 +21,10 @@ Delete an [onlineMeeting](../resources/onlinemeeting.md) object. | :-------------- | :----------------------------------------------------------- | | Delegated (work or school account) | OnlineMeetings.ReadWrite | | Delegated (personal Microsoft account) | Not supported. | -| Application | OnlineMeetings.ReadWrite.All* | +| Application | OnlineMeetings.ReadWrite.All | -To use application permission for this API, tenant administrators must create an [application access policy](/graph/cloud-communication-online-meeting-application-access-policy) and grant it to a user to authorize the app configured in the policy to delete online meetings on behalf of that user (with user ID specified in the request path). +> [!IMPORTANT] +> To use application permission for this API, tenant administrators must create an [application access policy](/graph/cloud-communication-online-meeting-application-access-policy) and grant it to a user to authorize the app configured in the policy to delete online meetings on behalf of that user (with user ID specified in the request path). ## HTTP request To get an **onlineMeeting** using the meeting ID with delegated (`/me`) and app (`/users/{userId}`) permission: From 44ea4dff06e4dff2d3b5f5b39b9f2b0259d24b55 Mon Sep 17 00:00:00 2001 From: Faith Moraa Ombongi Date: Tue, 5 Mar 2024 10:25:23 +0300 Subject: [PATCH 236/259] Add what's new in Identity March 2024 --- concepts/whats-new-overview.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/concepts/whats-new-overview.md b/concepts/whats-new-overview.md index 07227f543c4..c27a64ba4de 100644 --- a/concepts/whats-new-overview.md +++ b/concepts/whats-new-overview.md @@ -16,6 +16,12 @@ For details about previous updates to Microsoft Graph, see [Microsoft Graph what > [!IMPORTANT] > Features in _preview_ status are subject to change without notice, and might not be promoted to generally available (GA) status. Do not use preview features in production apps. +## March 2024: New in preview only + +### Identity and access | Identity and sign-in + +Use the [federatedTokenValidationPolicy resource type](/graph/api/resources/federatedtokenvalidationpolicy?view=graph-rest-beta&preserve-view=true) and its associated methods to control enabling or disabling validation of federation authentication tokens. When enabled, Microsoft Entra ID rejects an authentication request if the on-premises federated account and the mapped Microsoft Entra ID account's root domain don't match. + ## February 2024: New and generally available ### Microsoft Graph Toolkit From 50dee0b0172ee89722a7e83a7195780312d8bbda Mon Sep 17 00:00:00 2001 From: Faith Moraa Ombongi Date: Tue, 5 Mar 2024 12:26:56 +0300 Subject: [PATCH 237/259] Move January to what's new earlier --- concepts/whats-new-earlier.md | 76 +++++++++++++++++++++++++++++++++ concepts/whats-new-overview.md | 77 ---------------------------------- 2 files changed, 76 insertions(+), 77 deletions(-) diff --git a/concepts/whats-new-earlier.md b/concepts/whats-new-earlier.md index b22eb18f3ac..21f788e7aea 100644 --- a/concepts/whats-new-earlier.md +++ b/concepts/whats-new-earlier.md @@ -9,6 +9,82 @@ ms.localizationpriority: medium Find information about previous additions and updates to Microsoft Graph APIs, documentation, SDKs, and other resources. +## January 2024: New and generally available + +### Device and app management | Cloud PC + +The [virtualEndpoint](/graph/api/resources/virtualendpoint) resource is generally available, laying the foundation for future Cloud PC updates to the `v1.0` path. + +### Education + +Use the **webURL** property to get the deep link URL of an [educationSubmission](/graph/api/resources/educationsubmission). + +### Identity and access | Governance + +Through the **attributes** property of the [accessPackageResource resource type](/graph/api/resources/accesspackageresource), you can now view details of the attributes that are collected from the requestor and sent to the resource application. + +### Reports | Partner billing reports + +The new partner billing API in Microsoft Graph offers Microsoft direct partners a faster, more efficient way to export their high-volume billed and unbilled Azure usage data. Partners can quickly create export operations, monitor their status, and retrieve manifests using the following APIs: + +- [billedUsage: export](/graph/api/partners-billing-billedusage-export) +- [unbilledUsage: export](/graph/api/partners-billing-unbilledusage-export) +- [Get operation](/graph/api/partners-billing-operation-get) +- [Get manifest](/graph/api/partners-billing-manifest-get) + +### Teamwork and communications | Calls and online meetings + +- Communications servers can publish [deltaParticipants](/graph/api/resources/deltaParticipants) notifications for the creation, update, or deletion of a [participant](/graph/api/resources/participant) in a [call](/graph/api/resources/call). For more information, see [JSON payload examples](/graph/api/application-post-calls#notification---roster) of notifications with delta roster disabled or enabled. +- Removed the **profilePhoto** property on [virtualEventPresenter](/graph/api/resources/virtualeventpresenter?view=graph-rest-beta&preserve-view=true) in favor of the **photo** property on [virtualEventPresenterDetails](/graph/api/resources/virtualeventpresenterdetails?view=graph-rest-beta&preserve-view=true). +- Use the **email** property on [communicationsGuestIdentity](/graph/api/resources/communicationsguestidentity?view=graph-rest-beta&preserve-view=true) to get access to the email address of a guest user. + +## January 2024: New in preview only + +### Applications + +For Azure AD Connect cloud sync scenarios, you can now specify organizational units and groups that are in scope of a [synchronizationRule](/graph/api/resources/synchronization-synchronizationrule?view=graph-rest-beta&preserve-view=true). For details, see the [related changelog section](https://developer.microsoft.com/en-us/graph/changelog/?search=d9c34227-2a99-49e5-ac9c-e8444f685ce5). + +### Device and app management | Cloud PC + +- Use the **errorMessage** property in the [cloudPcPartnerAgentInstallResult](/graph/api/resources/cloudpcpartneragentinstallresult) to access a detailed error message for instances where the installation of a partner agent on a Cloud PC fails. +- [Get the device recommendation reports for Cloud PCs](/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta&preserve-view=true), such as the usage category report. +- [Get the remote action status reports](/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta&preserve-view=true), including data such as the Cloud PC ID, Cloud PC device display name, action taken, and action state. + +The following properties are deprecated: + +- **recommendedSku** property on [cloudPcGalleryImage](/graph/api/resources/cloudpcgalleryimage?view=graph-rest-beta&preserve-view=true). +- **offer** and **offerDisplayName** properties on [cloudPcGalleryImage](/graph/api/resources/cloudpcgalleryimage?view=graph-rest-beta&preserve-view=true) in favor of the **offerName** property. +- **publisher** property on [cloudPcGalleryImage](/graph/api/resources/cloudpcgalleryimage?view=graph-rest-beta&preserve-view=true) in favor of the **publisherName** property. +- **sku** and **skuDisplayName** properties on [cloudPcGalleryImage](/graph/api/resources/cloudpcgalleryimage?view=graph-rest-beta&preserve-view=true) in favor of the **skuName** property. +- **statusDetails** property on [cloudPcDeviceImage](/graph/api/resources/cloudpcdeviceimage?view=graph-rest-beta&preserve-view=true) in favor of the **errorCode** property, to identify why an upload failed. The **errorCode** property is of type [cloudPcDeviceImageErrorCode](/graph/api/resources/cloudpcdeviceimage#cloudpcdeviceimageerrorcode-values?view=graph-rest-beta&preserve-view=true). +- **id** property on [cloudPcSourceDeviceImage](/graph/api/resources/cloudpcsourcedeviceimage?view=graph-rest-beta&preserve-view=true) in favor of the **resourceId** property, to get the fully qualified unique identifier of the source image resource in Azure. +- **windowsSettings** property on [cloudPcProvisioningPolicy](/graph/api/resources/cloudpcprovisioningpolicy?view=graph-rest-beta&preserve-view=true) in favor of the **windowsSetting** property. +- **type** property on [cloudPcDomainJoinConfiguration](/graph/api/resources/cloudpcdomainjoinconfiguration?view=graph-rest-beta&preserve-view=true) in favor of the **domainJoinType** property. +- **type** property on [microsoftManagedDesktop](/graph/api/resources/microsoftmanageddesktop?view=graph-rest-beta&preserve-view=true) in favor of the **managedType** property. +- **frequencyInHours** property on [cloudPcRestorePointSetting](/graph/api/resources/cloudpcrestorepointsetting?view=graph-rest-beta&preserve-view=true) in favor of the **frequencyType** property. + +### Identity and access | Governance + +- You can [refresh an access package resource request](/graph/api/accesspackageresource-refresh?view=graph-rest-beta&preserve-view=true) to fetch the latest information for an access package resource from the origin system. +- Added the **assignmentRequests** relationship to the **entitlementManagement** resource type and updated the API endpoints for the managing [access package assignment requests](/graph/api/resources/accesspackageassignmentrequest?view=graph-rest-beta&preserve-view=true) from `/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/` which will be retired soon to `/identityGovernance/entitlementManagement/assignmentRequests/`. Inspect the API paths in your code and update to the new request paths for the Create, Delete, Get, and List operations. + +### Identity and access | Identity and sign-in + +Added the [x509CertificateCombinationConfiguration resource type](/graph/api/resources/x509certificatecombinationconfiguration) as a new derived type for [authenticationCombinationConfiguration resource type](/graph/api/resources/authenticationcombinationconfiguration) which helps you set restrictions on specific types, modes, or versions of an authentication method used in an [authentication strength](/graph/api/resources/authenticationstrengths-overview). Previously, you could only restrict the allowed FIDO2 key types. The **x509CertificateCombinationConfiguration** type allows you to configure the list of allowed values for specific certificate properties. + +### Reports | Partner billing reports + +The new partner billing API in Microsoft Graph offers Microsoft direct partners a faster, more efficient way to export their high-volume billed and unbilled Azure usage data. Partners can quickly create export operations, monitor their status, and retrieve manifests using the following APIs: + +- [billedUsage: export](/graph/api/partners-billing-billedusage-export?view=graph-rest-beta&preserve-view=true) +- [unbilledUsage: export](/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta&preserve-view=true) +- [Get operation](/graph/api/partners-billing-operation-get?view=graph-rest-beta&preserve-view=true) +- [Get manifest](/graph/api/partners-billing-manifest-get?view=graph-rest-beta&preserve-view=true) + +### Users + +Added the [deletePasswordSingleSignOnCredentials](/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-beta&preserve-view=true) and [getPasswordSingleSignOnCredentials](/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta&preserve-view=true) methods to the [user](/graph/api/resources/user?view=graph-rest-beta&preserve-view=true) resource for deleting and retrieving the password-based single sign-on credentials for a user to a given service principal. + ## December 2023: New and generally available ### Identity and access | Directory management diff --git a/concepts/whats-new-overview.md b/concepts/whats-new-overview.md index c27a64ba4de..70eb838f17a 100644 --- a/concepts/whats-new-overview.md +++ b/concepts/whats-new-overview.md @@ -77,83 +77,6 @@ Microsoft Teams custom meeting templates allow you to specify values for many of - Added the **isCrossLocationShiftRequestApprovalRequired** and **isCrossLocationShiftsEnabled** properties on [schedule](/graph/api/resources/schedule?view=graph-rest-beta&preserve-view=true) to support two cross location scenarios. - Added the ability to [get](/graph/api/shiftsroledefinition-get) and [update](/graph/api/shiftsroledefinition-update) frontline managers' capabilities in a Shifts schedule. -## January 2024: New and generally available - -### Device and app management | Cloud PC - -The [virtualEndpoint](/graph/api/resources/virtualendpoint) resource is generally available, laying the foundation for future Cloud PC updates to the `v1.0` path. - -### Education - -Use the **webURL** property to get the deep link URL of an [educationSubmission](/graph/api/resources/educationsubmission). - -### Identity and access | Governance - -Through the **attributes** property of the [accessPackageResource resource type](/graph/api/resources/accesspackageresource), you can now view details of the attributes that are collected from the requestor and sent to the resource application. - -### Reports | Partner billing reports - -The new partner billing API in Microsoft Graph offers Microsoft direct partners a faster, more efficient way to export their high-volume billed and unbilled Azure usage data. Partners can quickly create export operations, monitor their status, and retrieve manifests using the following APIs: - -- [billedUsage: export](/graph/api/partners-billing-billedusage-export) -- [unbilledUsage: export](/graph/api/partners-billing-unbilledusage-export) -- [Get operation](/graph/api/partners-billing-operation-get) -- [Get manifest](/graph/api/partners-billing-manifest-get) - -### Teamwork and communications | Calls and online meetings - -- Communications servers can publish [deltaParticipants](/graph/api/resources/deltaParticipants) notifications for the creation, update, or deletion of a [participant](/graph/api/resources/participant) in a [call](/graph/api/resources/call). For more information, see [JSON payload examples](/graph/api/application-post-calls#notification---roster) of notifications with delta roster disabled or enabled. -- Removed the **profilePhoto** property on [virtualEventPresenter](/graph/api/resources/virtualeventpresenter?view=graph-rest-beta&preserve-view=true) in favor of the **photo** property on [virtualEventPresenterDetails](/graph/api/resources/virtualeventpresenterdetails?view=graph-rest-beta&preserve-view=true). -- Use the **email** property on [communicationsGuestIdentity](/graph/api/resources/communicationsguestidentity?view=graph-rest-beta&preserve-view=true) to get access to the email address of a guest user. - -## January 2024: New in preview only - -### Applications - -For Azure AD Connect cloud sync scenarios, you can now specify organizational units and groups that are in scope of a [synchronizationRule](/graph/api/resources/synchronization-synchronizationrule?view=graph-rest-beta&preserve-view=true). For details, see the [related changelog section](https://developer.microsoft.com/en-us/graph/changelog/?search=d9c34227-2a99-49e5-ac9c-e8444f685ce5). - -### Device and app management | Cloud PC - -- Use the **errorMessage** property in the [cloudPcPartnerAgentInstallResult](/graph/api/resources/cloudpcpartneragentinstallresult) to access a detailed error message for instances where the installation of a partner agent on a Cloud PC fails. -- [Get the device recommendation reports for Cloud PCs](/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta&preserve-view=true), such as the usage category report. -- [Get the remote action status reports](/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta&preserve-view=true), including data such as the Cloud PC ID, Cloud PC device display name, action taken, and action state. - -The following properties are deprecated: - -- **recommendedSku** property on [cloudPcGalleryImage](/graph/api/resources/cloudpcgalleryimage?view=graph-rest-beta&preserve-view=true). -- **offer** and **offerDisplayName** properties on [cloudPcGalleryImage](/graph/api/resources/cloudpcgalleryimage?view=graph-rest-beta&preserve-view=true) in favor of the **offerName** property. -- **publisher** property on [cloudPcGalleryImage](/graph/api/resources/cloudpcgalleryimage?view=graph-rest-beta&preserve-view=true) in favor of the **publisherName** property. -- **sku** and **skuDisplayName** properties on [cloudPcGalleryImage](/graph/api/resources/cloudpcgalleryimage?view=graph-rest-beta&preserve-view=true) in favor of the **skuName** property. -- **statusDetails** property on [cloudPcDeviceImage](/graph/api/resources/cloudpcdeviceimage?view=graph-rest-beta&preserve-view=true) in favor of the **errorCode** property, to identify why an upload failed. The **errorCode** property is of type [cloudPcDeviceImageErrorCode](/graph/api/resources/cloudpcdeviceimage#cloudpcdeviceimageerrorcode-values?view=graph-rest-beta&preserve-view=true). -- **id** property on [cloudPcSourceDeviceImage](/graph/api/resources/cloudpcsourcedeviceimage?view=graph-rest-beta&preserve-view=true) in favor of the **resourceId** property, to get the fully qualified unique identifier of the source image resource in Azure. -- **windowsSettings** property on [cloudPcProvisioningPolicy](/graph/api/resources/cloudpcprovisioningpolicy?view=graph-rest-beta&preserve-view=true) in favor of the **windowsSetting** property. -- **type** property on [cloudPcDomainJoinConfiguration](/graph/api/resources/cloudpcdomainjoinconfiguration?view=graph-rest-beta&preserve-view=true) in favor of the **domainJoinType** property. -- **type** property on [microsoftManagedDesktop](/graph/api/resources/microsoftmanageddesktop?view=graph-rest-beta&preserve-view=true) in favor of the **managedType** property. -- **frequencyInHours** property on [cloudPcRestorePointSetting](/graph/api/resources/cloudpcrestorepointsetting?view=graph-rest-beta&preserve-view=true) in favor of the **frequencyType** property. - -### Identity and access | Governance - -- You can [refresh an access package resource request](/graph/api/accesspackageresource-refresh?view=graph-rest-beta&preserve-view=true) to fetch the latest information for an access package resource from the origin system. -- Added the **assignmentRequests** relationship to the **entitlementManagement** resource type and updated the API endpoints for the managing [access package assignment requests](/graph/api/resources/accesspackageassignmentrequest?view=graph-rest-beta&preserve-view=true) from `/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/` which will be retired soon to `/identityGovernance/entitlementManagement/assignmentRequests/`. Inspect the API paths in your code and update to the new request paths for the Create, Delete, Get, and List operations. - -### Identity and access | Identity and sign-in - -Added the [x509CertificateCombinationConfiguration resource type](/graph/api/resources/x509certificatecombinationconfiguration) as a new derived type for [authenticationCombinationConfiguration resource type](/graph/api/resources/authenticationcombinationconfiguration) which helps you set restrictions on specific types, modes, or versions of an authentication method used in an [authentication strength](/graph/api/resources/authenticationstrengths-overview). Previously, you could only restrict the allowed FIDO2 key types. The **x509CertificateCombinationConfiguration** type allows you to configure the list of allowed values for specific certificate properties. - -### Reports | Partner billing reports - -The new partner billing API in Microsoft Graph offers Microsoft direct partners a faster, more efficient way to export their high-volume billed and unbilled Azure usage data. Partners can quickly create export operations, monitor their status, and retrieve manifests using the following APIs: - -- [billedUsage: export](/graph/api/partners-billing-billedusage-export?view=graph-rest-beta&preserve-view=true) -- [unbilledUsage: export](/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta&preserve-view=true) -- [Get operation](/graph/api/partners-billing-operation-get?view=graph-rest-beta&preserve-view=true) -- [Get manifest](/graph/api/partners-billing-manifest-get?view=graph-rest-beta&preserve-view=true) - -### Users - -Added the [deletePasswordSingleSignOnCredentials](/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-beta&preserve-view=true) and [getPasswordSingleSignOnCredentials](/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta&preserve-view=true) methods to the [user](/graph/api/resources/user?view=graph-rest-beta&preserve-view=true) resource for deleting and retrieving the password-based single sign-on credentials for a user to a given service principal. - - ## Contribute to Microsoft Graph Are there scenarios you'd like Microsoft Graph to support? From fcbc042cb3de1e98e1b02bfac974d22b4cdc0bb7 Mon Sep 17 00:00:00 2001 From: Faith Moraa Ombongi Date: Tue, 5 Mar 2024 12:41:05 +0300 Subject: [PATCH 238/259] shorten description --- concepts/whats-new-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/whats-new-overview.md b/concepts/whats-new-overview.md index 70eb838f17a..be38e425845 100644 --- a/concepts/whats-new-overview.md +++ b/concepts/whats-new-overview.md @@ -20,7 +20,7 @@ For details about previous updates to Microsoft Graph, see [Microsoft Graph what ### Identity and access | Identity and sign-in -Use the [federatedTokenValidationPolicy resource type](/graph/api/resources/federatedtokenvalidationpolicy?view=graph-rest-beta&preserve-view=true) and its associated methods to control enabling or disabling validation of federation authentication tokens. When enabled, Microsoft Entra ID rejects an authentication request if the on-premises federated account and the mapped Microsoft Entra ID account's root domain don't match. +Use the [federatedTokenValidationPolicy resource type](/graph/api/resources/federatedtokenvalidationpolicy?view=graph-rest-beta&preserve-view=true) and its associated methods to manage whether Microsoft Entra ID validates federation authentication tokens. ## February 2024: New and generally available From fe25aaf4354840aa34cfd12fa1efa268d8b5868a Mon Sep 17 00:00:00 2001 From: Faith Moraa Ombongi Date: Tue, 5 Mar 2024 13:23:57 +0300 Subject: [PATCH 239/259] Pass 1 --- api-reference/beta/toc.yml | 92 ++++++++++++++------------------------ api-reference/v1.0/toc.yml | 1 - concepts/toc.yml | 1 - 3 files changed, 34 insertions(+), 60 deletions(-) diff --git a/api-reference/beta/toc.yml b/api-reference/beta/toc.yml index 0f2263ee2b4..52242620fbf 100644 --- a/api-reference/beta/toc.yml +++ b/api-reference/beta/toc.yml @@ -793,30 +793,6 @@ items: href: api/application-delete-owners.md - name: Policies items: - - name: Remote desktop security configuration policy - href: resources/remotedesktopsecurityconfiguration.md - items: - - name: Create - href: api/serviceprincipal-post-remotedesktopsecurityconfiguration.md - - name: Get - href: api/remotedesktopsecurityconfiguration-get.md - - name: Update - href: api/remotedesktopsecurityconfiguration-update.md - - name: Delete - href: api/serviceprincipal-delete-remotedesktopsecurityconfiguration.md - - name: Target device groups - href: resources/targetdevicegroup.md - items: - - name: List - href: api/remotedesktopsecurityconfiguration-list-targetdevicegroups.md - - name: Create - href: api/remotedesktopsecurityconfiguration-post-targetdevicegroups.md - - name: Get - href: api/targetdevicegroup-get.md - - name: Update - href: api/targetdevicegroup-update.md - - name: Delete - href: api/remotedesktopsecurityconfiguration-delete-targetdevicegroups.md - name: Token issuance policy href: resources/tokenissuancepolicy.md items: @@ -1049,6 +1025,40 @@ items: href: api/serviceprincipal-list-homerealmdiscoverypolicies.md - name: Remove href: api/serviceprincipal-delete-homerealmdiscoverypolicies.md + - name: Password-based SSO credentials + items: + - name: Create + href: api/serviceprincipal-createpasswordsinglesignoncredentials.md + - name: Get + href: api/serviceprincipal-getpasswordsinglesignoncredentials.md + - name: Update + href: api/serviceprincipal-updatepasswordsinglesignoncredentials.md + - name: Delete + href: api/serviceprincipal-deletepasswordsinglesignoncredentials.md + - name: Remote desktop security configuration policy + href: resources/remotedesktopsecurityconfiguration.md + items: + - name: Create + href: api/serviceprincipal-post-remotedesktopsecurityconfiguration.md + - name: Get + href: api/remotedesktopsecurityconfiguration-get.md + - name: Update + href: api/remotedesktopsecurityconfiguration-update.md + - name: Delete + href: api/serviceprincipal-delete-remotedesktopsecurityconfiguration.md + - name: Target device groups + href: resources/targetdevicegroup.md + items: + - name: List + href: api/remotedesktopsecurityconfiguration-list-targetdevicegroups.md + - name: Create + href: api/remotedesktopsecurityconfiguration-post-targetdevicegroups.md + - name: Get + href: api/targetdevicegroup-get.md + - name: Update + href: api/targetdevicegroup-update.md + - name: Delete + href: api/remotedesktopsecurityconfiguration-delete-targetdevicegroups.md - name: Token issuance policy href: resources/tokenissuancepolicy.md items: @@ -1067,16 +1077,6 @@ items: href: api/serviceprincipal-list-tokenlifetimepolicies.md - name: Remove href: api/serviceprincipal-delete-tokenlifetimepolicies.md - - name: Single sign on - items: - - name: Create password single sign on credentials - href: api/serviceprincipal-createpasswordsinglesignoncredentials.md - - name: Get password single sign on credentials - href: api/serviceprincipal-getpasswordsinglesignoncredentials.md - - name: Update password single sign on credentials - href: api/serviceprincipal-updatepasswordsinglesignoncredentials.md - - name: Delete password single sign on credentials - href: api/serviceprincipal-deletepasswordsinglesignoncredentials.md - name: Synchronization items: - name: Overview @@ -13834,30 +13834,6 @@ items: href: api/permissiongrantpreapprovalpolicy-update.md - name: Delete href: api/permissiongrantpreapprovalpolicy-delete.md - - name: Remote desktop security configuration policy - href: resources/remotedesktopsecurityconfiguration.md - items: - - name: Create - href: api/serviceprincipal-post-remotedesktopsecurityconfiguration.md - - name: Get - href: api/remotedesktopsecurityconfiguration-get.md - - name: Update - href: api/remotedesktopsecurityconfiguration-update.md - - name: Delete - href: api/serviceprincipal-delete-remotedesktopsecurityconfiguration.md - - name: Target device groups - href: resources/targetdevicegroup.md - items: - - name: List - href: api/remotedesktopsecurityconfiguration-list-targetdevicegroups.md - - name: Create - href: api/remotedesktopsecurityconfiguration-post-targetdevicegroups.md - - name: Get - href: api/targetdevicegroup-get.md - - name: Update - href: api/targetdevicegroup-update.md - - name: Delete - href: api/remotedesktopsecurityconfiguration-delete-targetdevicegroups.md - name: Token issuance policy href: resources/tokenissuancepolicy.md items: diff --git a/api-reference/v1.0/toc.yml b/api-reference/v1.0/toc.yml index f8b6b1c66c9..04bfb60e200 100644 --- a/api-reference/v1.0/toc.yml +++ b/api-reference/v1.0/toc.yml @@ -1362,7 +1362,6 @@ items: - name: Delete href: api/bookingstaffmember-delete.md - name: Device and app management - expanded: true items: - name: Browser management displayName: Edge, Internet Explorer, IE mode, site list diff --git a/concepts/toc.yml b/concepts/toc.yml index 112134d95f5..42573258b1c 100644 --- a/concepts/toc.yml +++ b/concepts/toc.yml @@ -445,7 +445,6 @@ items: href: bookingsbusiness-business-rules.md displayName: Bookings, Microsoft Bookings, booking - name: Device and app management - expanded: true items: - name: Browser management href: browser-edge-concept-overview.md From e62f6ae6b4d8342945d3acde57aef617ec827023 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 5 Mar 2024 12:49:02 +0000 Subject: [PATCH 240/259] Update generated files with build 138244 --- api-reference/beta/api/application-update.md | 35 +++++++++++ .../api/educationassignmentsettings-update.md | 10 +-- .../api/federatedtokenvalidationpolicy-get.md | 35 +++++++++++ .../federatedtokenvalidationpolicy-update.md | 7 +++ ...dminsettings-list-profilecardproperties.md | 35 +++++++++++ ...dminsettings-post-profilecardproperties.md | 35 +++++++++++ ...oot-list-federatedtokenvalidationpolicy.md | 35 +++++++++++ .../beta/api/profilecardproperty-get.md | 35 +++++++++++ .../beta/api/profilecardproperty-update.md | 35 +++++++++++ ...rity-auditcoreroot-list-auditlogqueries.md | 1 - ...rity-auditcoreroot-post-auditlogqueries.md | 1 - .../beta/api/security-auditlogquery-get.md | 1 - .../beta/api/security-detectionrule-delete.md | 1 - .../beta/api/security-detectionrule-get.md | 1 - .../beta/api/security-detectionrule-list.md | 1 - ...vitylabel-evaluateclassificationresults.md | 24 +++++++ ...create-auditlogquery-from--cli-snippets.md | 4 +- ...create-profilecardproperty-cli-snippets.md | 2 +- ...ratedtokenvalidationpolicy-cli-snippets.md | 10 +++ ...ratedtokenvalidationpolicy-cli-snippets.md | 10 +++ ...pdate-application-approles-cli-snippets.md | 26 ++++++++ ...update-profilecardproperty-cli-snippets.md | 2 +- ...ate-auditlogquery-from--csharp-snippets.md | 7 ++- ...ate-profilecardproperty-csharp-snippets.md | 2 +- ...edtokenvalidationpolicy-csharp-snippets.md | 13 ++++ ...edtokenvalidationpolicy-csharp-snippets.md | 13 ++++ ...teclassificationresults-csharp-snippets.md | 55 ++++++++++++++++ ...te-application-approles-csharp-snippets.md | 37 +++++++++++ ...gradingcategories-delta-csharp-snippets.md | 44 +++++++++++++ ...ate-profilecardproperty-csharp-snippets.md | 2 +- .../create-auditlogquery-from--go-snippets.md | 6 +- .../create-profilecardproperty-go-snippets.md | 2 +- ...eratedtokenvalidationpolicy-go-snippets.md | 21 +++++++ ...eratedtokenvalidationpolicy-go-snippets.md | 21 +++++++ ...aluateclassificationresults-go-snippets.md | 63 +++++++++++++++++++ ...update-application-approles-go-snippets.md | 48 ++++++++++++++ .../update-profilecardproperty-go-snippets.md | 2 +- ...reate-auditlogquery-from--java-snippets.md | 4 +- ...reate-profilecardproperty-java-snippets.md | 2 +- ...atedtokenvalidationpolicy-java-snippets.md | 14 +++++ ...atedtokenvalidationpolicy-java-snippets.md | 14 +++++ ...uateclassificationresults-java-snippets.md | 37 +++++++++++ ...date-application-approles-java-snippets.md | 29 +++++++++ ...e-gradingcategories-delta-java-snippets.md | 32 ++++++++++ ...pdate-profilecardproperty-java-snippets.md | 2 +- ...auditlogquery-from--javascript-snippets.md | 4 +- ...profilecardproperty-javascript-snippets.md | 2 +- ...kenvalidationpolicy-javascript-snippets.md | 2 +- ...kenvalidationpolicy-javascript-snippets.md | 17 +++++ ...pplication-approles-javascript-snippets.md | 34 ++++++++++ ...kenvalidationpolicy-javascript-snippets.md | 27 ++++++++ ...profilecardproperty-javascript-snippets.md | 2 +- ...create-auditlogquery-from--php-snippets.md | 2 +- ...create-profilecardproperty-php-snippets.md | 2 +- ...ratedtokenvalidationpolicy-php-snippets.md | 15 +++++ ...ratedtokenvalidationpolicy-php-snippets.md | 15 +++++ ...luateclassificationresults-php-snippets.md | 42 +++++++++++++ ...pdate-application-approles-php-snippets.md | 27 ++++++++ ...te-gradingcategories-delta-php-snippets.md | 34 ++++++++++ ...update-profilecardproperty-php-snippets.md | 2 +- ...auditlogquery-from--powershell-snippets.md | 4 +- ...profilecardproperty-powershell-snippets.md | 2 +- ...kenvalidationpolicy-powershell-snippets.md | 11 ++++ ...kenvalidationpolicy-powershell-snippets.md | 11 ++++ ...assificationresults-powershell-snippets.md | 32 ++++++++++ ...pplication-approles-powershell-snippets.md | 28 +++++++++ ...ingcategories-delta-powershell-snippets.md | 16 +++++ ...profilecardproperty-powershell-snippets.md | 2 +- ...ate-auditlogquery-from--python-snippets.md | 5 +- ...ate-profilecardproperty-python-snippets.md | 2 +- ...edtokenvalidationpolicy-python-snippets.md | 15 +++++ ...edtokenvalidationpolicy-python-snippets.md | 15 +++++ ...teclassificationresults-python-snippets.md | 46 ++++++++++++++ ...te-application-approles-python-snippets.md | 33 ++++++++++ ...gradingcategories-delta-python-snippets.md | 35 +++++++++++ ...ate-profilecardproperty-python-snippets.md | 2 +- api-reference/v1.0/api/application-update.md | 35 +++++++++++ .../api/educationassignmentsettings-update.md | 10 +-- ...dminsettings-list-profilecardproperties.md | 35 +++++++++++ ...dminsettings-post-profilecardproperties.md | 35 +++++++++++ .../v1.0/api/profilecardproperty-get.md | 35 +++++++++++ .../v1.0/api/profilecardproperty-update.md | 35 +++++++++++ api-reference/v1.0/api/simulation-update.md | 1 - api-reference/v1.0/api/site-follow.md | 24 +++++++ api-reference/v1.0/api/site-unfollow.md | 24 +++++++ .../add-profilecardproperty-cli-snippets.md | 2 +- .../snippets/cli/follow-site-cli-snippets.md | 21 +++++++ .../cli/unfollow-site-cli-snippets.md | 21 +++++++ ...pdate-application-approles-cli-snippets.md | 26 ++++++++ ...update-profilecardproperty-cli-snippets.md | 2 +- ...add-profilecardproperty-csharp-snippets.md | 2 +- .../csharp/follow-site-csharp-snippets.md | 32 ++++++++++ .../csharp/unfollow-site-csharp-snippets.md | 32 ++++++++++ ...te-application-approles-csharp-snippets.md | 37 +++++++++++ ...gradingcategories-delta-csharp-snippets.md | 44 +++++++++++++ ...ate-profilecardproperty-csharp-snippets.md | 2 +- .../go/add-profilecardproperty-go-snippets.md | 2 +- .../snippets/go/follow-site-go-snippets.md | 38 +++++++++++ .../snippets/go/unfollow-site-go-snippets.md | 38 +++++++++++ ...update-application-approles-go-snippets.md | 48 ++++++++++++++ .../update-profilecardproperty-go-snippets.md | 2 +- .../add-profilecardproperty-java-snippets.md | 2 +- .../java/follow-site-java-snippets.md | 23 +++++++ .../java/unfollow-site-java-snippets.md | 23 +++++++ ...date-application-approles-java-snippets.md | 29 +++++++++ ...e-gradingcategories-delta-java-snippets.md | 32 ++++++++++ ...pdate-profilecardproperty-java-snippets.md | 2 +- ...profilecardproperty-javascript-snippets.md | 2 +- ...pplication-approles-javascript-snippets.md | 33 ++++++++++ ...profilecardproperty-javascript-snippets.md | 2 +- .../add-profilecardproperty-php-snippets.md | 2 +- .../snippets/php/follow-site-php-snippets.md | 24 +++++++ .../php/unfollow-site-php-snippets.md | 24 +++++++ ...pdate-application-approles-php-snippets.md | 27 ++++++++ ...te-gradingcategories-delta-php-snippets.md | 34 ++++++++++ ...update-profilecardproperty-php-snippets.md | 2 +- ...profilecardproperty-powershell-snippets.md | 2 +- ...pplication-approles-powershell-snippets.md | 28 +++++++++ ...ingcategories-delta-powershell-snippets.md | 16 +++++ ...profilecardproperty-powershell-snippets.md | 2 +- ...add-profilecardproperty-python-snippets.md | 2 +- .../python/follow-site-python-snippets.md | 27 ++++++++ .../python/unfollow-site-python-snippets.md | 27 ++++++++ ...te-application-approles-python-snippets.md | 33 ++++++++++ ...gradingcategories-delta-python-snippets.md | 35 +++++++++++ ...ate-profilecardproperty-python-snippets.md | 2 +- concepts/application-proxy-configure-api.md | 44 ++++++------- ...application-connectorgroup-cli-snippets.md | 2 +- ...roxy-create-connectorgroup-cli-snippets.md | 5 +- ...date-onpremisespublishing-cli-snippets.md} | 0 ...nfigure-appproxy-add-uris-cli-snippets.md} | 0 ...igure-appproxy-create-user-cli-snippets.md | 20 ------ ...y-create-connectorgroup-csharp-snippets.md | 21 +++++++ ...e-onpremisespublishing-csharp-snippets.md} | 0 ...gure-appproxy-add-uris-csharp-snippets.md} | 0 ...re-appproxy-create-user-csharp-snippets.md | 29 --------- ...proxy-create-connectorgroup-go-snippets.md | 25 ++++++++ ...pdate-onpremisespublishing-go-snippets.md} | 0 ...onfigure-appproxy-add-uris-go-snippets.md} | 0 ...figure-appproxy-create-user-go-snippets.md | 37 ----------- ...oxy-create-connectorgroup-java-snippets.md | 16 +++++ ...ate-onpremisespublishing-java-snippets.md} | 0 ...figure-appproxy-add-uris-java-snippets.md} | 0 ...gure-appproxy-create-user-java-snippets.md | 23 ------- ...tion-connectorgroup-javascript-snippets.md | 2 +- ...eate-connectorgroup-javascript-snippets.md | 3 +- ...premisespublishing-javascript-snippets.md} | 0 ...-appproxy-add-uris-javascript-snippets.md} | 0 ...ppproxy-create-user-javascript-snippets.md | 27 -------- ...roxy-create-connectorgroup-php-snippets.md | 17 +++++ ...date-onpremisespublishing-php-snippets.md} | 0 ...nfigure-appproxy-add-uris-php-snippets.md} | 0 ...igure-appproxy-create-user-php-snippets.md | 24 ------- ...eate-connectorgroup-powershell-snippets.md | 15 +++++ ...premisespublishing-powershell-snippets.md} | 0 ...-appproxy-add-uris-powershell-snippets.md} | 0 ...ppproxy-create-user-powershell-snippets.md | 22 ------- ...y-create-connectorgroup-python-snippets.md | 19 ++++++ ...e-onpremisespublishing-python-snippets.md} | 0 ...gure-appproxy-add-uris-python-snippets.md} | 0 ...re-appproxy-create-user-python-snippets.md | 27 -------- 161 files changed, 2402 insertions(+), 296 deletions(-) create mode 100644 api-reference/beta/includes/snippets/cli/get-federatedtokenvalidationpolicy-cli-snippets.md create mode 100644 api-reference/beta/includes/snippets/cli/list-federatedtokenvalidationpolicy-cli-snippets.md create mode 100644 api-reference/beta/includes/snippets/cli/update-application-approles-cli-snippets.md create mode 100644 api-reference/beta/includes/snippets/csharp/get-federatedtokenvalidationpolicy-csharp-snippets.md create mode 100644 api-reference/beta/includes/snippets/csharp/list-federatedtokenvalidationpolicy-csharp-snippets.md create mode 100644 api-reference/beta/includes/snippets/csharp/sensitivitylabelthisevaluateclassificationresults-csharp-snippets.md create mode 100644 api-reference/beta/includes/snippets/csharp/update-application-approles-csharp-snippets.md create mode 100644 api-reference/beta/includes/snippets/csharp/update-gradingcategories-delta-csharp-snippets.md create mode 100644 api-reference/beta/includes/snippets/go/get-federatedtokenvalidationpolicy-go-snippets.md create mode 100644 api-reference/beta/includes/snippets/go/list-federatedtokenvalidationpolicy-go-snippets.md create mode 100644 api-reference/beta/includes/snippets/go/sensitivitylabelthisevaluateclassificationresults-go-snippets.md create mode 100644 api-reference/beta/includes/snippets/go/update-application-approles-go-snippets.md create mode 100644 api-reference/beta/includes/snippets/java/get-federatedtokenvalidationpolicy-java-snippets.md create mode 100644 api-reference/beta/includes/snippets/java/list-federatedtokenvalidationpolicy-java-snippets.md create mode 100644 api-reference/beta/includes/snippets/java/sensitivitylabelthisevaluateclassificationresults-java-snippets.md create mode 100644 api-reference/beta/includes/snippets/java/update-application-approles-java-snippets.md create mode 100644 api-reference/beta/includes/snippets/java/update-gradingcategories-delta-java-snippets.md rename includes/snippets/javascript/beta/tutorial-configure-appproxy-get-approles-javascript-snippets.md => api-reference/beta/includes/snippets/javascript/get-federatedtokenvalidationpolicy-javascript-snippets.md (65%) create mode 100644 api-reference/beta/includes/snippets/javascript/list-federatedtokenvalidationpolicy-javascript-snippets.md create mode 100644 api-reference/beta/includes/snippets/javascript/update-application-approles-javascript-snippets.md create mode 100644 api-reference/beta/includes/snippets/javascript/update-federatedtokenvalidationpolicy-javascript-snippets.md create mode 100644 api-reference/beta/includes/snippets/php/get-federatedtokenvalidationpolicy-php-snippets.md create mode 100644 api-reference/beta/includes/snippets/php/list-federatedtokenvalidationpolicy-php-snippets.md create mode 100644 api-reference/beta/includes/snippets/php/sensitivitylabelthisevaluateclassificationresults-php-snippets.md create mode 100644 api-reference/beta/includes/snippets/php/update-application-approles-php-snippets.md create mode 100644 api-reference/beta/includes/snippets/php/update-gradingcategories-delta-php-snippets.md create mode 100644 api-reference/beta/includes/snippets/powershell/get-federatedtokenvalidationpolicy-powershell-snippets.md create mode 100644 api-reference/beta/includes/snippets/powershell/list-federatedtokenvalidationpolicy-powershell-snippets.md create mode 100644 api-reference/beta/includes/snippets/powershell/sensitivitylabelthisevaluateclassificationresults-powershell-snippets.md create mode 100644 api-reference/beta/includes/snippets/powershell/update-application-approles-powershell-snippets.md create mode 100644 api-reference/beta/includes/snippets/powershell/update-gradingcategories-delta-powershell-snippets.md create mode 100644 api-reference/beta/includes/snippets/python/get-federatedtokenvalidationpolicy-python-snippets.md create mode 100644 api-reference/beta/includes/snippets/python/list-federatedtokenvalidationpolicy-python-snippets.md create mode 100644 api-reference/beta/includes/snippets/python/sensitivitylabelthisevaluateclassificationresults-python-snippets.md create mode 100644 api-reference/beta/includes/snippets/python/update-application-approles-python-snippets.md create mode 100644 api-reference/beta/includes/snippets/python/update-gradingcategories-delta-python-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/cli/follow-site-cli-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/cli/unfollow-site-cli-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/cli/update-application-approles-cli-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/csharp/follow-site-csharp-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/csharp/unfollow-site-csharp-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/csharp/update-application-approles-csharp-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/csharp/update-gradingcategories-delta-csharp-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/go/follow-site-go-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/go/unfollow-site-go-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/go/update-application-approles-go-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/java/follow-site-java-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/java/unfollow-site-java-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/java/update-application-approles-java-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/java/update-gradingcategories-delta-java-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/javascript/update-application-approles-javascript-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/php/follow-site-php-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/php/unfollow-site-php-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/php/update-application-approles-php-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/php/update-gradingcategories-delta-php-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/powershell/update-application-approles-powershell-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/powershell/update-gradingcategories-delta-powershell-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/python/follow-site-python-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/python/unfollow-site-python-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/python/update-application-approles-python-snippets.md create mode 100644 api-reference/v1.0/includes/snippets/python/update-gradingcategories-delta-python-snippets.md rename includes/snippets/cli/beta/{tutorial-configure-appproxy-update-application-2-cli-snippets.md => tutorial-configure-appproxy-update-onpremisespublishing-cli-snippets.md} (100%) rename includes/snippets/cli/v1/{tutorial-configure-appproxy-update-application-cli-snippets.md => tutorial-configure-appproxy-add-uris-cli-snippets.md} (100%) delete mode 100644 includes/snippets/cli/v1/tutorial-configure-appproxy-create-user-cli-snippets.md create mode 100644 includes/snippets/csharp/beta/tutorial-configure-appproxy-create-connectorgroup-csharp-snippets.md rename includes/snippets/csharp/beta/{tutorial-configure-appproxy-update-application-2-csharp-snippets.md => tutorial-configure-appproxy-update-onpremisespublishing-csharp-snippets.md} (100%) rename includes/snippets/csharp/v1/{tutorial-configure-appproxy-update-application-csharp-snippets.md => tutorial-configure-appproxy-add-uris-csharp-snippets.md} (100%) delete mode 100644 includes/snippets/csharp/v1/tutorial-configure-appproxy-create-user-csharp-snippets.md create mode 100644 includes/snippets/go/beta/tutorial-configure-appproxy-create-connectorgroup-go-snippets.md rename includes/snippets/go/beta/{tutorial-configure-appproxy-update-application-2-go-snippets.md => tutorial-configure-appproxy-update-onpremisespublishing-go-snippets.md} (100%) rename includes/snippets/go/v1/{tutorial-configure-appproxy-update-application-go-snippets.md => tutorial-configure-appproxy-add-uris-go-snippets.md} (100%) delete mode 100644 includes/snippets/go/v1/tutorial-configure-appproxy-create-user-go-snippets.md create mode 100644 includes/snippets/java/beta/tutorial-configure-appproxy-create-connectorgroup-java-snippets.md rename includes/snippets/java/beta/{tutorial-configure-appproxy-update-application-2-java-snippets.md => tutorial-configure-appproxy-update-onpremisespublishing-java-snippets.md} (100%) rename includes/snippets/java/v1/{tutorial-configure-appproxy-update-application-java-snippets.md => tutorial-configure-appproxy-add-uris-java-snippets.md} (100%) delete mode 100644 includes/snippets/java/v1/tutorial-configure-appproxy-create-user-java-snippets.md rename includes/snippets/javascript/beta/{tutorial-configure-appproxy-update-application-2-javascript-snippets.md => tutorial-configure-appproxy-update-onpremisespublishing-javascript-snippets.md} (100%) rename includes/snippets/javascript/v1/{tutorial-configure-appproxy-update-application-javascript-snippets.md => tutorial-configure-appproxy-add-uris-javascript-snippets.md} (100%) delete mode 100644 includes/snippets/javascript/v1/tutorial-configure-appproxy-create-user-javascript-snippets.md create mode 100644 includes/snippets/php/beta/tutorial-configure-appproxy-create-connectorgroup-php-snippets.md rename includes/snippets/php/beta/{tutorial-configure-appproxy-update-application-2-php-snippets.md => tutorial-configure-appproxy-update-onpremisespublishing-php-snippets.md} (100%) rename includes/snippets/php/v1/{tutorial-configure-appproxy-update-application-php-snippets.md => tutorial-configure-appproxy-add-uris-php-snippets.md} (100%) delete mode 100644 includes/snippets/php/v1/tutorial-configure-appproxy-create-user-php-snippets.md create mode 100644 includes/snippets/powershell/beta/tutorial-configure-appproxy-create-connectorgroup-powershell-snippets.md rename includes/snippets/powershell/beta/{tutorial-configure-appproxy-update-application-2-powershell-snippets.md => tutorial-configure-appproxy-update-onpremisespublishing-powershell-snippets.md} (100%) rename includes/snippets/powershell/v1/{tutorial-configure-appproxy-update-application-powershell-snippets.md => tutorial-configure-appproxy-add-uris-powershell-snippets.md} (100%) delete mode 100644 includes/snippets/powershell/v1/tutorial-configure-appproxy-create-user-powershell-snippets.md create mode 100644 includes/snippets/python/beta/tutorial-configure-appproxy-create-connectorgroup-python-snippets.md rename includes/snippets/python/beta/{tutorial-configure-appproxy-update-application-2-python-snippets.md => tutorial-configure-appproxy-update-onpremisespublishing-python-snippets.md} (100%) rename includes/snippets/python/v1/{tutorial-configure-appproxy-update-application-python-snippets.md => tutorial-configure-appproxy-add-uris-python-snippets.md} (100%) delete mode 100644 includes/snippets/python/v1/tutorial-configure-appproxy-create-user-python-snippets.md diff --git a/api-reference/beta/api/application-update.md b/api-reference/beta/api/application-update.md index d9bdbfb5117..d67cf133054 100644 --- a/api-reference/beta/api/application-update.md +++ b/api-reference/beta/api/application-update.md @@ -153,6 +153,7 @@ The following example updates the **appRoles** collection for an application. To #### Request +# [HTTP](#tab/http) diff --git a/concepts/includes/msgraph-permissions-limits.md b/concepts/includes/msgraph-permissions-limits.md index ee5733e6c96..65ff9832308 100644 --- a/concepts/includes/msgraph-permissions-limits.md +++ b/concepts/includes/msgraph-permissions-limits.md @@ -1,5 +1,6 @@ --- -author: "FaithOmbongi" +author: FaithOmbongi +ms.author: ombongifaith ms.localizationpriority: high ms.topic: include --- diff --git a/concepts/includes/quickstart-register-app.md b/concepts/includes/quickstart-register-app.md index b2fc8ddf88c..d978f02109d 100644 --- a/concepts/includes/quickstart-register-app.md +++ b/concepts/includes/quickstart-register-app.md @@ -2,8 +2,9 @@ title: "Quickstart: Register an app in the Microsoft identity platform" description: In this quickstart, you learn how to register an application with the Microsoft identity platform. services: active-directory -author: faithombongi -ms.reviewer: ombongifaith, jackson.woods +author: FaithOmbongi +ms.author: ombongifaith +ms.reviewer: jackson.woods ms.date: 01/22/2024 ms.topic: include ms.prod: applications diff --git a/concepts/json-batching.md b/concepts/json-batching.md index 9813119e737..1d4a420b0dd 100644 --- a/concepts/json-batching.md +++ b/concepts/json-batching.md @@ -1,7 +1,7 @@ --- title: "Combine multiple HTTP requests using JSON batching" description: "Use JSON batching to optimize your application by combining multiple requests into a single JSON object, saving the application significant network latency." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: dkershaw ms.localizationpriority: high diff --git a/concepts/microsoft-graph-activity-logs-overview.md b/concepts/microsoft-graph-activity-logs-overview.md index 52f4df4360f..44728e9ea40 100644 --- a/concepts/microsoft-graph-activity-logs-overview.md +++ b/concepts/microsoft-graph-activity-logs-overview.md @@ -1,7 +1,8 @@ --- title: "Access Microsoft Graph activity logs (preview)" description: "Microsoft Graph activity logs are an audit trail of all HTTP requests that the Microsoft Graph service received and processed for a tenant." -author: "FaithOmbongi" +author: FaithOmbongi +ms.author: ombongifaith ms.reviewer: yiheguo ms.localizationpriority: high ms.prod: "applications" diff --git a/concepts/microsoft365-groups-concept-overview.md b/concepts/microsoft365-groups-concept-overview.md index ae51cc0088a..c92c0f291ce 100644 --- a/concepts/microsoft365-groups-concept-overview.md +++ b/concepts/microsoft365-groups-concept-overview.md @@ -1,7 +1,9 @@ --- title: "Microsoft 365 groups in Microsoft Graph" description: "Microsoft 365 groups are collections of users who share access to resources in Microsoft services. Create groups, manage group membership, and establish group policies." -author: "FaithOmbongi" +author: FaithOmbongi +ms.author: ombongifaith +ms.reviewer: yuhko, khotzteam, aadgroupssg ms.localizationpriority: high ms.prod: "groups" doc_type: conceptualPageType diff --git a/concepts/migrate-azure-ad-graph-app-registration.md b/concepts/migrate-azure-ad-graph-app-registration.md index 50c25856353..ba63c06a0e3 100644 --- a/concepts/migrate-azure-ad-graph-app-registration.md +++ b/concepts/migrate-azure-ad-graph-app-registration.md @@ -2,6 +2,7 @@ title: "Review app registration, permissions, and consent issues" description: "Describes app registration, permission, and consent migration from Azure AD Graph to Microsoft Graph." author: FaithOmbongi +ms.author: ombongifaith ms.reviewer: dkershaw ms.topic: conceptual ms.localizationpriority: medium diff --git a/concepts/migrate-azure-ad-graph-audit-api-use.md b/concepts/migrate-azure-ad-graph-audit-api-use.md index ffa2df84f74..ab1ba1f5466 100644 --- a/concepts/migrate-azure-ad-graph-audit-api-use.md +++ b/concepts/migrate-azure-ad-graph-audit-api-use.md @@ -2,6 +2,7 @@ title: "Examine Azure AD Graph APIs app usage" description: "Describes how to audit Azure Active Directory (Azure AD) Graph APIs to migrate an app to Microsoft Graph API." author: FaithOmbongi +ms.author: ombongifaith ms.reviewer: dkershaw ms.topic: conceptual ms.localizationpriority: medium diff --git a/concepts/migrate-azure-ad-graph-authentication-library.md b/concepts/migrate-azure-ad-graph-authentication-library.md index e7c2f78d0ca..6075224c8fa 100644 --- a/concepts/migrate-azure-ad-graph-authentication-library.md +++ b/concepts/migrate-azure-ad-graph-authentication-library.md @@ -1,7 +1,8 @@ --- title: "Review app authentication library changes" description: "Describes how to update authentication library use in order to migrate an app from Azure AD Graph to Microsoft Graph." -author: "FaithOmbongi" +author: FaithOmbongi +ms.author: ombongifaith ms.reviewer: dkershaw ms.localizationpriority: medium ms.prod: "applications" diff --git a/concepts/migrate-azure-ad-graph-client-libraries.md b/concepts/migrate-azure-ad-graph-client-libraries.md index 80933ca59a8..19189629a73 100644 --- a/concepts/migrate-azure-ad-graph-client-libraries.md +++ b/concepts/migrate-azure-ad-graph-client-libraries.md @@ -2,6 +2,7 @@ title: "Migrate Azure AD Graph .NET apps to Microsoft Graph" description: "Describes how to migrate apps from Azure Active Directory (Azure AD) Graph APIs to Microsoft Graph APIs." author: FaithOmbongi +ms.author: ombongifaith ms.reviewer: dkershaw ms.topic: how-to ms.localizationpriority: medium diff --git a/concepts/migrate-azure-ad-graph-configure-permissions.md b/concepts/migrate-azure-ad-graph-configure-permissions.md index d09c9ff3bd0..50b0f97a5cc 100644 --- a/concepts/migrate-azure-ad-graph-configure-permissions.md +++ b/concepts/migrate-azure-ad-graph-configure-permissions.md @@ -1,7 +1,7 @@ --- title: "Configure Azure AD Graph permissions for an app registration" description: "Before Azure AD Graph is retired, you can use these options to configure Azure AD Graph permissions for an app registration." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: dkershaw ms.localizationpriority: medium diff --git a/concepts/migrate-azure-ad-graph-deploy-test-extend.md b/concepts/migrate-azure-ad-graph-deploy-test-extend.md index 4ebdcccf3af..bf3684eccbe 100644 --- a/concepts/migrate-azure-ad-graph-deploy-test-extend.md +++ b/concepts/migrate-azure-ad-graph-deploy-test-extend.md @@ -2,6 +2,7 @@ title: "Deploy, test, and extend migrated apps" description: "Describes how to migrate Azure Active Directory (Azure AD) Graph apps to use the Microsoft Graph APIs." author: FaithOmbongi +ms.author: ombongifaith ms.reviewer: dkershaw ms.topic: conceptual ms.localizationpriority: medium diff --git a/concepts/migrate-azure-ad-graph-faq.md b/concepts/migrate-azure-ad-graph-faq.md index ef9fb595938..70a29ed71e7 100644 --- a/concepts/migrate-azure-ad-graph-faq.md +++ b/concepts/migrate-azure-ad-graph-faq.md @@ -1,7 +1,7 @@ --- title: "Azure AD Graph to Microsoft Graph migration FAQ" description: "Provides answers to frequently asked questions about migrating from Azure Active Directory (Azure AD) Graph to Microsoft Graph." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: dkershaw ms.localizationpriority: medium diff --git a/concepts/migrate-azure-ad-graph-feature-differences.md b/concepts/migrate-azure-ad-graph-feature-differences.md index 3be90dca4b7..7c6ff2bd10d 100644 --- a/concepts/migrate-azure-ad-graph-feature-differences.md +++ b/concepts/migrate-azure-ad-graph-feature-differences.md @@ -1,7 +1,7 @@ --- title: "Feature differences between Azure AD Graph and Microsoft Graph" description: "Describes feature differences between Azure Active Directory (Azure AD) Graph API and Microsoft Graph API, in order to help you migrate apps quickly and easily." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: dkershaw ms.localizationpriority: medium diff --git a/concepts/migrate-azure-ad-graph-method-differences.md b/concepts/migrate-azure-ad-graph-method-differences.md index dc6f81c662c..25b422d99b5 100644 --- a/concepts/migrate-azure-ad-graph-method-differences.md +++ b/concepts/migrate-azure-ad-graph-method-differences.md @@ -2,6 +2,7 @@ title: "Differences in actions between Azure AD Graph and Microsoft Graph" description: "Describes differences in actions between Azure Active Directory (Azure AD) Graph API and Microsoft Graph API (REST)." author: FaithOmbongi +ms.author: ombongifaith ms.reviewer: dkershaw ms.topic: conceptual ms.localizationpriority: medium diff --git a/concepts/migrate-azure-ad-graph-overview.md b/concepts/migrate-azure-ad-graph-overview.md index a2d24f876c9..ad02392681e 100644 --- a/concepts/migrate-azure-ad-graph-overview.md +++ b/concepts/migrate-azure-ad-graph-overview.md @@ -1,7 +1,7 @@ --- title: "Migrate from Azure Active Directory (Azure AD) Graph to Microsoft Graph" description: "Learn how to migrate yor apps from Azure Active Directory (Azure AD) Graph to Microsoft Graph before Azure AD Graph is retired." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: dkershaw ms.localizationpriority: medium diff --git a/concepts/migrate-azure-ad-graph-permissions-differences.md b/concepts/migrate-azure-ad-graph-permissions-differences.md index a2028ab34ac..51c8f74567f 100644 --- a/concepts/migrate-azure-ad-graph-permissions-differences.md +++ b/concepts/migrate-azure-ad-graph-permissions-differences.md @@ -2,6 +2,7 @@ title: "Permissions differences between Azure AD Graph and Microsoft Graph" description: "Describes permissions differences between Azure Active Directory (Azure AD) Graph and Microsoft Graph." author: FaithOmbongi +ms.author: ombongifaith ms.reviewer: jackson.woods ms.localizationpriority: medium ms.prod: applications diff --git a/concepts/migrate-azure-ad-graph-planning-checklist.md b/concepts/migrate-azure-ad-graph-planning-checklist.md index 7175e122929..8ea4461bcf5 100644 --- a/concepts/migrate-azure-ad-graph-planning-checklist.md +++ b/concepts/migrate-azure-ad-graph-planning-checklist.md @@ -1,7 +1,8 @@ --- title: "Azure Active Directory (Azure AD) Graph app migration checklist" description: "Use this checklist to migrate your apps from Azure Active Directory (Azure AD) Graph to Microsoft Graph." -author: "FaithOmbongi" +author: FaithOmbongi +ms.author: ombongifaith ms.reviewer: dkershaw ms.localizationpriority: medium ms.prod: "applications" diff --git a/concepts/migrate-azure-ad-graph-request-differences.md b/concepts/migrate-azure-ad-graph-request-differences.md index f0e6a754d65..2f75b994f95 100644 --- a/concepts/migrate-azure-ad-graph-request-differences.md +++ b/concepts/migrate-azure-ad-graph-request-differences.md @@ -1,7 +1,8 @@ --- title: "Request differences between Azure AD Graph and Microsoft Graph" description: "Describes how Microsoft Graph requests differ from Azure Active Directory (Azure AD) Graph requests, which helps migrate apps to the newer service." -author: "FaithOmbongi" +author: FaithOmbongi +ms.author: ombongifaith ms.reviewer: dkershaw ms.localizationpriority: medium ms.prod: "applications" diff --git a/concepts/migrate-azure-ad-graph-resource-differences.md b/concepts/migrate-azure-ad-graph-resource-differences.md index bf5ace30df7..703fd311fcf 100644 --- a/concepts/migrate-azure-ad-graph-resource-differences.md +++ b/concepts/migrate-azure-ad-graph-resource-differences.md @@ -2,6 +2,7 @@ title: "Differences between resources in Azure AD Graph and Microsoft Graph" description: "Describes differences between resources in Azure Active Directory (Azure AD) Graph and resources in Microsoft Graph in order to help migrate apps." author: FaithOmbongi +ms.author: ombongifaith ms.reviewer: dkershaw ms.topic: conceptual ms.localizationpriority: medium diff --git a/concepts/paging.md b/concepts/paging.md index 592a2867191..c9c3b3ce4be 100644 --- a/concepts/paging.md +++ b/concepts/paging.md @@ -2,6 +2,7 @@ title: "Paging Microsoft Graph data in your app " description: "Learn how Microsoft Graph supports server-side and client-side paging to limit the number of results it returns." author: FaithOmbongi +ms.author: ombongifaith ms.reviewer: dkershaw ms.topic: conceptual ms.date: 02/14/2024 diff --git a/concepts/permissions-grant-via-msgraph.md b/concepts/permissions-grant-via-msgraph.md index 498f3b80b63..d0f5f723ce0 100644 --- a/concepts/permissions-grant-via-msgraph.md +++ b/concepts/permissions-grant-via-msgraph.md @@ -1,7 +1,7 @@ --- title: "Grant or revoke API permissions programmatically" description: "Learn how to use Microsoft Graph to programmatically grant and revoke delegated and application API permissions for an app. This method is an alternative to interactive admin consent." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: psignoret, jackson.woods ms.localizationpriority: medium diff --git a/concepts/permissions-management-how-to-authorization-system-aws.md b/concepts/permissions-management-how-to-authorization-system-aws.md index 10bffd63230..82dd26183a7 100644 --- a/concepts/permissions-management-how-to-authorization-system-aws.md +++ b/concepts/permissions-management-how-to-authorization-system-aws.md @@ -1,7 +1,7 @@ --- title: "Permissions Management API operations quick reference for AWS authorization systems" description: "API operations quick reference guide for AWS authorization systems." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: ciem_pm ms.localizationpriority: medium diff --git a/concepts/permissions-management-how-to-authorization-system-azure.md b/concepts/permissions-management-how-to-authorization-system-azure.md index e24424b2e5e..faa21214a42 100644 --- a/concepts/permissions-management-how-to-authorization-system-azure.md +++ b/concepts/permissions-management-how-to-authorization-system-azure.md @@ -1,7 +1,7 @@ --- title: "Permissions Management API operations quick reference for Azure authorization systems" description: "API operations quick reference guide for Azure authorization systems." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: ciem_pm ms.localizationpriority: medium diff --git a/concepts/permissions-management-how-to-authorization-system-gcp.md b/concepts/permissions-management-how-to-authorization-system-gcp.md index 23f743130fc..7dacdf6f868 100644 --- a/concepts/permissions-management-how-to-authorization-system-gcp.md +++ b/concepts/permissions-management-how-to-authorization-system-gcp.md @@ -1,7 +1,7 @@ --- title: "Permissions Management API operations quick reference for GCP authorization systems" description: "API operations quick reference guide for GCP authorization systems." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: ciem_pm ms.localizationpriority: medium diff --git a/concepts/permissions-overview.md b/concepts/permissions-overview.md index 0b241ec414a..478f39b9b8d 100644 --- a/concepts/permissions-overview.md +++ b/concepts/permissions-overview.md @@ -1,7 +1,7 @@ --- title: "Overview of Microsoft Graph permissions" description: "Microsoft Graph exposes granular permissions that help you control the access that apps have to Microsoft Graph resources, like users, groups, and mail. Learn more about working with Microsoft Graph permissions to allow your app to access your data securely." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: jackson.woods ms.localizationpriority: high diff --git a/concepts/permissions-reference.md b/concepts/permissions-reference.md index 8acbef4cecd..f210971e286 100644 --- a/concepts/permissions-reference.md +++ b/concepts/permissions-reference.md @@ -2,7 +2,7 @@ title: "Microsoft Graph permissions reference " description: "Microsoft Graph exposes granular permissions that control the access that apps have to resources, like users, groups, and mail. As a developer, you decide which permissions for Microsoft Graph your app requests." author: FaithOmbongi -ms.reviewer: jackson.woods +ms.author: ombongifaith ms.localizationpriority: high ms.topic: reference ms.prod: applications diff --git a/concepts/query-parameters.md b/concepts/query-parameters.md index 68dbf5113e4..d0e1e5646e6 100644 --- a/concepts/query-parameters.md +++ b/concepts/query-parameters.md @@ -1,7 +1,7 @@ --- title: "Use query parameters to customize responses" description: "Microsoft Graph provides optional query parameters that you can use to specify and control the amount of data returned in a response. Includes common parameters." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: Luca.Spolidoro ms.prod: "applications" diff --git a/concepts/search-query-parameter.md b/concepts/search-query-parameter.md index d3aa374fd1a..92f2a7dc906 100644 --- a/concepts/search-query-parameter.md +++ b/concepts/search-query-parameter.md @@ -1,7 +1,7 @@ --- title: "Use the $search query parameter in Microsoft Graph" description: "Microsoft Graph supports the $search OData query parameter to restrict the results of a request to match a search criterion." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: Luca.Spolidoro ms.localizationpriority: high diff --git a/concepts/throttling.md b/concepts/throttling.md index 8f835cf0979..f77c9c47ef5 100644 --- a/concepts/throttling.md +++ b/concepts/throttling.md @@ -3,6 +3,7 @@ title: "Microsoft Graph throttling guidance" description: "Find best practices for maintaining optimal performance of the Microsoft Graph service if an overwhelming number of requests occurs." ms.localizationpriority: high author: FaithOmbongi +ms.author: ombongifaith ms.reviewer: Luca.Spolidoro ms.date: 01/22/2024 ms.custom: graphiamtop20 diff --git a/concepts/tutorial-access-package-api.md b/concepts/tutorial-access-package-api.md index 3e4eb6019ca..904708194cc 100644 --- a/concepts/tutorial-access-package-api.md +++ b/concepts/tutorial-access-package-api.md @@ -1,7 +1,7 @@ --- title: "Manage access to resources using the entitlement management APIs in Microsoft Graph" description: "Learn how to use Microsoft Graph APIs to develop code to create a package of resources for a marketing campaign that internal users can self-service request." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: Mark.Wahl ms.localizationpriority: medium diff --git a/concepts/tutorial-accessreviews-M365group.md b/concepts/tutorial-accessreviews-M365group.md index b3a86b56a97..42a7f8fd174 100644 --- a/concepts/tutorial-accessreviews-M365group.md +++ b/concepts/tutorial-accessreviews-M365group.md @@ -1,7 +1,7 @@ --- title: "Review guest access to your Microsoft 365 groups using access reviews APIs" description: "Learn how to use the access reviews API to review external/guest user access to your organization's resources through Microsoft 365 groups in your Microsoft Entra tenant." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: jgangadhar ms.localizationpriority: medium diff --git a/concepts/tutorial-accessreviews-roleassignments.md b/concepts/tutorial-accessreviews-roleassignments.md index 226d6167d65..1373a7d211c 100644 --- a/concepts/tutorial-accessreviews-roleassignments.md +++ b/concepts/tutorial-accessreviews-roleassignments.md @@ -1,9 +1,9 @@ --- title: "Review access to privileged roles using access reviews APIs" description: "Learn how to use the access reviews API to periodically review users and groups with access to privileged roles, including both active and eligible roles." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith -ms.reviewer: jgangadhar +ms.reviewer: jgangadhar, rianakarim ms.localizationpriority: medium ms.prod: "governance" ms.date: 11/01/2022 diff --git a/concepts/tutorial-accessreviews-securitygroup.md b/concepts/tutorial-accessreviews-securitygroup.md index eaa13010767..c3ceb62a0e4 100644 --- a/concepts/tutorial-accessreviews-securitygroup.md +++ b/concepts/tutorial-accessreviews-securitygroup.md @@ -1,7 +1,7 @@ --- title: "Review access to your security groups using access reviews APIs" description: "Learn how to use the access reviews API to review access to a security group in your Microsoft Entra tenant and test API calls before you automate them into scripts or apps." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: jgangadhar ms.localizationpriority: medium diff --git a/concepts/tutorial-applications-basics.md b/concepts/tutorial-applications-basics.md index 0b92416a2fe..9320742aa2a 100644 --- a/concepts/tutorial-applications-basics.md +++ b/concepts/tutorial-applications-basics.md @@ -1,7 +1,7 @@ --- title: "Manage a Microsoft Entra application using Microsoft Graph" description: "Learn how to use the applications and service principals APIs in Microsoft Graph to manage your applications." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: sureshja ms.localizationpriority: medium diff --git a/concepts/tutorial-assign-azureadroles.md b/concepts/tutorial-assign-azureadroles.md index 38c9c77831b..9bf393f28b0 100644 --- a/concepts/tutorial-assign-azureadroles.md +++ b/concepts/tutorial-assign-azureadroles.md @@ -1,7 +1,7 @@ --- title: "Assign Microsoft Entra roles through Privileged Identity Management (PIM) APIs in Microsoft Graph" description: "Learn how to create a role-assignable security group for IT Helpdesk and use the PIM API to assign the security group eligibility to the User Administrator role." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: rianakarim ms.localizationpriority: medium diff --git a/concepts/tutorial-lifecycle-workflows-offboard-custom-workflow.md b/concepts/tutorial-lifecycle-workflows-offboard-custom-workflow.md index a1f659c6151..7d038242116 100644 --- a/concepts/tutorial-lifecycle-workflows-offboard-custom-workflow.md +++ b/concepts/tutorial-lifecycle-workflows-offboard-custom-workflow.md @@ -1,7 +1,7 @@ --- title: "Complete employee offboarding tasks in real-time on their last day of work using Lifecycle Workflows APIs" description: "Learn how to complete employee offboarding tasks in real-time on their last day of work using Lifecycle Workflows APIs in Microsoft Graph." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: Alexander.Filipin ms.localizationpriority: medium diff --git a/concepts/tutorial-lifecycle-workflows-onboard-custom-workflow.md b/concepts/tutorial-lifecycle-workflows-onboard-custom-workflow.md index 41e93c926a5..24b6af02cc3 100644 --- a/concepts/tutorial-lifecycle-workflows-onboard-custom-workflow.md +++ b/concepts/tutorial-lifecycle-workflows-onboard-custom-workflow.md @@ -1,7 +1,7 @@ --- title: "Automate employee onboarding tasks before their first day of work using Lifecycle Workflows APIs" description: "Learn how to automate employee onboarding tasks before their first day of work using Lifecycle Workflows APIs in Microsoft Graph." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: Alexander.Filipin ms.localizationpriority: medium diff --git a/concepts/tutorial-lifecycle-workflows-scheduled-leaver.md b/concepts/tutorial-lifecycle-workflows-scheduled-leaver.md index 625080f9009..5d56fc11a5f 100644 --- a/concepts/tutorial-lifecycle-workflows-scheduled-leaver.md +++ b/concepts/tutorial-lifecycle-workflows-scheduled-leaver.md @@ -1,7 +1,7 @@ --- title: Automate employee offboarding tasks after their last day of work using Lifecycle Workflows APIs description: Learn how to automate employee offboarding tasks after their last day of work using Lifecycle Workflows APIs in Microsoft Graph. -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: Alexander.Filipin ms.localizationpriority: medium diff --git a/concepts/tutorial-lifecycle-workflows-set-employeeleavedatetime.md b/concepts/tutorial-lifecycle-workflows-set-employeeleavedatetime.md index 42c816b2a37..2ad82eca765 100644 --- a/concepts/tutorial-lifecycle-workflows-set-employeeleavedatetime.md +++ b/concepts/tutorial-lifecycle-workflows-set-employeeleavedatetime.md @@ -1,7 +1,8 @@ --- title: Set employeeLeaveDateTime description: Configure the employeeLeaveDateTime property for a user using Microsoft Graph. -author: "FaithOmbongi" +author: FaithOmbongi +ms.author: ombongifaith ms.reviewer: Alexander.Filipin ms.localizationpriority: medium ms.prod: "governance" diff --git a/concepts/tutorial-riskdetection-api.md b/concepts/tutorial-riskdetection-api.md index 530fb3ad5b8..734ebbbbc29 100644 --- a/concepts/tutorial-riskdetection-api.md +++ b/concepts/tutorial-riskdetection-api.md @@ -1,7 +1,7 @@ --- title: "Identify and remediate risk using Microsoft Graph" description: "Learn how to generate a risky sign-in and remediate the risk status of the user with a conditional access policy that requires multi-factor authentication (MFA)." -author: "FaithOmbongi" +author: FaithOmbongi ms.author: ombongifaith ms.reviewer: Etan.Basseri ms.localizationpriority: medium From a163cd6e7913572637cb3b6d3432afaba61de06c Mon Sep 17 00:00:00 2001 From: Faith Moraa Ombongi Date: Tue, 5 Mar 2024 20:04:18 +0300 Subject: [PATCH 242/259] Fix Acrolinx --- ...hange-notifications-delivery-event-hubs.md | 41 ++++++++++--------- ...change-notifications-with-resource-data.md | 41 ++++++++++--------- 2 files changed, 42 insertions(+), 40 deletions(-) diff --git a/concepts/change-notifications-delivery-event-hubs.md b/concepts/change-notifications-delivery-event-hubs.md index 5d89f06d7ed..517528d40bf 100644 --- a/concepts/change-notifications-delivery-event-hubs.md +++ b/concepts/change-notifications-delivery-event-hubs.md @@ -1,9 +1,10 @@ --- title: "Receive change notifications through Azure Event Hubs" -description: "Change notifications can be delivered via different channels, including webhooks and Azure Event Hubs. This article walks you through how to get change notifications through Azure Event Hubs." +description: "Change notifications can be delivered via different channels, including webhooks and Azure Event Hubs." author: FaithOmbongi ms.author: ombongifaith ms.prod: change-notifications +ms.topic: conceptual ms.localizationpriority: high ms.custom: graphiamtop20, devx-track-azurecli ms.date: 03/23/2023 @@ -12,7 +13,7 @@ ms.date: 03/23/2023 # Receive change notifications through Azure Event Hubs -Webhooks may not be suitable for receiving change notifications in high throughput scenarios or when the receiver can't expose a publicly available notification URL. As an alternative, you can use Azure Event Hubs. +Webhooks aren't suited for receiving change notifications in high throughput scenarios or when the receiver can't expose a publicly available notification URL. As an alternative, you can use Azure Event Hubs. Good examples of high throughput scenarios include applications subscribing to a large set of resources, applications subscribing to resources that change with a high frequency, and multitenant applications that subscribe to resources across a large set of organizations. @@ -25,7 +26,7 @@ Using Azure Event Hubs to receive change notifications differs from webhooks in - You don't rely on publicly exposed notification URLs. The Event Hubs SDK relays the notifications to your application. - You don't need to reply to the [notification URL validation](change-notifications-delivery-webhooks.md#notificationurl-validation). You can ignore the validation message that you receive. -- You need to provision an Azure Event Hub. +- You need to provision an event hub. - You need to provision an Azure Key Vault. ## Set up the Azure KeyVault and Azure Event Hubs @@ -77,50 +78,50 @@ echo "Notification Url:\n${notificationUrl}" # [Use the Azure portal](#tab/change-notifications-eventhubs-azure-portal) -##### Configuring the Azure Event Hub +##### Configuring the event hub In this section, you will: -- Create an Azure Event Hub namespace. -- Add a hub to that namespace that will relay and deliver notifications. +- Create an Azure Event Hubs namespace. +- Add a hub to that namespace to relay and deliver notifications. - Add a shared access policy that allows you to get a connection string to the newly created hub. Steps: -1. Open a browser to the [Azure Portal](https://portal.azure.com). +1. Open a browser to the [Azure portal](https://portal.azure.com). 1. Select **Create a resource**. 1. Type **Event Hubs** in the search bar. 1. Select the **Event Hubs** suggestion. The Event Hubs creation page loads. 1. On the Event Hubs creation page, select **Create**. 1. Fill in the Event Hubs namespace creation details, and then select **Create**. -1. When the Event Hub namespace is provisioned, go to the page for the namespace. +1. When the event hub namespace is provisioned, go to the page for the namespace. 1. Select **Event Hubs** and **+ Event Hub**. -1. Give a name to the new Event Hub, and select **Create**. -1. After the Event Hub has been created, select the name of the Event Hub, and then select **Shared access policies** and **+ Add** to add a new policy. +1. Give a name to the new event hub, and select **Create**. +1. After the event hub has been created, select the name of the event hub, and then select **Shared access policies** and **+ Add** to add a new policy. 1. Give a name to the policy, check **Send**, and select **Create**. 1. After the policy has been created, select the name of the policy to open the details panel, and then copy the **Connection string-primary key** value. Write it down; you'll need it for the next step. ##### Configuring the Azure Key Vault -In order to access the Event Hub securely and to allow for key rotations, Microsoft Graph gets the connection string to the Event Hub through Azure Key Vault. +In order to access the event hub securely and to allow for key rotations, Microsoft Graph gets the connection string to the event hub through Azure Key Vault. In this section, you will: - Create an Azure Key Vault to store the secret. -- Add the connection string to the Event Hub as a secret. +- Add the connection string to the event hub as a secret. - Add an access policy for Microsoft Graph to access the secret. Steps: -1. Open a browser to the [Azure Portal](https://portal.azure.com). +1. Open a browser to the [Azure portal](https://portal.azure.com). 1. Select **Create a resource**. 1. Type **Key Vault** in the search bar. 1. Select the **Key Vault** suggestion. The Key Vault creation page loads. 1. On the Key Vault creation page, select **Create**. 1. Fill in the Key Vault creation details, and then select **Review + Create** and **Create**. 1. Go to the newly created key vault using the **Go to resource** from the notification. -1. Copy the **DNS name**; you will need it for the next step. +1. Copy the **DNS name**; you'll need it for the next step. 1. Go to **Secrets** and select **+ Generate/Import**. -1. Give a name to the secret, and keep the name for later; you will need it for the next step. For the value, paste in the connection string you generated at the Event Hubs step. Select **Create**. +1. Give a name to the secret, and keep the name for later; you'll need it for the next step. For the value, paste in the connection string you generated at the Event Hubs step. Select **Create**. 1. Select **Access Policies** and **+ Add Access Policy**. 1. For **Secret permissions**, select **Get**, and for **Select Principal**, select **Microsoft Graph Change Tracking**. Select **Add**. @@ -129,17 +130,17 @@ Steps: ## Creating the subscription and receiving notifications -After you create the required Azure KeyVault and Azure Event Hub services, you will be able to create your subscription and start receiving change notifications via Azure Event Hubs. +After you create the required Azure KeyVault and Azure Event Hubs services, you'll be able to create your subscription and start receiving change notifications via Azure Event Hubs. #### Creating the subscription Subscriptions to change notifications with Event Hubs are almost identical to change notifications with webhooks. The key difference is that they rely on Event Hubs to deliver notifications. All other operations are similar, including [subscription creation](/graph/api/subscription-post-subscriptions). -The main difference during subscription creation will be the **notificationUrl**. You must set it to `EventHub:https://.vault.azure.net/secrets/?tenantId=`, with the following values: +The main difference during subscription creation is the **notificationUrl**. You must set it to `EventHub:https://.vault.azure.net/secrets/?tenantId=`, with the following values: - `azurekeyvaultname` - The name you gave to the key vault when you created it. Can be found in the DNS name. - `secretname` - The name you gave to the secret when you created it. Can be found on the Azure Key Vault **Secrets** page. -- `domainname` - The name of your tenant; for example, contoso.com or contoso.com. Because this domain will be used to access the Azure Key Vault, it is important that it matches the domain used by the Azure subscription that holds the Azure Key Vault. To get this information, you can go to the overview page of the Azure Key Vault you created and select the subscription. The domain name is displayed under the **Directory** field. +- `domainname` - The name of your tenant; for example, contoso.com or contoso.com. Because this domain is used to access the Azure Key Vault, it's important that it matches the domain used by the Azure subscription that holds the Azure Key Vault. To get this information, you can go to the overview page of the Azure Key Vault you created and select the subscription. The domain name is displayed under the **Directory** field. > [!NOTE] > Duplicate subscriptions are not allowed. When a subscription request contains the same values for **changeType** and **resource** that an existing subscription contains, the request fails with an HTTP error code `409 Conflict`, and the error message `Subscription Id <> already exists for the requested combination`. @@ -148,7 +149,7 @@ The main difference during subscription creation will be the **notificationUrl** Events are now delivered to your application by Event Hubs. For details, see [receiving events](/azure/event-hubs/get-started-dotnet-standard-send-v2#receive-events) in the Event Hubs documentation. -Before you can receive the notifications in your application, you need to create another shared access policy with a "Listen" permission and obtain the connection string, similar to the steps listed in [Configuring the Azure Event Hub](#configuring-the-azure-event-hub). +Before you can receive the notifications in your application, you need to create another shared access policy with a "Listen" permission and obtain the connection string, similar to the steps listed in [Configuring the Azure Event Hubs](#configuring-the-azure-event-hub). > **Note:** Create a separate policy for the application that listens to Event Hubs messages instead of reusing the same connection string you set in Azure KeyVault. This ensures that each component of the solution has only the permissions it needs and follows the least permissions security principle. @@ -184,7 +185,7 @@ The maximum message size for Event Hubs is 1 MB. When you use [rich notificatio 5. Create or recreate your subscription, now including the **blobStoreUrl** property in the following syntax: `blobStoreUrl: "https://.vault.azure.net/secrets/?tenantId="` ### Receiving notifications -When Event Hubs receives a notification payload that is larger than 1 MB, the Event Hubs notification won't contain the **resource**, **resourceData**, and **encryptedContent** properties that are included in rich notifications. The Event Hubs notification will instead contain an **additionalPayloadStorageId** property with an ID that points to the blob in your storage account where these properties have been stored. +When Event Hubs receives a notification payload that is larger than 1 MB, the Event Hubs notification doesn't contain the **resource**, **resourceData**, and **encryptedContent** properties that are included in rich notifications. The Event Hubs notification instead contains an **additionalPayloadStorageId** property with an ID that points to the blob in your storage account where these properties are stored. ## What if the Microsoft Graph Change Tracking application is missing? diff --git a/concepts/change-notifications-with-resource-data.md b/concepts/change-notifications-with-resource-data.md index d23bdbff8d5..754ff3cbb84 100644 --- a/concepts/change-notifications-with-resource-data.md +++ b/concepts/change-notifications-with-resource-data.md @@ -4,6 +4,7 @@ description: "Microsoft Graph uses a webhook mechanism to deliver change notific author: FaithOmbongi ms.author: ombongifaith ms.reviewer: keylimesoda +ms.topic: conceptual ms.prod: "change-notifications" ms.localizationpriority: high ms.date: 06/23/2023 @@ -14,7 +15,7 @@ ms.date: 06/23/2023 Microsoft Graph allows apps to subscribe to and receive change notifications for resources through [different delivery channels](./change-notifications-overview.md#receiving-change-notifications). You can set up subscriptions to include the changed resource data (such as the content of a Microsoft Teams chat message or Microsoft Teams presence information) in change notifications. Change notifications that include the resource change data are called rich notifications. Your app can use rich notifications to run your business logic without having to make a separate API call to fetch the changed resource. -This article will guide you through the process for setting up rich notifications in your application. +This article guides you through the process for setting up rich notifications in your application. ## Supported resources @@ -22,7 +23,7 @@ This article will guide you through the process for setting up rich notification ## Resource data in notification payload -In general, this type of change notifications include the following resource data in the payload: +In general, this type of change notifications includes the following resource data in the payload: - ID and type of the changed resource instance, returned in the **resourceData** property. - All the property values of that resource instance, encrypted as specified in the subscription, returned in the **encryptedContent** property. @@ -30,9 +31,9 @@ In general, this type of change notifications include the following resource dat ## Creating a subscription -Rich notifications are setup in the same way as [basic change notifications](/graph/api/subscription-post-subscriptions). +Rich notifications are set up in the same way as [basic change notifications](/graph/api/subscription-post-subscriptions). -For security, Microsoft Graph will encrypt the resource data returned in a rich notification. You must provide a public encryption key as part of creating the subscription. Details for creating and managing encryption keys are [here](#decrypting-resource-data-from-change-notifications) +For security, Microsoft Graph encrypts the resource data returned in a rich notification. You must provide a public encryption key as part of creating the subscription. For more information on creating and managing encryption keys, see [Decrypting resource data from change notifications](#decrypting-resource-data-from-change-notifications). To create a subscription that includes rich notifications, you **must** specify the following properties: @@ -42,7 +43,7 @@ To create a subscription that includes rich notifications, you **must** specify Keep the following in mind: -- Validate both endpoints as described in [Notification endpoint validation](change-notifications-delivery-webhooks.md#notificationurl-validation). If you choose to use the same URL for both endpoints, you will receive and respond to two validation requests. +- Validate both endpoints as described in [Notification endpoint validation](change-notifications-delivery-webhooks.md#notificationurl-validation). If you choose to use the same URL for both endpoints, you receive and should respond to two validation requests. ### Subscription request example @@ -82,15 +83,15 @@ Content-Type: application/json ## Subscription lifecycle notifications -Certain events can interfere with change notification flow in an existing subscription. Subscription lifecycle notifications inform you actions to take in order to maintain an uninterrupted flow. Unlike a resource change notification which informs a change to a resource instance, a lifecycle notification is about the subscription itself, and its current state in the lifecycle. +Certain events can interfere with change notification flow in an existing subscription. Subscription lifecycle notifications inform you actions to take in order to maintain an uninterrupted flow. Unlike a resource change notification that informs a change to a resource instance, a lifecycle notification is about the subscription itself, and its current state in the lifecycle. -For more information about how to receive and respond to lifecycle notifications, see [Reduce missing subscriptions and change notifications)](change-notifications-lifecycle-events.md) +For more information about how to receive and respond to lifecycle notifications, see [Reduce missing subscriptions and change notifications](change-notifications-lifecycle-events.md). ## Validating the authenticity of notifications Apps often run business logic based on resource data included in change notifications. Verifying the authenticity of each change notification first is important. Otherwise, a third party can spoof your app with false change notifications and make it run its business logic incorrectly, and this can lead to a security incident. -For basic change notifications that do not contain resource data, simply validate them based on the **clientState** value as described in [Processing the change notification](change-notifications-delivery-webhooks.md#processing-the-change-notification). This is acceptable, as you can make subsequent trusted Microsoft Graph calls to get access to resource data, and therefore the impact of any spoofing attempts is limited. +For basic change notifications that don't contain resource data, simply validate them based on the **clientState** value as described in [Processing the change notification](change-notifications-delivery-webhooks.md#processing-the-change-notification). This is acceptable, as you can make subsequent trusted Microsoft Graph calls to get access to resource data, and therefore the impact of any spoofing attempts is limited. For change notifications that deliver resource data, perform a more thorough validation before processing the data. @@ -102,7 +103,7 @@ In this section: ### Validation tokens in the change notification -A change notification with resource data contains an additional property, **validationTokens**, which contains an array of [JSON Web Tokens](https://datatracker.ietf.org/doc/html/rfc7519) (JWT) generated by Microsoft Graph. Microsoft Graph generates a single token for each distinct app and tenant pair for whom there is an item in the **value** array. Keep in mind that change notifications may contain a mix of items for various apps and tenants that subscribed using the same **notificationUrl**. +A change notification with resource data contains an additional property, **validationTokens**, which contains an array of [JSON Web Tokens](https://datatracker.ietf.org/doc/html/rfc7519) (JWT) generated by Microsoft Graph. Microsoft Graph generates a single token for each distinct app and tenant pair for whom there's an item in the **value** array. Keep in mind that change notifications might contain a mix of items for various apps and tenants that subscribed using the same **notificationUrl**. > **Note:** If you're setting up [change notifications delivered through Azure Event Hubs](change-notifications-delivery.md), Microsoft Graph will not send the validation tokens. Microsoft Graph does not need to validate the **notificationUrl**. @@ -141,14 +142,14 @@ In particular, perform validation on every JWT token in the **validationTokens** Use the following steps to validate tokens and apps that generate tokens: -1. Validate that the token has not expired. +1. Validate that the token hasn't expired. -2. Validate the token has not been tampered with and was issued by the expected authority, Microsoft identity platform: +2. Validate the token hasn't been tampered with and was issued by the expected authority, Microsoft identity platform: - - Obtain the signing keys from the common configuration endpoint: `https://login.microsoftonline.com/common/.well-known/openid-configuration`. This configuration is cached by your app for a period of time. Be aware that the configuration is updated frequently as signing keys are rotated daily. + - Obtain the signing keys from the common configuration endpoint: `https://login.microsoftonline.com/common/.well-known/openid-configuration`. This configuration is cached by your app for some time. Be aware that the configuration is updated frequently as signing keys are rotated daily. - Verify the signature of the JWT token using those keys. - Do not accept tokens issued by any other authority. + Don't accept tokens issued by any other authority. 3. Validate that the token was issued for your app that is subscribing to change notifications. @@ -159,7 +160,7 @@ Use the following steps to validate tokens and apps that generate tokens: 4. **Critical**: Validate that the app that generated the token represents the Microsoft Graph change notification publisher. - Check that the **appid** property in the token matches the expected value of `0bf30f3b-4a52-48df-9a82-234910c4a086`. - - This ensures that change notifications are not sent by a different app that is not Microsoft Graph. + - This ensures that change notifications aren't sent by a different app that isn't Microsoft Graph. ### Example JWT token @@ -242,7 +243,7 @@ private boolean IsValidationTokenValid(String[] appIds, String tenantId, String } ``` -For the Java sample to work, you will also need to implement the `JwkKeyResolver`. +For the Java sample to work, you'll also need to implement the `JwkKeyResolver`. ```java package com.example.restservice; @@ -316,7 +317,7 @@ export function isTokenValid(token, appId, tenantId) { ## Decrypting resource data from change notifications -The **resourceData** property of a change notification includes only the basic ID and type information of a resource instance. The **encryptedData** property contains the full resource data, encrypted by Microsoft Graph using the public key provided in the subscription. The property also contains values required for verification and decryption. This is done to increase the security of customer data accessed via change notifications. It is your responsibility to secure the private key to ensure that customer data cannot be decrypted by a third party, even if they manage to intercept the original change notifications. +The **resourceData** property of a change notification includes only the basic ID and type information of a resource instance. The **encryptedData** property contains the full resource data, encrypted by Microsoft Graph using the public key provided in the subscription. The property also contains values required for verification and decryption. This is done to increase the security of customer data accessed via change notifications. It is your responsibility to secure the private key to ensure that customer data can't be decrypted by a third party, even if they manage to intercept the original change notifications. In this section: @@ -328,11 +329,11 @@ In this section: 1. Obtain a certificate with a pair of asymmetric keys. - - You can self-sign the certificate, since Microsoft Graph does not verify the certificate issuer, and uses the public key for only encryption. + - You can self-sign the certificate, since Microsoft Graph doesn't verify the certificate issuer, and uses the public key for only encryption. - Use [Azure Key Vault](/azure/key-vault/key-vault-whatis) as the solution to create, rotate, and securely manage certificates. Make sure the keys satisfy the following criteria: - The key must be of type `RSA` - - The key size must be between 2048 and 4096 bits + - The key size must be between 2,048 bits and 4,096 bits 2. Export the certificate in base64-encoded X.509 format, and **include only the public key**. @@ -357,7 +358,7 @@ To minimize the risk of a private key becoming compromised, periodically change - Or, enumerate all subscriptions and provide the key. Use the [PATCH operation on the subscription](/graph/api/subscription-update) and update the **encryptionCertificate** and **encryptionCertificateId** properties. 3. Keep in mind the following: - - For a period of time, the old certificate may still be used for encryption. Your app must have access to both old and new certificates to be able to decrypt content. + - For some time, the old certificate may still be used for encryption. Your app must have access to both old and new certificates to be able to decrypt content. - Use the **encryptionCertificateId** property in each change notification to identify the correct key to use. - Discard of the old certificate only when you have seen no recent change notifications referencing it. @@ -381,7 +382,7 @@ To decrypt resource data, your app should perform the reverse steps, using the p 4. Use the symmetric key to calculate the HMAC-SHA256 signature of the value in **data**. - Compare it to the value in **dataSignature**. If they do not match, assume the payload has been tampered with and do not decrypt it. + Compare it to the value in **dataSignature**. If they don't match, assume the payload has been tampered with and don't decrypt it. 5. Use the symmetric key with an Advanced Encryption Standard (AES) (such as the .NET [AesCryptoServiceProvider](/dotnet/api/system.security.cryptography.aescryptoserviceprovider?view=netframework-4.8&preserve-view=true)) to decrypt the content in **data**. From e24ea761c5726ec452bf6e5a1ea8c9e6eb254dcd Mon Sep 17 00:00:00 2001 From: Faith Moraa Ombongi Date: Tue, 5 Mar 2024 20:37:52 +0300 Subject: [PATCH 243/259] Fix anchor link --- concepts/change-notifications-delivery-event-hubs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/change-notifications-delivery-event-hubs.md b/concepts/change-notifications-delivery-event-hubs.md index 517528d40bf..042c185759e 100644 --- a/concepts/change-notifications-delivery-event-hubs.md +++ b/concepts/change-notifications-delivery-event-hubs.md @@ -149,7 +149,7 @@ The main difference during subscription creation is the **notificationUrl**. You Events are now delivered to your application by Event Hubs. For details, see [receiving events](/azure/event-hubs/get-started-dotnet-standard-send-v2#receive-events) in the Event Hubs documentation. -Before you can receive the notifications in your application, you need to create another shared access policy with a "Listen" permission and obtain the connection string, similar to the steps listed in [Configuring the Azure Event Hubs](#configuring-the-azure-event-hub). +Before you can receive the notifications in your application, you need to create another shared access policy with a "Listen" permission and obtain the connection string, similar to the steps listed in [Configuring the Azure Event Hubs](#configuring-the-event-hub). > **Note:** Create a separate policy for the application that listens to Event Hubs messages instead of reusing the same connection string you set in Azure KeyVault. This ensures that each component of the solution has only the permissions it needs and follows the least permissions security principle. From 0bdc5fb436fbf510c1555880c11fd6546479d66a Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Tue, 5 Mar 2024 12:34:21 -0800 Subject: [PATCH 244/259] Fixed formatting per customer feedback. --- concepts/windowsupdates-concept-overview.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/concepts/windowsupdates-concept-overview.md b/concepts/windowsupdates-concept-overview.md index b1a88611202..3bbcd797983 100644 --- a/concepts/windowsupdates-concept-overview.md +++ b/concepts/windowsupdates-concept-overview.md @@ -33,11 +33,11 @@ Additionally, devices managed by the deployment service must: * Have installed Windows 10 version 1709 or later * Be Microsoft Entra joined or Hybrid AD joined * Have one of the following Windows 10 or Windows 11 editions installed: - Pro - Enterprise - Education - Pro Education - Pro for Workstations + * Pro + * Enterprise + * Education + * Pro Education + * Pro for Workstations ## Feature updates From 588314244f8cf2ee136a580d0336e101dd0ecbee Mon Sep 17 00:00:00 2001 From: Yuechen <32147547+yuechen7@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:01:22 -0800 Subject: [PATCH 245/259] Update api-reference/beta/api/cloudclipboardroot-list-items.md Co-authored-by: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> --- api-reference/beta/api/cloudclipboardroot-list-items.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/cloudclipboardroot-list-items.md b/api-reference/beta/api/cloudclipboardroot-list-items.md index d6a857518af..ca9b8ded340 100644 --- a/api-reference/beta/api/cloudclipboardroot-list-items.md +++ b/api-reference/beta/api/cloudclipboardroot-list-items.md @@ -18,7 +18,7 @@ Get a list of the [cloudClipboardItem](../resources/cloudclipboarditem.md) objec - The signed-in user's own [cloudClipboardItem](../resources/cloudclipboarditem.md) objects. - An app on behalf of the user if the user grants delegated access to it. -Listing user2's [cloudClipboard items](../resources/cloudclipboarditem.md) using user1's credential is **not** allowed. +This API doesn't support using another user's credentials to get a [cloudClipboardItem (../resources/cloudclipboarditem.md) for a user. ## Permissions From 4d757a78dcf2ad3305775ad9d246485e7ea73273 Mon Sep 17 00:00:00 2001 From: Yuechen <32147547+yuechen7@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:01:30 -0800 Subject: [PATCH 246/259] Update api-reference/beta/resources/cloudclipboardroot.md Co-authored-by: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> --- api-reference/beta/resources/cloudclipboardroot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/cloudclipboardroot.md b/api-reference/beta/resources/cloudclipboardroot.md index 39665af8d1f..67dc6030b03 100644 --- a/api-reference/beta/resources/cloudclipboardroot.md +++ b/api-reference/beta/resources/cloudclipboardroot.md @@ -13,7 +13,7 @@ Namespace: microsoft.graph [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -The [cloudClipboardRoot](../resources/cloudclipboardroot.md) resource is an entry point for users' [cloudClipboardItem](../resources/cloudclipboarditem.md) objects. +Represents the information and properties of a cloudClipboardRoot and it's an entry point for [cloudClipboardItem](../resources/cloudclipboarditem.md) objects. ## Methods |Method|Return type|Description| From ce682f2f35074d85b6cdcf422e0b61dd17741cfa Mon Sep 17 00:00:00 2001 From: Yuechen Date: Tue, 5 Mar 2024 13:10:39 -0800 Subject: [PATCH 247/259] add root --- api-reference/beta/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/toc.yml b/api-reference/beta/toc.yml index 110574c4d04..9dded67d4fa 100644 --- a/api-reference/beta/toc.yml +++ b/api-reference/beta/toc.yml @@ -1602,7 +1602,7 @@ items: - name: Roaming data items: - name: Cloud clipboard - href: resources/cloudclipboarditem.md + href: resources/cloudclipboardroot.md items: - name: List href: api/cloudclipboardroot-list-items.md From 713f39cd27cf2626d6481ccd71a1e29062c0ffc4 Mon Sep 17 00:00:00 2001 From: Yuechen Date: Tue, 5 Mar 2024 13:31:20 -0800 Subject: [PATCH 248/259] add root --- api-reference/beta/toc.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/api-reference/beta/toc.yml b/api-reference/beta/toc.yml index 5d4b6aba787..e9337dee96e 100644 --- a/api-reference/beta/toc.yml +++ b/api-reference/beta/toc.yml @@ -1601,8 +1601,13 @@ items: href: api/projectrome-delete-historyitem.md - name: Roaming data items: - - name: Cloud clipboard + - name: Cloud clipboard root href: resources/cloudclipboardroot.md + items: + - name: List + href: api/cloudclipboardroot-list-items.md + - name: Cloud clipboard item + href: resources/cloudclipboarditem.md items: - name: List href: api/cloudclipboardroot-list-items.md From 9253893ad599ca98ac5c37815f0c197aeaa16ca1 Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:31:43 -0600 Subject: [PATCH 249/259] Apply suggestions from code review --- api-reference/beta/resources/cloudclipboarditem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/cloudclipboarditem.md b/api-reference/beta/resources/cloudclipboarditem.md index 06da417644f..2c246829f8a 100644 --- a/api-reference/beta/resources/cloudclipboarditem.md +++ b/api-reference/beta/resources/cloudclipboarditem.md @@ -13,7 +13,7 @@ Namespace: microsoft.graph [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -Represents the information and properties of a [cloudClipboardItem](../resources/cloudclipboarditem.md) object. Cloud Clipboard is a feature that allows a user to copy and paste content across devices and platforms. It also provides users with a history of the items they recently copied across all their apps and devices. +Represents the information and properties of a [cloudClipboardItem](../resources/cloudclipboarditem.md) object. Cloud clipboard is a feature that allows a user to copy and paste content across devices and platforms. It also provides users with a history of the items they recently copied across all their apps and devices. Currently, the feature is supported between Windows devices and [SwiftKey app](https://support.microsoft.com/topic/how-to-use-microsoft-swiftkey-keyboard-to-copy-and-paste-text-between-swiftkey-and-windows-85c8ca64-7091-477f-91d1-99c3b1f75138) on Android devices. From ed79e4040eb14eac8738903cf4f457171a32b750 Mon Sep 17 00:00:00 2001 From: Yuechen Date: Tue, 5 Mar 2024 13:32:50 -0800 Subject: [PATCH 250/259] resolve comments --- api-reference/beta/resources/cloudclipboarditem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/cloudclipboarditem.md b/api-reference/beta/resources/cloudclipboarditem.md index 06da417644f..2c246829f8a 100644 --- a/api-reference/beta/resources/cloudclipboarditem.md +++ b/api-reference/beta/resources/cloudclipboarditem.md @@ -13,7 +13,7 @@ Namespace: microsoft.graph [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -Represents the information and properties of a [cloudClipboardItem](../resources/cloudclipboarditem.md) object. Cloud Clipboard is a feature that allows a user to copy and paste content across devices and platforms. It also provides users with a history of the items they recently copied across all their apps and devices. +Represents the information and properties of a [cloudClipboardItem](../resources/cloudclipboarditem.md) object. Cloud clipboard is a feature that allows a user to copy and paste content across devices and platforms. It also provides users with a history of the items they recently copied across all their apps and devices. Currently, the feature is supported between Windows devices and [SwiftKey app](https://support.microsoft.com/topic/how-to-use-microsoft-swiftkey-keyboard-to-copy-and-paste-text-between-swiftkey-and-windows-85c8ca64-7091-477f-91d1-99c3b1f75138) on Android devices. From b75e958c7d0444df2abb79a981d262fcf783ed1a Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:32:56 -0600 Subject: [PATCH 251/259] Apply suggestions from code review --- api-reference/beta/resources/cloudclipboarditem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/cloudclipboarditem.md b/api-reference/beta/resources/cloudclipboarditem.md index 2c246829f8a..055ac880c02 100644 --- a/api-reference/beta/resources/cloudclipboarditem.md +++ b/api-reference/beta/resources/cloudclipboarditem.md @@ -15,7 +15,7 @@ Namespace: microsoft.graph Represents the information and properties of a [cloudClipboardItem](../resources/cloudclipboarditem.md) object. Cloud clipboard is a feature that allows a user to copy and paste content across devices and platforms. It also provides users with a history of the items they recently copied across all their apps and devices. -Currently, the feature is supported between Windows devices and [SwiftKey app](https://support.microsoft.com/topic/how-to-use-microsoft-swiftkey-keyboard-to-copy-and-paste-text-between-swiftkey-and-windows-85c8ca64-7091-477f-91d1-99c3b1f75138) on Android devices. +Currently, the feature is supported between Windows devices and [swiftKey app](https://support.microsoft.com/topic/how-to-use-microsoft-swiftkey-keyboard-to-copy-and-paste-text-between-swiftkey-and-windows-85c8ca64-7091-477f-91d1-99c3b1f75138) on Android devices. ## Methods |Method|Return type|Description| From 49a3870ad6d7a68ec825a9147cc7ca81e6193074 Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:34:54 -0600 Subject: [PATCH 252/259] Apply suggestions from code review --- changelog/Microsoft.PDRS.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.PDRS.json b/changelog/Microsoft.PDRS.json index b674d7045a5..423653af328 100644 --- a/changelog/Microsoft.PDRS.json +++ b/changelog/Microsoft.PDRS.json @@ -23,7 +23,7 @@ "ApiChange": "Resource", "ChangedApiName": "cloudClipboardRoot", "ChangeType": "Addition", - "Description": "Added the [cloudClipboardRoot](https://learn.microsoft.com/en-us/graph/api/resources/cloudClipboardRoot?view=graph-rest-beta) resource.", + "Description": "Added the [cloudClipboardRoot](https://learn.microsoft.com/en-us/graph/api/resources/cloudClipboardRoot?view=graph-rest-beta) resource and its method.", "Target": "cloudClipboardRoot" } ], From 8a098325a95b4e83ecdb0cee55aa2a32cea17fd8 Mon Sep 17 00:00:00 2001 From: Yuechen Date: Tue, 5 Mar 2024 15:40:42 -0800 Subject: [PATCH 253/259] update toc --- api-reference/beta/toc.yml | 12 + api-reference/beta/toc.yml.orig | 19406 ------------------------------ 2 files changed, 12 insertions(+), 19406 deletions(-) delete mode 100644 api-reference/beta/toc.yml.orig diff --git a/api-reference/beta/toc.yml b/api-reference/beta/toc.yml index 9c1b756bada..0139cf24eb4 100644 --- a/api-reference/beta/toc.yml +++ b/api-reference/beta/toc.yml @@ -1615,6 +1615,18 @@ items: href: api/windowssetting-list-instances.md - name: Get href: api/windowssettinginstance-get.md + - name: Cloud clipboard root + href: resources/cloudclipboardroot.md + items: + - name: List + href: api/cloudclipboardroot-list-items.md + - name: Cloud clipboard item + href: resources/cloudclipboarditem.md + items: + - name: List + href: api/cloudclipboardroot-list-items.md + - name: Get + href: api/cloudclipboarditem-get.md - name: Customer booking displayName: Bookings, Microsoft Bookings items: diff --git a/api-reference/beta/toc.yml.orig b/api-reference/beta/toc.yml.orig deleted file mode 100644 index d3138794f2b..00000000000 --- a/api-reference/beta/toc.yml.orig +++ /dev/null @@ -1,19406 +0,0 @@ -items: - - name: Overview of Microsoft Graph - href: /graph/overview?context=graph/api/beta - - name: What's new - href: /graph/whats-new-overview?context=graph/api/beta - - name: API changelog - href: https://developer.microsoft.com/en-us/graph/changelog - displayName: API changes, API updates, Microsoft Graph API, REST API, REST API updates - - name: Quick start - href: https://developer.microsoft.com/en-us/graph/quick-start - - name: Authentication and authorization - href: /graph/auth/index?context=graph/api/beta - - name: Permissions reference - href: /graph/permissions-reference - - name: Use the API - href: /graph/use-the-api?context=graph/api/beta - - name: Use SDKs - href: /graph/sdks/sdks-overview?context=graph/api/beta - - name: Use the toolkit - href: /graph/toolkit/overview?context=graph/api/beta - - name: Known issues - href: https://developer.microsoft.com/graph/known-issues - - name: Errors - href: /graph/errors?context=graph/api/beta - displayName: Microsoft Graph error responses and error resource types - - name: API beta reference - expanded: true - items: - - name: Overview - href: overview.md - displayName: Microsoft Graph beta endpoint reference, Microsoft Graph REST API Beta - - name: Users - items: - - name: Overview - href: resources/users.md - - name: User - href: resources/user.md - items: - - name: List - href: api/user-list.md - - name: Create - href: api/user-post-users.md - - name: Get - href: api/user-get.md - - name: Update - href: api/user-update.md - - name: Delete - href: api/user-delete.md - - name: Change password - href: api/user-changepassword.md - - name: Get delta - href: api/user-delta.md - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: Validate password - href: api/user-validatepassword.md - - name: Invalidate refresh tokens - href: api/user-invalidateallrefreshtokens.md - - name: Retry service provisioning - href: api/user-retryserviceprovisioning.md - - name: Delete password-based SSO credential - href: api/user-deletepasswordsinglesignoncredentials.md - - name: Get password-based SSO credentials - href: api/user-getpasswordsinglesignoncredentials.md - - name: App role assignment - href: resources/approleassignment.md - items: - - name: List app role assignments - href: api/user-list-approleassignments.md - - name: List app role assigned resources - href: api/user-list-approleassignedresources.md - - name: Get app role assignment - href: api/approleassignment-get.md - - name: Add app role assignment - href: api/user-post-approleassignments.md - - name: Remove app role assignment - href: api/user-delete-approleassignments.md - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: Calendar - href: resources/calendar.md - displayName: Outlook, Outlook calendar - items: - - name: Create calendar - href: api/user-post-calendars.md - - name: Create calendar group - href: api/user-post-calendargroups.md - - name: Create event - href: api/user-post-events.md - - name: Find meeting times - href: api/user-findmeetingtimes.md - - name: Find rooms - href: api/user-findrooms.md - - name: Find room lists - href: api/user-findroomlists.md - - name: Get free/busy schedule - href: api/calendar-getschedule.md - - name: List calendars - href: api/user-list-calendars.md - - name: List calendar groups - href: api/user-list-calendargroups.md - - name: List calendar view - href: api/user-list-calendarview.md - - name: List events - href: api/user-list-events.md - - name: Reminder view - href: api/user-reminderview.md - - name: Cloud PC - items: - - name: Cloud PC - href: resources/cloudpc.md - - name: List - href: api/user-list-cloudpcs.md - - name: Get - href: api/cloudpc-get.md - - name: Get frontline access state - href: api/cloudpc-getfrontlinecloudpcaccessstate.md - - name: Get launch info - href: api/cloudpc-getcloudpclaunchinfo.md - - name: Get shift work access state (deprecated) - href: api/cloudpc-getshiftworkcloudpcaccessstate.md - - name: Reboot - href: api/cloudpc-reboot.md - - name: Rename - href: api/cloudpc-rename.md - - name: Reprovision - href: api/cloudpc-reprovision.md - - name: Start - href: api/cloudpc-start.md - - name: Stop - href: api/cloudpc-stop.md - - name: Troubleshoot - href: api/cloudpc-troubleshoot.md - - name: Delegated permission grant - items: - - name: OAuth 2.0 permission grant - href: resources/oauth2permissiongrant.md - - name: List - href: api/user-list-oauth2permissiongrants.md - - name: Directory object - href: resources/directoryobject.md - items: - - name: Get delta - href: api/directoryobject-delta.md - - name: Assign license - href: api/user-assignlicense.md - - name: Export personal data - href: api/user-exportpersonaldata.md - - name: Get member groups - href: api/directoryobject-getmembergroups.md - - name: Check member groups - href: api/directoryobject-checkmembergroups.md - - name: Get member objects - href: api/directoryobject-getmemberobjects.md - - name: Check member objects - href: api/directoryobject-checkmemberobjects.md - - name: Get objects by IDs - href: api/directoryobject-getbyids.md - - name: List created objects - href: api/user-list-createdobjects.md - - name: List license details - href: api/user-list-licensedetails.md - - name: List owned devices - href: api/user-list-owneddevices.md - - name: List owned objects - href: api/user-list-ownedobjects.md - - name: List registered devices - href: api/user-list-registereddevices.md - - name: List scoped administrator memberships - href: api/user-list-scopedrolememberof.md - - name: List user usage rights - href: api/user-list-usagerights.md - - name: Reprocess license assignment - href: api/user-reprocesslicenseassignment.md - - name: Revoke sign-in session - href: api/user-revokesigninsessions.md - - name: List deleted items - href: api/directory-deleteditems-list.md - - name: Get deleted item - href: api/directory-deleteditems-get.md - - name: Permanently delete item - href: api/directory-deleteditems-delete.md - - name: Restore deleted item - href: api/directory-deleteditems-restore.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: Group - href: resources/group.md - items: - - name: List joined teams - href: api/user-list-joinedteams.md - - name: List associated teams - href: api/associatedteaminfo-list.md - - name: List member of - href: api/user-list-memberof.md - - name: List transitive member of - href: api/user-list-transitivememberof.md - - name: Item insights - items: - - name: Item insights - items: - - name: Item insights (preview) - href: resources/iteminsights.md - - name: List shared - href: api/insights-list-shared.md - - name: List trending - href: api/insights-list-trending.md - - name: List used - href: api/insights-list-used.md - - name: Org control (preview) - items: - - name: Insights settings - href: resources/insightssettings.md - - name: List - href: api/organizationsettings-list-iteminsights.md - - name: Update - href: api/insightssettings-update.md - - name: User control (preview) - items: - - name: User insights settings - href: resources/userinsightssettings.md - - name: Get - href: api/userinsightssettings-get.md - - name: Update - href: api/userinsightssettings-update.md - - name: Mail - items: - - name: Message - href: resources/message.md - - name: Create mail folder - href: api/user-post-mailfolders.md - - name: Create draft message - href: api/user-post-messages.md - - name: Create message rule - href: api/mailfolder-post-messagerules.md - - name: Create override - href: api/inferenceclassification-post-overrides.md - - name: Get mail tips - href: api/user-getmailtips.md - - name: List mail folders - href: api/user-list-mailfolders.md - - name: List messages - href: api/user-list-messages.md - - name: List overrides - href: api/inferenceclassification-list-overrides.md - - name: List rules - href: api/mailfolder-list-messagerules.md - - name: Send mail - href: api/user-sendmail.md - - name: Notes - items: - - name: OneNote root - href: resources/onenote.md - - name: List notebooks - href: api/onenote-list-notebooks.md - - name: Create notebook - href: api/onenote-post-notebooks.md - - name: Org hierarchy - items: - - name: Assign manager - href: api/user-post-manager.md - - name: Get manager - href: api/user-list-manager.md - - name: List direct reports - href: api/user-list-directreports.md - - name: Remove manager - href: api/user-delete-manager.md - - name: Outlook settings - items: - - name: Mailbox settings - expanded: true - items: - - name: Mailbox settings - href: resources/mailboxsettings.md - - name: Get mailbox settings - href: api/user-get-mailboxsettings.md - - name: Update mailbox settings - href: api/user-update-mailboxsettings.md - - name: Outlook user services - expanded: true - items: - - name: Outlook user - href: resources/outlookuser.md - - name: Create category - href: api/outlookuser-post-mastercategories.md - - name: Get language choices - href: api/outlookuser-supportedlanguages.md - - name: Get time zone choices - href: api/outlookuser-supportedtimezones.md - - name: List categories - href: api/outlookuser-list-mastercategories.md - - name: Translate IDs - href: api/user-translateexchangeids.md - - name: Outlook task (deprecated) - items: - - name: Outlook task - href: resources/outlooktask.md - - name: Create tasks - href: api/outlookuser-post-tasks.md - - name: List tasks - href: api/outlookuser-list-tasks.md - - name: People - items: - - name: Person - href: resources/person.md - - name: List people - href: api/user-list-people.md - - name: Org control for people insights (preview) - items: - - name: Insights settings - href: resources/insightssettings.md - - name: List - href: api/organizationsettings-list-peopleinsights.md - - name: Update - href: api/insightssettings-update.md - - name: Personal contact - items: - - name: Contact - href: resources/contact.md - items: - - name: Create contact - href: api/user-post-contacts.md - - name: Create contact folder - href: api/user-post-contactfolders.md - - name: List contacts - href: api/user-list-contacts.md - - name: List contact folders - href: api/user-list-contactfolders.md - - name: Contact merge suggestions (preview) - items: - - name: Contact merge suggestions - href: resources/contactmergesuggestions.md - - name: Get - href: api/contactmergesuggestions-get.md - - name: Update - href: api/contactmergesuggestions-update.md - - name: Org control for contact insights (preview) - items: - - name: Insights settings - href: resources/insightssettings.md - - name: List - href: api/organizationsettings-list-contactinsights.md - - name: Update - href: api/insightssettings-update.md - - name: Photo - items: - - name: Profile photo - href: resources/profilephoto.md - - name: Get photo - href: api/profilephoto-get.md - - name: Update photo - href: api/profilephoto-update.md - - name: Delete photo - href: api/profilephoto-delete.md - - name: Planner - items: - - name: Planner user - href: resources/planneruser.md - - name: Get plans - href: api/planneruser-get.md - - name: List favorite plans - href: api/planneruser-list-favoriteplans.md - - name: List recent plans - href: api/planneruser-list-recentplans.md - - name: List tasks - href: api/planneruser-list-tasks.md - - name: Update settings - href: api/planneruser-update.md - - name: Preferred languages and regional formats (preview) - items: - - name: Regional and language settings - href: resources/regionalandlanguagesettings.md - - name: Get - href: api/regionalandlanguagesettings-get.md - - name: Update - href: api/regionalandlanguagesettings-update.md - - name: Profile (preview) - items: - - name: Profile - href: resources/profile.md - - name: Get user's profile - href: api/profile-get.md - - name: Delete user's profile - href: api/profile-delete.md - - name: Sponsors - items: - - name: Add sponsor - href: api/user-post-sponsors.md - - name: List sponsors - href: api/user-list-sponsors.md - - name: Remove sponsor - href: api/user-delete-sponsors.md - - name: Teamwork and communications - items: - - name: Installed app - href: resources/teamsappinstallation.md - - name: Add app for user - href: api/userteamwork-post-installedapps.md - - name: Get chat between user and app - href: api/userscopeteamsappinstallation-get-chat.md - - name: Get chat for user - href: api/chat-get.md - - name: List chats for user - href: api/chat-list.md - - name: Get installed app for user - href: api/userteamwork-get-installedapps.md - - name: List apps for user - href: api/userteamwork-list-installedapps.md - - name: List permission grants for user - href: api/user-list-permissiongrants.md - - name: Remove app for user - href: api/userteamwork-delete-installedapps.md - - name: Upgrade installed app for user - href: api/userteamwork-teamsappinstallation-upgrade.md - - name: To-do task - items: - - name: To-do task - href: resources/todotask.md - - name: Create task - href: api/todotasklist-post-tasks.md - - name: Create task list - href: api/todo-post-lists.md - - name: List tasks - href: api/todotasklist-list-tasks.md - - name: List task lists - href: api/todo-list-lists.md - - name: User settings - items: - - name: User settings - href: resources/usersettings.md - - name: Get settings - href: api/usersettings-get.md - - name: Update settings - href: api/usersettings-update.md - - name: Groups - items: - - name: Overview - href: resources/groups-overview.md - - name: Group - href: resources/group.md - items: - - name: List groups - href: api/group-list.md - - name: Create group - href: api/group-post-groups.md - - name: Get group - href: api/group-get.md - - name: Update group - href: api/group-update.md - - name: Delete group - href: api/group-delete.md - - name: Renew group - href: api/group-renew.md - - name: Add favorite - href: api/group-addfavorite.md - - name: Remove favorite - href: api/group-removefavorite.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 member of - href: api/group-list-memberof.md - - name: List transitive member of - href: api/group-list-transitivememberof.md - - name: List transitive members - href: api/group-list-transitivemembers.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 delta - href: api/group-delta.md - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: Assign license - href: api/group-assignlicense.md - - name: Evaluate dynamic membership - href: api/group-evaluatedynamicmembership.md - - name: Get endpoint - href: api/endpoint-get.md - - name: List endpoints - href: api/group-list-endpoints.md - - name: List joined teams - href: api/user-list-joinedteams.md - - name: List associated teams - href: api/associatedteaminfo-list.md - - name: List lifecycle policies - href: api/group-list-grouplifecyclepolicies.md - - name: List photos - href: api/group-list-photos.md - - name: List permission grants - href: api/group-list-permissiongrants.md - - name: Reset unseen count - href: api/group-resetunseencount.md - - name: Subscribe by mail - href: api/group-subscribebymail.md - - name: Unsubscribe by mail - href: api/group-unsubscribebymail.md - - name: Validate properties - href: api/group-validateproperties.md - - name: Retry service provisioning - href: api/group-retryserviceprovisioning.md - - name: App role assignment - href: resources/approleassignment.md - items: - - name: List app role assignments - href: api/group-list-approleassignments.md - - name: Add app role assignment - href: api/group-post-approleassignments.md - - name: Get app role assignment - href: api/approleassignment-get.md - - name: Remove app role assignment - href: api/group-delete-approleassignments.md - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: Attachment - items: - - name: Attachment - href: resources/attachment.md - - name: File attachment type - href: resources/fileattachment.md - - name: Item attachment type - href: resources/itemattachment.md - - name: Reference attachment type - href: resources/referenceattachment.md - - name: Get attachment - href: api/attachment-get.md - - name: Delete attachment - href: api/attachment-delete.md - - name: Calendar - href: resources/calendar.md - items: - - name: Get calendar - href: api/calendar-get.md - - name: Update calendar - href: api/calendar-update.md - - name: List events - href: api/group-list-events.md - - name: Create event - href: api/group-post-events.md - - name: Get event - href: api/group-get-event.md - - name: Update event - href: api/group-update-event.md - - name: Delete event - href: api/group-delete-event.md - - name: List calendar view - href: api/group-list-calendarview.md - - name: Get delta - href: api/event-delta.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: Conversation - href: resources/conversation.md - items: - - name: List conversations - href: api/group-list-conversations.md - - name: Create conversation - href: api/group-post-conversations.md - - name: Get conversation - href: api/group-get-conversation.md - - name: Delete conversation - href: api/group-delete-conversation.md - - name: List conversation threads - href: api/conversation-list-threads.md - - name: Create conversation thread - href: api/conversation-post-threads.md - - name: List accepted senders - href: api/group-list-acceptedsenders.md - - name: Create accepted sender - href: api/group-post-acceptedsenders.md - - name: Remove accepted sender - href: api/group-delete-acceptedsenders.md - - name: List rejected senders - href: api/group-list-rejectedsenders.md - - name: Create rejected sender - href: api/group-post-rejectedsenders.md - - name: Remove rejected senders - href: api/group-delete-rejectedsenders.md - - name: Conversation thread - href: resources/conversationthread.md - items: - - name: List threads - href: api/group-list-threads.md - - name: Create thread - href: api/group-post-threads.md - - name: Get conversation thread - href: api/group-get-thread.md - - name: Update conversation thread - href: api/group-update-thread.md - - name: Delete conversation thread - href: api/group-delete-thread.md - - name: Reply to conversation thread - href: api/conversationthread-reply.md - - name: Directory object - href: resources/directoryobject.md - items: - - name: Check member groups - href: api/directoryobject-checkmembergroups.md - - name: Get member groups - href: api/directoryobject-getmembergroups.md - - name: Check member objects - href: api/directoryobject-checkmemberobjects.md - - name: Get member objects - href: api/directoryobject-getmemberobjects.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: Drive - href: resources/drive.md - items: - - name: Get drive - href: api/drive-get.md - - name: List children - href: api/driveitem-list-children.md - - name: Extended properties - items: - - name: Overview - href: resources/extended-properties-overview.md - - name: Single-value extended property - items: - - name: Single-value extended property - href: resources/singlevaluelegacyextendedproperty.md - - name: Create single-value property - href: api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties.md - - name: Get single-value property - href: api/singlevaluelegacyextendedproperty-get.md - - name: Multi-value extended property - items: - - name: Multi-value extended property - href: resources/multivaluelegacyextendedproperty.md - - name: Create multi-value property - href: api/multivaluelegacyextendedproperty-post-multivalueextendedproperties.md - - name: Get multi-value property - href: api/multivaluelegacyextendedproperty-get.md - - name: Lifecycle policy - href: resources/grouplifecyclepolicy.md - items: - - name: Create policy - href: api/grouplifecyclepolicy-post-grouplifecyclepolicies.md - - name: List policies - href: api/grouplifecyclepolicy-list.md - - name: Get policy - href: api/grouplifecyclepolicy-get.md - - name: Update policy - href: api/grouplifecyclepolicy-update.md - - name: Delete policy - href: api/grouplifecyclepolicy-delete.md - - name: Add group - href: api/grouplifecyclepolicy-addgroup.md - - name: Remove group - href: api/grouplifecyclepolicy-removegroup.md - - name: Renew group - href: api/grouplifecyclepolicy-renewgroup.md - - name: Notes - items: - - name: OneNote root - href: resources/onenote.md - - name: List notebooks - href: api/onenote-list-notebooks.md - - name: Create notebook - href: api/onenote-post-notebooks.md - - name: Photo - items: - - name: Profile photo - href: resources/profilephoto.md - - name: Get photo - href: api/profilephoto-get.md - - name: Update photo - href: api/profilephoto-update.md - - name: Delete photo - href: api/profilephoto-delete.md - - - name: Planner - items: - - name: Planner plan - href: resources/plannerplan.md - - name: List plans - href: api/plannergroup-list-plans.md - - name: Post - href: resources/post.md - items: - - name: List posts - href: api/conversationthread-list-posts.md - - name: Get post - href: api/post-get.md - - name: Reply post - href: api/post-reply.md - - name: Forward post - href: api/post-forward.md - - name: List attachments - href: api/post-list-attachments.md - - name: Add attachment - href: api/post-post-attachments.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: Applications - items: - - name: Application - href: resources/application.md - items: - - name: List applications - href: api/application-list.md - - name: Create application - href: api/application-post-applications.md - - name: Get application - href: api/application-get.md - - name: Update application - href: api/application-update.md - - name: Delete application - href: api/application-delete.md - - name: Get delta - href: api/application-delta.md - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: List deleted applications - href: api/directory-deleteditems-list.md - - name: List deleted applications owned by user - href: api/directory-deleteditems-getuserownedobjects.md - - name: Get deleted application - href: api/directory-deleteditems-get.md - - name: Permanently delete application - href: api/directory-deleteditems-delete.md - - name: Restore deleted application - href: api/directory-deleteditems-restore.md - - name: Application template - href: resources/applicationtemplate.md - items: - - name: List - href: api/applicationtemplate-list.md - - name: Get - href: api/applicationtemplate-get.md - - name: Instantiate - href: api/applicationtemplate-instantiate.md - - name: Certificates & secrets - items: - - name: Add password - displayName: Add secrets - href: api/application-addpassword.md - - name: Remove password - displayName: Remove secrets - href: api/application-removepassword.md - - name: Add key - href: api/application-addkey.md - - name: Remove key - href: api/application-removekey.md - - name: Federated identity credentials - items: - - name: Overview - href: resources/federatedidentitycredentials-overview.md - displayName: Workload identity federation, workload identities - - name: Federated identity credentials - href: resources/federatedidentitycredential.md - items: - - name: List - href: api/application-list-federatedidentitycredentials.md - - name: Create - href: api/application-post-federatedidentitycredentials.md - - name: Get - href: api/federatedidentitycredential-get.md - - name: Update - href: api/federatedidentitycredential-update.md - - name: Delete - href: api/federatedidentitycredential-delete.md - - name: Owners - items: - - name: List owners - href: api/application-list-owners.md - - name: Add owner - href: api/application-post-owners.md - - name: Remove owner - href: api/application-delete-owners.md - - name: Policies - items: - - name: Remote desktop security configuration policy - href: resources/remotedesktopsecurityconfiguration.md - items: - - name: Create - href: api/serviceprincipal-post-remotedesktopsecurityconfiguration.md - - name: Get - href: api/remotedesktopsecurityconfiguration-get.md - - name: Update - href: api/remotedesktopsecurityconfiguration-update.md - - name: Delete - href: api/serviceprincipal-delete-remotedesktopsecurityconfiguration.md - - name: Target device groups - href: resources/targetdevicegroup.md - items: - - name: List - href: api/remotedesktopsecurityconfiguration-list-targetdevicegroups.md - - name: Create - href: api/remotedesktopsecurityconfiguration-post-targetdevicegroups.md - - name: Get - href: api/targetdevicegroup-get.md - - name: Update - href: api/targetdevicegroup-update.md - - name: Delete - href: api/remotedesktopsecurityconfiguration-delete-targetdevicegroups.md - - name: Token issuance policy - href: resources/tokenissuancepolicy.md - items: - - name: Assign - href: api/application-post-tokenissuancepolicies.md - - name: List - href: api/application-list-tokenissuancepolicies.md - - name: Remove - href: api/application-delete-tokenissuancepolicies.md - - name: Token lifetime policy - href: resources/tokenlifetimepolicy.md - items: - - name: Assign - href: api/application-post-tokenlifetimepolicies.md - - name: List - href: api/application-list-tokenlifetimepolicies.md - - name: Remove - href: api/application-delete-tokenlifetimepolicies.md - - name: Verified publisher - items: - - name: Set - href: api/application-setverifiedpublisher.md - - name: Unset - href: api/application-unsetverifiedpublisher.md - - name: On-premises publishing - href: resources/onpremisespublishingprofile-root.md - items: - - name: On-premises agent - href: resources/onpremisesagent.md - items: - - name: List - href: api/onpremisesagent-list.md - - name: Get - href: api/onpremisesagent-get.md - - name: Assign to agent group - href: api/onpremisesagent-post-agentgroups.md - - name: Remove from agent group - href: api/onpremisesagent-delete-agentgroups.md - - name: On-premises agent group - href: resources/onpremisesagentgroup.md - items: - - name: List - href: api/onpremisesagentgroup-list.md - - name: Get - href: api/onpremisesagentgroup-get.md - - name: Create - href: api/onpremisesagentgroup-post.md - - name: Update - href: api/onpremisesagentgroup-update.md - - name: Delete - href: api/onpremisesagentgroup-delete.md - - name: On-premises publishing profile - href: resources/onpremisespublishingprofile.md - items: - - name: Get - href: api/onpremisespublishingprofile-get.md - - name: Update - href: api/onpremisespublishingprofile-update.md - - name: Published resource - href: resources/publishedresource.md - items: - - name: List - href: api/publishedresource-list.md - - name: Get - href: api/publishedresource-get.md - - name: Create - href: api/publishedresource-post.md - - name: Update - href: api/publishedresource-update.md - - name: Delete - href: api/publishedresource-delete.md - - name: Assign to agent group - href: api/publishedresource-post-agentgroups.md - - name: Remove from agent group - href: api/publishedresource-delete-agentgroups.md - - name: Connector - href: resources/connector.md - items: - - name: List - href: api/connector-list.md - - name: Get - href: api/connector-get.md - - name: List memberOf - href: api/connector-list-memberof.md - - name: Add connector to connectorGroup - href: api/connector-post-memberof.md - - name: Connector group - href: resources/connectorgroup.md - items: - - name: List - href: api/connectorgroup-list.md - - name: Create - href: api/connectorgroup-post.md - - name: Get - href: api/connectorgroup-get.md - - name: Update - href: api/connectorgroup-update.md - - name: Delete - href: api/connectorgroup-delete.md - - name: List applications - href: api/connectorgroup-list-applications.md - - name: List members - href: api/connectorgroup-list-members.md - - name: Add connector - href: api/connectorgroup-post-members.md - - name: Add application - href: api/connectorgroup-post-applications.md - - name: Service principal - href: resources/serviceprincipal.md - items: - - name: List service principal - href: api/serviceprincipal-list.md - - name: Create service principal - href: api/serviceprincipal-post-serviceprincipals.md - - name: Get service principal - href: api/serviceprincipal-get.md - - name: Update service principal - href: api/serviceprincipal-update.md - - name: Delete service principal - href: api/serviceprincipal-delete.md - - name: List deleted service principals - href: api/directory-deleteditems-list.md - - name: Get deleted service principal - href: api/directory-deleteditems-get.md - - name: Permanently delete service principal - href: api/directory-deleteditems-delete.md - - name: Restore deleted service principal - href: api/directory-deleteditems-restore.md - - name: List createdObjects - href: api/serviceprincipal-list-createdobjects.md - - name: List ownedObjects - href: api/serviceprincipal-list-ownedobjects.md - - name: Get delta - href: api/serviceprincipal-delta.md - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: App role assignment - href: resources/approleassignment.md - items: - - name: List app role assignments - href: api/serviceprincipal-list-approleassignments.md - - name: Add app role assignment - href: api/serviceprincipal-post-approleassignments.md - - name: Get app role assignment - href: api/approleassignment-get.md - - name: Remove app role assignment - href: api/serviceprincipal-delete-approleassignments.md - - name: List app role assigned to - href: api/serviceprincipal-list-approleassignedto.md - - name: Add app role assigned to - href: api/serviceprincipal-post-approleassignedto.md - - name: Remove app role assigned to - href: api/serviceprincipal-delete-approleassignedto.md - - name: Certificates and secrets - items: - - name: Add password - displayName: Add secrets - href: api/serviceprincipal-addpassword.md - - name: Remove password - displayName: Remove secrets - href: api/serviceprincipal-removepassword.md - - name: Add key - href: api/serviceprincipal-addkey.md - - name: Remove key - href: api/serviceprincipal-removekey.md - - name: Add token signing certificate - href: api/serviceprincipal-addtokensigningcertificate.md - - name: Delegated permission grant - items: - - name: OAuth 2.0 permission grant - href: resources/oauth2permissiongrant.md - - name: List - href: api/serviceprincipal-list-oauth2permissiongrants.md - - name: Delegated permission classification - href: resources/delegatedpermissionclassification.md - items: - - name: List - href: api/serviceprincipal-list-delegatedpermissionclassifications.md - - name: Create - href: api/serviceprincipal-post-delegatedpermissionclassifications.md - - name: Delete - href: api/serviceprincipal-delete-delegatedpermissionclassifications.md - - name: Membership - items: - - name: List memberOf - href: api/serviceprincipal-list-memberof.md - - name: List transitive memberOf - href: api/serviceprincipal-list-transitivememberof.md - - name: Check member groups - href: api/directoryobject-checkmembergroups.md - - name: Check member objects - href: api/directoryobject-checkmemberobjects.md - - name: Get member groups - href: api/directoryobject-getmembergroups.md - - name: Get member objects - href: api/directoryobject-getmemberobjects.md - - name: Owners - items: - - name: List owners - href: api/serviceprincipal-list-owners.md - - name: Add owner - href: api/serviceprincipal-post-owners.md - - name: Remove owner - href: api/serviceprincipal-delete-owners.md - - name: Permission grant pre-approval policy - items: - - name: List - href: api/serviceprincipal-list-permissiongrantpreapprovalpolicies.md - - name: Assign - href: api/serviceprincipal-post-permissiongrantpreapprovalpolicies.md - - name: Remove - href: api/serviceprincipal-delete-permissiongrantpreapprovalpolicies.md - - name: Policies - items: - - name: Claims mapping policy - href: resources/claimsmappingpolicy.md - items: - - name: Assign - href: api/serviceprincipal-post-claimsmappingpolicies.md - - name: List - href: api/serviceprincipal-list-claimsmappingpolicies.md - - name: Remove - href: api/serviceprincipal-delete-claimsmappingpolicies.md - - name: Home realm discovery policy - href: resources/homerealmdiscoverypolicy.md - items: - - name: Assign - href: api/serviceprincipal-post-homerealmdiscoverypolicies.md - - name: List - href: api/serviceprincipal-list-homerealmdiscoverypolicies.md - - name: Remove - href: api/serviceprincipal-delete-homerealmdiscoverypolicies.md - - name: Token issuance policy - href: resources/tokenissuancepolicy.md - items: - - name: Assign - href: api/application-post-tokenissuancepolicies.md - - name: List - href: api/application-list-tokenissuancepolicies.md - - name: Remove - href: api/application-delete-tokenissuancepolicies.md - - name: Token lifetime policy - href: resources/tokenlifetimepolicy.md - items: - - name: Assign - href: api/serviceprincipal-post-tokenlifetimepolicies.md - - name: List - href: api/serviceprincipal-list-tokenlifetimepolicies.md - - name: Remove - href: api/serviceprincipal-delete-tokenlifetimepolicies.md - - name: Single sign on - items: - - name: Create password single sign on credentials - href: api/serviceprincipal-createpasswordsinglesignoncredentials.md - - name: Get password single sign on credentials - href: api/serviceprincipal-getpasswordsinglesignoncredentials.md - - name: Update password single sign on credentials - href: api/serviceprincipal-updatepasswordsinglesignoncredentials.md - - name: Delete password single sign on credentials - href: api/serviceprincipal-deletepasswordsinglesignoncredentials.md - - name: Synchronization - items: - - name: Overview - href: resources/synchronization-overview.md - - name: Synchronization - href: resources/synchronization-synchronization.md - items: - - name: Acquire access token - href: api/synchronization-synchronization-acquireaccesstoken.md - - name: Add secrets - href: api/synchronization-serviceprincipal-put-synchronization.md - - name: Job - href: resources/synchronization-synchronizationjob.md - items: - - name: List - href: api/synchronization-synchronization-list-jobs.md - - name: Create - href: api/synchronization-synchronization-post-jobs.md - - name: Get - href: api/synchronization-synchronizationjob-get.md - - name: Start - href: api/synchronization-synchronizationjob-start.md - - name: Pause - href: api/synchronization-synchronizationjob-pause.md - - name: Restart - href: api/synchronization-synchronizationjob-restart.md - - name: Delete - href: api/synchronization-synchronizationjob-delete.md - - name: Provision on demand - href: api/synchronization-synchronizationjob-provisionondemand.md - - name: Validate credentials - href: api/synchronization-synchronizationjob-validatecredentials.md - - name: Bulk upload - href: resources/synchronization-bulkupload.md - items: - - name: Perform bulk upload - href: api/synchronization-synchronizationjob-post-bulkupload.md - - name: Schema - href: resources/synchronization-synchronizationschema.md - items: - - name: Get schema - href: api/synchronization-synchronizationschema-get.md - - name: Get schema functions - href: api/synchronization-synchronizationschema-functions.md - - name: Get schema filter operators - href: api/synchronization-synchronizationschema-filteroperators.md - - name: Update schema - href: api/synchronization-synchronizationschema-update.md - - name: Reset schema - href: api/synchronization-synchronizationschema-delete.md - - name: Parse attribute mapping expression - href: api/synchronization-synchronizationschema-parseexpression.md - - name: Directory definition - href: resources/synchronization-directorydefinition.md - items: - - name: Discover - href: api/synchronization-directorydefinition-discover.md - - name: Template - href: resources/synchronization-synchronizationtemplate.md - items: - - name: List - href: api/synchronization-synchronization-list-templates.md - - name: Get - href: api/synchronization-synchronizationtemplate-get.md - - name: Update - href: api/synchronization-synchronizationtemplate-update.md - - name: Calendars - displayName: Outlook calendar - items: - - name: Calendar - href: resources/calendar.md - items: - - name: List calendars - href: api/user-list-calendars.md - - name: Create calendar - href: api/user-post-calendars.md - - name: Get calendar - href: api/calendar-get.md - - name: Update calendar - href: api/calendar-update.md - - name: Delete calendar - href: api/calendar-delete.md - - name: List calendar view - href: api/calendar-list-calendarview.md - - name: Reminder view - href: api/user-reminderview.md - - name: List events - href: api/calendar-list-events.md - - name: Create Event - href: api/calendar-post-events.md - - name: Get free/busy schedule - href: api/calendar-getschedule.md - - name: Find meeting times - href: api/user-findmeetingtimes.md - - name: Find room lists - href: api/user-findroomlists.md - - name: Find rooms - href: api/user-findrooms.md - - name: Event - href: resources/event.md - items: - - name: List events - href: api/user-list-events.md - - name: Create event - href: api/user-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: Get delta - href: api/event-delta.md - - name: Forward event - href: api/event-forward.md - - name: Cancel event - href: api/event-cancel.md - - name: Accept event - href: api/event-accept.md - - name: Tentatively accept - href: api/event-tentativelyaccept.md - - name: Decline event - href: api/event-decline.md - - name: Dismiss reminder - href: api/event-dismissreminder.md - - name: Snooze reminder - href: api/event-snoozereminder.md - - name: List event instances - href: api/event-list-instances.md - - name: List attachments - href: api/event-list-attachments.md - - name: Add attachment - href: api/event-post-attachments.md - - name: Create session to attach large file - href: api/attachment-createuploadsession.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: Event message - href: resources/eventmessage.md - items: - - name: Get event message - href: api/eventmessage-get.md - - name: Update event message - href: api/eventmessage-update.md - - name: Delete event message - href: api/eventmessage-delete.md - - name: Send event message - href: api/message-send.md - - name: Copy event message - href: api/message-copy.md - - name: Move event message - href: api/message-move.md - - name: Create draft to reply - href: api/message-createreply.md - - name: Reply event message - href: api/message-reply.md - - name: Create draft to reply-all - href: api/message-createreplyall.md - - name: ReplyAll event message - href: api/message-replyall.md - - name: Create Forward - href: api/message-createforward.md - - name: Forward event message - href: api/message-forward.md - - name: Add attachment - href: api/eventmessage-post-attachments.md - - name: List attachments - href: api/eventmessage-list-attachments.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: Attachment - items: - - name: Attachment - href: resources/attachment.md - - name: File attachment type - href: resources/fileattachment.md - - name: Item attachment type - href: resources/itemattachment.md - - name: Reference attachment type - href: resources/referenceattachment.md - - name: Create session to attach large file - href: api/attachment-createuploadsession.md - - name: Get attachment - href: api/attachment-get.md - - name: Delete attachment - href: api/attachment-delete.md - - name: Calendar group - href: resources/calendargroup.md - items: - - name: List calendar groups - href: api/user-list-calendargroups.md - - name: Create calendar group - href: api/user-post-calendargroups.md - - name: Get calendar group - href: api/calendargroup-get.md - - name: Update calendar group - href: api/calendargroup-update.md - - name: Delete calendar group - href: api/calendargroup-delete.md - - name: List calendars in calendar group - href: api/calendargroup-list-calendars.md - - name: Create calendar in calendar group - href: api/calendargroup-post-calendars.md - - name: Calendar permission - href: resources/calendarpermission.md - items: - - name: List - href: api/calendar-list-calendarpermissions.md - - name: Create - href: api/calendar-post-calendarpermissions.md - - name: Get - href: api/calendarpermission-get.md - - name: Update - href: api/calendarpermission-update.md - - name: Delete - href: api/calendarpermission-delete.md - - name: Calendar view - href: api/calendar-list-calendarview.md - items: - - name: List calendar view - href: api/calendar-list-calendarview.md - - name: Get delta - href: api/event-delta.md - - name: Reminder view - href: api/user-reminderview.md - - name: Category - items: - - name: Category - href: resources/outlookcategory.md - - name: List categories - href: api/outlookuser-list-mastercategories.md - - name: Create category - href: api/outlookuser-post-mastercategories.md - - name: Get category - href: api/outlookcategory-get.md - - name: Update category - href: api/outlookcategory-update.md - - name: Delete category - href: api/outlookcategory-delete.md - - name: Extended properties - items: - - name: Overview - href: resources/extended-properties-overview.md - - name: Single-value extended property - items: - - name: Single-value extended property - href: resources/singlevaluelegacyextendedproperty.md - - name: Create single-value property - href: api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties.md - - name: Get single-value property - href: api/singlevaluelegacyextendedproperty-get.md - - name: Multi-value extended property - items: - - name: Multi-value extended property - href: resources/multivaluelegacyextendedproperty.md - - name: Create multi-value property - href: api/multivaluelegacyextendedproperty-post-multivalueextendedproperties.md - - name: Get multi-value property - href: api/multivaluelegacyextendedproperty-get.md - - name: Places - items: - - name: Place - href: resources/place.md - - name: Room - href: resources/room.md - - name: Room list - href: resources/roomlist.md - - name: Workspace - href: resources/workspace.md - - name: List places - href: api/place-list.md - - name: Get place - href: api/place-get.md - - name: Update place - href: api/place-update.md - - name: Change notifications - items: - - name: Overview - displayName: Webhooks, Outlook mail, Outlook calendar, Outlook contacts, Outlook contact, People, Microsoft Teams, Teams, OneDrive, OneDrive for Business, OneDrive business, OneDrive personal, SharePoint, Security, Users, Groups - href: resources/change-notifications-api-overview.md - - name: Subscription - items: - - name: Subscription - href: resources/subscription.md - - name: Change notification collection - href: resources/changenotificationcollection.md - - name: List - href: api/subscription-list.md - - name: Create - href: api/subscription-post-subscriptions.md - - name: Get - href: api/subscription-get.md - - name: Update - href: api/subscription-update.md - - name: Delete - href: api/subscription-delete.md - - name: Reauthorize - href: api/subscription-reauthorize.md - - name: Compliance - displayName: Compliance API, Microsoft Graph Compliance API - items: - - name: Overview - href: resources/complianceapioverview.md - - name: eDiscovery (preview) - items: - - name: Overview - href: resources/ediscovery-ediscoveryapioverview.md - - name: eDiscovery case - href: resources/ediscovery-case.md - items: - - name: List - href: api/ediscovery-case-list.md - - name: Create - href: api/ediscovery-case-post.md - - name: Get - href: api/ediscovery-case-get.md - - name: Update - href: api/ediscovery-case-update.md - - name: Delete - href: api/ediscovery-case-delete.md - - name: Close - href: api/ediscovery-case-close.md - - name: Reopen - href: api/ediscovery-case-reopen.md - - name: List custodians - href: api/ediscovery-case-list-custodians.md - - name: Create custodian - href: api/ediscovery-case-post-custodians.md - - name: List legal holds - href: api/ediscovery-case-list-legalholds.md - - name: Create legal hold - href: api/ediscovery-case-post-legalholds.md - - name: List review sets - href: api/ediscovery-case-list-reviewsets.md - - name: Create review set - href: api/ediscovery-case-post-reviewsets.md - - name: Get settings - href: api/ediscovery-casesettings-get.md - - name: Update settings - href: api/ediscovery-casesettings-update.md - - name: Reset to default - href: api/ediscovery-casesettings-resettodefault.md - - name: List source collections - href: api/ediscovery-case-list-sourcecollections.md - - name: Create source collection - href: api/ediscovery-case-post-sourcecollections.md - - name: List tags - href: api/ediscovery-case-list-tags.md - - name: Create tag - href: api/ediscovery-case-post-tags.md - - name: Custodian - href: resources/ediscovery-custodian.md - items: - - name: List - href: api/ediscovery-case-list-custodians.md - - name: Create - href: api/ediscovery-case-post-custodians.md - - name: Get - href: api/ediscovery-custodian-get.md - - name: Update - href: api/ediscovery-custodian-update.md - - name: Activate - href: api/ediscovery-custodian-activate.md - - name: Release - href: api/ediscovery-custodian-release.md - - name: Legal hold - href: resources/ediscovery-legalhold.md - items: - - name: List - href: api/ediscovery-case-list-legalholds.md - - name: Create - href: api/ediscovery-case-post-legalholds.md - - name: Get - href: api/ediscovery-legalhold-get.md - - name: Update - href: api/ediscovery-legalhold-update.md - - name: Delete - href: api/ediscovery-legalhold-delete.md - - name: Non-custodial data sources - href: resources/ediscovery-noncustodialdatasource.md - items: - - name: List - href: api/ediscovery-noncustodialdatasource-list.md - - name: Create - href: api/ediscovery-noncustodialdatasource-post.md - - name: Get - href: api/ediscovery-noncustodialdatasource-get.md - - name: List datasource - href: api/ediscovery-noncustodialdatasource-list-datasource.md - - name: Release - href: api/ediscovery-noncustodialdatasource-release.md - - name: Review set - href: resources/ediscovery-reviewset.md - items: - - name: List - href: api/ediscovery-case-list-reviewsets.md - - name: Create - href: api/ediscovery-case-post-reviewsets.md - - name: Get - href: api/ediscovery-reviewset-get.md - - name: Review set query - href: resources/ediscovery-reviewsetquery.md - items: - - name: List - href: api/ediscovery-reviewsetquery-list.md - - name: Create - href: api/ediscovery-reviewsetquery-post.md - - name: Get - href: api/ediscovery-reviewsetquery-get.md - - name: Update - href: api/ediscovery-reviewsetquery-update.md - - name: Delete - href: api/ediscovery-reviewsetquery-delete.md - - name: Apply tags - href: api/ediscovery-reviewsetquery-applytags.md - - name: Source collection - href: resources/ediscovery-sourcecollection.md - items: - - name: List - href: api/ediscovery-case-list-sourcecollections.md - - name: Create - href: api/ediscovery-case-post-sourcecollections.md - - name: Get - href: api/ediscovery-sourcecollection-get.md - - name: Update - href: api/ediscovery-sourcecollection-update.md - - name: Delete - href: api/ediscovery-sourcecollection-delete.md - - name: List custodian sources - href: api/ediscovery-sourcecollection-list-custodiansources.md - - name: Add custodian sources - href: api/ediscovery-sourcecollection-post-custodiansources.md - - name: List additional sources - href: api/ediscovery-sourcecollection-list-additionalsources.md - - name: Add additional sources - href: api/ediscovery-sourcecollection-post-additionalsources.md - - name: Estimate statistics - href: api/ediscovery-sourcecollection-estimatestatistics.md - - name: List add to review set operations - href: api/ediscovery-sourcecollection-list-addtoreviewsetoperation.md - - name: List last estimate operation - href: api/ediscovery-sourcecollection-list-lastestimatestatisticsoperation.md - - name: Purge data - href: api/ediscovery-sourcecollection-purgedata.md - - name: Tag - href: resources/ediscovery-tag.md - items: - - name: List - href: api/ediscovery-case-list-tags.md - - name: Create - href: api/ediscovery-case-post-tags.md - - name: Get - href: api/ediscovery-tag-get.md - - name: Update - href: api/ediscovery-tag-update.md - - name: Delete - href: api/ediscovery-tag-delete.md - - name: List child tags - href: api/ediscovery-tag-childtags.md - - name: List tags as hierarchy - href: api/ediscovery-tag-ashierarchy.md - - name: Subject rights request - items: - - name: Overview - href: resources/subjectrightsrequest-subjectrightsrequestapioverview.md - - name: Subject rights request - href: resources/subjectrightsrequest.md - items: - - name: List - href: api/subjectrightsrequest-list.md - - name: Create - href: api/subjectrightsrequest-post.md - - name: Get - href: api/subjectrightsrequest-get.md - - name: Update - href: api/subjectrightsrequest-update.md - - name: Get final report - href: api/subjectrightsrequest-getfinalreport.md - - name: Get final attachment - href: api/subjectrightsrequest-getfinalattachment.md - - name: List notes - href: api/subjectrightsrequest-list-notes.md - - name: Create note - href: api/subjectrightsrequest-post-notes.md - - name: Cross-device experiences - displayName: Project Rome - items: - - name: Overview - href: resources/project-rome-overview.md - - name: List user devices (deprecated) - href: api/user-list-devices.md - - name: Send device command (deprecated) - href: api/send-device-command.md - - name: Get device command status (deprecated) - href: api/get-device-command-status.md - - name: Activity feed - href: resources/activity-feed-api-overview.md - items: - - name: Activity - href: resources/projectrome-activity.md - items: - - name: Create or replace an activity - href: api/projectrome-put-activity.md - - name: Delete an activity - href: api/projectrome-delete-activity.md - - name: Get activities - href: api/projectrome-get-activities.md - - name: Get recent activities - href: api/projectrome-get-recent-activities.md - - name: Delete activity - href: api/projectrome-delete-activity.md - - name: History item - href: resources/projectrome-historyitem.md - items: - - name: Create or replace a history item - href: api/projectrome-put-historyitem.md - - name: Delete a history item - href: api/projectrome-delete-historyitem.md - - name: Roaming data (preview) - items: - - name: Cloud clipboard root - href: resources/cloudclipboardroot.md - items: - - name: List - href: api/cloudclipboardroot-list-items.md - - name: Cloud clipboard item - href: resources/cloudclipboarditem.md - items: - - name: List - href: api/cloudclipboardroot-list-items.md - - name: Get - href: api/cloudclipboarditem-get.md - - name: Windows settings - href: resources/windowssetting.md - items: - - name: List - href: api/usersettings-list-windows.md - - name: Get - href: api/windowssetting-get.md - - name: Windows setting instance - href: resources/windowssettinginstance.md - items: - - name: List - href: api/windowssetting-list-instances.md - - name: Get - href: api/windowssettinginstance-get.md - - name: Customer booking - displayName: Bookings, Microsoft Bookings - items: - - name: Overview - href: resources/booking-api-overview.md - - name: Booking business - href: resources/bookingbusiness.md - items: - - name: List - href: api/bookingbusiness-list.md - - name: Create - href: api/bookingbusiness-post-bookingbusinesses.md - - name: Get - href: api/bookingbusiness-get.md - - name: Update - href: api/bookingbusiness-update.md - - name: Delete - href: api/bookingbusiness-delete.md - - name: Publish - href: api/bookingbusiness-publish.md - - name: Unpublish - href: api/bookingbusiness-unpublish.md - - name: Get staff availability - href: api/bookingbusiness-getstaffavailability.md - - name: Booking appointment - href: resources/bookingappointment.md - items: - - name: List calendar view - href: api/bookingbusiness-list-calendarview.md - - name: List - href: api/bookingbusiness-list-appointments.md - - name: Create - href: api/bookingbusiness-post-appointments.md - - name: Get - href: api/bookingappointment-get.md - - name: Update - href: api/bookingappointment-update.md - - name: Delete - href: api/bookingappointment-delete.md - - name: Cancel appointment - href: api/bookingappointment-cancel.md - - name: Booking currency - href: resources/bookingcurrency.md - items: - - name: List - href: api/bookingcurrency-list.md - - name: Get - href: api/bookingcurrency-get.md - - name: Booking custom question - href: resources/bookingcustomquestion.md - items: - - name: List - href: api/bookingbusiness-list-customquestions.md - - name: Create - href: api/bookingbusiness-post-customquestions.md - - name: Get - href: api/bookingcustomquestion-get.md - - name: Update - href: api/bookingcustomquestion-update.md - - name: Delete - href: api/bookingcustomquestion-delete.md - - name: Booking customer - href: resources/bookingcustomer.md - items: - - name: List - href: api/bookingbusiness-list-customers.md - - name: Create - href: api/bookingbusiness-post-customers.md - - name: Get - href: api/bookingcustomer-get.md - - name: Update - href: api/bookingcustomer-update.md - - name: Delete - href: api/bookingcustomer-delete.md - - name: Booking service - href: resources/bookingservice.md - items: - - name: List - href: api/bookingbusiness-list-services.md - - name: Create - href: api/bookingbusiness-post-services.md - - name: Get - href: api/bookingservice-get.md - - name: Update - href: api/bookingservice-update.md - - name: Delete - href: api/bookingservice-delete.md - - name: Booking staff member - href: resources/bookingstaffmember.md - items: - - name: List - href: api/bookingbusiness-list-staffmembers.md - - name: Create - href: api/bookingbusiness-post-staffmembers.md - - name: Get - href: api/bookingstaffmember-get.md - - name: Update - href: api/bookingstaffmember-update.md - - name: Delete - href: api/bookingstaffmember-delete.md - - name: Device and app management - items: - - name: Browser management (preview) - displayName: Edge, Internet Explorer, IE mode, site list - items: - - name: Overview - href: resources/browser-edge-api-overview.md - - name: Browser site list - items: - - name: Browser site list - href: resources/browsersitelist.md - - name: List - href: api/internetexplorermode-list-sitelists.md - - name: Create - href: api/internetexplorermode-post-sitelists.md - - name: Get - href: api/browsersitelist-get.md - - name: Update - href: api/browsersitelist-update.md - - name: Delete - href: api/internetexplorermode-delete-sitelists.md - - name: Publish - href: api/browsersitelist-publish.md - - name: Browser site - items: - - name: Browser site - href: resources/browsersite.md - - name: List - href: api/browsersitelist-list-sites.md - - name: Create - href: api/browsersitelist-post-sites.md - - name: Get - href: api/browsersite-get.md - - name: Update - href: api/browsersite-update.md - - name: Delete - href: api/browsersitelist-delete-sites.md - - name: Shared cookie - items: - - name: Shared cookie - href: resources/browsersharedcookie.md - - name: List - href: api/browsersitelist-list-sharedcookies.md - - name: Create - href: api/browsersitelist-post-sharedcookies.md - - name: Get - href: api/browsersharedcookie-get.md - - name: Update - href: api/browsersharedcookie-update.md - - name: Delete - href: api/browsersitelist-delete-sharedcookies.md - - name: Cloud PC (preview) - items: - - name: Overview - href: resources/cloudpc-api-overview.md - - name: Virtual endpoint - href: resources/virtualendpoint.md - items: - - name: Get effective permissions - href: api/virtualendpoint-geteffectivepermissions.md - - name: Retrieve scoped permissions - href: api/virtualendpoint-retrievescopedpermissions.md - - name: Cloud PC - items: - - name: Cloud PC - href: resources/cloudpc.md - - name: List for organization - href: api/virtualendpoint-list-cloudpcs.md - - name: List for user - href: api/user-list-cloudpcs.md - - name: Get Cloud PC - href: api/cloudpc-get.md - - name: Bulk-reprovision remotely - href: api/manageddevice-bulkreprovisioncloudpc.md - - name: Bulk resize - href: api/cloudpc-bulkresize.md - - name: Bulk-restore remotely - href: api/manageddevice-bulkrestorecloudpc.md - - name: Bulk-set review status - href: api/manageddevice-bulksetcloudpcreviewstatus.md - - name: Change user accout type - href: api/cloudpc-changeuseraccounttype.md - - name: End grace period - href: api/cloudpc-endgraceperiod.md - - name: Get connectivity history - href: api/cloudpc-getcloudpcconnectivityhistory.md - - name: Get frontline access state - href: api/cloudpc-getfrontlinecloudpcaccessstate.md - - name: Get launch info for user - href: api/cloudpc-getcloudpclaunchinfo.md - - name: Get provisioned Cloud PCs - href: api/cloudpc-getprovisionedcloudpcs.md - - name: Get remote action results - href: api/manageddevice-getcloudpcremoteactionresults.md - - name: Get review status - href: api/manageddevice-getcloudpcreviewstatus.md - - name: Get shift work access state (deprecated) - href: api/cloudpc-getshiftworkcloudpcaccessstate.md - - name: Get supported remote actions - href: api/cloudpc-getsupportedcloudpcremoteactions.md - - name: Power on - href: api/cloudpc-poweron.md - - name: Power off - href: api/cloudpc-poweroff.md - - name: Reboot - href: api/cloudpc-reboot.md - - name: Rename - href: api/cloudpc-rename.md - - name: Reprovision - href: api/cloudpc-reprovision.md - - name: Reprovision remotely (deprecated) - href: api/manageddevice-reprovisioncloudpc.md - - name: Resize remotely - href: api/manageddevice-resizecloudpc.md - - name: Restore - href: api/cloudpc-restore.md - - name: Restore remotely (deprecated) - href: api/manageddevice-restorecloudpc.md - - name: Set review status - href: api/manageddevice-setcloudpcreviewstatus.md - - name: Troubleshoot - href: api/cloudpc-troubleshoot.md - - name: Retry partner agent installation - href: api/cloudpc-retrypartneragentinstallation.md - - name: Validate bulk resize - href: api/cloudpc-validatebulkresize.md - - name: Cloud PC audit event - href: resources/cloudpcauditevent.md - items: - - name: List - href: api/virtualendpoint-list-auditevents.md - - name: Get - href: api/cloudpcauditevent-get.md - - name: Get audit activity types - href: api/cloudpcauditevent-getauditactivitytypes.md - - name: Cloud PC Azure network connection - items: - - name: Cloud PC on-premises connection - href: resources/cloudpconpremisesconnection.md - - name: List - href: api/virtualendpoint-list-onpremisesconnections.md - - name: Create - href: api/virtualendpoint-post-onpremisesconnections.md - - name: Get - href: api/cloudpconpremisesconnection-get.md - - name: Update - href: api/cloudpconpremisesconnection-update.md - - name: Delete - href: api/cloudpconpremisesconnection-delete.md - - name: Run health checks - href: api/cloudpconpremisesconnection-runhealthcheck.md - - name: Update Active Directory domain password - href: api/cloudpconpremisesconnection-updateaddomainpassword.md - - name: Cloud PC cross-cloud government organization mapping - href: resources/cloudpccrosscloudgovernmentorganizationmapping.md - items: - - name: Create - href: api/virtualendpoint-post-crosscloudgovernmentorganizationmapping.md - - name: Get - href: api/cloudpccrosscloudgovernmentorganizationmapping-get.md - - name: Cloud PC device image - href: resources/cloudpcdeviceimage.md - items: - - name: List - href: api/virtualendpoint-list-deviceimages.md - - name: Create - href: api/virtualendpoint-post-deviceimages.md - - name: Get - href: api/cloudpcdeviceimage-get.md - - name: Delete - href: api/cloudpcdeviceimage-delete.md - - name: Get source images - href: api/cloudpcdeviceimage-getsourceimages.md - - name: Re-upload - href: api/cloudpcdeviceimage-reupload.md - - name: Cloud PC external partner setting - href: resources/cloudpcexternalpartnersetting.md - items: - - name: List - href: api/virtualendpoint-list-externalpartnersettings.md - - name: Create - href: api/virtualendpoint-post-externalpartnersettings.md - - name: Get - href: api/cloudpcexternalpartnersetting-get.md - - name: Update - href: api/cloudpcexternalpartnersetting-update.md - - name: Cloud PC front-line service plan - href: resources/cloudpcfrontlineserviceplan.md - items: - - name: List - href: api/virtualendpoint-list-frontlineserviceplans.md - - name: Get - href: api/cloudpcfrontlineserviceplan-get.md - - name: Cloud PC gallery image - href: resources/cloudpcgalleryimage.md - items: - - name: List - href: api/virtualendpoint-list-galleryimages.md - - name: Get - href: api/cloudpcgalleryimage-get.md - - name: Cloud PC organization settings - href: resources/cloudpcorganizationsettings.md - items: - - name: Get - href: api/cloudpcorganizationsettings-get.md - - name: Update - href: api/cloudpcorganizationsettings-update.md - - name: Cloud PC provisioning policy - href: resources/cloudpcprovisioningpolicy.md - items: - - name: List - href: api/virtualendpoint-list-provisioningpolicies.md - - name: Create - href: api/virtualendpoint-post-provisioningpolicies.md - - name: Get - href: api/cloudpcprovisioningpolicy-get.md - - name: Update - href: api/cloudpcprovisioningpolicy-update.md - - name: Delete - href: api/cloudpcprovisioningpolicy-delete.md - - name: Assign - href: api/cloudpcprovisioningpolicy-assign.md - - name: Cloud PC reports - items: - - name: Cloud PC reports - href: resources/cloudpcreports.md - - name: Get Cloud PC recommendation reports - href: api/cloudpcreports-getcloudpcrecommendationreports.md - - name: Get connection quality reports - href: api/cloudpcreports-getconnectionqualityreports.md - - name: Get daily aggregated remote connection reports - href: api/cloudpcreports-getdailyaggregatedremoteconnectionreports.md - - name: Get historical remote connection reports - href: api/cloudpcreports-getremoteconnectionhistoricalreports.md - - name: Get inaccessible Cloud PC reports - href: api/cloudpcreports-getinaccessiblecloudpcreports.md - - name: Get raw remote connection reports - href: api/cloudpcreports-getrawremoteconnectionreports.md - - name: Get real-time remote connection latency - href: api/cloudpcreports-getrealtimeremoteconnectionlatency.md - - name: Get real-time remote connection status - href: api/cloudpcreports-getrealtimeremoteconnectionstatus.md - - name: Get remote action status reports - href: api/cloudpcreports-getactionstatusreports.md - - name: Get shared-use license usage reports (deprecated) - href: api/cloudpcreports-getshareduselicenseusagereport.md - - name: Get total aggregated remote connection reports - href: api/cloudpcreports-gettotalaggregatedremoteconnectionreports.md - - name: Get Windows 365 Frontline reports - href: api/cloudpcreports-getfrontlinereport.md - - name: Export to download report - items: - - name: Cloud PC export job - href: resources/cloudpcexportjob.md - - name: Create export job - href: api/cloudpcreports-post-exportjobs.md - - name: Get export job - href: api/cloudpcexportjob-get.md - - name: Cloud PC service plan - href: resources/cloudpcserviceplan.md - items: - - name: List - href: api/virtualendpoint-list-serviceplans.md - - name: Cloud PC shared-use service plan (deprecated) - href: resources/cloudpcshareduseserviceplan.md - items: - - name: List - href: api/virtualendpoint-list-shareduseserviceplans.md - - name: Get - href: api/cloudpcshareduseserviceplan-get.md - - name: Cloud PC snapshot - href: resources/cloudpcsnapshot.md - items: - - name: List - href: api/virtualendpoint-list-snapshots.md - - name: Get - href: api/cloudpcsnapshot-get.md - - name: Get storage accounts - href: api/cloudpcsnapshot-getstorageaccounts.md - - name: Get subscriptions - href: api/cloudpcsnapshot-getsubscriptions.md - - name: Cloud PC supported region - href: resources/cloudpcsupportedregion.md - items: - - name: List - href: api/virtualendpoint-list-supportedregions.md - - name: Cloud PC user setting - href: resources/cloudpcusersetting.md - items: - - name: List - href: api/virtualendpoint-list-usersettings.md - - name: Create - href: api/virtualendpoint-post-usersettings.md - - name: Get - href: api/cloudpcusersetting-get.md - - name: Update - href: api/cloudpcusersetting-update.md - - name: Delete - href: api/cloudpcusersetting-delete.md - - name: Assign - href: api/cloudpcusersetting-assign.md - - name: Alert monitoring - items: - - name: Monitoring - href: resources/devicemanagement-monitoring.md - displayName: Microsoft Endpoint Manager admin center alerts - - name: Alert record - href: resources/devicemanagement-alertrecord.md - items: - - name: List - href: api/devicemanagement-alertrecord-list.md - - name: Get - href: api/devicemanagement-alertrecord-get.md - - name: Get portal notifications - href: api/devicemanagement-alertrecord-getportalnotifications.md - - name: Set portal notification as sent - href: api/devicemanagement-alertrecord-setportalnotificationassent.md - - name: Alert rule - href: resources/devicemanagement-alertrule.md - items: - - name: List - href: api/devicemanagement-alertrule-list.md - - name: Create - href: api/devicemanagement-alertrule-post.md - - name: Get - href: api/devicemanagement-alertrule-get.md - - name: Update - href: api/devicemanagement-alertrule-update.md - - name: Cloud printing - items: - - name: Print - href: resources/print.md - displayName: Universal Print - - name: Print connector - href: resources/printconnector.md - items: - - name: List - href: api/print-list-connectors.md - - name: Get - href: api/printconnector-get.md - - name: Update - href: api/printconnector-update.md - - name: Delete - href: api/printconnector-delete.md - - name: Print document - href: resources/printdocument.md - items: - - name: Create upload session - href: api/printdocument-createuploadsession.md - - name: Download binary file - href: api/printdocument-get-file.md - - name: Print job - href: resources/printjob.md - items: - - name: Create job for a printer - href: api/printer-post-jobs.md - - name: Create job for a printer share - href: api/printershare-post-jobs.md - - name: Get - href: api/printjob-get.md - - name: Start - href: api/printjob-start.md - - name: Update - href: api/printjob-update.md - - name: Cancel - href: api/printjob-cancel.md - - name: Abort - href: api/printjob-abort.md - - name: Redirect - href: api/printjob-redirect.md - - name: Print operation - href: resources/printoperation.md - items: - - name: Get - href: api/printoperation-get.md - - name: Printer - href: resources/printer.md - items: - - name: List - href: api/print-list-printers.md - - name: Create - href: api/printer-create.md - - name: Get - href: api/printer-get.md - - name: Update - href: api/printer-update.md - - name: Delete - href: api/printer-delete.md - - name: Get task trigger - href: api/printtasktrigger-get.md - - name: List connectors - href: api/printer-list-connectors.md - - name: List print jobs - href: api/printer-list-jobs.md - - name: Create print job - href: api/printer-post-jobs.md - - name: List task triggers - href: api/printer-list-tasktriggers.md - - name: Create task trigger - href: api/printer-post-tasktriggers.md - - name: Delete task trigger - href: api/printer-delete-tasktrigger.md - - name: Restore factory defaults - href: api/printer-restorefactorydefaults.md - - name: Printer share - href: resources/printershare.md - items: - - name: List - href: api/print-list-shares.md - - name: Create - href: api/print-post-shares.md - - name: Get - href: api/printershare-get.md - - name: Update - href: api/printershare-update.md - - name: Delete - href: api/printershare-delete.md - - name: List allowed users - href: api/printershare-list-allowedusers.md - - name: Create allowed user - href: api/printershare-post-allowedusers.md - - name: Delete allowed user - href: api/printershare-delete-alloweduser.md - - name: List allowed groups - href: api/printershare-list-allowedgroups.md - - name: Create allowed group - href: api/printershare-post-allowedgroups.md - - name: Delete allowed group - href: api/printershare-delete-allowedgroup.md - - name: List recent shares - href: api/print-list-recentshares.md - - name: Print task definition - href: resources/printtaskdefinition.md - items: - - name: List - href: api/print-list-taskdefinitions.md - - name: Create - href: api/print-post-taskdefinitions.md - - name: Get - href: api/printtaskdefinition-get.md - - name: Delete - href: api/print-delete-taskdefinition.md - - name: List tasks - href: api/printtaskdefinition-list-tasks.md - - name: Get task - href: api/printtask-get.md - - name: Update task - href: api/printtaskdefinition-update-task.md - - name: Quota - items: - - name: Unified storage quota - href: resources/unifiedstoragequota.md - items: - - name: Get - href: api/unifiedstoragequota-get.md - - name: List - href: api/unifiedstoragequota-list-services.md - - name: Service storage quota breakdown - href: resources/servicestoragequotabreakdown.md - items: - - name: Get - href: api/servicestoragequotabreakdown-get.md - - name: List - href: api/unifiedstoragequota-list-services.md - - name: Reports - items: - - name: Archived print job - href: resources/archivedprintjob.md - - name: Print usage by printer - href: resources/printusagebyprinter.md - - name: Print usage by user - href: resources/printusagebyuser.md - - name: Organized by printer - items: - - name: Get - href: api/printusagebyprinter-get.md - - name: List a printer's archived print jobs - href: api/reports-getprinterarchivedprintjobs.md - - name: List daily reports by printer - href: api/reportroot-list-dailyprintusagebyprinter.md - - name: List monthly reports by printer - href: api/reportroot-list-monthlyprintusagebyprinter.md - - name: Organized by user or group - items: - - name: Get - href: api/printusagebyuser-get.md - - name: List a user's archived print jobs - href: api/reports-getuserarchivedprintjobs.md - - name: List a group's archived print jobs - href: api/reports-getgrouparchivedprintjobs.md - - name: List daily reports by user - href: api/reportroot-list-dailyprintusagebyuser.md - - name: List monthly reports by user - href: api/reportroot-list-monthlyprintusagebyuser.md - - name: Print service - href: resources/printservice.md - items: - - name: List - href: api/print-list-services.md - - name: Get - href: api/printservice-get.md - - name: Endpoint - href: resources/printserviceendpoint.md - items: - - name: Get endpoint - href: api/printserviceendpoint-get.md - - name: List a service's endpoints - href: api/printservice-list-endpoints.md - - name: Print settings - href: resources/printsettings.md - items: - - name: Get - href: api/print-get-settings.md - - name: Update - href: api/print-update-settings.md - - name: Corporate management - href: resources/intune-graph-overview.md - displayName: Intune - items: - - name: App management - href: resources/intune-app-conceptual.md - items: - - name: Android device owner enrollment mode - href: resources/intune-androidforwork-androiddeviceownerenrollmentmode.md - - name: Android device owner enrollment profile - href: resources/intune-androidforwork-androiddeviceownerenrollmentprofile.md - items: - - name: List - href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-list.md - - name: Get - href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-get.md - - name: Create - href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-create.md - - name: Delete - href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-delete.md - - name: Update - href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-update.md - - name: revokeToken action - href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-revoketoken.md - - name: createToken action - href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-createtoken.md - - name: getDefaultTeamsDeviceNonGmsEnrollmentProfile action - href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-getdefaultteamsdevicenongmsenrollmentprofile.md - - name: Android device owner enrollment token type - href: resources/intune-androidforwork-androiddeviceownerenrollmenttokentype.md - - name: Android enrollment company code - href: resources/intune-androidforwork-androidenrollmentcompanycode.md - - name: Android for Work app - href: resources/intune-apps-androidforworkapp.md - items: - - name: List - href: api/intune-apps-androidforworkapp-list.md - - name: Get - href: api/intune-apps-androidforworkapp-get.md - - name: Create - href: api/intune-apps-androidforworkapp-create.md - - name: Delete - href: api/intune-apps-androidforworkapp-delete.md - - name: Update - href: api/intune-apps-androidforworkapp-update.md - - name: Android for Work app configuration schema - href: resources/intune-androidforwork-androidforworkappconfigurationschema.md - items: - - name: List - href: api/intune-androidforwork-androidforworkappconfigurationschema-list.md - - name: Get - href: api/intune-androidforwork-androidforworkappconfigurationschema-get.md - - name: Create - href: api/intune-androidforwork-androidforworkappconfigurationschema-create.md - - name: Delete - href: api/intune-androidforwork-androidforworkappconfigurationschema-delete.md - - name: Update - href: api/intune-androidforwork-androidforworkappconfigurationschema-update.md - - name: Android for Work app configuration schema item - href: resources/intune-androidforwork-androidforworkappconfigurationschemaitem.md - - name: Android for Work app configuration schema item data type - href: resources/intune-androidforwork-androidforworkappconfigurationschemaitemdatatype.md - - name: Android for Work bind status - href: resources/intune-androidforwork-androidforworkbindstatus.md - - name: Android for Work enrollment profile - href: resources/intune-androidforwork-androidforworkenrollmentprofile.md - items: - - name: List - href: api/intune-androidforwork-androidforworkenrollmentprofile-list.md - - name: Get - href: api/intune-androidforwork-androidforworkenrollmentprofile-get.md - - name: Create - href: api/intune-androidforwork-androidforworkenrollmentprofile-create.md - - name: Delete - href: api/intune-androidforwork-androidforworkenrollmentprofile-delete.md - - name: Update - href: api/intune-androidforwork-androidforworkenrollmentprofile-update.md - - name: revokeToken action - href: api/intune-androidforwork-androidforworkenrollmentprofile-revoketoken.md - - name: createToken action - href: api/intune-androidforwork-androidforworkenrollmentprofile-createtoken.md - - name: Android for Work enrollment target - href: resources/intune-androidforwork-androidforworkenrollmenttarget.md - - name: Android for Work mobile app configuration - href: resources/intune-apps-androidforworkmobileappconfiguration.md - items: - - name: List - href: api/intune-apps-androidforworkmobileappconfiguration-list.md - - name: Get - href: api/intune-apps-androidforworkmobileappconfiguration-get.md - - name: Create - href: api/intune-apps-androidforworkmobileappconfiguration-create.md - - name: Delete - href: api/intune-apps-androidforworkmobileappconfiguration-delete.md - - name: Update - href: api/intune-apps-androidforworkmobileappconfiguration-update.md - - name: Android for Work settings - href: resources/intune-androidforwork-androidforworksettings.md - items: - - name: Get - href: api/intune-androidforwork-androidforworksettings-get.md - - name: Update - href: api/intune-androidforwork-androidforworksettings-update.md - - name: requestSignupUrl action - href: api/intune-androidforwork-androidforworksettings-requestsignupurl.md - - name: completeSignup action - href: api/intune-androidforwork-androidforworksettings-completesignup.md - - name: syncApps action - href: api/intune-androidforwork-androidforworksettings-syncapps.md - - name: unbind action - href: api/intune-androidforwork-androidforworksettings-unbind.md - - name: Android for Work sync status - href: resources/intune-androidforwork-androidforworksyncstatus.md - - name: Android LOB app - href: resources/intune-apps-androidlobapp.md - items: - - name: List - href: api/intune-apps-androidlobapp-list.md - - name: Get - href: api/intune-apps-androidlobapp-get.md - - name: Create - href: api/intune-apps-androidlobapp-create.md - - name: Delete - href: api/intune-apps-androidlobapp-delete.md - - name: Update - href: api/intune-apps-androidlobapp-update.md - - name: Android managed store account app sync status - href: resources/intune-androidforwork-androidmanagedstoreaccountappsyncstatus.md - - name: Android managed store account bind status - href: resources/intune-androidforwork-androidmanagedstoreaccountbindstatus.md - - name: Android managed store account enrollment target - href: resources/intune-androidforwork-androidmanagedstoreaccountenrollmenttarget.md - - name: Android managed store account enterprise settings - href: resources/intune-androidforwork-androidmanagedstoreaccountenterprisesettings.md - items: - - name: Get - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-get.md - - name: Update - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-update.md - - name: approveApps action - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-approveapps.md - - name: requestSignupUrl action - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-requestsignupurl.md - - name: completeSignup action - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-completesignup.md - - name: syncApps action - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-syncapps.md - - name: unbind action - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-unbind.md - - name: createGooglePlayWebToken action - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-creategoogleplaywebtoken.md - - name: setAndroidDeviceOwnerFullyManagedEnrollmentState action - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-setandroiddeviceownerfullymanagedenrollmentstate.md - - name: addApps action - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-addapps.md - - name: Android managed store app - href: resources/intune-apps-androidmanagedstoreapp.md - items: - - name: List - href: api/intune-apps-androidmanagedstoreapp-list.md - - name: Get - href: api/intune-apps-androidmanagedstoreapp-get.md - - name: Create - href: api/intune-apps-androidmanagedstoreapp-create.md - - name: Delete - href: api/intune-apps-androidmanagedstoreapp-delete.md - - name: Update - href: api/intune-apps-androidmanagedstoreapp-update.md - - name: Android managed store app configuration - href: resources/intune-apps-androidmanagedstoreappconfiguration.md - items: - - name: List - href: api/intune-apps-androidmanagedstoreappconfiguration-list.md - - name: Get - href: api/intune-apps-androidmanagedstoreappconfiguration-get.md - - name: Create - href: api/intune-apps-androidmanagedstoreappconfiguration-create.md - - name: Delete - href: api/intune-apps-androidmanagedstoreappconfiguration-delete.md - - name: Update - href: api/intune-apps-androidmanagedstoreappconfiguration-update.md - - name: Android managed store app configuration schema - href: resources/intune-androidforwork-androidmanagedstoreappconfigurationschema.md - items: - - name: List - href: api/intune-androidforwork-androidmanagedstoreappconfigurationschema-list.md - - name: Get - href: api/intune-androidforwork-androidmanagedstoreappconfigurationschema-get.md - - name: Create - href: api/intune-androidforwork-androidmanagedstoreappconfigurationschema-create.md - - name: Delete - href: api/intune-androidforwork-androidmanagedstoreappconfigurationschema-delete.md - - name: Update - href: api/intune-androidforwork-androidmanagedstoreappconfigurationschema-update.md - - name: Android managed store app configuration schema item - href: resources/intune-androidforwork-androidmanagedstoreappconfigurationschemaitem.md - - name: Android managed store app configuration schema item data type - href: resources/intune-androidforwork-androidmanagedstoreappconfigurationschemaitemdatatype.md - - name: Android managed store app track - href: resources/intune-apps-androidmanagedstoreapptrack.md - - name: Android managed store web app - href: resources/intune-apps-androidmanagedstorewebapp.md - items: - - name: List - href: api/intune-apps-androidmanagedstorewebapp-list.md - - name: Get - href: api/intune-apps-androidmanagedstorewebapp-get.md - - name: Create - href: api/intune-apps-androidmanagedstorewebapp-create.md - - name: Delete - href: api/intune-apps-androidmanagedstorewebapp-delete.md - - name: Update - href: api/intune-apps-androidmanagedstorewebapp-update.md - - name: Android minimum operating system - href: resources/intune-apps-androidminimumoperatingsystem.md - - name: Android permission action - href: resources/intune-apps-androidpermissionaction.md - - name: Android permission action type - href: resources/intune-apps-androidpermissionactiontype.md - - name: Android profile applicability - href: resources/intune-apps-androidprofileapplicability.md - - name: Android store app - href: resources/intune-apps-androidstoreapp.md - items: - - name: List - href: api/intune-apps-androidstoreapp-list.md - - name: Get - href: api/intune-apps-androidstoreapp-get.md - - name: Create - href: api/intune-apps-androidstoreapp-create.md - - name: Delete - href: api/intune-apps-androidstoreapp-delete.md - - name: Update - href: api/intune-apps-androidstoreapp-update.md - - name: Aosp Wi-Fi security type - href: resources/intune-androidforwork-aospwifisecuritytype.md - - name: App configuration setting item - href: resources/intune-apps-appconfigurationsettingitem.md - - name: Certificate status - href: resources/intune-apps-certificatestatus.md - - name: Device install state - href: resources/intune-books-deviceinstallstate.md - items: - - name: List - href: api/intune-books-deviceinstallstate-list.md - - name: Get - href: api/intune-books-deviceinstallstate-get.md - - name: Create - href: api/intune-books-deviceinstallstate-create.md - - name: Delete - href: api/intune-books-deviceinstallstate-delete.md - - name: Update - href: api/intune-books-deviceinstallstate-update.md - - name: E-book install summary - href: resources/intune-books-ebookinstallsummary.md - items: - - name: Get - href: api/intune-books-ebookinstallsummary-get.md - - name: Update - href: api/intune-books-ebookinstallsummary-update.md - - name: Encrypted provisioning package extras - href: resources/intune-androidforwork-encryptedprovisioningpackageextras.md - - name: Enrollment profile for non gms teams device - href: resources/intune-androidforwork-enrollmentprofilefornongmsteamsdevice.md - - name: Enterprise code signing certificate - href: resources/intune-apps-enterprisecodesigningcertificate.md - items: - - name: List - href: api/intune-apps-enterprisecodesigningcertificate-list.md - - name: Get - href: api/intune-apps-enterprisecodesigningcertificate-get.md - - name: Create - href: api/intune-apps-enterprisecodesigningcertificate-create.md - - name: Delete - href: api/intune-apps-enterprisecodesigningcertificate-delete.md - - name: Update - href: api/intune-apps-enterprisecodesigningcertificate-update.md - - name: Excluded apps - href: resources/intune-apps-excludedapps.md - - name: File encryption info - href: resources/intune-apps-fileencryptioninfo.md - - name: Install state - href: resources/intune-books-installstate.md - - name: iOS device type - href: resources/intune-apps-iosdevicetype.md - - name: iOS LOB app - href: resources/intune-apps-ioslobapp.md - items: - - name: List - href: api/intune-apps-ioslobapp-list.md - - name: Get - href: api/intune-apps-ioslobapp-get.md - - name: Create - href: api/intune-apps-ioslobapp-create.md - - name: Delete - href: api/intune-apps-ioslobapp-delete.md - - name: Update - href: api/intune-apps-ioslobapp-update.md - - name: iOS LOB app provisioning configuration assignment - href: resources/intune-apps-ioslobappprovisioningconfigurationassignment.md - items: - - name: List - href: api/intune-apps-ioslobappprovisioningconfigurationassignment-list.md - - name: Get - href: api/intune-apps-ioslobappprovisioningconfigurationassignment-get.md - - name: Create - href: api/intune-apps-ioslobappprovisioningconfigurationassignment-create.md - - name: Delete - href: api/intune-apps-ioslobappprovisioningconfigurationassignment-delete.md - - name: Update - href: api/intune-apps-ioslobappprovisioningconfigurationassignment-update.md - - name: iOS minimum operating system - href: resources/intune-apps-iosminimumoperatingsystem.md - - name: iOS mobile app configuration - href: resources/intune-apps-iosmobileappconfiguration.md - items: - - name: List - href: api/intune-apps-iosmobileappconfiguration-list.md - - name: Get - href: api/intune-apps-iosmobileappconfiguration-get.md - - name: Create - href: api/intune-apps-iosmobileappconfiguration-create.md - - name: Delete - href: api/intune-apps-iosmobileappconfiguration-delete.md - - name: Update - href: api/intune-apps-iosmobileappconfiguration-update.md - - name: iOS store app - href: resources/intune-apps-iosstoreapp.md - items: - - name: List - href: api/intune-apps-iosstoreapp-list.md - - name: Get - href: api/intune-apps-iosstoreapp-get.md - - name: Create - href: api/intune-apps-iosstoreapp-create.md - - name: Delete - href: api/intune-apps-iosstoreapp-delete.md - - name: Update - href: api/intune-apps-iosstoreapp-update.md - - name: iOS VPP app - href: resources/intune-apps-iosvppapp.md - items: - - name: List - href: api/intune-apps-iosvppapp-list.md - - name: Get - href: api/intune-apps-iosvppapp-get.md - - name: Create - href: api/intune-apps-iosvppapp-create.md - - name: Delete - href: api/intune-apps-iosvppapp-delete.md - - name: Update - href: api/intune-apps-iosvppapp-update.md - - name: revokeAllLicenses action - href: api/intune-apps-iosvppapp-revokealllicenses.md - - name: revokeUserLicense action - href: api/intune-apps-iosvppapp-revokeuserlicense.md - - name: revokeDeviceLicense action - href: api/intune-apps-iosvppapp-revokedevicelicense.md - - name: iOS VPP app assigned device license - href: resources/intune-apps-iosvppappassigneddevicelicense.md - items: - - name: List - href: api/intune-apps-iosvppappassigneddevicelicense-list.md - - name: Get - href: api/intune-apps-iosvppappassigneddevicelicense-get.md - - name: Create - href: api/intune-apps-iosvppappassigneddevicelicense-create.md - - name: Delete - href: api/intune-apps-iosvppappassigneddevicelicense-delete.md - - name: Update - href: api/intune-apps-iosvppappassigneddevicelicense-update.md - - name: iOS VPP app assigned license - href: resources/intune-apps-iosvppappassignedlicense.md - items: - - name: List - href: api/intune-apps-iosvppappassignedlicense-list.md - - name: Get - href: api/intune-apps-iosvppappassignedlicense-get.md - - name: Create - href: api/intune-apps-iosvppappassignedlicense-create.md - - name: Delete - href: api/intune-apps-iosvppappassignedlicense-delete.md - - name: Update - href: api/intune-apps-iosvppappassignedlicense-update.md - - name: iOS VPP app assigned user license - href: resources/intune-apps-iosvppappassigneduserlicense.md - items: - - name: List - href: api/intune-apps-iosvppappassigneduserlicense-list.md - - name: Get - href: api/intune-apps-iosvppappassigneduserlicense-get.md - - name: Create - href: api/intune-apps-iosvppappassigneduserlicense-create.md - - name: Delete - href: api/intune-apps-iosvppappassigneduserlicense-delete.md - - name: Update - href: api/intune-apps-iosvppappassigneduserlicense-update.md - - name: iOS VPP app revoke licenses action result - href: resources/intune-apps-iosvppapprevokelicensesactionresult.md - - name: iOS VPP e-book - href: resources/intune-books-iosvppebook.md - items: - - name: List - href: api/intune-books-iosvppebook-list.md - - name: Get - href: api/intune-books-iosvppebook-get.md - - name: Create - href: api/intune-books-iosvppebook-create.md - - name: Delete - href: api/intune-books-iosvppebook-delete.md - - name: Update - href: api/intune-books-iosvppebook-update.md - - name: iOS VPP e-book assignment - href: resources/intune-books-iosvppebookassignment.md - items: - - name: List - href: api/intune-books-iosvppebookassignment-list.md - - name: Get - href: api/intune-books-iosvppebookassignment-get.md - - name: Create - href: api/intune-books-iosvppebookassignment-create.md - - name: Delete - href: api/intune-books-iosvppebookassignment-delete.md - - name: Update - href: api/intune-books-iosvppebookassignment-update.md - - name: iOSi pad o s web clip - href: resources/intune-apps-iosipadoswebclip.md - items: - - name: List - href: api/intune-apps-iosipadoswebclip-list.md - - name: Get - href: api/intune-apps-iosipadoswebclip-get.md - - name: Create - href: api/intune-apps-iosipadoswebclip-create.md - - name: Delete - href: api/intune-apps-iosipadoswebclip-delete.md - - name: Update - href: api/intune-apps-iosipadoswebclip-update.md - - name: Key/value pair - href: resources/intune-androidforwork-keyvaluepair.md - - name: macOS dmg app - href: resources/intune-apps-macosdmgapp.md - items: - - name: List - href: api/intune-apps-macosdmgapp-list.md - - name: Get - href: api/intune-apps-macosdmgapp-get.md - - name: Create - href: api/intune-apps-macosdmgapp-create.md - - name: Delete - href: api/intune-apps-macosdmgapp-delete.md - - name: Update - href: api/intune-apps-macosdmgapp-update.md - - name: macOS included app - href: resources/intune-apps-macosincludedapp.md - - name: macOS LOB app - href: resources/intune-apps-macoslobapp.md - items: - - name: List - href: api/intune-apps-macoslobapp-list.md - - name: Get - href: api/intune-apps-macoslobapp-get.md - - name: Create - href: api/intune-apps-macoslobapp-create.md - - name: Delete - href: api/intune-apps-macoslobapp-delete.md - - name: Update - href: api/intune-apps-macoslobapp-update.md - - name: macOS LOB child app - href: resources/intune-apps-macoslobchildapp.md - - name: macOS mdatp app - href: resources/intune-apps-macosmdatpapp.md - items: - - name: List - href: api/intune-apps-macosmdatpapp-list.md - - name: Get - href: api/intune-apps-macosmdatpapp-get.md - - name: Create - href: api/intune-apps-macosmdatpapp-create.md - - name: Delete - href: api/intune-apps-macosmdatpapp-delete.md - - name: Update - href: api/intune-apps-macosmdatpapp-update.md - - name: macOS microsoft defender app - href: resources/intune-apps-macosmicrosoftdefenderapp.md - items: - - name: List - href: api/intune-apps-macosmicrosoftdefenderapp-list.md - - name: Get - href: api/intune-apps-macosmicrosoftdefenderapp-get.md - - name: Create - href: api/intune-apps-macosmicrosoftdefenderapp-create.md - - name: Delete - href: api/intune-apps-macosmicrosoftdefenderapp-delete.md - - name: Update - href: api/intune-apps-macosmicrosoftdefenderapp-update.md - - name: macOS microsoft edge app - href: resources/intune-apps-macosmicrosoftedgeapp.md - items: - - name: List - href: api/intune-apps-macosmicrosoftedgeapp-list.md - - name: Get - href: api/intune-apps-macosmicrosoftedgeapp-get.md - - name: Create - href: api/intune-apps-macosmicrosoftedgeapp-create.md - - name: Delete - href: api/intune-apps-macosmicrosoftedgeapp-delete.md - - name: Update - href: api/intune-apps-macosmicrosoftedgeapp-update.md - - name: macOS minimum operating system - href: resources/intune-apps-macosminimumoperatingsystem.md - - name: macOS office suite app - href: resources/intune-apps-macosofficesuiteapp.md - items: - - name: List - href: api/intune-apps-macosofficesuiteapp-list.md - - name: Get - href: api/intune-apps-macosofficesuiteapp-get.md - - name: Create - href: api/intune-apps-macosofficesuiteapp-create.md - - name: Delete - href: api/intune-apps-macosofficesuiteapp-delete.md - - name: Update - href: api/intune-apps-macosofficesuiteapp-update.md - - name: macOS pkg app - href: resources/intune-apps-macospkgapp.md - items: - - name: List - href: api/intune-apps-macospkgapp-list.md - - name: Get - href: api/intune-apps-macospkgapp-get.md - - name: Create - href: api/intune-apps-macospkgapp-create.md - - name: Delete - href: api/intune-apps-macospkgapp-delete.md - - name: Update - href: api/intune-apps-macospkgapp-update.md - - name: macOS VPP app - href: resources/intune-apps-macosvppapp.md - items: - - name: List - href: api/intune-apps-macosvppapp-list.md - - name: Get - href: api/intune-apps-macosvppapp-get.md - - name: Create - href: api/intune-apps-macosvppapp-create.md - - name: Delete - href: api/intune-apps-macosvppapp-delete.md - - name: Update - href: api/intune-apps-macosvppapp-update.md - - name: macOS VPP app assigned license - href: resources/intune-apps-macosvppappassignedlicense.md - items: - - name: List - href: api/intune-apps-macosvppappassignedlicense-list.md - - name: Get - href: api/intune-apps-macosvppappassignedlicense-get.md - - name: Create - href: api/intune-apps-macosvppappassignedlicense-create.md - - name: Delete - href: api/intune-apps-macosvppappassignedlicense-delete.md - - name: Update - href: api/intune-apps-macosvppappassignedlicense-update.md - - name: macOS VPP app revoke licenses action result - href: resources/intune-apps-macosvppapprevokelicensesactionresult.md - - name: Managed android LOB app - href: resources/intune-apps-managedandroidlobapp.md - items: - - name: List - href: api/intune-apps-managedandroidlobapp-list.md - - name: Get - href: api/intune-apps-managedandroidlobapp-get.md - - name: Create - href: api/intune-apps-managedandroidlobapp-create.md - - name: Delete - href: api/intune-apps-managedandroidlobapp-delete.md - - name: Update - href: api/intune-apps-managedandroidlobapp-update.md - - name: Managed android store app - href: resources/intune-apps-managedandroidstoreapp.md - items: - - name: List - href: api/intune-apps-managedandroidstoreapp-list.md - - name: Get - href: api/intune-apps-managedandroidstoreapp-get.md - - name: Create - href: api/intune-apps-managedandroidstoreapp-create.md - - name: Delete - href: api/intune-apps-managedandroidstoreapp-delete.md - - name: Update - href: api/intune-apps-managedandroidstoreapp-update.md - - name: Managed app - href: resources/intune-apps-managedapp.md - items: - - name: List - href: api/intune-apps-managedapp-list.md - - name: Get - href: api/intune-apps-managedapp-get.md - - name: Managed app availability - href: resources/intune-apps-managedappavailability.md - - name: Managed device mobile app configuration - href: resources/intune-apps-manageddevicemobileappconfiguration.md - items: - - name: List - href: api/intune-apps-manageddevicemobileappconfiguration-list.md - - name: Get - href: api/intune-apps-manageddevicemobileappconfiguration-get.md - - name: assign action - href: api/intune-apps-manageddevicemobileappconfiguration-assign.md - - name: Managed device mobile app configuration assignment - href: resources/intune-apps-manageddevicemobileappconfigurationassignment.md - items: - - name: List - href: api/intune-apps-manageddevicemobileappconfigurationassignment-list.md - - name: Get - href: api/intune-apps-manageddevicemobileappconfigurationassignment-get.md - - name: Create - href: api/intune-apps-manageddevicemobileappconfigurationassignment-create.md - - name: Delete - href: api/intune-apps-manageddevicemobileappconfigurationassignment-delete.md - - name: Update - href: api/intune-apps-manageddevicemobileappconfigurationassignment-update.md - - name: Managed device mobile app configuration device status - href: resources/intune-apps-manageddevicemobileappconfigurationdevicestatus.md - items: - - name: List - href: api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list.md - - name: Get - href: api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get.md - - name: Create - href: api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create.md - - name: Delete - href: api/intune-apps-manageddevicemobileappconfigurationdevicestatus-delete.md - - name: Update - href: api/intune-apps-manageddevicemobileappconfigurationdevicestatus-update.md - - name: Managed device mobile app configuration device summary - href: resources/intune-apps-manageddevicemobileappconfigurationdevicesummary.md - items: - - name: Get - href: api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get.md - - name: Update - href: api/intune-apps-manageddevicemobileappconfigurationdevicesummary-update.md - - name: Managed device mobile app configuration user status - href: resources/intune-apps-manageddevicemobileappconfigurationuserstatus.md - items: - - name: List - href: api/intune-apps-manageddevicemobileappconfigurationuserstatus-list.md - - name: Get - href: api/intune-apps-manageddevicemobileappconfigurationuserstatus-get.md - - name: Create - href: api/intune-apps-manageddevicemobileappconfigurationuserstatus-create.md - - name: Delete - href: api/intune-apps-manageddevicemobileappconfigurationuserstatus-delete.md - - name: Update - href: api/intune-apps-manageddevicemobileappconfigurationuserstatus-update.md - - name: Managed device mobile app configuration user summary - href: resources/intune-apps-manageddevicemobileappconfigurationusersummary.md - items: - - name: Get - href: api/intune-apps-manageddevicemobileappconfigurationusersummary-get.md - - name: Update - href: api/intune-apps-manageddevicemobileappconfigurationusersummary-update.md - - name: Managed e-book - href: resources/intune-books-managedebook.md - items: - - name: List - href: api/intune-books-managedebook-list.md - - name: Get - href: api/intune-books-managedebook-get.md - - name: assign action - href: api/intune-books-managedebook-assign.md - - name: Managed e-book assignment - href: resources/intune-books-managedebookassignment.md - items: - - name: List - href: api/intune-books-managedebookassignment-list.md - - name: Get - href: api/intune-books-managedebookassignment-get.md - - name: Create - href: api/intune-books-managedebookassignment-create.md - - name: Delete - href: api/intune-books-managedebookassignment-delete.md - - name: Update - href: api/intune-books-managedebookassignment-update.md - - name: Managed e-book category - href: resources/intune-books-managedebookcategory.md - items: - - name: List - href: api/intune-books-managedebookcategory-list.md - - name: Get - href: api/intune-books-managedebookcategory-get.md - - name: Create - href: api/intune-books-managedebookcategory-create.md - - name: Delete - href: api/intune-books-managedebookcategory-delete.md - - name: Update - href: api/intune-books-managedebookcategory-update.md - - name: Managed iOS LOB app - href: resources/intune-apps-managedioslobapp.md - items: - - name: List - href: api/intune-apps-managedioslobapp-list.md - - name: Get - href: api/intune-apps-managedioslobapp-get.md - - name: Create - href: api/intune-apps-managedioslobapp-create.md - - name: Delete - href: api/intune-apps-managedioslobapp-delete.md - - name: Update - href: api/intune-apps-managedioslobapp-update.md - - name: Managed iOS store app - href: resources/intune-apps-managediosstoreapp.md - items: - - name: List - href: api/intune-apps-managediosstoreapp-list.md - - name: Get - href: api/intune-apps-managediosstoreapp-get.md - - name: Create - href: api/intune-apps-managediosstoreapp-create.md - - name: Delete - href: api/intune-apps-managediosstoreapp-delete.md - - name: Update - href: api/intune-apps-managediosstoreapp-update.md - - name: Managed mobile LOB app - href: resources/intune-apps-managedmobilelobapp.md - items: - - name: List - href: api/intune-apps-managedmobilelobapp-list.md - - name: Get - href: api/intune-apps-managedmobilelobapp-get.md - - name: MDM app config key type - href: resources/intune-apps-mdmappconfigkeytype.md - - name: Microsoft edge channel - href: resources/intune-apps-microsoftedgechannel.md - - name: Microsoft store for business app - href: resources/intune-apps-microsoftstoreforbusinessapp.md - items: - - name: List - href: api/intune-apps-microsoftstoreforbusinessapp-list.md - - name: Get - href: api/intune-apps-microsoftstoreforbusinessapp-get.md - - name: Create - href: api/intune-apps-microsoftstoreforbusinessapp-create.md - - name: Delete - href: api/intune-apps-microsoftstoreforbusinessapp-delete.md - - name: Update - href: api/intune-apps-microsoftstoreforbusinessapp-update.md - - name: Microsoft store for business contained app - href: resources/intune-apps-microsoftstoreforbusinesscontainedapp.md - items: - - name: List - href: api/intune-apps-microsoftstoreforbusinesscontainedapp-list.md - - name: Get - href: api/intune-apps-microsoftstoreforbusinesscontainedapp-get.md - - name: Create - href: api/intune-apps-microsoftstoreforbusinesscontainedapp-create.md - - name: Delete - href: api/intune-apps-microsoftstoreforbusinesscontainedapp-delete.md - - name: Update - href: api/intune-apps-microsoftstoreforbusinesscontainedapp-update.md - - name: Microsoft store for business license type - href: resources/intune-apps-microsoftstoreforbusinesslicensetype.md - - name: Mobile app assignment - href: resources/intune-apps-mobileappassignment.md - items: - - name: List - href: api/intune-apps-mobileappassignment-list.md - - name: Get - href: api/intune-apps-mobileappassignment-get.md - - name: Create - href: api/intune-apps-mobileappassignment-create.md - - name: Delete - href: api/intune-apps-mobileappassignment-delete.md - - name: Update - href: api/intune-apps-mobileappassignment-update.md - - name: Mobile app category - href: resources/intune-apps-mobileappcategory.md - items: - - name: List - href: api/intune-apps-mobileappcategory-list.md - - name: Get - href: api/intune-apps-mobileappcategory-get.md - - name: Create - href: api/intune-apps-mobileappcategory-create.md - - name: Delete - href: api/intune-apps-mobileappcategory-delete.md - - name: Update - href: api/intune-apps-mobileappcategory-update.md - - name: Mobile app content - href: resources/intune-apps-mobileappcontent.md - items: - - name: List - href: api/intune-apps-mobileappcontent-list.md - - name: Get - href: api/intune-apps-mobileappcontent-get.md - - name: Create - href: api/intune-apps-mobileappcontent-create.md - - name: Delete - href: api/intune-apps-mobileappcontent-delete.md - - name: Update - href: api/intune-apps-mobileappcontent-update.md - - name: Mobile app content file - href: resources/intune-apps-mobileappcontentfile.md - items: - - name: List - href: api/intune-apps-mobileappcontentfile-list.md - - name: Get - href: api/intune-apps-mobileappcontentfile-get.md - - name: Create - href: api/intune-apps-mobileappcontentfile-create.md - - name: Delete - href: api/intune-apps-mobileappcontentfile-delete.md - - name: Update - href: api/intune-apps-mobileappcontentfile-update.md - - name: commit action - href: api/intune-apps-mobileappcontentfile-commit.md - - name: renewUpload action - href: api/intune-apps-mobileappcontentfile-renewupload.md - - name: Mobile app content file upload state - href: resources/intune-apps-mobileappcontentfileuploadstate.md - - name: Mobile app dependency - href: resources/intune-apps-mobileappdependency.md - items: - - name: List - href: api/intune-apps-mobileappdependency-list.md - - name: Get - href: api/intune-apps-mobileappdependency-get.md - - name: Create - href: api/intune-apps-mobileappdependency-create.md - - name: Delete - href: api/intune-apps-mobileappdependency-delete.md - - name: Update - href: api/intune-apps-mobileappdependency-update.md - - name: Mobile app dependency type - href: resources/intune-apps-mobileappdependencytype.md - - name: Mobile app provisioning config group assignment - href: resources/intune-apps-mobileappprovisioningconfiggroupassignment.md - items: - - name: List - href: api/intune-apps-mobileappprovisioningconfiggroupassignment-list.md - - name: Get - href: api/intune-apps-mobileappprovisioningconfiggroupassignment-get.md - - name: Create - href: api/intune-apps-mobileappprovisioningconfiggroupassignment-create.md - - name: Delete - href: api/intune-apps-mobileappprovisioningconfiggroupassignment-delete.md - - name: Update - href: api/intune-apps-mobileappprovisioningconfiggroupassignment-update.md - - name: Mobile app publishing constraints - href: resources/intune-apps-mobileapppublishingconstraints.md - - name: Mobile app publishing state - href: resources/intune-apps-mobileapppublishingstate.md - - name: Mobile app relationship - href: resources/intune-apps-mobileapprelationship.md - items: - - name: List - href: api/intune-apps-mobileapprelationship-list.md - - name: Get - href: api/intune-apps-mobileapprelationship-get.md - - name: Mobile app relationship type - href: resources/intune-apps-mobileapprelationshiptype.md - - name: Mobile app supersedence - href: resources/intune-apps-mobileappsupersedence.md - items: - - name: List - href: api/intune-apps-mobileappsupersedence-list.md - - name: Get - href: api/intune-apps-mobileappsupersedence-get.md - - name: Create - href: api/intune-apps-mobileappsupersedence-create.md - - name: Delete - href: api/intune-apps-mobileappsupersedence-delete.md - - name: Update - href: api/intune-apps-mobileappsupersedence-update.md - - name: Mobile app supersedence type - href: resources/intune-apps-mobileappsupersedencetype.md - - name: Mobile contained app - href: resources/intune-apps-mobilecontainedapp.md - items: - - name: List - href: api/intune-apps-mobilecontainedapp-list.md - - name: Get - href: api/intune-apps-mobilecontainedapp-get.md - - name: Mobile LOB app - href: resources/intune-apps-mobilelobapp.md - items: - - name: List - href: api/intune-apps-mobilelobapp-list.md - - name: Get - href: api/intune-apps-mobilelobapp-get.md - - name: Office product id - href: resources/intune-apps-officeproductid.md - - name: Office suite app - href: resources/intune-apps-officesuiteapp.md - items: - - name: List - href: api/intune-apps-officesuiteapp-list.md - - name: Get - href: api/intune-apps-officesuiteapp-get.md - - name: Create - href: api/intune-apps-officesuiteapp-create.md - - name: Delete - href: api/intune-apps-officesuiteapp-delete.md - - name: Update - href: api/intune-apps-officesuiteapp-update.md - - name: Office suite default file format type - href: resources/intune-apps-officesuitedefaultfileformattype.md - - name: Office suite install progress display level - href: resources/intune-apps-officesuiteinstallprogressdisplaylevel.md - - name: Office update channel - href: resources/intune-apps-officeupdatechannel.md - - name: Resultant app state - href: resources/intune-apps-resultantappstate.md - - name: Resultant app state detail - href: resources/intune-apps-resultantappstatedetail.md - - name: Symantec code signing certificate - href: resources/intune-apps-symanteccodesigningcertificate.md - items: - - name: Get - href: api/intune-apps-symanteccodesigningcertificate-get.md - - name: Update - href: api/intune-apps-symanteccodesigningcertificate-update.md - - name: User install state summary - href: resources/intune-books-userinstallstatesummary.md - items: - - name: List - href: api/intune-books-userinstallstatesummary-list.md - - name: Get - href: api/intune-books-userinstallstatesummary-get.md - - name: Create - href: api/intune-books-userinstallstatesummary-create.md - - name: Delete - href: api/intune-books-userinstallstatesummary-delete.md - - name: Update - href: api/intune-books-userinstallstatesummary-update.md - - name: VPP licensing type - href: resources/intune-apps-vpplicensingtype.md - - name: Web app - href: resources/intune-apps-webapp.md - items: - - name: List - href: api/intune-apps-webapp-list.md - - name: Get - href: api/intune-apps-webapp-get.md - - name: Create - href: api/intune-apps-webapp-create.md - - name: Delete - href: api/intune-apps-webapp-delete.md - - name: Update - href: api/intune-apps-webapp-update.md - - name: Win get app - href: resources/intune-apps-wingetapp.md - items: - - name: List - href: api/intune-apps-wingetapp-list.md - - name: Get - href: api/intune-apps-wingetapp-get.md - - name: Create - href: api/intune-apps-wingetapp-create.md - - name: Delete - href: api/intune-apps-wingetapp-delete.md - - name: Update - href: api/intune-apps-wingetapp-update.md - - name: Win get app install experience - href: resources/intune-apps-wingetappinstallexperience.md - - name: Win32 LOB app - href: resources/intune-apps-win32lobapp.md - items: - - name: List - href: api/intune-apps-win32lobapp-list.md - - name: Get - href: api/intune-apps-win32lobapp-get.md - - name: Create - href: api/intune-apps-win32lobapp-create.md - - name: Delete - href: api/intune-apps-win32lobapp-delete.md - - name: Update - href: api/intune-apps-win32lobapp-update.md - - name: Win32 LOB app detection - href: resources/intune-apps-win32lobappdetection.md - - name: Win32 LOB app detection operator - href: resources/intune-apps-win32lobappdetectionoperator.md - - name: Win32 LOB app file system detection - href: resources/intune-apps-win32lobappfilesystemdetection.md - - name: Win32 LOB app file system detection type - href: resources/intune-apps-win32lobappfilesystemdetectiontype.md - - name: Win32 LOB app file system operation type - href: resources/intune-apps-win32lobappfilesystemoperationtype.md - - name: Win32 LOB app file system requirement - href: resources/intune-apps-win32lobappfilesystemrequirement.md - - name: Win32 LOB app file system rule - href: resources/intune-apps-win32lobappfilesystemrule.md - - name: Win32 LOB app install experience - href: resources/intune-apps-win32lobappinstallexperience.md - - name: Win32 LOB app msi information - href: resources/intune-apps-win32lobappmsiinformation.md - - name: Win32 LOB app msi package type - href: resources/intune-apps-win32lobappmsipackagetype.md - - name: Win32 LOB app power shell script detection - href: resources/intune-apps-win32lobapppowershellscriptdetection.md - - name: Win32 LOB app power shell script detection type - href: resources/intune-apps-win32lobapppowershellscriptdetectiontype.md - - name: Win32 LOB app power shell script requirement - href: resources/intune-apps-win32lobapppowershellscriptrequirement.md - - name: Win32 LOB app power shell script rule - href: resources/intune-apps-win32lobapppowershellscriptrule.md - - name: Win32 LOB app power shell script rule operation type - href: resources/intune-apps-win32lobapppowershellscriptruleoperationtype.md - - name: Win32 LOB app product code detection - href: resources/intune-apps-win32lobappproductcodedetection.md - - name: Win32 LOB app product code rule - href: resources/intune-apps-win32lobappproductcoderule.md - - name: Win32 LOB app publishing constraints - href: resources/intune-apps-win32lobapppublishingconstraints.md - - name: Win32 LOB app registry detection - href: resources/intune-apps-win32lobappregistrydetection.md - - name: Win32 LOB app registry detection type - href: resources/intune-apps-win32lobappregistrydetectiontype.md - - name: Win32 LOB app registry requirement - href: resources/intune-apps-win32lobappregistryrequirement.md - - name: Win32 LOB app registry rule - href: resources/intune-apps-win32lobappregistryrule.md - - name: Win32 LOB app registry rule operation type - href: resources/intune-apps-win32lobappregistryruleoperationtype.md - - name: Win32 LOB app requirement - href: resources/intune-apps-win32lobapprequirement.md - - name: Win32 LOB app restart behavior - href: resources/intune-apps-win32lobapprestartbehavior.md - - name: Win32 LOB app return code - href: resources/intune-apps-win32lobappreturncode.md - - name: Win32 LOB app return code type - href: resources/intune-apps-win32lobappreturncodetype.md - - name: Win32 LOB app rule - href: resources/intune-apps-win32lobapprule.md - - name: Win32 LOB app rule operator - href: resources/intune-apps-win32lobappruleoperator.md - - name: Win32 LOB app rule type - href: resources/intune-apps-win32lobappruletype.md - - name: Windows AppX - href: resources/intune-apps-windowsappx.md - items: - - name: List - href: api/intune-apps-windowsappx-list.md - - name: Get - href: api/intune-apps-windowsappx-get.md - - name: Create - href: api/intune-apps-windowsappx-create.md - - name: Delete - href: api/intune-apps-windowsappx-delete.md - - name: Update - href: api/intune-apps-windowsappx-update.md - - name: Windows architecture - href: resources/intune-apps-windowsarchitecture.md - - name: Windows device type - href: resources/intune-apps-windowsdevicetype.md - - name: Windows microsoft edge app - href: resources/intune-apps-windowsmicrosoftedgeapp.md - items: - - name: List - href: api/intune-apps-windowsmicrosoftedgeapp-list.md - - name: Get - href: api/intune-apps-windowsmicrosoftedgeapp-get.md - - name: Create - href: api/intune-apps-windowsmicrosoftedgeapp-create.md - - name: Delete - href: api/intune-apps-windowsmicrosoftedgeapp-delete.md - - name: Update - href: api/intune-apps-windowsmicrosoftedgeapp-update.md - - name: Windows minimum operating system - href: resources/intune-apps-windowsminimumoperatingsystem.md - - name: Windows mobile MSI - href: resources/intune-apps-windowsmobilemsi.md - items: - - name: List - href: api/intune-apps-windowsmobilemsi-list.md - - name: Get - href: api/intune-apps-windowsmobilemsi-get.md - - name: Create - href: api/intune-apps-windowsmobilemsi-create.md - - name: Delete - href: api/intune-apps-windowsmobilemsi-delete.md - - name: Update - href: api/intune-apps-windowsmobilemsi-update.md - - name: Windows package information - href: resources/intune-apps-windowspackageinformation.md - - name: Windows Phone 8.1 AppX - href: resources/intune-apps-windowsphone81appx.md - items: - - name: List - href: api/intune-apps-windowsphone81appx-list.md - - name: Get - href: api/intune-apps-windowsphone81appx-get.md - - name: Create - href: api/intune-apps-windowsphone81appx-create.md - - name: Delete - href: api/intune-apps-windowsphone81appx-delete.md - - name: Update - href: api/intune-apps-windowsphone81appx-update.md - - name: Windows Phone 8.1 AppX bundle - href: resources/intune-apps-windowsphone81appxbundle.md - items: - - name: List - href: api/intune-apps-windowsphone81appxbundle-list.md - - name: Get - href: api/intune-apps-windowsphone81appxbundle-get.md - - name: Create - href: api/intune-apps-windowsphone81appxbundle-create.md - - name: Delete - href: api/intune-apps-windowsphone81appxbundle-delete.md - - name: Update - href: api/intune-apps-windowsphone81appxbundle-update.md - - name: Windows Phone 8.1 store app - href: resources/intune-apps-windowsphone81storeapp.md - items: - - name: List - href: api/intune-apps-windowsphone81storeapp-list.md - - name: Get - href: api/intune-apps-windowsphone81storeapp-get.md - - name: Create - href: api/intune-apps-windowsphone81storeapp-create.md - - name: Delete - href: api/intune-apps-windowsphone81storeapp-delete.md - - name: Update - href: api/intune-apps-windowsphone81storeapp-update.md - - name: Windows phone XAP - href: resources/intune-apps-windowsphonexap.md - items: - - name: List - href: api/intune-apps-windowsphonexap-list.md - - name: Get - href: api/intune-apps-windowsphonexap-get.md - - name: Create - href: api/intune-apps-windowsphonexap-create.md - - name: Delete - href: api/intune-apps-windowsphonexap-delete.md - - name: Update - href: api/intune-apps-windowsphonexap-update.md - - name: Windows store app - href: resources/intune-apps-windowsstoreapp.md - items: - - name: List - href: api/intune-apps-windowsstoreapp-list.md - - name: Get - href: api/intune-apps-windowsstoreapp-get.md - - name: Create - href: api/intune-apps-windowsstoreapp-create.md - - name: Delete - href: api/intune-apps-windowsstoreapp-delete.md - - name: Update - href: api/intune-apps-windowsstoreapp-update.md - - name: Windows universal AppX - href: resources/intune-apps-windowsuniversalappx.md - items: - - name: List - href: api/intune-apps-windowsuniversalappx-list.md - - name: Get - href: api/intune-apps-windowsuniversalappx-get.md - - name: Create - href: api/intune-apps-windowsuniversalappx-create.md - - name: Delete - href: api/intune-apps-windowsuniversalappx-delete.md - - name: Update - href: api/intune-apps-windowsuniversalappx-update.md - - name: Windows universal AppX contained app - href: resources/intune-apps-windowsuniversalappxcontainedapp.md - items: - - name: List - href: api/intune-apps-windowsuniversalappxcontainedapp-list.md - - name: Get - href: api/intune-apps-windowsuniversalappxcontainedapp-get.md - - name: Create - href: api/intune-apps-windowsuniversalappxcontainedapp-create.md - - name: Delete - href: api/intune-apps-windowsuniversalappxcontainedapp-delete.md - - name: Update - href: api/intune-apps-windowsuniversalappxcontainedapp-update.md - - name: Windows web app - href: resources/intune-apps-windowswebapp.md - items: - - name: List - href: api/intune-apps-windowswebapp-list.md - - name: Get - href: api/intune-apps-windowswebapp-get.md - - name: Create - href: api/intune-apps-windowswebapp-create.md - - name: Delete - href: api/intune-apps-windowswebapp-delete.md - - name: Update - href: api/intune-apps-windowswebapp-update.md - - name: Company terms - href: resources/intune-company-conceptual.md - items: - - name: Terms and conditions - href: resources/intune-companyterms-termsandconditions.md - items: - - name: List - href: api/intune-companyterms-termsandconditions-list.md - - name: Get - href: api/intune-companyterms-termsandconditions-get.md - - name: Create - href: api/intune-companyterms-termsandconditions-create.md - - name: Delete - href: api/intune-companyterms-termsandconditions-delete.md - - name: Update - href: api/intune-companyterms-termsandconditions-update.md - - name: Terms and conditions acceptance status - href: resources/intune-companyterms-termsandconditionsacceptancestatus.md - items: - - name: List - href: api/intune-companyterms-termsandconditionsacceptancestatus-list.md - - name: Get - href: api/intune-companyterms-termsandconditionsacceptancestatus-get.md - - name: Create - href: api/intune-companyterms-termsandconditionsacceptancestatus-create.md - - name: Delete - href: api/intune-companyterms-termsandconditionsacceptancestatus-delete.md - - name: Update - href: api/intune-companyterms-termsandconditionsacceptancestatus-update.md - - name: Terms and conditions assignment - href: resources/intune-companyterms-termsandconditionsassignment.md - items: - - name: List - href: api/intune-companyterms-termsandconditionsassignment-list.md - - name: Get - href: api/intune-companyterms-termsandconditionsassignment-get.md - - name: Create - href: api/intune-companyterms-termsandconditionsassignment-create.md - - name: Delete - href: api/intune-companyterms-termsandconditionsassignment-delete.md - - name: Update - href: api/intune-companyterms-termsandconditionsassignment-update.md - - name: Terms and conditions group assignment - href: resources/intune-companyterms-termsandconditionsgroupassignment.md - items: - - name: List - href: api/intune-companyterms-termsandconditionsgroupassignment-list.md - - name: Get - href: api/intune-companyterms-termsandconditionsgroupassignment-get.md - - name: Create - href: api/intune-companyterms-termsandconditionsgroupassignment-create.md - - name: Delete - href: api/intune-companyterms-termsandconditionsgroupassignment-delete.md - - name: Update - href: api/intune-companyterms-termsandconditionsgroupassignment-update.md - - name: Corporate enrollment - href: resources/intune-enrollment-conceptual.md - items: - - name: Active directory windows autopilot deployment profile - href: resources/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile.md - items: - - name: List - href: api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-list.md - - name: Get - href: api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-get.md - - name: Create - href: api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-create.md - - name: Delete - href: api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-delete.md - - name: Update - href: api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-update.md - - name: Apple enrollment profile assignment - href: resources/intune-enrollment-appleenrollmentprofileassignment.md - items: - - name: List - href: api/intune-enrollment-appleenrollmentprofileassignment-list.md - - name: Get - href: api/intune-enrollment-appleenrollmentprofileassignment-get.md - - name: Create - href: api/intune-enrollment-appleenrollmentprofileassignment-create.md - - name: Delete - href: api/intune-enrollment-appleenrollmentprofileassignment-delete.md - - name: Update - href: api/intune-enrollment-appleenrollmentprofileassignment-update.md - - name: Apple owner type enrollment type - href: resources/intune-enrollment-appleownertypeenrollmenttype.md - - name: Apple user initiated enrollment profile - href: resources/intune-enrollment-appleuserinitiatedenrollmentprofile.md - items: - - name: List - href: api/intune-enrollment-appleuserinitiatedenrollmentprofile-list.md - - name: Get - href: api/intune-enrollment-appleuserinitiatedenrollmentprofile-get.md - - name: Create - href: api/intune-enrollment-appleuserinitiatedenrollmentprofile-create.md - - name: Delete - href: api/intune-enrollment-appleuserinitiatedenrollmentprofile-delete.md - - name: Update - href: api/intune-enrollment-appleuserinitiatedenrollmentprofile-update.md - - name: setPriority action - href: api/intune-enrollment-appleuserinitiatedenrollmentprofile-setpriority.md - - name: Apple user initiated enrollment type - href: resources/intune-enrollment-appleuserinitiatedenrollmenttype.md - - name: Microsoft Entra windows autopilot deployment profile - href: resources/intune-enrollment-azureadwindowsautopilotdeploymentprofile.md - items: - - name: List - href: api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-list.md - - name: Get - href: api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-get.md - - name: Create - href: api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-create.md - - name: Delete - href: api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-delete.md - - name: Update - href: api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-update.md - - name: DEP enrollment base profile - href: resources/intune-enrollment-depenrollmentbaseprofile.md - items: - - name: List - href: api/intune-enrollment-depenrollmentbaseprofile-list.md - - name: Get - href: api/intune-enrollment-depenrollmentbaseprofile-get.md - - name: DEP enrollment profile - href: resources/intune-enrollment-depenrollmentprofile.md - items: - - name: List - href: api/intune-enrollment-depenrollmentprofile-list.md - - name: Get - href: api/intune-enrollment-depenrollmentprofile-get.md - - name: Create - href: api/intune-enrollment-depenrollmentprofile-create.md - - name: Delete - href: api/intune-enrollment-depenrollmentprofile-delete.md - - name: Update - href: api/intune-enrollment-depenrollmentprofile-update.md - - name: DEP iOS enrollment profile - href: resources/intune-enrollment-depiosenrollmentprofile.md - items: - - name: List - href: api/intune-enrollment-depiosenrollmentprofile-list.md - - name: Get - href: api/intune-enrollment-depiosenrollmentprofile-get.md - - name: Create - href: api/intune-enrollment-depiosenrollmentprofile-create.md - - name: Delete - href: api/intune-enrollment-depiosenrollmentprofile-delete.md - - name: Update - href: api/intune-enrollment-depiosenrollmentprofile-update.md - - name: DEP macOS enrollment profile - href: resources/intune-enrollment-depmacosenrollmentprofile.md - items: - - name: List - href: api/intune-enrollment-depmacosenrollmentprofile-list.md - - name: Get - href: api/intune-enrollment-depmacosenrollmentprofile-get.md - - name: Create - href: api/intune-enrollment-depmacosenrollmentprofile-create.md - - name: Delete - href: api/intune-enrollment-depmacosenrollmentprofile-delete.md - - name: Update - href: api/intune-enrollment-depmacosenrollmentprofile-update.md - - name: DEP on-boarding setting - href: resources/intune-enrollment-deponboardingsetting.md - items: - - name: List - href: api/intune-enrollment-deponboardingsetting-list.md - - name: Get - href: api/intune-enrollment-deponboardingsetting-get.md - - name: Create - href: api/intune-enrollment-deponboardingsetting-create.md - - name: Delete - href: api/intune-enrollment-deponboardingsetting-delete.md - - name: Update - href: api/intune-enrollment-deponboardingsetting-update.md - - name: generateEncryptionPublicKey action - href: api/intune-enrollment-deponboardingsetting-generateencryptionpublickey.md - - name: uploadDepToken action - href: api/intune-enrollment-deponboardingsetting-uploaddeptoken.md - - name: syncWithAppleDeviceEnrollmentProgram action - href: api/intune-enrollment-deponboardingsetting-syncwithappledeviceenrollmentprogram.md - - name: shareForSchoolDataSyncService action - href: api/intune-enrollment-deponboardingsetting-shareforschooldatasyncservice.md - - name: unshareForSchoolDataSyncService action - href: api/intune-enrollment-deponboardingsetting-unshareforschooldatasyncservice.md - - name: DEP token type - href: resources/intune-enrollment-deptokentype.md - - name: Device platform type - href: resources/intune-enrollment-deviceplatformtype.md - - name: Discovery source - href: resources/intune-enrollment-discoverysource.md - - name: Enrollment profile - href: resources/intune-enrollment-enrollmentprofile.md - items: - - name: List - href: api/intune-enrollment-enrollmentprofile-list.md - - name: Get - href: api/intune-enrollment-enrollmentprofile-get.md - - name: Create - href: api/intune-enrollment-enrollmentprofile-create.md - - name: Delete - href: api/intune-enrollment-enrollmentprofile-delete.md - - name: Update - href: api/intune-enrollment-enrollmentprofile-update.md - - name: setDefaultProfile action - href: api/intune-enrollment-enrollmentprofile-setdefaultprofile.md - - name: updateDeviceProfileAssignment action - href: api/intune-enrollment-enrollmentprofile-updatedeviceprofileassignment.md - - name: Imported Apple device identity - href: resources/intune-enrollment-importedappledeviceidentity.md - items: - - name: List - href: api/intune-enrollment-importedappledeviceidentity-list.md - - name: Get - href: api/intune-enrollment-importedappledeviceidentity-get.md - - name: Create - href: api/intune-enrollment-importedappledeviceidentity-create.md - - name: Delete - href: api/intune-enrollment-importedappledeviceidentity-delete.md - - name: Update - href: api/intune-enrollment-importedappledeviceidentity-update.md - - name: importAppleDeviceIdentityList action - href: api/intune-enrollment-importedappledeviceidentity-importappledeviceidentitylist.md - - name: Imported Apple device identity result - href: resources/intune-enrollment-importedappledeviceidentityresult.md - items: - - name: List - href: api/intune-enrollment-importedappledeviceidentityresult-list.md - - name: Get - href: api/intune-enrollment-importedappledeviceidentityresult-get.md - - name: Create - href: api/intune-enrollment-importedappledeviceidentityresult-create.md - - name: Delete - href: api/intune-enrollment-importedappledeviceidentityresult-delete.md - - name: Update - href: api/intune-enrollment-importedappledeviceidentityresult-update.md - - name: Imported device identity - href: resources/intune-enrollment-importeddeviceidentity.md - items: - - name: List - href: api/intune-enrollment-importeddeviceidentity-list.md - - name: Get - href: api/intune-enrollment-importeddeviceidentity-get.md - - name: Create - href: api/intune-enrollment-importeddeviceidentity-create.md - - name: Delete - href: api/intune-enrollment-importeddeviceidentity-delete.md - - name: Update - href: api/intune-enrollment-importeddeviceidentity-update.md - - name: importDeviceIdentityList action - href: api/intune-enrollment-importeddeviceidentity-importdeviceidentitylist.md - - name: searchExistingIdentities action - href: api/intune-enrollment-importeddeviceidentity-searchexistingidentities.md - - name: searchExistingIdentities action - href: api/intune-enrollment-importeddeviceidentity-searchexistingidentities.md - - name: Imported device identity result - href: resources/intune-enrollment-importeddeviceidentityresult.md - items: - - name: List - href: api/intune-enrollment-importeddeviceidentityresult-list.md - - name: Get - href: api/intune-enrollment-importeddeviceidentityresult-get.md - - name: Create - href: api/intune-enrollment-importeddeviceidentityresult-create.md - - name: Delete - href: api/intune-enrollment-importeddeviceidentityresult-delete.md - - name: Update - href: api/intune-enrollment-importeddeviceidentityresult-update.md - - name: Imported device identity type - href: resources/intune-enrollment-importeddeviceidentitytype.md - - name: Imported windows autopilot device identity - href: resources/intune-enrollment-importedwindowsautopilotdeviceidentity.md - items: - - name: List - href: api/intune-enrollment-importedwindowsautopilotdeviceidentity-list.md - - name: Get - href: api/intune-enrollment-importedwindowsautopilotdeviceidentity-get.md - - name: Create - href: api/intune-enrollment-importedwindowsautopilotdeviceidentity-create.md - - name: Delete - href: api/intune-enrollment-importedwindowsautopilotdeviceidentity-delete.md - - name: import action - href: api/intune-enrollment-importedwindowsautopilotdeviceidentity-import.md - - name: import action - href: api/intune-enrollment-importedwindowsautopilotdeviceidentity-import.md - - name: Imported windows autopilot device identity import status - href: resources/intune-enrollment-importedwindowsautopilotdeviceidentityimportstatus.md - - name: Imported windows autopilot device identity state - href: resources/intune-enrollment-importedwindowsautopilotdeviceidentitystate.md - - name: Imported windows autopilot device identity upload status - href: resources/intune-enrollment-importedwindowsautopilotdeviceidentityuploadstatus.md - - name: iTunes pairing mode - href: resources/intune-enrollment-itunespairingmode.md - - name: Management certificate with thumbprint - href: resources/intune-enrollment-managementcertificatewiththumbprint.md - - name: Out of box experience settings - href: resources/intune-enrollment-outofboxexperiencesettings.md - - name: Platform - href: resources/intune-enrollment-platform.md - - name: Suggested enrollment limit - href: resources/intune-enrollment-suggestedenrollmentlimit.md - - name: Windows autopilot deployment profile assignment - href: resources/intune-enrollment-windowsautopilotdeploymentprofileassignment.md - items: - - name: List - href: api/intune-enrollment-windowsautopilotdeploymentprofileassignment-list.md - - name: Get - href: api/intune-enrollment-windowsautopilotdeploymentprofileassignment-get.md - - name: Create - href: api/intune-enrollment-windowsautopilotdeploymentprofileassignment-create.md - - name: Delete - href: api/intune-enrollment-windowsautopilotdeploymentprofileassignment-delete.md - - name: Update - href: api/intune-enrollment-windowsautopilotdeploymentprofileassignment-update.md - - name: Windows autopilot device identity - href: resources/intune-enrollment-windowsautopilotdeviceidentity.md - items: - - name: List - href: api/intune-enrollment-windowsautopilotdeviceidentity-list.md - - name: Get - href: api/intune-enrollment-windowsautopilotdeviceidentity-get.md - - name: Create - href: api/intune-enrollment-windowsautopilotdeviceidentity-create.md - - name: Delete - href: api/intune-enrollment-windowsautopilotdeviceidentity-delete.md - - name: assignUserToDevice action - href: api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice.md - - name: unassignUserFromDevice action - href: api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice.md - - name: updateDeviceProperties action - href: api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties.md - - name: assignResourceAccountToDevice action - href: api/intune-enrollment-windowsautopilotdeviceidentity-assignresourceaccounttodevice.md - - name: unassignResourceAccountFromDevice action - href: api/intune-enrollment-windowsautopilotdeviceidentity-unassignresourceaccountfromdevice.md - - name: Windows autopilot device remediation state - href: resources/intune-enrollment-windowsautopilotdeviceremediationstate.md - - name: Windows autopilot device type - href: resources/intune-enrollment-windowsautopilotdevicetype.md - - name: Windows autopilot profile assignment detailed status - href: resources/intune-enrollment-windowsautopilotprofileassignmentdetailedstatus.md - - name: Windows autopilot profile assignment status - href: resources/intune-enrollment-windowsautopilotprofileassignmentstatus.md - - name: Windows autopilot settings - href: resources/intune-enrollment-windowsautopilotsettings.md - items: - - name: Get - href: api/intune-enrollment-windowsautopilotsettings-get.md - - name: Update - href: api/intune-enrollment-windowsautopilotsettings-update.md - - name: sync action - href: api/intune-enrollment-windowsautopilotsettings-sync.md - - name: Windows autopilot sync status - href: resources/intune-enrollment-windowsautopilotsyncstatus.md - - name: Windows device usage type - href: resources/intune-enrollment-windowsdeviceusagetype.md - - name: Windows enrollment status screen settings - href: resources/intune-enrollment-windowsenrollmentstatusscreensettings.md - - name: Windows user type - href: resources/intune-enrollment-windowsusertype.md - - name: Device configuration - href: resources/intune-device-cfg-conceptual.md - items: - - name: Administrator configured device compliance state - href: resources/intune-deviceconfig-administratorconfigureddevicecompliancestate.md - - name: Advanced BitLocker state - href: resources/intune-deviceconfig-advancedbitlockerstate.md - - name: Advanced threat protection on-boarding device setting state - href: resources/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate.md - items: - - name: List - href: api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-list.md - - name: Get - href: api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-get.md - - name: Create - href: api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-create.md - - name: Delete - href: api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-delete.md - - name: Update - href: api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-update.md - - name: Advanced threat protection on-boarding state summary - href: resources/intune-deviceconfig-advancedthreatprotectiononboardingstatesummary.md - items: - - name: Get - href: api/intune-deviceconfig-advancedthreatprotectiononboardingstatesummary-get.md - - name: Update - href: api/intune-deviceconfig-advancedthreatprotectiononboardingstatesummary-update.md - - name: AirPrint destination - href: resources/intune-deviceconfig-airprintdestination.md - - name: Android certificate profile base - href: resources/intune-deviceconfig-androidcertificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-androidcertificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-androidcertificateprofilebase-get.md - - name: Android compliance policy - href: resources/intune-deviceconfig-androidcompliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-androidcompliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-androidcompliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-androidcompliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-androidcompliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-androidcompliancepolicy-update.md - - name: Android custom configuration - href: resources/intune-deviceconfig-androidcustomconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidcustomconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidcustomconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidcustomconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidcustomconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidcustomconfiguration-update.md - - name: Android device owner app auto update policy type - href: resources/intune-deviceconfig-androiddeviceownerappautoupdatepolicytype.md - - name: Android device owner battery plugged mode - href: resources/intune-deviceconfig-androiddeviceownerbatterypluggedmode.md - - name: Android device owner certificate access type - href: resources/intune-deviceconfig-androiddeviceownercertificateaccesstype.md - - name: Android device owner certificate profile base - href: resources/intune-deviceconfig-androiddeviceownercertificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownercertificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownercertificateprofilebase-get.md - - name: Android device owner compliance policy - href: resources/intune-deviceconfig-androiddeviceownercompliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownercompliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownercompliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownercompliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownercompliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownercompliancepolicy-update.md - - name: Android device owner cross profile data sharing - href: resources/intune-deviceconfig-androiddeviceownercrossprofiledatasharing.md - - name: Android device owner default app permission policy type - href: resources/intune-deviceconfig-androiddeviceownerdefaultapppermissionpolicytype.md - - name: Android device owner derived credential authentication configuration - href: resources/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-update.md - - name: Android device owner enrollment profile type - href: resources/intune-deviceconfig-androiddeviceownerenrollmentprofiletype.md - - name: Android device owner enterprise Wi-Fi configuration - href: resources/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-update.md - - name: Android device owner general device configuration - href: resources/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-update.md - - name: Android device owner global proxy - href: resources/intune-deviceconfig-androiddeviceownerglobalproxy.md - - name: Android device owner global proxy auto config - href: resources/intune-deviceconfig-androiddeviceownerglobalproxyautoconfig.md - - name: Android device owner global proxy direct - href: resources/intune-deviceconfig-androiddeviceownerglobalproxydirect.md - - name: Android device owner imported PFX certificate profile - href: resources/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-update.md - - name: Android device owner kiosk customization status bar - href: resources/intune-deviceconfig-androiddeviceownerkioskcustomizationstatusbar.md - - name: Android device owner kiosk customization system navigation - href: resources/intune-deviceconfig-androiddeviceownerkioskcustomizationsystemnavigation.md - - name: Android device owner kiosk mode app - href: resources/intune-deviceconfig-androiddeviceownerkioskmodeapp.md - - name: Android device owner kiosk mode app position item - href: resources/intune-deviceconfig-androiddeviceownerkioskmodeapppositionitem.md - - name: Android device owner kiosk mode folder icon - href: resources/intune-deviceconfig-androiddeviceownerkioskmodefoldericon.md - - name: Android device owner kiosk mode folder item - href: resources/intune-deviceconfig-androiddeviceownerkioskmodefolderitem.md - - name: Android device owner kiosk mode home screen item - href: resources/intune-deviceconfig-androiddeviceownerkioskmodehomescreenitem.md - - name: Android device owner kiosk mode icon size - href: resources/intune-deviceconfig-androiddeviceownerkioskmodeiconsize.md - - name: Android device owner kiosk mode managed folder - href: resources/intune-deviceconfig-androiddeviceownerkioskmodemanagedfolder.md - - name: Android device owner kiosk mode managed folder reference - href: resources/intune-deviceconfig-androiddeviceownerkioskmodemanagedfolderreference.md - - name: Android device owner kiosk mode screen orientation - href: resources/intune-deviceconfig-androiddeviceownerkioskmodescreenorientation.md - - name: Android device owner kiosk mode weblink - href: resources/intune-deviceconfig-androiddeviceownerkioskmodeweblink.md - - name: Android device owner PKCS certificate profile - href: resources/intune-deviceconfig-androiddeviceownerpkcscertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-update.md - - name: Android device owner play store mode - href: resources/intune-deviceconfig-androiddeviceownerplaystoremode.md - - name: Android device owner required password type - href: resources/intune-deviceconfig-androiddeviceownerrequiredpasswordtype.md - - name: Android device owner required password unlock - href: resources/intune-deviceconfig-androiddeviceownerrequiredpasswordunlock.md - - name: Android device owner SCEP certificate profile - href: resources/intune-deviceconfig-androiddeviceownerscepcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-update.md - - name: Android device owner silent certificate access - href: resources/intune-deviceconfig-androiddeviceownersilentcertificateaccess.md - - name: Android device owner system update freeze period - href: resources/intune-deviceconfig-androiddeviceownersystemupdatefreezeperiod.md - - name: Android device owner system update install type - href: resources/intune-deviceconfig-androiddeviceownersystemupdateinstalltype.md - - name: Android device owner trusted root certificate - href: resources/intune-deviceconfig-androiddeviceownertrustedrootcertificate.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-update.md - - name: Android device owner user facing message - href: resources/intune-deviceconfig-androiddeviceowneruserfacingmessage.md - - name: Android device owner virtual home button type - href: resources/intune-deviceconfig-androiddeviceownervirtualhomebuttontype.md - - name: Android device owner VPN configuration - href: resources/intune-deviceconfig-androiddeviceownervpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownervpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownervpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownervpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownervpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownervpnconfiguration-update.md - - name: Android device owner Wi-Fi configuration - href: resources/intune-deviceconfig-androiddeviceownerwificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownerwificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownerwificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownerwificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownerwificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownerwificonfiguration-update.md - - name: Android device owner Wi-Fi security type - href: resources/intune-deviceconfig-androiddeviceownerwifisecuritytype.md - - name: Android EAP type - href: resources/intune-deviceconfig-androideaptype.md - - name: Android EAS email profile configuration - href: resources/intune-deviceconfig-androideasemailprofileconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androideasemailprofileconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androideasemailprofileconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androideasemailprofileconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androideasemailprofileconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androideasemailprofileconfiguration-update.md - - name: Android enterprise Wi-Fi configuration - href: resources/intune-deviceconfig-androidenterprisewificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidenterprisewificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidenterprisewificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidenterprisewificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidenterprisewificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidenterprisewificonfiguration-update.md - - name: Android for Work certificate profile base - href: resources/intune-deviceconfig-androidforworkcertificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkcertificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkcertificateprofilebase-get.md - - name: Android for Work compliance policy - href: resources/intune-deviceconfig-androidforworkcompliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkcompliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkcompliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkcompliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkcompliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkcompliancepolicy-update.md - - name: Android for Work cross profile data sharing type - href: resources/intune-deviceconfig-androidforworkcrossprofiledatasharingtype.md - - name: Android for Work custom configuration - href: resources/intune-deviceconfig-androidforworkcustomconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkcustomconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkcustomconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkcustomconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkcustomconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkcustomconfiguration-update.md - - name: Android for Work default app permission policy type - href: resources/intune-deviceconfig-androidforworkdefaultapppermissionpolicytype.md - - name: Android for Work EAS email profile base - href: resources/intune-deviceconfig-androidforworkeasemailprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkeasemailprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkeasemailprofilebase-get.md - - name: Android for Work enterprise Wi-Fi configuration - href: resources/intune-deviceconfig-androidforworkenterprisewificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkenterprisewificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkenterprisewificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkenterprisewificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkenterprisewificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkenterprisewificonfiguration-update.md - - name: Android for Work general device configuration - href: resources/intune-deviceconfig-androidforworkgeneraldeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-update.md - - name: Android for Work Gmail EAS configuration - href: resources/intune-deviceconfig-androidforworkgmaileasconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkgmaileasconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkgmaileasconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkgmaileasconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkgmaileasconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkgmaileasconfiguration-update.md - - name: Android for Work imported PFX certificate profile - href: resources/intune-deviceconfig-androidforworkimportedpfxcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-update.md - - name: Android for Work nine work EAS configuration - href: resources/intune-deviceconfig-androidforworknineworkeasconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidforworknineworkeasconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidforworknineworkeasconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidforworknineworkeasconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworknineworkeasconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworknineworkeasconfiguration-update.md - - name: Android for Work PKCS certificate profile - href: resources/intune-deviceconfig-androidforworkpkcscertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkpkcscertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkpkcscertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkpkcscertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkpkcscertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkpkcscertificateprofile-update.md - - name: Android for Work required password type - href: resources/intune-deviceconfig-androidforworkrequiredpasswordtype.md - - name: Android for Work SCEP certificate profile - href: resources/intune-deviceconfig-androidforworkscepcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkscepcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkscepcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkscepcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkscepcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkscepcertificateprofile-update.md - - name: Android for Work trusted root certificate - href: resources/intune-deviceconfig-androidforworktrustedrootcertificate.md - items: - - name: List - href: api/intune-deviceconfig-androidforworktrustedrootcertificate-list.md - - name: Get - href: api/intune-deviceconfig-androidforworktrustedrootcertificate-get.md - - name: Create - href: api/intune-deviceconfig-androidforworktrustedrootcertificate-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworktrustedrootcertificate-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworktrustedrootcertificate-update.md - - name: Android for Work VPN configuration - href: resources/intune-deviceconfig-androidforworkvpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkvpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkvpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkvpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkvpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkvpnconfiguration-update.md - - name: Android for Work VPN connection type - href: resources/intune-deviceconfig-androidforworkvpnconnectiontype.md - - name: Android for Work Wi-Fi configuration - href: resources/intune-deviceconfig-androidforworkwificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkwificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkwificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkwificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkwificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkwificonfiguration-update.md - - name: Android general device configuration - href: resources/intune-deviceconfig-androidgeneraldeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidgeneraldeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidgeneraldeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidgeneraldeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidgeneraldeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidgeneraldeviceconfiguration-update.md - - name: Android imported PFX certificate profile - href: resources/intune-deviceconfig-androidimportedpfxcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androidimportedpfxcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androidimportedpfxcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androidimportedpfxcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androidimportedpfxcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androidimportedpfxcertificateprofile-update.md - - name: Android keyguard feature - href: resources/intune-deviceconfig-androidkeyguardfeature.md - - name: Android OMA cp configuration - href: resources/intune-deviceconfig-androidomacpconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidomacpconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidomacpconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidomacpconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidomacpconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidomacpconfiguration-update.md - - name: Android PKCS certificate profile - href: resources/intune-deviceconfig-androidpkcscertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androidpkcscertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androidpkcscertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androidpkcscertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androidpkcscertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androidpkcscertificateprofile-update.md - - name: Android required password complexity - href: resources/intune-deviceconfig-androidrequiredpasswordcomplexity.md - - name: Android required password type - href: resources/intune-deviceconfig-androidrequiredpasswordtype.md - - name: Android safety net evaluation type - href: resources/intune-deviceconfig-androidsafetynetevaluationtype.md - - name: Android SCEP certificate profile - href: resources/intune-deviceconfig-androidscepcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androidscepcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androidscepcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androidscepcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androidscepcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androidscepcertificateprofile-update.md - - name: Android trusted root certificate - href: resources/intune-deviceconfig-androidtrustedrootcertificate.md - items: - - name: List - href: api/intune-deviceconfig-androidtrustedrootcertificate-list.md - - name: Get - href: api/intune-deviceconfig-androidtrustedrootcertificate-get.md - - name: Create - href: api/intune-deviceconfig-androidtrustedrootcertificate-create.md - - name: Delete - href: api/intune-deviceconfig-androidtrustedrootcertificate-delete.md - - name: Update - href: api/intune-deviceconfig-androidtrustedrootcertificate-update.md - - name: Android username source - href: resources/intune-deviceconfig-androidusernamesource.md - - name: Android VPN configuration - href: resources/intune-deviceconfig-androidvpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidvpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidvpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidvpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidvpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidvpnconfiguration-update.md - - name: Android VPN connection type - href: resources/intune-deviceconfig-androidvpnconnectiontype.md - - name: Android Wi-Fi configuration - href: resources/intune-deviceconfig-androidwificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidwificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidwificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidwificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidwificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidwificonfiguration-update.md - - name: Android Wi-Fi security type - href: resources/intune-deviceconfig-androidwifisecuritytype.md - - name: Android work profile account use - href: resources/intune-deviceconfig-androidworkprofileaccountuse.md - - name: Android work profile certificate profile base - href: resources/intune-deviceconfig-androidworkprofilecertificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilecertificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilecertificateprofilebase-get.md - - name: Android work profile compliance policy - href: resources/intune-deviceconfig-androidworkprofilecompliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilecompliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilecompliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofilecompliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofilecompliancepolicy-update.md - - name: Android work profile cross profile data sharing type - href: resources/intune-deviceconfig-androidworkprofilecrossprofiledatasharingtype.md - - name: Android work profile custom configuration - href: resources/intune-deviceconfig-androidworkprofilecustomconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilecustomconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilecustomconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofilecustomconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofilecustomconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofilecustomconfiguration-update.md - - name: Android work profile default app permission policy type - href: resources/intune-deviceconfig-androidworkprofiledefaultapppermissionpolicytype.md - - name: Android work profile EAS email profile base - href: resources/intune-deviceconfig-androidworkprofileeasemailprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofileeasemailprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofileeasemailprofilebase-get.md - - name: Android work profile enterprise Wi-Fi configuration - href: resources/intune-deviceconfig-androidworkprofileenterprisewificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-update.md - - name: Android work profile general device configuration - href: resources/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-update.md - - name: Android work profile Gmail EAS configuration - href: resources/intune-deviceconfig-androidworkprofilegmaileasconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-update.md - - name: Android work profile nine work EAS configuration - href: resources/intune-deviceconfig-androidworkprofilenineworkeasconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-update.md - - name: Android work profile PKCS certificate profile - href: resources/intune-deviceconfig-androidworkprofilepkcscertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-update.md - - name: Android work profile required password type - href: resources/intune-deviceconfig-androidworkprofilerequiredpasswordtype.md - - name: Android work profile SCEP certificate profile - href: resources/intune-deviceconfig-androidworkprofilescepcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilescepcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilescepcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofilescepcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofilescepcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofilescepcertificateprofile-update.md - - name: Android work profile trusted root certificate - href: resources/intune-deviceconfig-androidworkprofiletrustedrootcertificate.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-update.md - - name: Android work profile VPN configuration - href: resources/intune-deviceconfig-androidworkprofilevpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilevpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilevpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofilevpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofilevpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofilevpnconfiguration-update.md - - name: Android work profile VPN connection type - href: resources/intune-deviceconfig-androidworkprofilevpnconnectiontype.md - - name: Android work profile Wi-Fi configuration - href: resources/intune-deviceconfig-androidworkprofilewificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilewificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilewificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofilewificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofilewificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofilewificonfiguration-update.md - - name: Aosp device owner certificate profile base - href: resources/intune-deviceconfig-aospdeviceownercertificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-aospdeviceownercertificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-aospdeviceownercertificateprofilebase-get.md - - name: Aosp device owner compliance policy - href: resources/intune-deviceconfig-aospdeviceownercompliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-aospdeviceownercompliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-aospdeviceownercompliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-aospdeviceownercompliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-aospdeviceownercompliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-aospdeviceownercompliancepolicy-update.md - - name: Aosp device owner device configuration - href: resources/intune-deviceconfig-aospdeviceownerdeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-update.md - - name: Aosp device owner enterprise Wi-Fi configuration - href: resources/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-update.md - - name: Aosp device owner PKCS certificate profile - href: resources/intune-deviceconfig-aospdeviceownerpkcscertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-update.md - - name: Aosp device owner SCEP certificate profile - href: resources/intune-deviceconfig-aospdeviceownerscepcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-update.md - - name: Aosp device owner trusted root certificate - href: resources/intune-deviceconfig-aospdeviceownertrustedrootcertificate.md - items: - - name: List - href: api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-list.md - - name: Get - href: api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-get.md - - name: Create - href: api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-create.md - - name: Delete - href: api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-delete.md - - name: Update - href: api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-update.md - - name: Aosp device owner Wi-Fi configuration - href: resources/intune-deviceconfig-aospdeviceownerwificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-aospdeviceownerwificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-aospdeviceownerwificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-aospdeviceownerwificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-aospdeviceownerwificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-aospdeviceownerwificonfiguration-update.md - - name: Aosp device owner Wi-Fi security type - href: resources/intune-deviceconfig-aospdeviceownerwifisecuritytype.md - - name: App install control type - href: resources/intune-deviceconfig-appinstallcontroltype.md - - name: App list item - href: resources/intune-deviceconfig-applistitem.md - - name: App list type - href: resources/intune-deviceconfig-applisttype.md - - name: App locker application control type - href: resources/intune-deviceconfig-applockerapplicationcontroltype.md - - name: Apple app list item - href: resources/intune-deviceconfig-appleapplistitem.md - - name: Apple deployment channel - href: resources/intune-deviceconfig-appledeploymentchannel.md - - name: Apple device features configuration base - href: resources/intune-deviceconfig-appledevicefeaturesconfigurationbase.md - items: - - name: List - href: api/intune-deviceconfig-appledevicefeaturesconfigurationbase-list.md - - name: Get - href: api/intune-deviceconfig-appledevicefeaturesconfigurationbase-get.md - - name: Apple expedited checkin configuration base - href: resources/intune-deviceconfig-appleexpeditedcheckinconfigurationbase.md - items: - - name: List - href: api/intune-deviceconfig-appleexpeditedcheckinconfigurationbase-list.md - - name: Get - href: api/intune-deviceconfig-appleexpeditedcheckinconfigurationbase-get.md - - name: Apple subject name format - href: resources/intune-deviceconfig-applesubjectnameformat.md - - name: Apple VPN always on configuration - href: resources/intune-deviceconfig-applevpnalwaysonconfiguration.md - - name: Apple VPN configuration - href: resources/intune-deviceconfig-applevpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-applevpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-applevpnconfiguration-get.md - - name: Apple VPN connection type - href: resources/intune-deviceconfig-applevpnconnectiontype.md - - name: Application guard block clipboard sharing type - href: resources/intune-deviceconfig-applicationguardblockclipboardsharingtype.md - - name: Application guard block file transfer type - href: resources/intune-deviceconfig-applicationguardblockfiletransfertype.md - - name: Application guard enabled options - href: resources/intune-deviceconfig-applicationguardenabledoptions.md - - name: Authentication transform constant - href: resources/intune-deviceconfig-authenticationtransformconstant.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 - href: resources/intune-deviceconfig-bitlockerencryptionmethod.md - - name: BitLocker fixed drive policy - href: resources/intune-deviceconfig-bitlockerfixeddrivepolicy.md - - name: BitLocker recovery information type - href: resources/intune-deviceconfig-bitlockerrecoveryinformationtype.md - - name: BitLocker recovery options - href: resources/intune-deviceconfig-bitlockerrecoveryoptions.md - - name: BitLocker recovery password rotation type - href: resources/intune-deviceconfig-bitlockerrecoverypasswordrotationtype.md - - name: BitLocker removable drive policy - href: resources/intune-deviceconfig-bitlockerremovabledrivepolicy.md - - name: BitLocker system drive policy - href: resources/intune-deviceconfig-bitlockersystemdrivepolicy.md - - name: Browser sync setting - href: resources/intune-deviceconfig-browsersyncsetting.md - - name: Cart to class association - href: resources/intune-deviceconfig-carttoclassassociation.md - items: - - name: List - href: api/intune-deviceconfig-carttoclassassociation-list.md - - name: Get - href: api/intune-deviceconfig-carttoclassassociation-get.md - - name: Create - href: api/intune-deviceconfig-carttoclassassociation-create.md - - name: Delete - href: api/intune-deviceconfig-carttoclassassociation-delete.md - - name: Update - href: api/intune-deviceconfig-carttoclassassociation-update.md - - name: Certificate connector details - href: resources/intune-raimportcerts-certificateconnectordetails.md - items: - - name: List - href: api/intune-raimportcerts-certificateconnectordetails-list.md - - name: Get - href: api/intune-raimportcerts-certificateconnectordetails-get.md - - name: Create - href: api/intune-raimportcerts-certificateconnectordetails-create.md - - name: Delete - href: api/intune-raimportcerts-certificateconnectordetails-delete.md - - name: Update - href: api/intune-raimportcerts-certificateconnectordetails-update.md - - name: getHealthMetrics action - href: api/intune-raimportcerts-certificateconnectordetails-gethealthmetrics.md - - name: getHealthMetricTimeSeries action - href: api/intune-raimportcerts-certificateconnectordetails-gethealthmetrictimeseries.md - - name: Certificate connector health metric value - href: resources/intune-raimportcerts-certificateconnectorhealthmetricvalue.md - - name: Change uefi settings permission - href: resources/intune-deviceconfig-changeuefisettingspermission.md - - name: Code - href: resources/intune-deviceconfig-code.md - - name: Configuration usage - href: resources/intune-deviceconfig-configurationusage.md - - name: Credential single sign on extension - href: resources/intune-deviceconfig-credentialsinglesignonextension.md - - name: Cryptography suite - href: resources/intune-deviceconfig-cryptographysuite.md - - name: Custom subject alternative name - href: resources/intune-deviceconfig-customsubjectalternativename.md - - name: Custom update time window - href: resources/intune-deviceconfig-customupdatetimewindow.md - - name: Data type - href: resources/intune-deviceconfig-datatype.md - - name: Day of week - href: resources/intune-deviceconfig-dayofweek.md - - name: Default device compliance policy - href: resources/intune-deviceconfig-defaultdevicecompliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-defaultdevicecompliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-defaultdevicecompliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-defaultdevicecompliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-defaultdevicecompliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-defaultdevicecompliancepolicy-update.md - - name: Defender attack surface type - href: resources/intune-deviceconfig-defenderattacksurfacetype.md - - name: Defender cloud block level type - href: resources/intune-deviceconfig-defendercloudblockleveltype.md - - name: Defender detected malware actions - href: resources/intune-deviceconfig-defenderdetectedmalwareactions.md - - name: Defender monitor file activity - href: resources/intune-deviceconfig-defendermonitorfileactivity.md - - name: Defender potentially unwanted app action - href: resources/intune-deviceconfig-defenderpotentiallyunwantedappaction.md - - name: Defender prompt for sample submission - href: resources/intune-deviceconfig-defenderpromptforsamplesubmission.md - - name: Defender protection type - href: resources/intune-deviceconfig-defenderprotectiontype.md - - name: Defender realtime scan direction - href: resources/intune-deviceconfig-defenderrealtimescandirection.md - - name: Defender scan type - href: resources/intune-deviceconfig-defenderscantype.md - - name: Defender security center IT contact display type - href: resources/intune-deviceconfig-defendersecuritycenteritcontactdisplaytype.md - - name: Defender security center notifications from app type - href: resources/intune-deviceconfig-defendersecuritycenternotificationsfromapptype.md - - name: Defender submit samples consent type - href: resources/intune-deviceconfig-defendersubmitsamplesconsenttype.md - - name: Defender threat action - href: resources/intune-deviceconfig-defenderthreataction.md - - name: Delivery optimization bandwidth - href: resources/intune-deviceconfig-deliveryoptimizationbandwidth.md - - name: Delivery optimization bandwidth absolute - href: resources/intune-deviceconfig-deliveryoptimizationbandwidthabsolute.md - - name: Delivery optimization bandwidth business hours limit - href: resources/intune-deviceconfig-deliveryoptimizationbandwidthbusinesshourslimit.md - - name: Delivery optimization bandwidth hours with percentage - href: resources/intune-deviceconfig-deliveryoptimizationbandwidthhourswithpercentage.md - - name: Delivery optimization bandwidth percentage - href: resources/intune-deviceconfig-deliveryoptimizationbandwidthpercentage.md - - name: Delivery optimization group id custom - href: resources/intune-deviceconfig-deliveryoptimizationgroupidcustom.md - - name: Delivery optimization group id options type - href: resources/intune-deviceconfig-deliveryoptimizationgroupidoptionstype.md - - name: Delivery optimization group id source - href: resources/intune-deviceconfig-deliveryoptimizationgroupidsource.md - - name: Delivery optimization group id source options - href: resources/intune-deviceconfig-deliveryoptimizationgroupidsourceoptions.md - - name: Delivery optimization max cache size - href: resources/intune-deviceconfig-deliveryoptimizationmaxcachesize.md - - name: Delivery optimization max cache size absolute - href: resources/intune-deviceconfig-deliveryoptimizationmaxcachesizeabsolute.md - - name: Delivery optimization max cache size percentage - href: resources/intune-deviceconfig-deliveryoptimizationmaxcachesizepercentage.md - - name: Delivery optimization restrict peer selection by options - href: resources/intune-deviceconfig-deliveryoptimizationrestrictpeerselectionbyoptions.md - - name: Derived credential provider type - href: resources/intune-deviceconfig-derivedcredentialprovidertype.md - - name: Device compliance action item - href: resources/intune-deviceconfig-devicecomplianceactionitem.md - items: - - name: List - href: api/intune-deviceconfig-devicecomplianceactionitem-list.md - - name: Get - href: api/intune-deviceconfig-devicecomplianceactionitem-get.md - - name: Create - href: api/intune-deviceconfig-devicecomplianceactionitem-create.md - - name: Delete - href: api/intune-deviceconfig-devicecomplianceactionitem-delete.md - - name: Update - href: api/intune-deviceconfig-devicecomplianceactionitem-update.md - - name: Device compliance action type - href: resources/intune-deviceconfig-devicecomplianceactiontype.md - - name: Device compliance device overview - href: resources/intune-deviceconfig-devicecompliancedeviceoverview.md - items: - - name: Get - href: api/intune-deviceconfig-devicecompliancedeviceoverview-get.md - - name: Update - href: api/intune-deviceconfig-devicecompliancedeviceoverview-update.md - - name: Device compliance device status - href: resources/intune-deviceconfig-devicecompliancedevicestatus.md - items: - - name: List - href: api/intune-deviceconfig-devicecompliancedevicestatus-list.md - - name: Get - href: api/intune-deviceconfig-devicecompliancedevicestatus-get.md - - name: Create - href: api/intune-deviceconfig-devicecompliancedevicestatus-create.md - - name: Delete - href: api/intune-deviceconfig-devicecompliancedevicestatus-delete.md - - name: Update - href: api/intune-deviceconfig-devicecompliancedevicestatus-update.md - - name: Device compliance policy assignment - href: resources/intune-deviceconfig-devicecompliancepolicyassignment.md - items: - - name: List - href: api/intune-deviceconfig-devicecompliancepolicyassignment-list.md - - name: Get - href: api/intune-deviceconfig-devicecompliancepolicyassignment-get.md - - name: Create - href: api/intune-deviceconfig-devicecompliancepolicyassignment-create.md - - name: Delete - href: api/intune-deviceconfig-devicecompliancepolicyassignment-delete.md - - name: Update - href: api/intune-deviceconfig-devicecompliancepolicyassignment-update.md - - name: Device compliance policy device state summary - href: resources/intune-deviceconfig-devicecompliancepolicydevicestatesummary.md - items: - - name: Get - href: api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get.md - - name: Update - href: api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-update.md - - name: Device compliance policy script - href: resources/intune-deviceconfig-devicecompliancepolicyscript.md - - name: Device compliance policy setting state - href: resources/intune-deviceconfig-devicecompliancepolicysettingstate.md - - name: Device compliance policy setting state summary - href: resources/intune-deviceconfig-devicecompliancepolicysettingstatesummary.md - items: - - name: List - href: api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list.md - - name: Get - href: api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get.md - - name: Create - href: api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-create.md - - name: Delete - href: api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-delete.md - - name: Update - href: api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-update.md - - name: Device compliance scheduled action for rule - href: resources/intune-deviceconfig-devicecompliancescheduledactionforrule.md - items: - - name: List - href: api/intune-deviceconfig-devicecompliancescheduledactionforrule-list.md - - name: Get - href: api/intune-deviceconfig-devicecompliancescheduledactionforrule-get.md - - name: Create - href: api/intune-deviceconfig-devicecompliancescheduledactionforrule-create.md - - name: Delete - href: api/intune-deviceconfig-devicecompliancescheduledactionforrule-delete.md - - name: Update - href: api/intune-deviceconfig-devicecompliancescheduledactionforrule-update.md - - name: Device compliance script error - href: resources/intune-deviceconfig-devicecompliancescripterror.md - - name: Device compliance script rul operator - href: resources/intune-deviceconfig-devicecompliancescriptruloperator.md - - name: Device compliance script rule - href: resources/intune-deviceconfig-devicecompliancescriptrule.md - - name: Device compliance script rule data type - href: resources/intune-deviceconfig-devicecompliancescriptruledatatype.md - - name: Device compliance script rule error - href: resources/intune-deviceconfig-devicecompliancescriptruleerror.md - - name: Device compliance script rules validation error - href: resources/intune-deviceconfig-devicecompliancescriptrulesvalidationerror.md - - name: Device compliance script validation result - href: resources/intune-deviceconfig-devicecompliancescriptvalidationresult.md - - name: Device compliance setting state - href: resources/intune-deviceconfig-devicecompliancesettingstate.md - items: - - name: List - href: api/intune-deviceconfig-devicecompliancesettingstate-list.md - - name: Get - href: api/intune-deviceconfig-devicecompliancesettingstate-get.md - - name: Create - href: api/intune-deviceconfig-devicecompliancesettingstate-create.md - - name: Delete - href: api/intune-deviceconfig-devicecompliancesettingstate-delete.md - - name: Update - href: api/intune-deviceconfig-devicecompliancesettingstate-update.md - - name: Device compliance user overview - href: resources/intune-deviceconfig-devicecomplianceuseroverview.md - items: - - name: Get - href: api/intune-deviceconfig-devicecomplianceuseroverview-get.md - - name: Update - href: api/intune-deviceconfig-devicecomplianceuseroverview-update.md - - name: Device compliance user status - href: resources/intune-deviceconfig-devicecomplianceuserstatus.md - items: - - name: List - href: api/intune-deviceconfig-devicecomplianceuserstatus-list.md - - name: Get - href: api/intune-deviceconfig-devicecomplianceuserstatus-get.md - - name: Create - href: api/intune-deviceconfig-devicecomplianceuserstatus-create.md - - name: Delete - href: api/intune-deviceconfig-devicecomplianceuserstatus-delete.md - - name: Update - href: api/intune-deviceconfig-devicecomplianceuserstatus-update.md - - name: Device config assignment intent - href: resources/intune-deviceconfig-deviceconfigassignmentintent.md - - name: Device configuration assignment - href: resources/intune-deviceconfig-deviceconfigurationassignment.md - items: - - name: List - href: api/intune-deviceconfig-deviceconfigurationassignment-list.md - - name: Get - href: api/intune-deviceconfig-deviceconfigurationassignment-get.md - - name: Create - href: api/intune-deviceconfig-deviceconfigurationassignment-create.md - - name: Delete - href: api/intune-deviceconfig-deviceconfigurationassignment-delete.md - - name: Update - href: api/intune-deviceconfig-deviceconfigurationassignment-update.md - - name: Device configuration conflict summary - href: resources/intune-deviceconfig-deviceconfigurationconflictsummary.md - items: - - name: List - href: api/intune-deviceconfig-deviceconfigurationconflictsummary-list.md - - name: Get - href: api/intune-deviceconfig-deviceconfigurationconflictsummary-get.md - - name: Create - href: api/intune-deviceconfig-deviceconfigurationconflictsummary-create.md - - name: Delete - href: api/intune-deviceconfig-deviceconfigurationconflictsummary-delete.md - - name: Update - href: api/intune-deviceconfig-deviceconfigurationconflictsummary-update.md - - name: Device configuration device overview - href: resources/intune-deviceconfig-deviceconfigurationdeviceoverview.md - items: - - name: Get - href: api/intune-deviceconfig-deviceconfigurationdeviceoverview-get.md - - name: Update - href: api/intune-deviceconfig-deviceconfigurationdeviceoverview-update.md - - name: Device configuration device state summary - href: resources/intune-deviceconfig-deviceconfigurationdevicestatesummary.md - items: - - name: Get - href: api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get.md - - name: Update - href: api/intune-deviceconfig-deviceconfigurationdevicestatesummary-update.md - - name: Device configuration device status - href: resources/intune-deviceconfig-deviceconfigurationdevicestatus.md - items: - - name: List - href: api/intune-deviceconfig-deviceconfigurationdevicestatus-list.md - - name: Get - href: api/intune-deviceconfig-deviceconfigurationdevicestatus-get.md - - name: Create - href: api/intune-deviceconfig-deviceconfigurationdevicestatus-create.md - - name: Delete - href: api/intune-deviceconfig-deviceconfigurationdevicestatus-delete.md - - name: Update - href: api/intune-deviceconfig-deviceconfigurationdevicestatus-update.md - - name: Device configuration group assignment - href: resources/intune-deviceconfig-deviceconfigurationgroupassignment.md - items: - - name: List - href: api/intune-deviceconfig-deviceconfigurationgroupassignment-list.md - - name: Get - href: api/intune-deviceconfig-deviceconfigurationgroupassignment-get.md - - name: Create - href: api/intune-deviceconfig-deviceconfigurationgroupassignment-create.md - - name: Delete - href: api/intune-deviceconfig-deviceconfigurationgroupassignment-delete.md - - name: Update - href: api/intune-deviceconfig-deviceconfigurationgroupassignment-update.md - - name: Device configuration setting state - href: resources/intune-deviceconfig-deviceconfigurationsettingstate.md - - name: Device configuration targeted user and device - href: resources/intune-deviceconfig-deviceconfigurationtargeteduseranddevice.md - - name: Device configuration user overview - href: resources/intune-deviceconfig-deviceconfigurationuseroverview.md - items: - - name: Get - href: api/intune-deviceconfig-deviceconfigurationuseroverview-get.md - - name: Update - href: api/intune-deviceconfig-deviceconfigurationuseroverview-update.md - - name: Device configuration user state summary - href: resources/intune-deviceconfig-deviceconfigurationuserstatesummary.md - items: - - name: Get - href: api/intune-deviceconfig-deviceconfigurationuserstatesummary-get.md - - name: Update - href: api/intune-deviceconfig-deviceconfigurationuserstatesummary-update.md - - name: Device configuration user status - href: resources/intune-deviceconfig-deviceconfigurationuserstatus.md - items: - - name: List - href: api/intune-deviceconfig-deviceconfigurationuserstatus-list.md - - name: Get - href: api/intune-deviceconfig-deviceconfigurationuserstatus-get.md - - name: Create - href: api/intune-deviceconfig-deviceconfigurationuserstatus-create.md - - name: Delete - href: api/intune-deviceconfig-deviceconfigurationuserstatus-delete.md - - name: Update - href: api/intune-deviceconfig-deviceconfigurationuserstatus-update.md - - name: Device guard local system authority credential guard type - href: resources/intune-deviceconfig-deviceguardlocalsystemauthoritycredentialguardtype.md - - name: Device management applicability rule device mode - href: resources/intune-deviceconfig-devicemanagementapplicabilityruledevicemode.md - - name: Device management applicability rule os edition - href: resources/intune-deviceconfig-devicemanagementapplicabilityruleosedition.md - - name: Device management applicability rule os version - href: resources/intune-deviceconfig-devicemanagementapplicabilityruleosversion.md - - name: Device management applicability rule type - href: resources/intune-deviceconfig-devicemanagementapplicabilityruletype.md - - name: Device management certification authority - href: resources/intune-deviceconfig-devicemanagementcertificationauthority.md - - name: Device management reports - href: resources/intune-grouppolicy-devicemanagementreports.md - items: - - name: Get - href: api/intune-grouppolicy-devicemanagementreports-get.md - - name: Update - href: api/intune-grouppolicy-devicemanagementreports-update.md - - name: getGroupPolicySettingsDeviceSettingsReport action - href: api/intune-grouppolicy-devicemanagementreports-getgrouppolicysettingsdevicesettingsreport.md - - name: Device management settings - href: resources/intune-deviceconfig-devicemanagementsettings.md - - name: Device management user rights local user or group - href: resources/intune-deviceconfig-devicemanagementuserrightslocaluserorgroup.md - - name: Device management user rights setting - href: resources/intune-deviceconfig-devicemanagementuserrightssetting.md - - name: Device platform type - href: resources/intune-deviceconfig-deviceplatformtype.md - - name: Device threat protection level - href: resources/intune-deviceconfig-devicethreatprotectionlevel.md - - name: Device type - href: resources/intune-deviceconfig-devicetype.md - - name: Device types - href: resources/intune-deviceconfig-devicetypes.md - - name: Diagnostic data submission mode - href: resources/intune-deviceconfig-diagnosticdatasubmissionmode.md - - name: Diffie hellman group - href: resources/intune-deviceconfig-diffiehellmangroup.md - - name: DMA guard device enumeration policy type - href: resources/intune-deviceconfig-dmaguarddeviceenumerationpolicytype.md - - name: Domain name source - href: resources/intune-deviceconfig-domainnamesource.md - - name: EAP fast configuration - href: resources/intune-deviceconfig-eapfastconfiguration.md - - name: EAP type - href: resources/intune-deviceconfig-eaptype.md - - name: EAS authentication method - href: resources/intune-deviceconfig-easauthenticationmethod.md - - name: EAS email profile configuration base - href: resources/intune-deviceconfig-easemailprofileconfigurationbase.md - items: - - name: List - href: api/intune-deviceconfig-easemailprofileconfigurationbase-list.md - - name: Get - href: api/intune-deviceconfig-easemailprofileconfigurationbase-get.md - - name: EAS services - href: resources/intune-deviceconfig-easservices.md - - name: Edge cookie policy - href: resources/intune-deviceconfig-edgecookiepolicy.md - - name: Edge home button configuration - href: resources/intune-deviceconfig-edgehomebuttonconfiguration.md - - name: Edge home button hidden - href: resources/intune-deviceconfig-edgehomebuttonhidden.md - - name: Edge home button loads start page - href: resources/intune-deviceconfig-edgehomebuttonloadsstartpage.md - - name: Edge home button opens custom u r l - href: resources/intune-deviceconfig-edgehomebuttonopenscustomurl.md - - name: Edge home button opens new tab - href: resources/intune-deviceconfig-edgehomebuttonopensnewtab.md - - name: Edge kiosk mode restriction type - href: resources/intune-deviceconfig-edgekioskmoderestrictiontype.md - - name: Edge open options - href: resources/intune-deviceconfig-edgeopenoptions.md - - name: Edge search engine - href: resources/intune-deviceconfig-edgesearchengine.md - - name: Edge search engine base - href: resources/intune-deviceconfig-edgesearchenginebase.md - - name: Edge search engine custom - href: resources/intune-deviceconfig-edgesearchenginecustom.md - - name: Edge search engine type - href: resources/intune-deviceconfig-edgesearchenginetype.md - - name: Edge telemetry mode - href: resources/intune-deviceconfig-edgetelemetrymode.md - - name: Edition upgrade configuration - href: resources/intune-deviceconfig-editionupgradeconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-editionupgradeconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-editionupgradeconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-editionupgradeconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-editionupgradeconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-editionupgradeconfiguration-update.md - - name: Edition upgrade license type - href: resources/intune-deviceconfig-editionupgradelicensetype.md - - name: Email certificate type - href: resources/intune-deviceconfig-emailcertificatetype.md - - name: Email sync duration - href: resources/intune-deviceconfig-emailsyncduration.md - - name: Email sync schedule - href: resources/intune-deviceconfig-emailsyncschedule.md - - name: Encryption readiness state - href: resources/intune-deviceconfig-encryptionreadinessstate.md - - name: Encryption report policy details - href: resources/intune-deviceconfig-encryptionreportpolicydetails.md - - name: Encryption state - href: resources/intune-deviceconfig-encryptionstate.md - - name: File vault state - href: resources/intune-deviceconfig-filevaultstate.md - - name: Firewall certificate revocation list check method type - href: resources/intune-deviceconfig-firewallcertificaterevocationlistcheckmethodtype.md - - name: Firewall packet queueing method type - href: resources/intune-deviceconfig-firewallpacketqueueingmethodtype.md - - name: Firewall pre shared key encoding method type - href: resources/intune-deviceconfig-firewallpresharedkeyencodingmethodtype.md - - name: Folder protection type - href: resources/intune-deviceconfig-folderprotectiontype.md - - name: Group policy category - href: resources/intune-grouppolicy-grouppolicycategory.md - items: - - name: Get - href: api/intune-grouppolicy-grouppolicycategory-get.md - - name: Update - href: api/intune-grouppolicy-grouppolicycategory-update.md - - name: Group policy configuration - href: resources/intune-grouppolicy-grouppolicyconfiguration.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicyconfiguration-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicyconfiguration-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicyconfiguration-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicyconfiguration-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicyconfiguration-update.md - - name: assign action - href: api/intune-grouppolicy-grouppolicyconfiguration-assign.md - - name: updateDefinitionValues action - href: api/intune-grouppolicy-grouppolicyconfiguration-updatedefinitionvalues.md - - name: Group policy configuration assignment - href: resources/intune-grouppolicy-grouppolicyconfigurationassignment.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicyconfigurationassignment-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicyconfigurationassignment-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicyconfigurationassignment-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicyconfigurationassignment-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicyconfigurationassignment-update.md - - name: Group policy configuration ingestion type - href: resources/intune-grouppolicy-grouppolicyconfigurationingestiontype.md - - name: Group policy configuration type - href: resources/intune-grouppolicy-grouppolicyconfigurationtype.md - - name: Group policy definition - href: resources/intune-grouppolicy-grouppolicydefinition.md - items: - - name: Get - href: api/intune-grouppolicy-grouppolicydefinition-get.md - - name: Update - href: api/intune-grouppolicy-grouppolicydefinition-update.md - - name: Group policy definition class type - href: resources/intune-grouppolicy-grouppolicydefinitionclasstype.md - - name: Group policy definition file - href: resources/intune-grouppolicy-grouppolicydefinitionfile.md - items: - - name: Get - href: api/intune-grouppolicy-grouppolicydefinitionfile-get.md - - name: Update - href: api/intune-grouppolicy-grouppolicydefinitionfile-update.md - - name: Group policy definition value - href: resources/intune-grouppolicy-grouppolicydefinitionvalue.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicydefinitionvalue-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicydefinitionvalue-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicydefinitionvalue-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicydefinitionvalue-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicydefinitionvalue-update.md - - name: Group policy operation - href: resources/intune-grouppolicy-grouppolicyoperation.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicyoperation-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicyoperation-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicyoperation-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicyoperation-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicyoperation-update.md - - name: Group policy operation status - href: resources/intune-grouppolicy-grouppolicyoperationstatus.md - - name: Group policy operation type - href: resources/intune-grouppolicy-grouppolicyoperationtype.md - - name: Group policy presentation - href: resources/intune-grouppolicy-grouppolicypresentation.md - items: - - name: Get - href: api/intune-grouppolicy-grouppolicypresentation-get.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentation-update.md - - name: Group policy presentation check box - href: resources/intune-grouppolicy-grouppolicypresentationcheckbox.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationcheckbox-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationcheckbox-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationcheckbox-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationcheckbox-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationcheckbox-update.md - - name: Group policy presentation combo box - href: resources/intune-grouppolicy-grouppolicypresentationcombobox.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationcombobox-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationcombobox-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationcombobox-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationcombobox-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationcombobox-update.md - - name: Group policy presentation decimal text box - href: resources/intune-grouppolicy-grouppolicypresentationdecimaltextbox.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-update.md - - name: Group policy presentation dropdown list - href: resources/intune-grouppolicy-grouppolicypresentationdropdownlist.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationdropdownlist-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationdropdownlist-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationdropdownlist-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationdropdownlist-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationdropdownlist-update.md - - name: Group policy presentation dropdown list item - href: resources/intune-grouppolicy-grouppolicypresentationdropdownlistitem.md - - name: Group policy presentation list box - href: resources/intune-grouppolicy-grouppolicypresentationlistbox.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationlistbox-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationlistbox-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationlistbox-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationlistbox-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationlistbox-update.md - - name: Group policy presentation long decimal text box - href: resources/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-update.md - - name: Group policy presentation multi text box - href: resources/intune-grouppolicy-grouppolicypresentationmultitextbox.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationmultitextbox-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationmultitextbox-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationmultitextbox-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationmultitextbox-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationmultitextbox-update.md - - name: Group policy presentation text - href: resources/intune-grouppolicy-grouppolicypresentationtext.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationtext-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationtext-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationtext-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationtext-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationtext-update.md - - name: Group policy presentation text box - href: resources/intune-grouppolicy-grouppolicypresentationtextbox.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationtextbox-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationtextbox-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationtextbox-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationtextbox-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationtextbox-update.md - - name: Group policy presentation value - href: resources/intune-grouppolicy-grouppolicypresentationvalue.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationvalue-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationvalue-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationvalue-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationvalue-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationvalue-update.md - - name: Group policy presentation value boolean - href: resources/intune-grouppolicy-grouppolicypresentationvalueboolean.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationvalueboolean-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationvalueboolean-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationvalueboolean-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationvalueboolean-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationvalueboolean-update.md - - name: Group policy presentation value decimal - href: resources/intune-grouppolicy-grouppolicypresentationvaluedecimal.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationvaluedecimal-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationvaluedecimal-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationvaluedecimal-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationvaluedecimal-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationvaluedecimal-update.md - - name: Group policy presentation value list - href: resources/intune-grouppolicy-grouppolicypresentationvaluelist.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationvaluelist-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationvaluelist-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationvaluelist-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationvaluelist-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationvaluelist-update.md - - name: Group policy presentation value long decimal - href: resources/intune-grouppolicy-grouppolicypresentationvaluelongdecimal.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-update.md - - name: Group policy presentation value multi text - href: resources/intune-grouppolicy-grouppolicypresentationvaluemultitext.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationvaluemultitext-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationvaluemultitext-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationvaluemultitext-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationvaluemultitext-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationvaluemultitext-update.md - - name: Group policy presentation value text - href: resources/intune-grouppolicy-grouppolicypresentationvaluetext.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationvaluetext-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationvaluetext-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationvaluetext-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationvaluetext-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationvaluetext-update.md - - name: Group policy type - href: resources/intune-grouppolicy-grouppolicytype.md - - name: Group policy uploaded category - href: resources/intune-grouppolicy-grouppolicyuploadedcategory.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicyuploadedcategory-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicyuploadedcategory-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicyuploadedcategory-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicyuploadedcategory-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicyuploadedcategory-update.md - - name: Group policy uploaded definition - href: resources/intune-grouppolicy-grouppolicyuploadeddefinition.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicyuploadeddefinition-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicyuploadeddefinition-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicyuploadeddefinition-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicyuploadeddefinition-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicyuploadeddefinition-update.md - - name: Group policy uploaded definition file - href: resources/intune-grouppolicy-grouppolicyuploadeddefinitionfile.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-update.md - - name: addLanguageFiles action - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-addlanguagefiles.md - - name: removeLanguageFiles action - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-removelanguagefiles.md - - name: updateLanguageFiles action - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-updatelanguagefiles.md - - name: uploadNewVersion action - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-uploadnewversion.md - - name: remove action - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-remove.md - - name: Group policy uploaded definition file status - href: resources/intune-grouppolicy-grouppolicyuploadeddefinitionfilestatus.md - - name: Group policy uploaded language file - href: resources/intune-grouppolicy-grouppolicyuploadedlanguagefile.md - - name: Group policy uploaded presentation - href: resources/intune-grouppolicy-grouppolicyuploadedpresentation.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicyuploadedpresentation-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicyuploadedpresentation-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicyuploadedpresentation-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicyuploadedpresentation-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicyuploadedpresentation-update.md - - name: Hardware configuration - href: resources/intune-deviceconfig-hardwareconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-hardwareconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-hardwareconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-hardwareconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-hardwareconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-hardwareconfiguration-update.md - - name: assignHardwareConfiguration action - href: api/intune-deviceconfig-hardwareconfiguration-assignhardwareconfiguration.md - - name: assign action - href: api/intune-deviceconfig-hardwareconfiguration-assign.md - - name: Hardware configuration assignment - href: resources/intune-deviceconfig-hardwareconfigurationassignment.md - items: - - name: List - href: api/intune-deviceconfig-hardwareconfigurationassignment-list.md - - name: Get - href: api/intune-deviceconfig-hardwareconfigurationassignment-get.md - - name: Create - href: api/intune-deviceconfig-hardwareconfigurationassignment-create.md - - name: Delete - href: api/intune-deviceconfig-hardwareconfigurationassignment-delete.md - - name: Update - href: api/intune-deviceconfig-hardwareconfigurationassignment-update.md - - name: Hardware configuration device state - href: resources/intune-deviceconfig-hardwareconfigurationdevicestate.md - items: - - name: List - href: api/intune-deviceconfig-hardwareconfigurationdevicestate-list.md - - name: Get - href: api/intune-deviceconfig-hardwareconfigurationdevicestate-get.md - - name: Create - href: api/intune-deviceconfig-hardwareconfigurationdevicestate-create.md - - name: Delete - href: api/intune-deviceconfig-hardwareconfigurationdevicestate-delete.md - - name: Update - href: api/intune-deviceconfig-hardwareconfigurationdevicestate-update.md - - name: Hardware configuration format - href: resources/intune-deviceconfig-hardwareconfigurationformat.md - - name: Hardware configuration run summary - href: resources/intune-deviceconfig-hardwareconfigurationrunsummary.md - items: - - name: Get - href: api/intune-deviceconfig-hardwareconfigurationrunsummary-get.md - - name: Update - href: api/intune-deviceconfig-hardwareconfigurationrunsummary-update.md - - name: Hardware configuration user state - href: resources/intune-deviceconfig-hardwareconfigurationuserstate.md - items: - - name: List - href: api/intune-deviceconfig-hardwareconfigurationuserstate-list.md - - name: Get - href: api/intune-deviceconfig-hardwareconfigurationuserstate-get.md - - name: Create - href: api/intune-deviceconfig-hardwareconfigurationuserstate-create.md - - name: Delete - href: api/intune-deviceconfig-hardwareconfigurationuserstate-delete.md - - name: Update - href: api/intune-deviceconfig-hardwareconfigurationuserstate-update.md - - name: Hardware password info - href: resources/intune-deviceconfig-hardwarepasswordinfo.md - items: - - name: List - href: api/intune-deviceconfig-hardwarepasswordinfo-list.md - - name: Get - href: api/intune-deviceconfig-hardwarepasswordinfo-get.md - - name: Create - href: api/intune-deviceconfig-hardwarepasswordinfo-create.md - - name: Delete - href: api/intune-deviceconfig-hardwarepasswordinfo-delete.md - - name: Update - href: api/intune-deviceconfig-hardwarepasswordinfo-update.md - - name: Ingestion source - href: resources/intune-grouppolicy-ingestionsource.md - - name: Ink access setting - href: resources/intune-deviceconfig-inkaccesssetting.md - - name: Intended purpose - href: resources/intune-deviceconfig-intendedpurpose.md - - name: Internet explorer message setting - href: resources/intune-deviceconfig-internetexplorermessagesetting.md - - name: Internet site security level - href: resources/intune-deviceconfig-internetsitesecuritylevel.md - - name: iOS Microsoft Entra single sign on extension - href: resources/intune-deviceconfig-iosazureadsinglesignonextension.md - - name: iOS bookmark - href: resources/intune-deviceconfig-iosbookmark.md - - name: iOS certificate profile - href: resources/intune-deviceconfig-ioscertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-ioscertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-ioscertificateprofile-get.md - - name: iOS certificate profile base - href: resources/intune-deviceconfig-ioscertificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-ioscertificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-ioscertificateprofilebase-get.md - - name: iOS compliance policy - href: resources/intune-deviceconfig-ioscompliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-ioscompliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-ioscompliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-ioscompliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-ioscompliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-ioscompliancepolicy-update.md - - name: iOS credential single sign on extension - href: resources/intune-deviceconfig-ioscredentialsinglesignonextension.md - - name: iOS custom configuration - href: resources/intune-deviceconfig-ioscustomconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-ioscustomconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-ioscustomconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-ioscustomconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-ioscustomconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-ioscustomconfiguration-update.md - - name: iOS derived credential authentication configuration - href: resources/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-update.md - - name: iOS device features configuration - href: resources/intune-deviceconfig-iosdevicefeaturesconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-iosdevicefeaturesconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-iosdevicefeaturesconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-iosdevicefeaturesconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-iosdevicefeaturesconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-iosdevicefeaturesconfiguration-update.md - - name: iOS EAS email profile configuration - href: resources/intune-deviceconfig-ioseasemailprofileconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-ioseasemailprofileconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-ioseasemailprofileconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-ioseasemailprofileconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-ioseasemailprofileconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-ioseasemailprofileconfiguration-update.md - - name: iOS EDU certificate settings - href: resources/intune-deviceconfig-ioseducertificatesettings.md - - name: iOS EDU device configuration - href: resources/intune-deviceconfig-iosedudeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-iosedudeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-iosedudeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-iosedudeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-iosedudeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-iosedudeviceconfiguration-update.md - - name: iOS education device configuration - href: resources/intune-deviceconfig-ioseducationdeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-ioseducationdeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-ioseducationdeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-ioseducationdeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-ioseducationdeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-ioseducationdeviceconfiguration-update.md - - name: iOS enterprise Wi-Fi configuration - href: resources/intune-deviceconfig-iosenterprisewificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-iosenterprisewificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-iosenterprisewificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-iosenterprisewificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-iosenterprisewificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-iosenterprisewificonfiguration-update.md - - name: iOS expedited checkin configuration - href: resources/intune-deviceconfig-iosexpeditedcheckinconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-iosexpeditedcheckinconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-iosexpeditedcheckinconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-iosexpeditedcheckinconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-iosexpeditedcheckinconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-iosexpeditedcheckinconfiguration-update.md - - name: iOS general device configuration - href: resources/intune-deviceconfig-iosgeneraldeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-iosgeneraldeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-iosgeneraldeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-iosgeneraldeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-iosgeneraldeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-iosgeneraldeviceconfiguration-update.md - - name: iOS home screen app - href: resources/intune-deviceconfig-ioshomescreenapp.md - - name: iOS home screen folder - href: resources/intune-deviceconfig-ioshomescreenfolder.md - - name: iOS home screen folder page - href: resources/intune-deviceconfig-ioshomescreenfolderpage.md - - name: iOS home screen item - href: resources/intune-deviceconfig-ioshomescreenitem.md - - name: iOS home screen page - href: resources/intune-deviceconfig-ioshomescreenpage.md - - name: iOS imported PFX certificate profile - href: resources/intune-deviceconfig-iosimportedpfxcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-iosimportedpfxcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-iosimportedpfxcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-iosimportedpfxcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-iosimportedpfxcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-iosimportedpfxcertificateprofile-update.md - - name: iOS kerberos single sign on extension - href: resources/intune-deviceconfig-ioskerberossinglesignonextension.md - - name: iOS kiosk mode app type - href: resources/intune-deviceconfig-ioskioskmodeapptype.md - - name: iOS network usage rule - href: resources/intune-deviceconfig-iosnetworkusagerule.md - - name: iOS notification alert type - href: resources/intune-deviceconfig-iosnotificationalerttype.md - - name: iOS notification preview visibility - href: resources/intune-deviceconfig-iosnotificationpreviewvisibility.md - - name: iOS notification settings - href: resources/intune-deviceconfig-iosnotificationsettings.md - - name: iOS PKCS certificate profile - href: resources/intune-deviceconfig-iospkcscertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-iospkcscertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-iospkcscertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-iospkcscertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-iospkcscertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-iospkcscertificateprofile-update.md - - name: iOS redirect single sign on extension - href: resources/intune-deviceconfig-iosredirectsinglesignonextension.md - - name: iOS SCEP certificate profile - href: resources/intune-deviceconfig-iosscepcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-iosscepcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-iosscepcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-iosscepcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-iosscepcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-iosscepcertificateprofile-update.md - - name: iOS single sign on extension - href: resources/intune-deviceconfig-iossinglesignonextension.md - - name: iOS single sign on settings - href: resources/intune-deviceconfig-iossinglesignonsettings.md - - name: iOS software update schedule type - href: resources/intune-deviceconfig-iossoftwareupdatescheduletype.md - - name: iOS trusted root certificate - href: resources/intune-deviceconfig-iostrustedrootcertificate.md - items: - - name: List - href: api/intune-deviceconfig-iostrustedrootcertificate-list.md - - name: Get - href: api/intune-deviceconfig-iostrustedrootcertificate-get.md - - name: Create - href: api/intune-deviceconfig-iostrustedrootcertificate-create.md - - name: Delete - href: api/intune-deviceconfig-iostrustedrootcertificate-delete.md - - name: Update - href: api/intune-deviceconfig-iostrustedrootcertificate-update.md - - name: iOS update configuration - href: resources/intune-deviceconfig-iosupdateconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-iosupdateconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-iosupdateconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-iosupdateconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-iosupdateconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-iosupdateconfiguration-update.md - - name: iOS update device status - href: resources/intune-deviceconfig-iosupdatedevicestatus.md - items: - - name: List - href: api/intune-deviceconfig-iosupdatedevicestatus-list.md - - name: Get - href: api/intune-deviceconfig-iosupdatedevicestatus-get.md - - name: Create - href: api/intune-deviceconfig-iosupdatedevicestatus-create.md - - name: Delete - href: api/intune-deviceconfig-iosupdatedevicestatus-delete.md - - name: Update - href: api/intune-deviceconfig-iosupdatedevicestatus-update.md - - name: iOS updates install status - href: resources/intune-deviceconfig-iosupdatesinstallstatus.md - - name: iOS VPN configuration - href: resources/intune-deviceconfig-iosvpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-iosvpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-iosvpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-iosvpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-iosvpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-iosvpnconfiguration-update.md - - name: iOS VPN security association parameters - href: resources/intune-deviceconfig-iosvpnsecurityassociationparameters.md - - name: iOS wallpaper display location - href: resources/intune-deviceconfig-ioswallpaperdisplaylocation.md - - name: iOS web content filter auto-filter - href: resources/intune-deviceconfig-ioswebcontentfilterautofilter.md - - name: iOS web content filter base - href: resources/intune-deviceconfig-ioswebcontentfilterbase.md - - name: iOS web content filter specific websites access - href: resources/intune-deviceconfig-ioswebcontentfilterspecificwebsitesaccess.md - - name: iOS Wi-Fi configuration - href: resources/intune-deviceconfig-ioswificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-ioswificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-ioswificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-ioswificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-ioswificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-ioswificonfiguration-update.md - - name: iOSik ev2 VPN configuration - href: resources/intune-deviceconfig-iosikev2vpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-iosikev2vpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-iosikev2vpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-iosikev2vpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-iosikev2vpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-iosikev2vpnconfiguration-update.md - - name: Kerberos single sign on extension - href: resources/intune-deviceconfig-kerberossinglesignonextension.md - - name: Key boolean value pair - href: resources/intune-deviceconfig-keybooleanvaluepair.md - - name: Key integer value pair - href: resources/intune-deviceconfig-keyintegervaluepair.md - - name: Key real value pair - href: resources/intune-deviceconfig-keyrealvaluepair.md - - name: Key string value pair - href: resources/intune-deviceconfig-keystringvaluepair.md - - name: Key typed value pair - href: resources/intune-deviceconfig-keytypedvaluepair.md - - name: Key value - href: resources/intune-deviceconfig-keyvalue.md - - name: Key/value pair - href: resources/intune-deviceconfig-keyvaluepair.md - - name: Key/value pair - href: resources/intune-deviceconfig-keyvaluepair.md - - name: Kiosk mode managed home screen PIN complexity - href: resources/intune-deviceconfig-kioskmodemanagedhomescreenpincomplexity.md - - name: Kiosk mode type - href: resources/intune-deviceconfig-kioskmodetype.md - - name: LAN manager authentication level - href: resources/intune-deviceconfig-lanmanagerauthenticationlevel.md - - name: License type - href: resources/intune-deviceconfig-licensetype.md - - name: Local security options administrator elevation prompt behavior type - href: resources/intune-deviceconfig-localsecurityoptionsadministratorelevationpromptbehaviortype.md - - name: Local security options format and eject of removable media allowed user type - href: resources/intune-deviceconfig-localsecurityoptionsformatandejectofremovablemediaallowedusertype.md - - name: Local security options information displayed on lock screen type - href: resources/intune-deviceconfig-localsecurityoptionsinformationdisplayedonlockscreentype.md - - name: Local security options information shown on lock screen type - href: resources/intune-deviceconfig-localsecurityoptionsinformationshownonlockscreentype.md - - name: Local security options minimum session security - href: resources/intune-deviceconfig-localsecurityoptionsminimumsessionsecurity.md - - name: Local security options smart card removal behavior type - href: resources/intune-deviceconfig-localsecurityoptionssmartcardremovalbehaviortype.md - - name: Local security options standard user elevation prompt behavior type - href: resources/intune-deviceconfig-localsecurityoptionsstandarduserelevationpromptbehaviortype.md - - name: macOS apple event receiver - href: resources/intune-deviceconfig-macosappleeventreceiver.md - - name: macOS associated domains item - href: resources/intune-deviceconfig-macosassociateddomainsitem.md - - name: macOS Microsoft Entra single sign on extension - href: resources/intune-deviceconfig-macosazureadsinglesignonextension.md - - name: macOS certificate profile base - href: resources/intune-deviceconfig-macoscertificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-macoscertificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-macoscertificateprofilebase-get.md - - name: macOS compliance policy - href: resources/intune-deviceconfig-macoscompliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-macoscompliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-macoscompliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-macoscompliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-macoscompliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-macoscompliancepolicy-update.md - - name: macOS content caching client policy - href: resources/intune-deviceconfig-macoscontentcachingclientpolicy.md - - name: macOS content caching parent selection policy - href: resources/intune-deviceconfig-macoscontentcachingparentselectionpolicy.md - - name: macOS content caching peer policy - href: resources/intune-deviceconfig-macoscontentcachingpeerpolicy.md - - name: macOS content caching type - href: resources/intune-deviceconfig-macoscontentcachingtype.md - - name: macOS credential single sign on extension - href: resources/intune-deviceconfig-macoscredentialsinglesignonextension.md - - name: macOS custom app configuration - href: resources/intune-deviceconfig-macoscustomappconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macoscustomappconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macoscustomappconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macoscustomappconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macoscustomappconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macoscustomappconfiguration-update.md - - name: macOS custom configuration - href: resources/intune-deviceconfig-macoscustomconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macoscustomconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macoscustomconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macoscustomconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macoscustomconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macoscustomconfiguration-update.md - - name: macOS device features configuration - href: resources/intune-deviceconfig-macosdevicefeaturesconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macosdevicefeaturesconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macosdevicefeaturesconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macosdevicefeaturesconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macosdevicefeaturesconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macosdevicefeaturesconfiguration-update.md - - name: macOS endpoint protection configuration - href: resources/intune-deviceconfig-macosendpointprotectionconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macosendpointprotectionconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macosendpointprotectionconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macosendpointprotectionconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macosendpointprotectionconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macosendpointprotectionconfiguration-update.md - - name: macOS enterprise Wi-Fi configuration - href: resources/intune-deviceconfig-macosenterprisewificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macosenterprisewificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macosenterprisewificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macosenterprisewificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macosenterprisewificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macosenterprisewificonfiguration-update.md - - name: macOS extensions configuration - href: resources/intune-deviceconfig-macosextensionsconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macosextensionsconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macosextensionsconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macosextensionsconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macosextensionsconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macosextensionsconfiguration-update.md - - name: macOS file vault recovery key types - href: resources/intune-deviceconfig-macosfilevaultrecoverykeytypes.md - - name: macOS firewall application - href: resources/intune-deviceconfig-macosfirewallapplication.md - - name: macOS gatekeeper app sources - href: resources/intune-deviceconfig-macosgatekeeperappsources.md - - name: macOS general device configuration - href: resources/intune-deviceconfig-macosgeneraldeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macosgeneraldeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macosgeneraldeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macosgeneraldeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macosgeneraldeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macosgeneraldeviceconfiguration-update.md - - name: macOS imported PFX certificate profile - href: resources/intune-deviceconfig-macosimportedpfxcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-macosimportedpfxcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-macosimportedpfxcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-macosimportedpfxcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-macosimportedpfxcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-macosimportedpfxcertificateprofile-update.md - - name: macOS kerberos single sign on extension - href: resources/intune-deviceconfig-macoskerberossinglesignonextension.md - - name: macOS kernel extension - href: resources/intune-deviceconfig-macoskernelextension.md - - name: macOS launch item - href: resources/intune-deviceconfig-macoslaunchitem.md - - name: macOS PKCS certificate profile - href: resources/intune-deviceconfig-macospkcscertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-macospkcscertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-macospkcscertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-macospkcscertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-macospkcscertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-macospkcscertificateprofile-update.md - - name: macOS priority - href: resources/intune-deviceconfig-macospriority.md - - name: macOS privacy access control item - href: resources/intune-deviceconfig-macosprivacyaccesscontrolitem.md - - name: macOS process identifier type - href: resources/intune-deviceconfig-macosprocessidentifiertype.md - - name: macOS redirect single sign on extension - href: resources/intune-deviceconfig-macosredirectsinglesignonextension.md - - name: macOS SCEP certificate profile - href: resources/intune-deviceconfig-macosscepcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-macosscepcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-macosscepcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-macosscepcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-macosscepcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-macosscepcertificateprofile-update.md - - name: macOS single sign on extension - href: resources/intune-deviceconfig-macossinglesignonextension.md - - name: macOS software update account summary - href: resources/intune-deviceconfig-macossoftwareupdateaccountsummary.md - items: - - name: List - href: api/intune-deviceconfig-macossoftwareupdateaccountsummary-list.md - - name: Get - href: api/intune-deviceconfig-macossoftwareupdateaccountsummary-get.md - - name: Create - href: api/intune-deviceconfig-macossoftwareupdateaccountsummary-create.md - - name: Delete - href: api/intune-deviceconfig-macossoftwareupdateaccountsummary-delete.md - - name: Update - href: api/intune-deviceconfig-macossoftwareupdateaccountsummary-update.md - - name: macOS software update behavior - href: resources/intune-deviceconfig-macossoftwareupdatebehavior.md - - name: macOS software update category - href: resources/intune-deviceconfig-macossoftwareupdatecategory.md - - name: macOS software update category summary - href: resources/intune-deviceconfig-macossoftwareupdatecategorysummary.md - items: - - name: List - href: api/intune-deviceconfig-macossoftwareupdatecategorysummary-list.md - - name: Get - href: api/intune-deviceconfig-macossoftwareupdatecategorysummary-get.md - - name: Create - href: api/intune-deviceconfig-macossoftwareupdatecategorysummary-create.md - - name: Delete - href: api/intune-deviceconfig-macossoftwareupdatecategorysummary-delete.md - - name: Update - href: api/intune-deviceconfig-macossoftwareupdatecategorysummary-update.md - - name: macOS software update configuration - href: resources/intune-deviceconfig-macossoftwareupdateconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macossoftwareupdateconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macossoftwareupdateconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macossoftwareupdateconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macossoftwareupdateconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macossoftwareupdateconfiguration-update.md - - name: macOS software update delay policy - href: resources/intune-deviceconfig-macossoftwareupdatedelaypolicy.md - - name: macOS software update schedule type - href: resources/intune-deviceconfig-macossoftwareupdatescheduletype.md - - name: macOS software update state - href: resources/intune-deviceconfig-macossoftwareupdatestate.md - - name: macOS software update state summary - href: resources/intune-deviceconfig-macossoftwareupdatestatesummary.md - items: - - name: List - href: api/intune-deviceconfig-macossoftwareupdatestatesummary-list.md - - name: Get - href: api/intune-deviceconfig-macossoftwareupdatestatesummary-get.md - - name: Create - href: api/intune-deviceconfig-macossoftwareupdatestatesummary-create.md - - name: Delete - href: api/intune-deviceconfig-macossoftwareupdatestatesummary-delete.md - - name: Update - href: api/intune-deviceconfig-macossoftwareupdatestatesummary-update.md - - name: macOS system extension - href: resources/intune-deviceconfig-macossystemextension.md - - name: macOS system extension type - href: resources/intune-deviceconfig-macossystemextensiontype.md - - name: macOS system extension type mapping - href: resources/intune-deviceconfig-macossystemextensiontypemapping.md - - name: macOS trusted root certificate - href: resources/intune-deviceconfig-macostrustedrootcertificate.md - items: - - name: List - href: api/intune-deviceconfig-macostrustedrootcertificate-list.md - - name: Get - href: api/intune-deviceconfig-macostrustedrootcertificate-get.md - - name: Create - href: api/intune-deviceconfig-macostrustedrootcertificate-create.md - - name: Delete - href: api/intune-deviceconfig-macostrustedrootcertificate-delete.md - - name: Update - href: api/intune-deviceconfig-macostrustedrootcertificate-update.md - - name: macOS VPN configuration - href: resources/intune-deviceconfig-macosvpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macosvpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macosvpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macosvpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macosvpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macosvpnconfiguration-update.md - - name: macOS Wi-Fi configuration - href: resources/intune-deviceconfig-macoswificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macoswificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macoswificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macoswificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macoswificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macoswificonfiguration-update.md - - name: macOS wired network configuration - href: resources/intune-deviceconfig-macoswirednetworkconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macoswirednetworkconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macoswirednetworkconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macoswirednetworkconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macoswirednetworkconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macoswirednetworkconfiguration-update.md - - name: Managed all device certificate state - href: resources/intune-deviceconfig-managedalldevicecertificatestate.md - items: - - name: List - href: api/intune-deviceconfig-managedalldevicecertificatestate-list.md - - name: Get - href: api/intune-deviceconfig-managedalldevicecertificatestate-get.md - - name: Create - href: api/intune-deviceconfig-managedalldevicecertificatestate-create.md - - name: Delete - href: api/intune-deviceconfig-managedalldevicecertificatestate-delete.md - - name: Update - href: api/intune-deviceconfig-managedalldevicecertificatestate-update.md - - name: Managed device certificate state - href: resources/intune-deviceconfig-manageddevicecertificatestate.md - items: - - name: List - href: api/intune-deviceconfig-manageddevicecertificatestate-list.md - - name: Get - href: api/intune-deviceconfig-manageddevicecertificatestate-get.md - - name: Create - href: api/intune-deviceconfig-manageddevicecertificatestate-create.md - - name: Delete - href: api/intune-deviceconfig-manageddevicecertificatestate-delete.md - - name: Update - href: api/intune-deviceconfig-manageddevicecertificatestate-update.md - - name: Managed device encryption state - href: resources/intune-deviceconfig-manageddeviceencryptionstate.md - items: - - name: List - href: api/intune-deviceconfig-manageddeviceencryptionstate-list.md - - name: Get - href: api/intune-deviceconfig-manageddeviceencryptionstate-get.md - - name: Create - href: api/intune-deviceconfig-manageddeviceencryptionstate-create.md - - name: Delete - href: api/intune-deviceconfig-manageddeviceencryptionstate-delete.md - - name: Update - href: api/intune-deviceconfig-manageddeviceencryptionstate-update.md - - name: Managed device mobile app configuration setting state - href: resources/intune-deviceconfig-manageddevicemobileappconfigurationsettingstate.md - - name: Managed device reported app - href: resources/intune-deviceconfig-manageddevicereportedapp.md - - name: Media content rating Australia - href: resources/intune-deviceconfig-mediacontentratingaustralia.md - - name: Media content rating Canada - href: resources/intune-deviceconfig-mediacontentratingcanada.md - - name: Media content rating France - href: resources/intune-deviceconfig-mediacontentratingfrance.md - - name: Media content rating Germany - href: resources/intune-deviceconfig-mediacontentratinggermany.md - - name: Media content rating Ireland - href: resources/intune-deviceconfig-mediacontentratingireland.md - - name: Media content rating Japan - href: resources/intune-deviceconfig-mediacontentratingjapan.md - - name: Media content rating New Zealand - href: resources/intune-deviceconfig-mediacontentratingnewzealand.md - - name: Media content rating United Kingdom - href: resources/intune-deviceconfig-mediacontentratingunitedkingdom.md - - name: Media content rating United States - href: resources/intune-deviceconfig-mediacontentratingunitedstates.md - - name: Metered connection limit type - href: resources/intune-deviceconfig-meteredconnectionlimittype.md - - name: Microsoft launcher dock presence - href: resources/intune-deviceconfig-microsoftlauncherdockpresence.md - - name: Microsoft launcher search bar placement - href: resources/intune-deviceconfig-microsoftlaunchersearchbarplacement.md - - name: Miracast channel - href: resources/intune-deviceconfig-miracastchannel.md - - name: NDES connector - href: resources/intune-deviceconfig-ndesconnector.md - items: - - name: List - href: api/intune-deviceconfig-ndesconnector-list.md - - name: Get - href: api/intune-deviceconfig-ndesconnector-get.md - - name: Create - href: api/intune-deviceconfig-ndesconnector-create.md - - name: Delete - href: api/intune-deviceconfig-ndesconnector-delete.md - - name: Update - href: api/intune-deviceconfig-ndesconnector-update.md - - name: NDES connector state - href: resources/intune-deviceconfig-ndesconnectorstate.md - - name: Network single sign on type - href: resources/intune-deviceconfig-networksinglesignontype.md - - name: Non EAP authentication method for EAP TTLS type - href: resources/intune-deviceconfig-noneapauthenticationmethodforeapttlstype.md - - name: Non EAP authentication method for PEAP - href: resources/intune-deviceconfig-noneapauthenticationmethodforpeap.md - - name: Number range - href: resources/intune-deviceconfig-numberrange.md - - name: OMA setting - href: resources/intune-deviceconfig-omasetting.md - - name: OMA setting base64 - href: resources/intune-deviceconfig-omasettingbase64.md - - name: OMA setting boolean - href: resources/intune-deviceconfig-omasettingboolean.md - - name: OMA setting date time - href: resources/intune-deviceconfig-omasettingdatetime.md - - name: OMA setting floating point - href: resources/intune-deviceconfig-omasettingfloatingpoint.md - - name: OMA setting integer - href: resources/intune-deviceconfig-omasettinginteger.md - - name: OMA setting string - href: resources/intune-deviceconfig-omasettingstring.md - - name: OMA setting string xml - href: resources/intune-deviceconfig-omasettingstringxml.md - - name: On prem encrypted payload - href: resources/intune-raimportcerts-onpremencryptedpayload.md - items: - - name: List - href: api/intune-raimportcerts-onpremencryptedpayload-list.md - - name: Get - href: api/intune-raimportcerts-onpremencryptedpayload-get.md - - name: Create - href: api/intune-raimportcerts-onpremencryptedpayload-create.md - - name: Delete - href: api/intune-raimportcerts-onpremencryptedpayload-delete.md - - name: Update - href: api/intune-raimportcerts-onpremencryptedpayload-update.md - - name: Operating system version range - href: resources/intune-deviceconfig-operatingsystemversionrange.md - - name: Operator - href: resources/intune-deviceconfig-operator.md - - name: Perfect forward secrecy group - href: resources/intune-deviceconfig-perfectforwardsecrecygroup.md - - name: Personal profile personal play store mode - href: resources/intune-deviceconfig-personalprofilepersonalplaystoremode.md - - name: Pfx recryption request - href: resources/intune-raimportcerts-pfxrecryptionrequest.md - items: - - name: List - href: api/intune-raimportcerts-pfxrecryptionrequest-list.md - - name: Get - href: api/intune-raimportcerts-pfxrecryptionrequest-get.md - - name: Create - href: api/intune-raimportcerts-pfxrecryptionrequest-create.md - - name: Delete - href: api/intune-raimportcerts-pfxrecryptionrequest-delete.md - - name: Update - href: api/intune-raimportcerts-pfxrecryptionrequest-update.md - - name: Pfx user certificate - href: resources/intune-raimportcerts-pfxusercertificate.md - items: - - name: List - href: api/intune-raimportcerts-pfxusercertificate-list.md - - name: Get - href: api/intune-raimportcerts-pfxusercertificate-get.md - - name: Create - href: api/intune-raimportcerts-pfxusercertificate-create.md - - name: Delete - href: api/intune-raimportcerts-pfxusercertificate-delete.md - - name: Update - href: api/intune-raimportcerts-pfxusercertificate-update.md - - name: Policy platform type - href: resources/intune-deviceconfig-policyplatformtype.md - - name: Power action type - href: resources/intune-deviceconfig-poweractiontype.md - - name: Prerelease features - href: resources/intune-deviceconfig-prereleasefeatures.md - - name: Rating apps type - href: resources/intune-deviceconfig-ratingappstype.md - - name: Rating Australia movies type - href: resources/intune-deviceconfig-ratingaustraliamoviestype.md - - name: Rating Australia television type - href: resources/intune-deviceconfig-ratingaustraliatelevisiontype.md - - name: Rating Canada movies type - href: resources/intune-deviceconfig-ratingcanadamoviestype.md - - name: Rating Canada television type - href: resources/intune-deviceconfig-ratingcanadatelevisiontype.md - - name: Rating France movies type - href: resources/intune-deviceconfig-ratingfrancemoviestype.md - - name: Rating France television type - href: resources/intune-deviceconfig-ratingfrancetelevisiontype.md - - name: Rating Germany movies type - href: resources/intune-deviceconfig-ratinggermanymoviestype.md - - name: Rating Germany television type - href: resources/intune-deviceconfig-ratinggermanytelevisiontype.md - - name: Rating Ireland movies type - href: resources/intune-deviceconfig-ratingirelandmoviestype.md - - name: Rating Ireland television type - href: resources/intune-deviceconfig-ratingirelandtelevisiontype.md - - name: Rating Japan movies type - href: resources/intune-deviceconfig-ratingjapanmoviestype.md - - name: Rating Japan television type - href: resources/intune-deviceconfig-ratingjapantelevisiontype.md - - name: Rating New Zealand movies type - href: resources/intune-deviceconfig-ratingnewzealandmoviestype.md - - name: Rating New Zealand television type - href: resources/intune-deviceconfig-ratingnewzealandtelevisiontype.md - - name: Rating United Kingdom movies type - href: resources/intune-deviceconfig-ratingunitedkingdommoviestype.md - - name: Rating United Kingdom television type - href: resources/intune-deviceconfig-ratingunitedkingdomtelevisiontype.md - - name: Rating United States movies type - href: resources/intune-deviceconfig-ratingunitedstatesmoviestype.md - - name: Rating United States television type - href: resources/intune-deviceconfig-ratingunitedstatestelevisiontype.md - - name: Redirect single sign on extension - href: resources/intune-deviceconfig-redirectsinglesignonextension.md - - name: Required password type - href: resources/intune-deviceconfig-requiredpasswordtype.md - - name: Restricted apps state - href: resources/intune-deviceconfig-restrictedappsstate.md - - name: Restricted apps violation - href: resources/intune-deviceconfig-restrictedappsviolation.md - items: - - name: List - href: api/intune-deviceconfig-restrictedappsviolation-list.md - - name: Get - href: api/intune-deviceconfig-restrictedappsviolation-get.md - - name: Create - href: api/intune-deviceconfig-restrictedappsviolation-create.md - - name: Delete - href: api/intune-deviceconfig-restrictedappsviolation-delete.md - - name: Update - href: api/intune-deviceconfig-restrictedappsviolation-update.md - - name: Retire scheduled managed device - href: resources/intune-deviceconfig-retirescheduledmanageddevice.md - - name: Safe search filter type - href: resources/intune-deviceconfig-safesearchfiltertype.md - - name: Scheduled retire state - href: resources/intune-deviceconfig-scheduledretirestate.md - - name: Secure assessment account type - href: resources/intune-deviceconfig-secureassessmentaccounttype.md - - name: Secure boot with d m a type - href: resources/intune-deviceconfig-securebootwithdmatype.md - - name: Service start type - href: resources/intune-deviceconfig-servicestarttype.md - - name: Setting source - href: resources/intune-deviceconfig-settingsource.md - - name: Setting state device summary - href: resources/intune-deviceconfig-settingstatedevicesummary.md - items: - - name: List - href: api/intune-deviceconfig-settingstatedevicesummary-list.md - - name: Get - href: api/intune-deviceconfig-settingstatedevicesummary-get.md - - name: Create - href: api/intune-deviceconfig-settingstatedevicesummary-create.md - - name: Delete - href: api/intune-deviceconfig-settingstatedevicesummary-delete.md - - name: Update - href: api/intune-deviceconfig-settingstatedevicesummary-update.md - - name: Shared PC account deletion policy type - href: resources/intune-deviceconfig-sharedpcaccountdeletionpolicytype.md - - name: Shared PC account manager policy - href: resources/intune-deviceconfig-sharedpcaccountmanagerpolicy.md - - name: Shared PC allowed account type - href: resources/intune-deviceconfig-sharedpcallowedaccounttype.md - - name: Shared PC configuration - href: resources/intune-deviceconfig-sharedpcconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-sharedpcconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-sharedpcconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-sharedpcconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-sharedpcconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-sharedpcconfiguration-update.md - - name: Sign in assistant options - href: resources/intune-deviceconfig-signinassistantoptions.md - - name: Single sign on extension - href: resources/intune-deviceconfig-singlesignonextension.md - - name: Site security level - href: resources/intune-deviceconfig-sitesecuritylevel.md - - name: Software update status summary - href: resources/intune-deviceconfig-softwareupdatestatussummary.md - items: - - name: Get - href: api/intune-deviceconfig-softwareupdatestatussummary-get.md - - name: Update - href: api/intune-deviceconfig-softwareupdatestatussummary-update.md - - name: Specified captive network plugins - href: resources/intune-deviceconfig-specifiedcaptivenetworkplugins.md - - name: State management setting - href: resources/intune-deviceconfig-statemanagementsetting.md - - name: Time series parameter - href: resources/intune-raimportcerts-timeseriesparameter.md - - name: Unsupported device configuration - href: resources/intune-deviceconfig-unsupporteddeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-unsupporteddeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-unsupporteddeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-unsupporteddeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-unsupporteddeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-unsupporteddeviceconfiguration-update.md - - name: Unsupported device configuration detail - href: resources/intune-deviceconfig-unsupporteddeviceconfigurationdetail.md - - name: Update classification - href: resources/intune-deviceconfig-updateclassification.md - - name: User email source - href: resources/intune-deviceconfig-useremailsource.md - - name: User PFX certificate - href: resources/intune-raimportcerts-userpfxcertificate.md - items: - - name: List - href: api/intune-raimportcerts-userpfxcertificate-list.md - - name: Get - href: api/intune-raimportcerts-userpfxcertificate-get.md - - name: Create - href: api/intune-raimportcerts-userpfxcertificate-create.md - - name: Delete - href: api/intune-raimportcerts-userpfxcertificate-delete.md - - name: Update - href: api/intune-raimportcerts-userpfxcertificate-update.md - - name: User pfx intended purpose - href: resources/intune-raimportcerts-userpfxintendedpurpose.md - - name: User pfx padding scheme - href: resources/intune-raimportcerts-userpfxpaddingscheme.md - - name: Username source - href: resources/intune-deviceconfig-usernamesource.md - - name: Visibility setting - href: resources/intune-deviceconfig-visibilitysetting.md - - name: VPN authentication method - href: resources/intune-deviceconfig-vpnauthenticationmethod.md - - name: VPN client authentication type - href: resources/intune-deviceconfig-vpnclientauthenticationtype.md - - name: VPN configuration - href: resources/intune-deviceconfig-vpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-vpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-vpnconfiguration-get.md - - name: VPN dead peer detection rate - href: resources/intune-deviceconfig-vpndeadpeerdetectionrate.md - - name: VPN DNS rule - href: resources/intune-deviceconfig-vpndnsrule.md - - name: VPN encryption algorithm type - href: resources/intune-deviceconfig-vpnencryptionalgorithmtype.md - - name: VPN integrity algorithm type - href: resources/intune-deviceconfig-vpnintegrityalgorithmtype.md - - name: VPN local identifier - href: resources/intune-deviceconfig-vpnlocalidentifier.md - - name: VPN on demand rule - href: resources/intune-deviceconfig-vpnondemandrule.md - - name: VPN on demand rule connection action - href: resources/intune-deviceconfig-vpnondemandruleconnectionaction.md - - name: VPN on demand rule connection domain action - href: resources/intune-deviceconfig-vpnondemandruleconnectiondomainaction.md - - name: VPN on demand rule interface type match - href: resources/intune-deviceconfig-vpnondemandruleinterfacetypematch.md - - name: VPN provider type - href: resources/intune-deviceconfig-vpnprovidertype.md - - name: VPN proxy server - href: resources/intune-deviceconfig-vpnproxyserver.md - - name: VPN route - href: resources/intune-deviceconfig-vpnroute.md - - name: VPN server - href: resources/intune-deviceconfig-vpnserver.md - - name: VPN server certificate type - href: resources/intune-deviceconfig-vpnservercertificatetype.md - - name: VPN service exception action - href: resources/intune-deviceconfig-vpnserviceexceptionaction.md - - name: VPN traffic direction - href: resources/intune-deviceconfig-vpntrafficdirection.md - - name: VPN traffic rule - href: resources/intune-deviceconfig-vpntrafficrule.md - - name: VPN traffic rule app type - href: resources/intune-deviceconfig-vpntrafficruleapptype.md - - name: VPN traffic rule routing policy type - href: resources/intune-deviceconfig-vpntrafficruleroutingpolicytype.md - - name: VPN tunnel configuration type - href: resources/intune-deviceconfig-vpntunnelconfigurationtype.md - - name: Web browser cookie settings - href: resources/intune-deviceconfig-webbrowsercookiesettings.md - - name: Weekly schedule - href: resources/intune-deviceconfig-weeklyschedule.md - - name: Welcome screen meeting information - href: resources/intune-deviceconfig-welcomescreenmeetinginformation.md - - name: Wi-Fi authentication method - href: resources/intune-deviceconfig-wifiauthenticationmethod.md - - name: Wi-Fi authentication type - href: resources/intune-deviceconfig-wifiauthenticationtype.md - - name: Wi-Fi proxy setting - href: resources/intune-deviceconfig-wifiproxysetting.md - - name: Wi-Fi security type - href: resources/intune-deviceconfig-wifisecuritytype.md - - name: Windows 10 app type - href: resources/intune-deviceconfig-windows10apptype.md - - name: Windows 10 apps force update schedule - href: resources/intune-deviceconfig-windows10appsforceupdateschedule.md - - name: Windows 10 apps update recurrence - href: resources/intune-deviceconfig-windows10appsupdaterecurrence.md - - name: Windows 10 associated apps - href: resources/intune-deviceconfig-windows10associatedapps.md - - name: Windows 10 certificate profile base - href: resources/intune-deviceconfig-windows10certificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-windows10certificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-windows10certificateprofilebase-get.md - - name: Windows 10 compliance policy - href: resources/intune-deviceconfig-windows10compliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-windows10compliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-windows10compliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-windows10compliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-windows10compliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-windows10compliancepolicy-update.md - - name: Windows 10 custom configuration - href: resources/intune-deviceconfig-windows10customconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows10customconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows10customconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows10customconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows10customconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows10customconfiguration-update.md - - name: Windows 10 device firmware configuration interface - href: resources/intune-deviceconfig-windows10devicefirmwareconfigurationinterface.md - items: - - name: List - href: api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-list.md - - name: Get - href: api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-get.md - - name: Create - href: api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-create.md - - name: Delete - href: api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-delete.md - - name: Update - href: api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-update.md - - name: Windows 10 device mode type - href: resources/intune-deviceconfig-windows10devicemodetype.md - - name: Windows 10 EAS email profile configuration - href: resources/intune-deviceconfig-windows10easemailprofileconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows10easemailprofileconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows10easemailprofileconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows10easemailprofileconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows10easemailprofileconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows10easemailprofileconfiguration-update.md - - name: Windows 10 edition type - href: resources/intune-deviceconfig-windows10editiontype.md - - name: Windows 10 endpoint protection configuration - href: resources/intune-deviceconfig-windows10endpointprotectionconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows10endpointprotectionconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows10endpointprotectionconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows10endpointprotectionconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows10endpointprotectionconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows10endpointprotectionconfiguration-update.md - - name: Windows 10 enterprise modern app management configuration - href: resources/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-update.md - - name: Windows 10 general configuration - href: resources/intune-deviceconfig-windows10generalconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows10generalconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows10generalconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows10generalconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows10generalconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows10generalconfiguration-update.md - - name: Windows 10 imported PFX certificate profile - href: resources/intune-deviceconfig-windows10importedpfxcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-windows10importedpfxcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-windows10importedpfxcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-windows10importedpfxcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-windows10importedpfxcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-windows10importedpfxcertificateprofile-update.md - - name: Windows 10 mobile compliance policy - href: resources/intune-deviceconfig-windows10mobilecompliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-windows10mobilecompliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-windows10mobilecompliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-windows10mobilecompliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-windows10mobilecompliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-windows10mobilecompliancepolicy-update.md - - name: Windows 10 network boundary configuration - href: resources/intune-deviceconfig-windows10networkboundaryconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows10networkboundaryconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows10networkboundaryconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows10networkboundaryconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows10networkboundaryconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows10networkboundaryconfiguration-update.md - - name: Windows 10 network proxy server - href: resources/intune-deviceconfig-windows10networkproxyserver.md - - name: Windows 10 PFX import certificate profile - href: resources/intune-deviceconfig-windows10pfximportcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-windows10pfximportcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-windows10pfximportcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-windows10pfximportcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-windows10pfximportcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-windows10pfximportcertificateprofile-update.md - - name: Windows 10 PKCS certificate profile - href: resources/intune-deviceconfig-windows10pkcscertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-windows10pkcscertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-windows10pkcscertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-windows10pkcscertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-windows10pkcscertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-windows10pkcscertificateprofile-update.md - - name: Windows 10 secure assessment configuration - href: resources/intune-deviceconfig-windows10secureassessmentconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows10secureassessmentconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows10secureassessmentconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows10secureassessmentconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows10secureassessmentconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows10secureassessmentconfiguration-update.md - - name: Windows 10 team general configuration - href: resources/intune-deviceconfig-windows10teamgeneralconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows10teamgeneralconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows10teamgeneralconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows10teamgeneralconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows10teamgeneralconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows10teamgeneralconfiguration-update.md - - name: Windows 10 VPN authentication method - href: resources/intune-deviceconfig-windows10vpnauthenticationmethod.md - - name: Windows 10 VPN configuration - href: resources/intune-deviceconfig-windows10vpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows10vpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows10vpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows10vpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows10vpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows10vpnconfiguration-update.md - - name: Windows 10 VPN connection type - href: resources/intune-deviceconfig-windows10vpnconnectiontype.md - - name: Windows 10 VPN profile target - href: resources/intune-deviceconfig-windows10vpnprofiletarget.md - - name: Windows 10 VPN proxy server - href: resources/intune-deviceconfig-windows10vpnproxyserver.md - - name: Windows 8.1 certificate profile base - href: resources/intune-deviceconfig-windows81certificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-windows81certificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-windows81certificateprofilebase-get.md - - name: Windows 8.1 compliance policy - href: resources/intune-deviceconfig-windows81compliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-windows81compliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-windows81compliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-windows81compliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-windows81compliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-windows81compliancepolicy-update.md - - name: Windows 8.1 general configuration - href: resources/intune-deviceconfig-windows81generalconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows81generalconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows81generalconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows81generalconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows81generalconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows81generalconfiguration-update.md - - name: Windows 8.1 SCEP certificate profile - href: resources/intune-deviceconfig-windows81scepcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-windows81scepcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-windows81scepcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-windows81scepcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-windows81scepcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-windows81scepcertificateprofile-update.md - - name: Windows 8.1 trusted root certificate - href: resources/intune-deviceconfig-windows81trustedrootcertificate.md - items: - - name: List - href: api/intune-deviceconfig-windows81trustedrootcertificate-list.md - - name: Get - href: api/intune-deviceconfig-windows81trustedrootcertificate-get.md - - name: Create - href: api/intune-deviceconfig-windows81trustedrootcertificate-create.md - - name: Delete - href: api/intune-deviceconfig-windows81trustedrootcertificate-delete.md - - name: Update - href: api/intune-deviceconfig-windows81trustedrootcertificate-update.md - - name: Windows 8.1 VPN configuration - href: resources/intune-deviceconfig-windows81vpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows81vpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows81vpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows81vpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows81vpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows81vpnconfiguration-update.md - - name: Windows 8.1 VPN proxy server - href: resources/intune-deviceconfig-windows81vpnproxyserver.md - - name: Windows 8.1 Wi-Fi import configuration - href: resources/intune-deviceconfig-windows81wifiimportconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows81wifiimportconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows81wifiimportconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows81wifiimportconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows81wifiimportconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows81wifiimportconfiguration-update.md - - name: Windows app start layout tile size - href: resources/intune-deviceconfig-windowsappstartlayouttilesize.md - - name: Windows certificate profile base - href: resources/intune-deviceconfig-windowscertificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-windowscertificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-windowscertificateprofilebase-get.md - - name: Windows defender advanced threat protection configuration - href: resources/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-update.md - - name: Windows defender tamper protection options - href: resources/intune-deviceconfig-windowsdefendertamperprotectionoptions.md - - name: Windows delivery optimization configuration - href: resources/intune-deviceconfig-windowsdeliveryoptimizationconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-update.md - - name: Windows delivery optimization mode - href: resources/intune-deviceconfig-windowsdeliveryoptimizationmode.md - - name: Windows edge kiosk type - href: resources/intune-deviceconfig-windowsedgekiosktype.md - - name: Windows firewall network profile - href: resources/intune-deviceconfig-windowsfirewallnetworkprofile.md - - name: Windows firewall rule - href: resources/intune-deviceconfig-windowsfirewallrule.md - - name: Windows firewall rule interface types - href: resources/intune-deviceconfig-windowsfirewallruleinterfacetypes.md - - name: Windows firewall rule network profile types - href: resources/intune-deviceconfig-windowsfirewallrulenetworkprofiletypes.md - - name: Windows firewall rule traffic direction type - href: resources/intune-deviceconfig-windowsfirewallruletrafficdirectiontype.md - - name: Windows health monitoring configuration - href: resources/intune-deviceconfig-windowshealthmonitoringconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowshealthmonitoringconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowshealthmonitoringconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowshealthmonitoringconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowshealthmonitoringconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowshealthmonitoringconfiguration-update.md - - name: Windows health monitoring scope - href: resources/intune-deviceconfig-windowshealthmonitoringscope.md - - name: Windows identity protection configuration - href: resources/intune-deviceconfig-windowsidentityprotectionconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowsidentityprotectionconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowsidentityprotectionconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowsidentityprotectionconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowsidentityprotectionconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowsidentityprotectionconfiguration-update.md - - name: Windows kiosk active directory group - href: resources/intune-deviceconfig-windowskioskactivedirectorygroup.md - - name: Windows kiosk app base - href: resources/intune-deviceconfig-windowskioskappbase.md - - name: Windows kiosk app configuration - href: resources/intune-deviceconfig-windowskioskappconfiguration.md - - name: Windows kiosk app type - href: resources/intune-deviceconfig-windowskioskapptype.md - - name: Windows kiosk autologon - href: resources/intune-deviceconfig-windowskioskautologon.md - - name: Windows kiosk Microsoft Entra group - href: resources/intune-deviceconfig-windowskioskazureadgroup.md - - name: Windows kiosk Microsoft Entra user - href: resources/intune-deviceconfig-windowskioskazureaduser.md - - name: Windows kiosk configuration - href: resources/intune-deviceconfig-windowskioskconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowskioskconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowskioskconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowskioskconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowskioskconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowskioskconfiguration-update.md - - name: Windows kiosk desktop app - href: resources/intune-deviceconfig-windowskioskdesktopapp.md - - name: Windows kiosk force update schedule - href: resources/intune-deviceconfig-windowskioskforceupdateschedule.md - - name: Windows kiosk local group - href: resources/intune-deviceconfig-windowskiosklocalgroup.md - - name: Windows kiosk local user - href: resources/intune-deviceconfig-windowskiosklocaluser.md - - name: Windows kiosk multiple apps - href: resources/intune-deviceconfig-windowskioskmultipleapps.md - - name: Windows kiosk profile - href: resources/intune-deviceconfig-windowskioskprofile.md - - name: Windows kiosk single UWP app - href: resources/intune-deviceconfig-windowskiosksingleuwpapp.md - - name: Windows kiosk single win32 app - href: resources/intune-deviceconfig-windowskiosksinglewin32app.md - - name: Windows kiosk user - href: resources/intune-deviceconfig-windowskioskuser.md - - name: Windows kiosk UWP app - href: resources/intune-deviceconfig-windowskioskuwpapp.md - - name: Windows kiosk visitor - href: resources/intune-deviceconfig-windowskioskvisitor.md - - name: Windows kiosk win32 app - href: resources/intune-deviceconfig-windowskioskwin32app.md - - name: Windows network isolation policy - href: resources/intune-deviceconfig-windowsnetworkisolationpolicy.md - - name: Windows Phone 8.1 certificate profile base - href: resources/intune-deviceconfig-windowsphone81certificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-windowsphone81certificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-windowsphone81certificateprofilebase-get.md - - name: Windows Phone 8.1 compliance policy - href: resources/intune-deviceconfig-windowsphone81compliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-windowsphone81compliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-windowsphone81compliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-windowsphone81compliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-windowsphone81compliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-windowsphone81compliancepolicy-update.md - - name: Windows Phone 8.1 custom configuration - href: resources/intune-deviceconfig-windowsphone81customconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowsphone81customconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowsphone81customconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowsphone81customconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowsphone81customconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowsphone81customconfiguration-update.md - - name: Windows Phone 8.1 general configuration - href: resources/intune-deviceconfig-windowsphone81generalconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowsphone81generalconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowsphone81generalconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowsphone81generalconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowsphone81generalconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowsphone81generalconfiguration-update.md - - name: Windows Phone 8.1 imported PFX certificate profile - href: resources/intune-deviceconfig-windowsphone81importedpfxcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-update.md - - name: Windows Phone 8.1 SCEP certificate profile - href: resources/intune-deviceconfig-windowsphone81scepcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-windowsphone81scepcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-windowsphone81scepcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-windowsphone81scepcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-windowsphone81scepcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-windowsphone81scepcertificateprofile-update.md - - name: Windows Phone 8.1 trusted root certificate - href: resources/intune-deviceconfig-windowsphone81trustedrootcertificate.md - items: - - name: List - href: api/intune-deviceconfig-windowsphone81trustedrootcertificate-list.md - - name: Get - href: api/intune-deviceconfig-windowsphone81trustedrootcertificate-get.md - - name: Create - href: api/intune-deviceconfig-windowsphone81trustedrootcertificate-create.md - - name: Delete - href: api/intune-deviceconfig-windowsphone81trustedrootcertificate-delete.md - - name: Update - href: api/intune-deviceconfig-windowsphone81trustedrootcertificate-update.md - - name: Windows Phone 8.1 VPN configuration - href: resources/intune-deviceconfig-windowsphone81vpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowsphone81vpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowsphone81vpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowsphone81vpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowsphone81vpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowsphone81vpnconfiguration-update.md - - name: Windows phone EAS email profile configuration - href: resources/intune-deviceconfig-windowsphoneeasemailprofileconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-update.md - - name: Windows privacy data access control item - href: resources/intune-deviceconfig-windowsprivacydataaccesscontrolitem.md - items: - - name: List - href: api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-list.md - - name: Get - href: api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-get.md - - name: Create - href: api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-create.md - - name: Delete - href: api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-delete.md - - name: Update - href: api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-update.md - - name: Windows privacy data access level - href: resources/intune-deviceconfig-windowsprivacydataaccesslevel.md - - name: Windows privacy data category - href: resources/intune-deviceconfig-windowsprivacydatacategory.md - - name: Windows S mode configuration - href: resources/intune-deviceconfig-windowssmodeconfiguration.md - - name: Windows spotlight enablement settings - href: resources/intune-deviceconfig-windowsspotlightenablementsettings.md - - name: Windows start menu app list visibility type - href: resources/intune-deviceconfig-windowsstartmenuapplistvisibilitytype.md - - name: Windows start menu mode type - href: resources/intune-deviceconfig-windowsstartmenumodetype.md - - name: Windows update active hours install - href: resources/intune-deviceconfig-windowsupdateactivehoursinstall.md - - name: Windows update for business configuration - href: resources/intune-deviceconfig-windowsupdateforbusinessconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update.md - - name: extendFeatureUpdatesPause action - href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-extendfeatureupdatespause.md - - name: extendQualityUpdatesPause action - href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-extendqualityupdatespause.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 status - href: resources/intune-deviceconfig-windowsupdatestatus.md - - name: Windows update type - href: resources/intune-deviceconfig-windowsupdatetype.md - - name: Windows user account control settings - href: resources/intune-deviceconfig-windowsuseraccountcontrolsettings.md - - name: Windows VPN configuration - href: resources/intune-deviceconfig-windowsvpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowsvpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowsvpnconfiguration-get.md - - name: Windows VPN connection type - href: resources/intune-deviceconfig-windowsvpnconnectiontype.md - - name: Windows Wi-Fi configuration - href: resources/intune-deviceconfig-windowswificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowswificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowswificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowswificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowswificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowswificonfiguration-update.md - - name: Windows Wi-Fi enterprise e a p configuration - href: resources/intune-deviceconfig-windowswifienterpriseeapconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowswifienterpriseeapconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowswifienterpriseeapconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowswifienterpriseeapconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowswifienterpriseeapconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowswifienterpriseeapconfiguration-update.md - - name: Windows wired network configuration - href: resources/intune-deviceconfig-windowswirednetworkconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowswirednetworkconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowswirednetworkconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowswirednetworkconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowswirednetworkconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowswirednetworkconfiguration-update.md - - name: Wired network authentication method - href: resources/intune-deviceconfig-wirednetworkauthenticationmethod.md - - name: Wired network authentication type - href: resources/intune-deviceconfig-wirednetworkauthenticationtype.md - - name: Wired network interface - href: resources/intune-deviceconfig-wirednetworkinterface.md - - name: Device management - href: resources/intune-device-mgt-conceptual.md - items: - - name: Activate device esim action result - href: resources/intune-devices-activatedeviceesimactionresult.md - - name: Admin consent - href: resources/intune-devices-adminconsent.md - - name: Admin consent state - href: resources/intune-devices-adminconsentstate.md - - name: Allowed remote assistance actions - href: resources/intune-remoteassistance-allowedremoteassistanceactions.md - - name: App log collection download details - href: resources/intune-devices-applogcollectiondownloaddetails.md - - name: App log collection request - href: resources/intune-devices-applogcollectionrequest.md - items: - - name: List - href: api/intune-devices-applogcollectionrequest-list.md - - name: Get - href: api/intune-devices-applogcollectionrequest-get.md - - name: Create - href: api/intune-devices-applogcollectionrequest-create.md - - name: Delete - href: api/intune-devices-applogcollectionrequest-delete.md - - name: Update - href: api/intune-devices-applogcollectionrequest-update.md - - name: createDownloadUrl action - href: api/intune-devices-applogcollectionrequest-createdownloadurl.md - - name: App log decryption algorithm - href: resources/intune-devices-applogdecryptionalgorithm.md - - name: App log upload state - href: resources/intune-devices-apploguploadstate.md - - name: Apple push notification certificate - href: resources/intune-devices-applepushnotificationcertificate.md - items: - - name: Get - href: api/intune-devices-applepushnotificationcertificate-get.md - - name: Update - href: api/intune-devices-applepushnotificationcertificate-update.md - - name: generateApplePushNotificationCertificateSigningRequest action - href: api/intune-devices-applepushnotificationcertificate-generateapplepushnotificationcertificatesigningrequest.md - - name: Audit actor - href: resources/intune-auditing-auditactor.md - - name: Audit event - href: resources/intune-auditing-auditevent.md - items: - - name: List - href: api/intune-auditing-auditevent-list.md - - name: Get - href: api/intune-auditing-auditevent-get.md - - name: Create - href: api/intune-auditing-auditevent-create.md - - name: Delete - href: api/intune-auditing-auditevent-delete.md - - name: Update - href: api/intune-auditing-auditevent-update.md - - name: Audit property - href: resources/intune-auditing-auditproperty.md - - name: Audit resource - href: resources/intune-auditing-auditresource.md - - name: Bulk managed device action result - href: resources/intune-devices-bulkmanageddeviceactionresult.md - - name: Chassis type - href: resources/intune-devices-chassistype.md - - name: Chrome o s device property - href: resources/intune-devices-chromeosdeviceproperty.md - - name: Cloud PC connectivity issue - href: resources/intune-devices-cloudpcconnectivityissue.md - items: - - name: List - href: api/intune-devices-cloudpcconnectivityissue-list.md - - name: Get - href: api/intune-devices-cloudpcconnectivityissue-get.md - - name: Create - href: api/intune-devices-cloudpcconnectivityissue-create.md - - name: Delete - href: api/intune-devices-cloudpcconnectivityissue-delete.md - - name: Update - href: api/intune-devices-cloudpcconnectivityissue-update.md - - name: Comanaged devices summary - href: resources/intune-devices-comanageddevicessummary.md - - name: Comanagement eligible device - href: resources/intune-devices-comanagementeligibledevice.md - items: - - name: List - href: api/intune-devices-comanagementeligibledevice-list.md - - name: Get - href: api/intune-devices-comanagementeligibledevice-get.md - - name: Create - href: api/intune-devices-comanagementeligibledevice-create.md - - name: Delete - href: api/intune-devices-comanagementeligibledevice-delete.md - - name: Update - href: api/intune-devices-comanagementeligibledevice-update.md - - name: Comanagement eligible devices summary - href: resources/intune-devices-comanagementeligibledevicessummary.md - - name: Comanagement eligible type - href: resources/intune-devices-comanagementeligibletype.md - - name: Compliance state - href: resources/intune-devices-compliancestate.md - - name: Configuration manager action - href: resources/intune-devices-configurationmanageraction.md - - name: Configuration manager action delivery status - href: resources/intune-devices-configurationmanageractiondeliverystatus.md - - name: Configuration manager action result - href: resources/intune-devices-configurationmanageractionresult.md - - name: Configuration manager action type - href: resources/intune-devices-configurationmanageractiontype.md - - name: Configuration manager client enabled features - href: resources/intune-devices-configurationmanagerclientenabledfeatures.md - - name: Configuration manager client health state - href: resources/intune-devices-configurationmanagerclienthealthstate.md - - name: Configuration manager client information - href: resources/intune-devices-configurationmanagerclientinformation.md - - name: Configuration manager client state - href: resources/intune-devices-configurationmanagerclientstate.md - - name: Create remote help session response - href: resources/intune-remoteassistance-createremotehelpsessionresponse.md - items: - - name: List - href: api/intune-remoteassistance-createremotehelpsessionresponse-list.md - - name: Get - href: api/intune-remoteassistance-createremotehelpsessionresponse-get.md - - name: Create - href: api/intune-remoteassistance-createremotehelpsessionresponse-create.md - - name: Delete - href: api/intune-remoteassistance-createremotehelpsessionresponse-delete.md - - name: Update - href: api/intune-remoteassistance-createremotehelpsessionresponse-update.md - - name: Data processor service for windows features on-boarding - href: resources/intune-devices-dataprocessorserviceforwindowsfeaturesonboarding.md - - name: Data sharing consent - href: resources/intune-devices-datasharingconsent.md - items: - - name: List - href: api/intune-devices-datasharingconsent-list.md - - name: Get - href: api/intune-devices-datasharingconsent-get.md - - name: Create - href: api/intune-devices-datasharingconsent-create.md - - name: Delete - href: api/intune-devices-datasharingconsent-delete.md - - name: Update - href: api/intune-devices-datasharingconsent-update.md - - name: consentToDataSharing action - href: api/intune-devices-datasharingconsent-consenttodatasharing.md - - name: consentToDataSharing action - href: api/intune-devices-datasharingconsent-consenttodatasharing.md - - name: Delete user from shared Apple device action result - href: resources/intune-devices-deleteuserfromsharedappledeviceactionresult.md - - name: Detected app - href: resources/intune-devices-detectedapp.md - items: - - name: List - href: api/intune-devices-detectedapp-list.md - - name: Get - href: api/intune-devices-detectedapp-get.md - - name: Create - href: api/intune-devices-detectedapp-create.md - - name: Delete - 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 compliance script - href: resources/intune-devices-devicecompliancescript.md - items: - - name: List - href: api/intune-devices-devicecompliancescript-list.md - - name: Get - href: api/intune-devices-devicecompliancescript-get.md - - name: Create - href: api/intune-devices-devicecompliancescript-create.md - - name: Delete - href: api/intune-devices-devicecompliancescript-delete.md - - name: Update - href: api/intune-devices-devicecompliancescript-update.md - - name: assign action - href: api/intune-devices-devicecompliancescript-assign.md - - name: Device compliance script device state - href: resources/intune-devices-devicecompliancescriptdevicestate.md - items: - - name: List - href: api/intune-devices-devicecompliancescriptdevicestate-list.md - - name: Get - href: api/intune-devices-devicecompliancescriptdevicestate-get.md - - name: Create - href: api/intune-devices-devicecompliancescriptdevicestate-create.md - - name: Delete - href: api/intune-devices-devicecompliancescriptdevicestate-delete.md - - name: Update - href: api/intune-devices-devicecompliancescriptdevicestate-update.md - - name: Device compliance script run summary - href: resources/intune-devices-devicecompliancescriptrunsummary.md - items: - - name: Get - href: api/intune-devices-devicecompliancescriptrunsummary-get.md - - name: Update - href: api/intune-devices-devicecompliancescriptrunsummary-update.md - - name: Device custom attribute shell script - href: resources/intune-devices-devicecustomattributeshellscript.md - items: - - name: List - href: api/intune-devices-devicecustomattributeshellscript-list.md - - name: Get - href: api/intune-devices-devicecustomattributeshellscript-get.md - - name: Create - href: api/intune-devices-devicecustomattributeshellscript-create.md - - name: Delete - href: api/intune-devices-devicecustomattributeshellscript-delete.md - - name: Update - href: api/intune-devices-devicecustomattributeshellscript-update.md - - name: assign action - href: api/intune-devices-devicecustomattributeshellscript-assign.md - - name: Device custom attribute value type - href: resources/intune-devices-devicecustomattributevaluetype.md - - name: Device enrollment type - href: resources/intune-devices-deviceenrollmenttype.md - - name: Device event level - href: resources/intune-devices-deviceeventlevel.md - - name: Device exchange access state summary - href: resources/intune-devices-deviceexchangeaccessstatesummary.md - - name: Device geolocation - href: resources/intune-devices-devicegeolocation.md - - name: Device guard local system authority credential guard state - href: resources/intune-devices-deviceguardlocalsystemauthoritycredentialguardstate.md - - name: Device guard virtualization based security hardware requirement state - href: resources/intune-devices-deviceguardvirtualizationbasedsecurityhardwarerequirementstate.md - - name: Device guard virtualization based security state - href: resources/intune-devices-deviceguardvirtualizationbasedsecuritystate.md - - name: Device health attestation state - href: resources/intune-devices-devicehealthattestationstate.md - - name: Device health script - href: resources/intune-devices-devicehealthscript.md - items: - - name: List - href: api/intune-devices-devicehealthscript-list.md - - name: Get - href: api/intune-devices-devicehealthscript-get.md - - name: Create - href: api/intune-devices-devicehealthscript-create.md - - name: Delete - href: api/intune-devices-devicehealthscript-delete.md - - name: Update - href: api/intune-devices-devicehealthscript-update.md - - name: assign action - href: api/intune-devices-devicehealthscript-assign.md - - name: updateGlobalScript action - href: api/intune-devices-devicehealthscript-updateglobalscript.md - - name: getGlobalScriptHighestAvailableVersion action - href: api/intune-devices-devicehealthscript-getglobalscripthighestavailableversion.md - - name: enableGlobalScripts action - href: api/intune-devices-devicehealthscript-enableglobalscripts.md - - name: Device health script assignment - href: resources/intune-devices-devicehealthscriptassignment.md - items: - - name: List - href: api/intune-devices-devicehealthscriptassignment-list.md - - name: Get - href: api/intune-devices-devicehealthscriptassignment-get.md - - name: Create - href: api/intune-devices-devicehealthscriptassignment-create.md - - name: Delete - href: api/intune-devices-devicehealthscriptassignment-delete.md - - name: Update - href: api/intune-devices-devicehealthscriptassignment-update.md - - name: Device health script boolean parameter - href: resources/intune-devices-devicehealthscriptbooleanparameter.md - - name: Device health script daily schedule - href: resources/intune-devices-devicehealthscriptdailyschedule.md - - name: Device health script device state - href: resources/intune-devices-devicehealthscriptdevicestate.md - items: - - name: List - href: api/intune-devices-devicehealthscriptdevicestate-list.md - - name: Get - href: api/intune-devices-devicehealthscriptdevicestate-get.md - - name: Create - href: api/intune-devices-devicehealthscriptdevicestate-create.md - - name: Delete - href: api/intune-devices-devicehealthscriptdevicestate-delete.md - - name: Update - href: api/intune-devices-devicehealthscriptdevicestate-update.md - - name: Device health script hourly schedule - href: resources/intune-devices-devicehealthscripthourlyschedule.md - - name: Device health script integer parameter - href: resources/intune-devices-devicehealthscriptintegerparameter.md - - name: Device health script parameter - href: resources/intune-devices-devicehealthscriptparameter.md - - name: Device health script policy state - href: resources/intune-devices-devicehealthscriptpolicystate.md - items: - - name: List - href: api/intune-devices-devicehealthscriptpolicystate-list.md - - name: Get - href: api/intune-devices-devicehealthscriptpolicystate-get.md - - name: Create - href: api/intune-devices-devicehealthscriptpolicystate-create.md - - name: Delete - href: api/intune-devices-devicehealthscriptpolicystate-delete.md - - name: Update - href: api/intune-devices-devicehealthscriptpolicystate-update.md - - name: Device health script remediation history - href: resources/intune-devices-devicehealthscriptremediationhistory.md - - name: Device health script remediation history data - href: resources/intune-devices-devicehealthscriptremediationhistorydata.md - - name: Device health script remediation summary - href: resources/intune-devices-devicehealthscriptremediationsummary.md - - name: Device health script run once schedule - href: resources/intune-devices-devicehealthscriptrunonceschedule.md - - name: Device health script run schedule - href: resources/intune-devices-devicehealthscriptrunschedule.md - - name: Device health script run summary - href: resources/intune-devices-devicehealthscriptrunsummary.md - items: - - name: Get - href: api/intune-devices-devicehealthscriptrunsummary-get.md - - name: Update - href: api/intune-devices-devicehealthscriptrunsummary-update.md - - name: Device health script string parameter - href: resources/intune-devices-devicehealthscriptstringparameter.md - - name: Device health script time schedule - href: resources/intune-devices-devicehealthscripttimeschedule.md - - name: Device health script type - href: resources/intune-devices-devicehealthscripttype.md - - name: Device licensing status - href: resources/intune-devices-devicelicensingstatus.md - - name: Device log collection request - href: resources/intune-devices-devicelogcollectionrequest.md - - name: Device log collection response - href: resources/intune-devices-devicelogcollectionresponse.md - items: - - name: List - href: api/intune-devices-devicelogcollectionresponse-list.md - - name: Get - href: api/intune-devices-devicelogcollectionresponse-get.md - - name: Create - href: api/intune-devices-devicelogcollectionresponse-create.md - - name: Delete - href: api/intune-devices-devicelogcollectionresponse-delete.md - - name: Update - href: api/intune-devices-devicelogcollectionresponse-update.md - - name: createDownloadUrl action - href: api/intune-devices-devicelogcollectionresponse-createdownloadurl.md - - name: Device log collection template type - href: resources/intune-devices-devicelogcollectiontemplatetype.md - - name: Device management abstract complex setting definition - href: resources/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-update.md - - name: Device management abstract complex setting instance - href: resources/intune-deviceintent-devicemanagementabstractcomplexsettinginstance.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-update.md - - name: Device management boolean setting instance - href: resources/intune-deviceintent-devicemanagementbooleansettinginstance.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementbooleansettinginstance-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementbooleansettinginstance-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementbooleansettinginstance-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementbooleansettinginstance-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementbooleansettinginstance-update.md - - name: Device management collection setting definition - href: resources/intune-deviceintent-devicemanagementcollectionsettingdefinition.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementcollectionsettingdefinition-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementcollectionsettingdefinition-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementcollectionsettingdefinition-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementcollectionsettingdefinition-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementcollectionsettingdefinition-update.md - - name: Device management collection setting instance - href: resources/intune-deviceintent-devicemanagementcollectionsettinginstance.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementcollectionsettinginstance-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementcollectionsettinginstance-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementcollectionsettinginstance-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementcollectionsettinginstance-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementcollectionsettinginstance-update.md - - name: Device management comparison result - href: resources/intune-deviceintent-devicemanagementcomparisonresult.md - - name: Device management complex setting definition - href: resources/intune-deviceintent-devicemanagementcomplexsettingdefinition.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementcomplexsettingdefinition-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementcomplexsettingdefinition-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementcomplexsettingdefinition-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementcomplexsettingdefinition-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementcomplexsettingdefinition-update.md - - name: Device management complex setting instance - href: resources/intune-deviceintent-devicemanagementcomplexsettinginstance.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementcomplexsettinginstance-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementcomplexsettinginstance-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementcomplexsettinginstance-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementcomplexsettinginstance-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementcomplexsettinginstance-update.md - - name: Device management constraint - href: resources/intune-deviceintent-devicemanagementconstraint.md - - name: Device management enum constraint - href: resources/intune-deviceintent-devicemanagementenumconstraint.md - - name: Device management enum value - href: resources/intune-deviceintent-devicemanagementenumvalue.md - - name: Device management exchange access state - href: resources/intune-devices-devicemanagementexchangeaccessstate.md - - name: Device management exchange access state reason - href: resources/intune-devices-devicemanagementexchangeaccessstatereason.md - - name: Device management integer setting instance - href: resources/intune-deviceintent-devicemanagementintegersettinginstance.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementintegersettinginstance-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementintegersettinginstance-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementintegersettinginstance-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementintegersettinginstance-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementintegersettinginstance-update.md - - name: Device management intent - href: resources/intune-deviceintent-devicemanagementintent.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementintent-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementintent-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementintent-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementintent-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementintent-update.md - - name: updateSettings action - href: api/intune-deviceintent-devicemanagementintent-updatesettings.md - - name: migrateToTemplate action - href: api/intune-deviceintent-devicemanagementintent-migratetotemplate.md - - name: createCopy action - href: api/intune-deviceintent-devicemanagementintent-createcopy.md - - name: createCopy action - href: api/intune-deviceintent-devicemanagementintent-createcopy.md - - name: assign action - href: api/intune-deviceintent-devicemanagementintent-assign.md - - name: Device management intent assignment - href: resources/intune-deviceintent-devicemanagementintentassignment.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementintentassignment-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementintentassignment-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementintentassignment-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementintentassignment-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementintentassignment-update.md - - name: Device management intent customized setting - href: resources/intune-deviceintent-devicemanagementintentcustomizedsetting.md - - name: Device management intent device setting state summary - href: resources/intune-deviceintent-devicemanagementintentdevicesettingstatesummary.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-update.md - - name: Device management intent device state - href: resources/intune-deviceintent-devicemanagementintentdevicestate.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementintentdevicestate-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementintentdevicestate-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementintentdevicestate-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementintentdevicestate-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementintentdevicestate-update.md - - name: Device management intent device state summary - href: resources/intune-deviceintent-devicemanagementintentdevicestatesummary.md - items: - - name: Get - href: api/intune-deviceintent-devicemanagementintentdevicestatesummary-get.md - - name: Update - href: api/intune-deviceintent-devicemanagementintentdevicestatesummary-update.md - - name: Device management intent setting category - href: resources/intune-deviceintent-devicemanagementintentsettingcategory.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementintentsettingcategory-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementintentsettingcategory-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementintentsettingcategory-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementintentsettingcategory-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementintentsettingcategory-update.md - - name: Device management intent setting secret constraint - href: resources/intune-deviceintent-devicemanagementintentsettingsecretconstraint.md - - name: Device management intent user state - href: resources/intune-deviceintent-devicemanagementintentuserstate.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementintentuserstate-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementintentuserstate-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementintentuserstate-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementintentuserstate-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementintentuserstate-update.md - - name: Device management intent user state summary - href: resources/intune-deviceintent-devicemanagementintentuserstatesummary.md - items: - - name: Get - href: api/intune-deviceintent-devicemanagementintentuserstatesummary-get.md - - name: Update - href: api/intune-deviceintent-devicemanagementintentuserstatesummary-update.md - - name: Device management reports - href: resources/intune-remoteassistance-devicemanagementreports.md - items: - - name: Get - href: api/intune-remoteassistance-devicemanagementreports-get.md - - name: Update - href: api/intune-remoteassistance-devicemanagementreports-update.md - - name: getRemoteAssistanceSessionsReport action - href: api/intune-remoteassistance-devicemanagementreports-getremoteassistancesessionsreport.md - - name: getRemoteAssistanceMonitorActiveSessionsReport action - href: api/intune-remoteassistance-devicemanagementreports-getremoteassistancemonitoractivesessionsreport.md - - name: getRemoteAssistanceMonitorTotalSessionsReport action - href: api/intune-remoteassistance-devicemanagementreports-getremoteassistancemonitortotalsessionsreport.md - - name: getRemoteAssistanceMonitorAvgSessionTimeReport action - href: api/intune-remoteassistance-devicemanagementreports-getremoteassistancemonitoravgsessiontimereport.md - - name: Device management script assignment - href: resources/intune-devices-devicemanagementscriptassignment.md - items: - - name: List - href: api/intune-devices-devicemanagementscriptassignment-list.md - - name: Get - href: api/intune-devices-devicemanagementscriptassignment-get.md - - name: Create - href: api/intune-devices-devicemanagementscriptassignment-create.md - - name: Delete - href: api/intune-devices-devicemanagementscriptassignment-delete.md - - name: Update - href: api/intune-devices-devicemanagementscriptassignment-update.md - - name: Device management script device state - href: resources/intune-devices-devicemanagementscriptdevicestate.md - items: - - name: List - href: api/intune-devices-devicemanagementscriptdevicestate-list.md - - name: Get - href: api/intune-devices-devicemanagementscriptdevicestate-get.md - - name: Create - href: api/intune-devices-devicemanagementscriptdevicestate-create.md - - name: Delete - href: api/intune-devices-devicemanagementscriptdevicestate-delete.md - - name: Update - href: api/intune-devices-devicemanagementscriptdevicestate-update.md - - name: Device management script group assignment - href: resources/intune-devices-devicemanagementscriptgroupassignment.md - items: - - name: List - href: api/intune-devices-devicemanagementscriptgroupassignment-list.md - - name: Get - href: api/intune-devices-devicemanagementscriptgroupassignment-get.md - - name: Create - href: api/intune-devices-devicemanagementscriptgroupassignment-create.md - - name: Delete - href: api/intune-devices-devicemanagementscriptgroupassignment-delete.md - - name: Update - href: api/intune-devices-devicemanagementscriptgroupassignment-update.md - - name: Device management script run summary - href: resources/intune-devices-devicemanagementscriptrunsummary.md - items: - - name: Get - href: api/intune-devices-devicemanagementscriptrunsummary-get.md - - name: Update - href: api/intune-devices-devicemanagementscriptrunsummary-update.md - - name: Device management script user state - href: resources/intune-devices-devicemanagementscriptuserstate.md - items: - - name: List - href: api/intune-devices-devicemanagementscriptuserstate-list.md - - name: Get - href: api/intune-devices-devicemanagementscriptuserstate-get.md - - name: Create - href: api/intune-devices-devicemanagementscriptuserstate-create.md - - name: Delete - href: api/intune-devices-devicemanagementscriptuserstate-delete.md - - name: Update - href: api/intune-devices-devicemanagementscriptuserstate-update.md - - name: Device management setting abstract implementation constraint - href: resources/intune-deviceintent-devicemanagementsettingabstractimplementationconstraint.md - - name: Device management setting app constraint - href: resources/intune-deviceintent-devicemanagementsettingappconstraint.md - - name: Device management setting boolean constraint - href: resources/intune-deviceintent-devicemanagementsettingbooleanconstraint.md - - name: Device management setting category - href: resources/intune-deviceintent-devicemanagementsettingcategory.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementsettingcategory-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementsettingcategory-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementsettingcategory-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementsettingcategory-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementsettingcategory-update.md - - name: Device management setting collection constraint - href: resources/intune-deviceintent-devicemanagementsettingcollectionconstraint.md - - name: Device management setting comparison - href: resources/intune-deviceintent-devicemanagementsettingcomparison.md - - name: Device management setting definition - href: resources/intune-deviceintent-devicemanagementsettingdefinition.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementsettingdefinition-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementsettingdefinition-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementsettingdefinition-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementsettingdefinition-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementsettingdefinition-update.md - - name: Device management setting dependency - href: resources/intune-deviceintent-devicemanagementsettingdependency.md - - name: Device management setting enrollment type constraint - href: resources/intune-deviceintent-devicemanagementsettingenrollmenttypeconstraint.md - - name: Device management setting file constraint - href: resources/intune-deviceintent-devicemanagementsettingfileconstraint.md - - name: Device management setting instance - href: resources/intune-deviceintent-devicemanagementsettinginstance.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementsettinginstance-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementsettinginstance-get.md - - name: Device management setting integer constraint - href: resources/intune-deviceintent-devicemanagementsettingintegerconstraint.md - - name: Device management setting profile constraint - href: resources/intune-deviceintent-devicemanagementsettingprofileconstraint.md - - name: Device management setting regex constraint - href: resources/intune-deviceintent-devicemanagementsettingregexconstraint.md - - name: Device management setting required constraint - href: resources/intune-deviceintent-devicemanagementsettingrequiredconstraint.md - - name: Device management setting sddl constraint - href: resources/intune-deviceintent-devicemanagementsettingsddlconstraint.md - - name: Device management setting string length constraint - href: resources/intune-deviceintent-devicemanagementsettingstringlengthconstraint.md - - name: Device management setting xml constraint - href: resources/intune-deviceintent-devicemanagementsettingxmlconstraint.md - - name: Device management string setting instance - href: resources/intune-deviceintent-devicemanagementstringsettinginstance.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementstringsettinginstance-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementstringsettinginstance-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementstringsettinginstance-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementstringsettinginstance-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementstringsettinginstance-update.md - - name: Device management subscription state - href: resources/intune-devices-devicemanagementsubscriptionstate.md - - name: Device management subscriptions - href: resources/intune-devices-devicemanagementsubscriptions.md - - name: Device management template - href: resources/intune-deviceintent-devicemanagementtemplate.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementtemplate-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementtemplate-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementtemplate-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementtemplate-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementtemplate-update.md - - name: createInstance action - href: api/intune-deviceintent-devicemanagementtemplate-createinstance.md - - name: importOffice365DeviceConfigurationPolicies action - href: api/intune-deviceintent-devicemanagementtemplate-importoffice365deviceconfigurationpolicies.md - - name: Device management template setting category - href: resources/intune-deviceintent-devicemanagementtemplatesettingcategory.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementtemplatesettingcategory-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementtemplatesettingcategory-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementtemplatesettingcategory-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementtemplatesettingcategory-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementtemplatesettingcategory-update.md - - name: Device management template subtype - href: resources/intune-deviceintent-devicemanagementtemplatesubtype.md - - name: Device management template type - href: resources/intune-deviceintent-devicemanagementtemplatetype.md - - name: Device manangement intent value type - href: resources/intune-deviceintent-devicemanangementintentvaluetype.md - - name: Device operating system summary - href: resources/intune-devices-deviceoperatingsystemsummary.md - - name: Device protection overview - href: resources/intune-devices-deviceprotectionoverview.md - - name: Device registration state - href: resources/intune-devices-deviceregistrationstate.md - - name: Device scope action - href: resources/intune-devices-devicescopeaction.md - - name: Device scope action result - href: resources/intune-devices-devicescopeactionresult.md - - name: Device scope action status - href: resources/intune-devices-devicescopeactionstatus.md - - name: Device scope operator - href: resources/intune-devices-devicescopeoperator.md - - name: Device scope parameter - href: resources/intune-devices-devicescopeparameter.md - - name: Device scope status - href: resources/intune-devices-devicescopestatus.md - - name: Device shell script - href: resources/intune-devices-deviceshellscript.md - items: - - name: List - href: api/intune-devices-deviceshellscript-list.md - - name: Get - href: api/intune-devices-deviceshellscript-get.md - - name: Create - href: api/intune-devices-deviceshellscript-create.md - - name: Delete - href: api/intune-devices-deviceshellscript-delete.md - - name: Update - href: api/intune-devices-deviceshellscript-update.md - - name: assign action - href: api/intune-devices-deviceshellscript-assign.md - - name: Device type - href: resources/intune-devices-devicetype.md - - name: Disk type - href: resources/intune-devices-disktype.md - - name: Embedded SIM activation code - href: resources/intune-esim-embeddedsimactivationcode.md - - name: Embedded SIM activation code pool - href: resources/intune-esim-embeddedsimactivationcodepool.md - items: - - name: List - href: api/intune-esim-embeddedsimactivationcodepool-list.md - - name: Get - href: api/intune-esim-embeddedsimactivationcodepool-get.md - - name: Create - href: api/intune-esim-embeddedsimactivationcodepool-create.md - - name: Delete - href: api/intune-esim-embeddedsimactivationcodepool-delete.md - - name: Update - href: api/intune-esim-embeddedsimactivationcodepool-update.md - - name: assign action - href: api/intune-esim-embeddedsimactivationcodepool-assign.md - - name: Embedded SIM activation code pool assignment - href: resources/intune-esim-embeddedsimactivationcodepoolassignment.md - items: - - name: List - href: api/intune-esim-embeddedsimactivationcodepoolassignment-list.md - - name: Get - href: api/intune-esim-embeddedsimactivationcodepoolassignment-get.md - - name: Create - href: api/intune-esim-embeddedsimactivationcodepoolassignment-create.md - - name: Delete - href: api/intune-esim-embeddedsimactivationcodepoolassignment-delete.md - - name: Update - href: api/intune-esim-embeddedsimactivationcodepoolassignment-update.md - - name: Embedded SIM device state - href: resources/intune-esim-embeddedsimdevicestate.md - items: - - name: List - href: api/intune-esim-embeddedsimdevicestate-list.md - - name: Get - href: api/intune-esim-embeddedsimdevicestate-get.md - - name: Create - href: api/intune-esim-embeddedsimdevicestate-create.md - - name: Delete - href: api/intune-esim-embeddedsimdevicestate-delete.md - - name: Update - href: api/intune-esim-embeddedsimdevicestate-update.md - - name: Embedded SIM device state value - href: resources/intune-esim-embeddedsimdevicestatevalue.md - - name: Extend remote help session response - href: resources/intune-remoteassistance-extendremotehelpsessionresponse.md - items: - - name: List - href: api/intune-remoteassistance-extendremotehelpsessionresponse-list.md - - name: Get - href: api/intune-remoteassistance-extendremotehelpsessionresponse-get.md - - name: Create - href: api/intune-remoteassistance-extendremotehelpsessionresponse-create.md - - name: Delete - href: api/intune-remoteassistance-extendremotehelpsessionresponse-delete.md - - name: Update - href: api/intune-remoteassistance-extendremotehelpsessionresponse-update.md - - name: Global device health script state - href: resources/intune-devices-globaldevicehealthscriptstate.md - - name: Hardware information - href: resources/intune-devices-hardwareinformation.md - - name: Health state - href: resources/intune-devices-healthstate.md - - name: Insight value double - href: resources/intune-devices-insightvaluedouble.md - - name: Insight value int - href: resources/intune-devices-insightvalueint.md - - name: Join type - href: resources/intune-devices-jointype.md - - name: Localized notification message - href: resources/intune-notification-localizednotificationmessage.md - items: - - name: List - href: api/intune-notification-localizednotificationmessage-list.md - - name: Get - href: api/intune-notification-localizednotificationmessage-get.md - - name: Create - href: api/intune-notification-localizednotificationmessage-create.md - - name: Delete - href: api/intune-notification-localizednotificationmessage-delete.md - - name: Update - href: api/intune-notification-localizednotificationmessage-update.md - - name: Locate device action result - href: resources/intune-devices-locatedeviceactionresult.md - - name: Logged on user - href: resources/intune-devices-loggedonuser.md - - name: Lost mode state - href: resources/intune-devices-lostmodestate.md - - name: Malware state for windows device - href: resources/intune-devices-malwarestateforwindowsdevice.md - items: - - name: List - href: api/intune-devices-malwarestateforwindowsdevice-list.md - - name: Get - href: api/intune-devices-malwarestateforwindowsdevice-get.md - - name: Create - href: api/intune-devices-malwarestateforwindowsdevice-create.md - - name: Delete - href: api/intune-devices-malwarestateforwindowsdevice-delete.md - - name: Update - href: api/intune-devices-malwarestateforwindowsdevice-update.md - - name: Managed device - href: resources/intune-devices-manageddevice.md - items: - - name: Get - href: api/intune-devices-manageddevice-get.md - - name: Update - href: api/intune-devices-manageddevice-update.md - - name: executeAction action - href: api/intune-devices-manageddevice-executeaction.md - - name: enableLostMode action - href: api/intune-devices-manageddevice-enablelostmode.md - - name: playLostModeSound action - href: api/intune-devices-manageddevice-playlostmodesound.md - - name: setDeviceName action - href: api/intune-devices-manageddevice-setdevicename.md - - name: activateDeviceEsim action - href: api/intune-devices-manageddevice-activatedeviceesim.md - - name: rotateFileVaultKey action - href: api/intune-devices-manageddevice-rotatefilevaultkey.md - - name: createDeviceLogCollectionRequest action - href: api/intune-devices-manageddevice-createdevicelogcollectionrequest.md - - name: retire action - href: api/intune-devices-manageddevice-retire.md - - name: wipe action - href: api/intune-devices-manageddevice-wipe.md - - name: resetPasscode action - href: api/intune-devices-manageddevice-resetpasscode.md - - name: remoteLock action - href: api/intune-devices-manageddevice-remotelock.md - - name: requestRemoteAssistance action - href: api/intune-devices-manageddevice-requestremoteassistance.md - - name: disableLostMode action - href: api/intune-devices-manageddevice-disablelostmode.md - - name: locateDevice action - href: api/intune-devices-manageddevice-locatedevice.md - - name: bypassActivationLock action - href: api/intune-devices-manageddevice-bypassactivationlock.md - - name: rebootNow action - href: api/intune-devices-manageddevice-rebootnow.md - - name: shutDown action - href: api/intune-devices-manageddevice-shutdown.md - - name: recoverPasscode action - href: api/intune-devices-manageddevice-recoverpasscode.md - - name: cleanWindowsDevice action - href: api/intune-devices-manageddevice-cleanwindowsdevice.md - - name: logoutSharedAppleDeviceActiveUser action - href: api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser.md - - name: deleteUserFromSharedAppleDevice action - href: api/intune-devices-manageddevice-deleteuserfromsharedappledevice.md - - name: syncDevice action - href: api/intune-devices-manageddevice-syncdevice.md - - name: windowsDefenderScan action - href: api/intune-devices-manageddevice-windowsdefenderscan.md - - name: windowsDefenderUpdateSignatures action - href: api/intune-devices-manageddevice-windowsdefenderupdatesignatures.md - - name: updateWindowsDeviceAccount action - href: api/intune-devices-manageddevice-updatewindowsdeviceaccount.md - - name: revokeAppleVppLicenses action - href: api/intune-devices-manageddevice-revokeapplevpplicenses.md - - name: rotateBitLockerKeys action - href: api/intune-devices-manageddevice-rotatebitlockerkeys.md - - name: sendCustomNotificationToCompanyPortal action - href: api/intune-devices-manageddevice-sendcustomnotificationtocompanyportal.md - - name: triggerConfigurationManagerAction action - href: api/intune-devices-manageddevice-triggerconfigurationmanageraction.md - - name: enrollNowAction action - href: api/intune-devices-manageddevice-enrollnowaction.md - - name: deprovision action - href: api/intune-devices-manageddevice-deprovision.md - - name: disable action - href: api/intune-devices-manageddevice-disable.md - - name: reenable action - href: api/intune-devices-manageddevice-reenable.md - - name: moveDevicesToOU action - href: api/intune-devices-manageddevice-movedevicestoou.md - - name: removeDeviceFirmwareConfigurationInterfaceManagement action - href: api/intune-devices-manageddevice-removedevicefirmwareconfigurationinterfacemanagement.md - - name: initiateMobileDeviceManagementKeyRecovery action - href: api/intune-devices-manageddevice-initiatemobiledevicemanagementkeyrecovery.md - - name: initiateOnDemandProactiveRemediation action - href: api/intune-devices-manageddevice-initiateondemandproactiveremediation.md - - name: rotateLocalAdminPassword action - href: api/intune-devices-manageddevice-rotatelocaladminpassword.md - - name: downloadAppDiagnostics action - href: api/intune-devices-manageddevice-downloadappdiagnostics.md - - name: Managed device architecture - href: resources/intune-devices-manageddevicearchitecture.md - - name: Managed device cleanup settings - href: resources/intune-devices-manageddevicecleanupsettings.md - - name: Managed device management features - href: resources/intune-devices-manageddevicemanagementfeatures.md - - name: Managed device models and manufacturers - href: resources/intune-devices-manageddevicemodelsandmanufacturers.md - - name: Managed device overview - href: resources/intune-devices-manageddeviceoverview.md - items: - - name: Get - href: api/intune-devices-manageddeviceoverview-get.md - - name: Update - href: api/intune-devices-manageddeviceoverview-update.md - - name: Managed device partner reported health state - href: resources/intune-devices-manageddevicepartnerreportedhealthstate.md - - name: Managed device remote action - href: resources/intune-devices-manageddeviceremoteaction.md - - name: Managed installer status - href: resources/intune-devices-managedinstallerstatus.md - - name: Management state - href: resources/intune-devices-managementstate.md - - name: Notification message template - href: resources/intune-notification-notificationmessagetemplate.md - items: - - name: List - href: api/intune-notification-notificationmessagetemplate-list.md - - name: Get - href: api/intune-notification-notificationmessagetemplate-get.md - - name: Create - href: api/intune-notification-notificationmessagetemplate-create.md - - name: Delete - href: api/intune-notification-notificationmessagetemplate-delete.md - - name: Update - href: api/intune-notification-notificationmessagetemplate-update.md - - name: sendTestMessage action - href: api/intune-notification-notificationmessagetemplate-sendtestmessage.md - - name: Notification template branding options - href: resources/intune-notification-notificationtemplatebrandingoptions.md - - name: Operating system upgrade eligibility - href: resources/intune-devices-operatingsystemupgradeeligibility.md - - name: Os version count - href: resources/intune-devices-osversioncount.md - - name: Platform type - href: resources/intune-esim-platformtype.md - - name: Policy platform type - href: resources/intune-deviceintent-policyplatformtype.md - - name: Powerlift download request - href: resources/intune-devices-powerliftdownloadrequest.md - - name: Powerlift incident metadata - href: resources/intune-devices-powerliftincidentmetadata.md - - name: Remediation state - href: resources/intune-devices-remediationstate.md - - name: Remote action - href: resources/intune-devices-remoteaction.md - - name: Remote action audit - href: resources/intune-devices-remoteactionaudit.md - items: - - name: List - href: api/intune-devices-remoteactionaudit-list.md - - name: Get - href: api/intune-devices-remoteactionaudit-get.md - - name: Create - href: api/intune-devices-remoteactionaudit-create.md - - name: Delete - href: api/intune-devices-remoteactionaudit-delete.md - - name: Update - href: api/intune-devices-remoteactionaudit-update.md - - name: Remote assistance on-boarding status - href: resources/intune-remoteassistance-remoteassistanceonboardingstatus.md - - name: Remote assistance partner - href: resources/intune-remoteassistance-remoteassistancepartner.md - items: - - name: List - href: api/intune-remoteassistance-remoteassistancepartner-list.md - - name: Get - href: api/intune-remoteassistance-remoteassistancepartner-get.md - - name: Create - href: api/intune-remoteassistance-remoteassistancepartner-create.md - - name: Delete - href: api/intune-remoteassistance-remoteassistancepartner-delete.md - - name: Update - href: api/intune-remoteassistance-remoteassistancepartner-update.md - - name: beginOnboarding action - href: api/intune-remoteassistance-remoteassistancepartner-beginonboarding.md - - name: disconnect action - href: api/intune-remoteassistance-remoteassistancepartner-disconnect.md - - name: Remote assistance reporting - href: resources/intune-remoteassistance-remoteassistancereporting.md - - name: Remote assistance session type - href: resources/intune-remoteassistance-remoteassistancesessiontype.md - - name: Remote assistance settings - href: resources/intune-remoteassistance-remoteassistancesettings.md - items: - - name: Get - href: api/intune-remoteassistance-remoteassistancesettings-get.md - - name: Update - href: api/intune-remoteassistance-remoteassistancesettings-update.md - - name: Remote assistance state - href: resources/intune-remoteassistance-remoteassistancestate.md - - name: Remote lock action result - href: resources/intune-devices-remotelockactionresult.md - - name: Request remote help session access response - href: resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md - items: - - name: List - href: api/intune-remoteassistance-requestremotehelpsessionaccessresponse-list.md - - name: Get - href: api/intune-remoteassistance-requestremotehelpsessionaccessresponse-get.md - - name: Create - href: api/intune-remoteassistance-requestremotehelpsessionaccessresponse-create.md - - name: Delete - href: api/intune-remoteassistance-requestremotehelpsessionaccessresponse-delete.md - - name: Update - href: api/intune-remoteassistance-requestremotehelpsessionaccessresponse-update.md - - name: Reset passcode action result - href: resources/intune-devices-resetpasscodeactionresult.md - - name: Retrieve remote help session response - href: resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md - items: - - name: List - href: api/intune-remoteassistance-retrieveremotehelpsessionresponse-list.md - - name: Get - href: api/intune-remoteassistance-retrieveremotehelpsessionresponse-get.md - - name: Create - href: api/intune-remoteassistance-retrieveremotehelpsessionresponse-create.md - - name: Delete - href: api/intune-remoteassistance-retrieveremotehelpsessionresponse-delete.md - - name: Update - href: api/intune-remoteassistance-retrieveremotehelpsessionresponse-update.md - - name: Revoke apple VPP licenses action result - href: resources/intune-devices-revokeapplevpplicensesactionresult.md - - name: Role scope tag info - href: resources/intune-auditing-rolescopetaginfo.md - - name: Rotate BitLocker keys device action result - href: resources/intune-devices-rotatebitlockerkeysdeviceactionresult.md - - name: Security baseline category state summary - href: resources/intune-deviceintent-securitybaselinecategorystatesummary.md - items: - - name: List - href: api/intune-deviceintent-securitybaselinecategorystatesummary-list.md - - name: Get - href: api/intune-deviceintent-securitybaselinecategorystatesummary-get.md - - name: Create - href: api/intune-deviceintent-securitybaselinecategorystatesummary-create.md - - name: Delete - href: api/intune-deviceintent-securitybaselinecategorystatesummary-delete.md - - name: Update - href: api/intune-deviceintent-securitybaselinecategorystatesummary-update.md - - name: Security baseline compliance state - href: resources/intune-deviceintent-securitybaselinecompliancestate.md - - name: Security baseline contributing policy - href: resources/intune-deviceintent-securitybaselinecontributingpolicy.md - - name: Security baseline device state - href: resources/intune-deviceintent-securitybaselinedevicestate.md - items: - - name: List - href: api/intune-deviceintent-securitybaselinedevicestate-list.md - - name: Get - href: api/intune-deviceintent-securitybaselinedevicestate-get.md - - name: Create - href: api/intune-deviceintent-securitybaselinedevicestate-create.md - - name: Delete - href: api/intune-deviceintent-securitybaselinedevicestate-delete.md - - name: Update - href: api/intune-deviceintent-securitybaselinedevicestate-update.md - - name: Security baseline policy source type - href: resources/intune-deviceintent-securitybaselinepolicysourcetype.md - - name: Security baseline state summary - href: resources/intune-deviceintent-securitybaselinestatesummary.md - items: - - name: Get - href: api/intune-deviceintent-securitybaselinestatesummary-get.md - - name: Update - href: api/intune-deviceintent-securitybaselinestatesummary-update.md - - name: Security baseline template - href: resources/intune-deviceintent-securitybaselinetemplate.md - items: - - name: List - href: api/intune-deviceintent-securitybaselinetemplate-list.md - - name: Get - href: api/intune-deviceintent-securitybaselinetemplate-get.md - - name: Create - href: api/intune-deviceintent-securitybaselinetemplate-create.md - - name: Delete - href: api/intune-deviceintent-securitybaselinetemplate-delete.md - - name: Update - href: api/intune-deviceintent-securitybaselinetemplate-update.md - - name: Shared Apple device user - href: resources/intune-devices-sharedappledeviceuser.md - - name: Tenant attach r b a c - href: resources/intune-devices-tenantattachrbac.md - items: - - name: Get - href: api/intune-devices-tenantattachrbac-get.md - - name: Update - href: api/intune-devices-tenantattachrbac-update.md - - name: enable action - href: api/intune-devices-tenantattachrbac-enable.md - - name: Tenant attach r b a c state - href: resources/intune-devices-tenantattachrbacstate.md - - name: Tuple_2 of execution type_ i collection_1 of operation - href: resources/intune-esim-tuple_2ofexecutiontype_icollection_1ofoperation.md - - name: Update windows device account action parameter - href: resources/intune-devices-updatewindowsdeviceaccountactionparameter.md - - name: User experience analytics anomaly - href: resources/intune-devices-userexperienceanalyticsanomaly.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsanomaly-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsanomaly-get.md - - name: User experience analytics anomaly correlation group feature - href: resources/intune-devices-userexperienceanalyticsanomalycorrelationgroupfeature.md - - name: User experience analytics anomaly correlation group overview - href: resources/intune-devices-userexperienceanalyticsanomalycorrelationgroupoverview.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsanomalycorrelationgroupoverview-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsanomalycorrelationgroupoverview-get.md - - name: User experience analytics anomaly correlation group prevalence - href: resources/intune-devices-userexperienceanalyticsanomalycorrelationgroupprevalence.md - - name: User experience analytics anomaly device - href: resources/intune-devices-userexperienceanalyticsanomalydevice.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsanomalydevice-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsanomalydevice-get.md - - name: User experience analytics anomaly device feature type - href: resources/intune-devices-userexperienceanalyticsanomalydevicefeaturetype.md - - name: User experience analytics anomaly severity - href: resources/intune-devices-userexperienceanalyticsanomalyseverity.md - - name: User experience analytics anomaly severity overview - href: resources/intune-devices-userexperienceanalyticsanomalyseverityoverview.md - - name: User experience analytics anomaly state - href: resources/intune-devices-userexperienceanalyticsanomalystate.md - - name: User experience analytics anomaly type - href: resources/intune-devices-userexperienceanalyticsanomalytype.md - - name: User experience analytics app health app performance by app version - href: resources/intune-devices-userexperienceanalyticsapphealthappperformancebyappversion.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversion-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversion-get.md - - name: User experience analytics app health app performance by app version details - href: resources/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondetails.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondetails-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondetails-get.md - - name: User experience analytics app health app performance by app version device id - href: resources/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondeviceid.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondeviceid-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondeviceid-get.md - - name: User experience analytics app health app performance by o s version - href: resources/intune-devices-userexperienceanalyticsapphealthappperformancebyosversion.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyosversion-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyosversion-get.md - - name: User experience analytics app health application performance - href: resources/intune-devices-userexperienceanalyticsapphealthapplicationperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsapphealthapplicationperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsapphealthapplicationperformance-get.md - - name: User experience analytics app health device model performance - href: resources/intune-devices-userexperienceanalyticsapphealthdevicemodelperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsapphealthdevicemodelperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsapphealthdevicemodelperformance-get.md - - name: User experience analytics app health device performance - href: resources/intune-devices-userexperienceanalyticsapphealthdeviceperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsapphealthdeviceperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsapphealthdeviceperformance-get.md - - name: User experience analytics app health device performance details - href: resources/intune-devices-userexperienceanalyticsapphealthdeviceperformancedetails.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsapphealthdeviceperformancedetails-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsapphealthdeviceperformancedetails-get.md - - name: User experience analytics app health o s version performance - href: resources/intune-devices-userexperienceanalyticsapphealthosversionperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsapphealthosversionperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsapphealthosversionperformance-get.md - - name: User experience analytics autopilot devices summary - href: resources/intune-devices-userexperienceanalyticsautopilotdevicessummary.md - - name: User experience analytics baseline - href: resources/intune-devices-userexperienceanalyticsbaseline.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsbaseline-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsbaseline-get.md - - name: User experience analytics battery health app impact - href: resources/intune-devices-userexperienceanalyticsbatteryhealthappimpact.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsbatteryhealthappimpact-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsbatteryhealthappimpact-get.md - - name: User experience analytics battery health capacity details - href: resources/intune-devices-userexperienceanalyticsbatteryhealthcapacitydetails.md - items: - - name: Get - href: api/intune-devices-userexperienceanalyticsbatteryhealthcapacitydetails-get.md - - name: User experience analytics battery health device app impact - href: resources/intune-devices-userexperienceanalyticsbatteryhealthdeviceappimpact.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsbatteryhealthdeviceappimpact-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsbatteryhealthdeviceappimpact-get.md - - name: User experience analytics battery health device performance - href: resources/intune-devices-userexperienceanalyticsbatteryhealthdeviceperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsbatteryhealthdeviceperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsbatteryhealthdeviceperformance-get.md - - name: User experience analytics battery health device runtime history - href: resources/intune-devices-userexperienceanalyticsbatteryhealthdeviceruntimehistory.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsbatteryhealthdeviceruntimehistory-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsbatteryhealthdeviceruntimehistory-get.md - - name: User experience analytics battery health model performance - href: resources/intune-devices-userexperienceanalyticsbatteryhealthmodelperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsbatteryhealthmodelperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsbatteryhealthmodelperformance-get.md - - name: User experience analytics battery health os performance - href: resources/intune-devices-userexperienceanalyticsbatteryhealthosperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsbatteryhealthosperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsbatteryhealthosperformance-get.md - - name: User experience analytics battery health runtime details - href: resources/intune-devices-userexperienceanalyticsbatteryhealthruntimedetails.md - items: - - name: Get - href: api/intune-devices-userexperienceanalyticsbatteryhealthruntimedetails-get.md - - name: User experience analytics category - href: resources/intune-devices-userexperienceanalyticscategory.md - items: - - name: Get - href: api/intune-devices-userexperienceanalyticscategory-get.md - - name: User experience analytics cloud identity devices summary - href: resources/intune-devices-userexperienceanalyticscloudidentitydevicessummary.md - - name: User experience analytics cloud management devices summary - href: resources/intune-devices-userexperienceanalyticscloudmanagementdevicessummary.md - - name: User experience analytics device performance - href: resources/intune-devices-userexperienceanalyticsdeviceperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsdeviceperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsdeviceperformance-get.md - - name: summarizeDevicePerformanceDevices - href: api/intune-devices-userexperienceanalyticsdeviceperformance-summarizedeviceperformancedevices.md - - name: User experience analytics device scope - href: resources/intune-devices-userexperienceanalyticsdevicescope.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsdevicescope-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsdevicescope-get.md - - name: triggerDeviceScopeAction action - href: api/intune-devices-userexperienceanalyticsdevicescope-triggerdevicescopeaction.md - - name: User experience analytics device scope summary - href: resources/intune-devices-userexperienceanalyticsdevicescopesummary.md - - name: User experience analytics device scores - href: resources/intune-devices-userexperienceanalyticsdevicescores.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsdevicescores-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsdevicescores-get.md - - name: User experience analytics device startup history - href: resources/intune-devices-userexperienceanalyticsdevicestartuphistory.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsdevicestartuphistory-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsdevicestartuphistory-get.md - - name: User experience analytics device startup process - href: resources/intune-devices-userexperienceanalyticsdevicestartupprocess.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsdevicestartupprocess-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsdevicestartupprocess-get.md - - name: User experience analytics device startup process performance - href: resources/intune-devices-userexperienceanalyticsdevicestartupprocessperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsdevicestartupprocessperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsdevicestartupprocessperformance-get.md - - name: User experience analytics device status - href: resources/intune-devices-userexperienceanalyticsdevicestatus.md - - name: User experience analytics device without cloud identity - href: resources/intune-devices-userexperienceanalyticsdevicewithoutcloudidentity.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsdevicewithoutcloudidentity-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsdevicewithoutcloudidentity-get.md - - name: User experience analytics health state - href: resources/intune-devices-userexperienceanalyticshealthstate.md - - name: User experience analytics impacting process - href: resources/intune-devices-userexperienceanalyticsimpactingprocess.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsimpactingprocess-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsimpactingprocess-get.md - - name: User experience analytics insight - href: resources/intune-devices-userexperienceanalyticsinsight.md - - name: User experience analytics insight severity - href: resources/intune-devices-userexperienceanalyticsinsightseverity.md - - name: User experience analytics insight value - href: resources/intune-devices-userexperienceanalyticsinsightvalue.md - - name: User experience analytics metric - href: resources/intune-devices-userexperienceanalyticsmetric.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsmetric-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsmetric-get.md - - name: User experience analytics metric history - href: resources/intune-devices-userexperienceanalyticsmetrichistory.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsmetrichistory-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsmetrichistory-get.md - - name: User experience analytics model scores - href: resources/intune-devices-userexperienceanalyticsmodelscores.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsmodelscores-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsmodelscores-get.md - - name: User experience analytics not autopilot ready device - href: resources/intune-devices-userexperienceanalyticsnotautopilotreadydevice.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsnotautopilotreadydevice-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsnotautopilotreadydevice-get.md - - name: User experience analytics operating system restart category - href: resources/intune-devices-userexperienceanalyticsoperatingsystemrestartcategory.md - - name: User experience analytics overview - href: resources/intune-devices-userexperienceanalyticsoverview.md - items: - - name: Get - href: api/intune-devices-userexperienceanalyticsoverview-get.md - - name: User experience analytics remote connection - href: resources/intune-devices-userexperienceanalyticsremoteconnection.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsremoteconnection-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsremoteconnection-get.md - - name: summarizeDeviceRemoteConnection - href: api/intune-devices-userexperienceanalyticsremoteconnection-summarizedeviceremoteconnection.md - - name: User experience analytics resource performance - href: resources/intune-devices-userexperienceanalyticsresourceperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsresourceperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsresourceperformance-get.md - - name: summarizeDeviceResourcePerformance - href: api/intune-devices-userexperienceanalyticsresourceperformance-summarizedeviceresourceperformance.md - - name: User experience analytics score history - href: resources/intune-devices-userexperienceanalyticsscorehistory.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsscorehistory-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsscorehistory-get.md - - name: User experience analytics settings - href: resources/intune-devices-userexperienceanalyticssettings.md - - name: User experience analytics summarized by - href: resources/intune-devices-userexperienceanalyticssummarizedby.md - - name: User experience analytics Windows 10 devices summary - href: resources/intune-devices-userexperienceanalyticswindows10devicessummary.md - - name: User experience analytics work from anywhere device - href: resources/intune-devices-userexperienceanalyticsworkfromanywheredevice.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsworkfromanywheredevice-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsworkfromanywheredevice-get.md - - name: User experience analytics work from anywhere devices summary - href: resources/intune-devices-userexperienceanalyticsworkfromanywheredevicessummary.md - - name: User experience analytics work from anywhere hardware readiness metric - href: resources/intune-devices-userexperienceanalyticsworkfromanywherehardwarereadinessmetric.md - items: - - name: Get - href: api/intune-devices-userexperienceanalyticsworkfromanywherehardwarereadinessmetric-get.md - - name: User experience analytics work from anywhere metric - href: resources/intune-devices-userexperienceanalyticsworkfromanywheremetric.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsworkfromanywheremetric-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsworkfromanywheremetric-get.md - - name: User experience analytics work from anywhere model performance - href: resources/intune-devices-userexperienceanalyticsworkfromanywheremodelperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsworkfromanywheremodelperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsworkfromanywheremodelperformance-get.md - - name: Windows defender product status - href: resources/intune-devices-windowsdefenderproductstatus.md - - name: Windows defender scan action result - href: resources/intune-devices-windowsdefenderscanactionresult.md - - name: Windows device account - href: resources/intune-devices-windowsdeviceaccount.md - - name: Windows device AD account - href: resources/intune-devices-windowsdeviceadaccount.md - - name: Windows device Microsoft Entra account - href: resources/intune-devices-windowsdeviceazureadaccount.md - - name: Windows device health state - href: resources/intune-devices-windowsdevicehealthstate.md - - name: Windows device malware state - href: resources/intune-devices-windowsdevicemalwarestate.md - items: - - name: List - href: api/intune-devices-windowsdevicemalwarestate-list.md - - name: Get - href: api/intune-devices-windowsdevicemalwarestate-get.md - - name: Create - href: api/intune-devices-windowsdevicemalwarestate-create.md - - name: Delete - href: api/intune-devices-windowsdevicemalwarestate-delete.md - - name: Update - href: api/intune-devices-windowsdevicemalwarestate-update.md - - name: Windows malware category - href: resources/intune-devices-windowsmalwarecategory.md - - name: Windows malware category count - href: resources/intune-devices-windowsmalwarecategorycount.md - - name: Windows malware execution state - href: resources/intune-devices-windowsmalwareexecutionstate.md - - name: Windows malware execution state count - href: resources/intune-devices-windowsmalwareexecutionstatecount.md - - name: Windows malware information - href: resources/intune-devices-windowsmalwareinformation.md - items: - - name: List - href: api/intune-devices-windowsmalwareinformation-list.md - - name: Get - href: api/intune-devices-windowsmalwareinformation-get.md - - name: Create - href: api/intune-devices-windowsmalwareinformation-create.md - - name: Delete - href: api/intune-devices-windowsmalwareinformation-delete.md - - name: Update - href: api/intune-devices-windowsmalwareinformation-update.md - - name: Windows malware name count - href: resources/intune-devices-windowsmalwarenamecount.md - - name: Windows malware overview - href: resources/intune-devices-windowsmalwareoverview.md - - name: Windows malware severity - href: resources/intune-devices-windowsmalwareseverity.md - - name: Windows malware severity count - href: resources/intune-devices-windowsmalwareseveritycount.md - - name: Windows malware state - href: resources/intune-devices-windowsmalwarestate.md - - name: Windows malware state count - href: resources/intune-devices-windowsmalwarestatecount.md - - name: Windows malware threat state - href: resources/intune-devices-windowsmalwarethreatstate.md - - name: Windows managed device - href: resources/intune-devices-windowsmanageddevice.md - items: - - name: List - href: api/intune-devices-windowsmanageddevice-list.md - - name: Get - href: api/intune-devices-windowsmanageddevice-get.md - - name: Create - href: api/intune-devices-windowsmanageddevice-create.md - - name: Delete - href: api/intune-devices-windowsmanageddevice-delete.md - - name: Update - href: api/intune-devices-windowsmanageddevice-update.md - - name: Windows management app - href: resources/intune-devices-windowsmanagementapp.md - items: - - name: Get - href: api/intune-devices-windowsmanagementapp-get.md - - name: Update - href: api/intune-devices-windowsmanagementapp-update.md - - name: setAsManagedInstaller action - href: api/intune-devices-windowsmanagementapp-setasmanagedinstaller.md - - name: Windows management app health state - href: resources/intune-devices-windowsmanagementapphealthstate.md - items: - - name: List - href: api/intune-devices-windowsmanagementapphealthstate-list.md - - name: Get - href: api/intune-devices-windowsmanagementapphealthstate-get.md - - name: Create - href: api/intune-devices-windowsmanagementapphealthstate-create.md - - name: Delete - href: api/intune-devices-windowsmanagementapphealthstate-delete.md - - name: Update - href: api/intune-devices-windowsmanagementapphealthstate-update.md - - name: Windows protection state - href: resources/intune-devices-windowsprotectionstate.md - items: - - name: Get - href: api/intune-devices-windowsprotectionstate-get.md - - name: Update - href: api/intune-devices-windowsprotectionstate-update.md - - name: Mobile app management (MAM) - href: resources/intune-mam-conceptual.md - items: - - name: Android managed app registration - href: resources/intune-mam-androidmanagedappregistration.md - items: - - name: List - href: api/intune-mam-androidmanagedappregistration-list.md - - name: Get - href: api/intune-mam-androidmanagedappregistration-get.md - - name: Create - href: api/intune-mam-androidmanagedappregistration-create.md - - name: Android managed app safety net apps verification type - href: resources/intune-mam-androidmanagedappsafetynetappsverificationtype.md - - name: Android managed app safety net device attestation type - href: resources/intune-mam-androidmanagedappsafetynetdeviceattestationtype.md - - name: Android managed app safety net evaluation type - href: resources/intune-mam-androidmanagedappsafetynetevaluationtype.md - - name: Android mobile app identifier - href: resources/intune-mam-androidmobileappidentifier.md - - name: App management level - href: resources/intune-mam-appmanagementlevel.md - - name: Application type - href: resources/intune-wip-applicationtype.md - - name: Default managed app protection - href: resources/intune-mam-defaultmanagedappprotection.md - items: - - name: List - href: api/intune-mam-defaultmanagedappprotection-list.md - - name: Get - href: api/intune-mam-defaultmanagedappprotection-get.md - - name: Create - href: api/intune-mam-defaultmanagedappprotection-create.md - - name: Delete - href: api/intune-mam-defaultmanagedappprotection-delete.md - - name: Update - href: api/intune-mam-defaultmanagedappprotection-update.md - - name: Device management configuration setting - href: resources/intune-mam-devicemanagementconfigurationsetting.md - items: - - name: List - href: api/intune-mam-devicemanagementconfigurationsetting-list.md - - name: Get - href: api/intune-mam-devicemanagementconfigurationsetting-get.md - - name: Create - href: api/intune-mam-devicemanagementconfigurationsetting-create.md - - name: Delete - href: api/intune-mam-devicemanagementconfigurationsetting-delete.md - - name: Update - href: api/intune-mam-devicemanagementconfigurationsetting-update.md - - name: Device management reports - href: resources/intune-mam-devicemanagementreports.md - items: - - name: Get - href: api/intune-mam-devicemanagementreports-get.md - - name: Update - href: api/intune-mam-devicemanagementreports-update.md - - name: getMobileApplicationManagementAppRegistrationSummaryReport action - href: api/intune-mam-devicemanagementreports-getmobileapplicationmanagementappregistrationsummaryreport.md - - name: getMobileApplicationManagementAppConfigurationReport action - href: api/intune-mam-devicemanagementreports-getmobileapplicationmanagementappconfigurationreport.md - - name: Device platform type - href: resources/intune-wip-deviceplatformtype.md - - name: Intune branding profile - href: resources/intune-wip-intunebrandingprofile.md - items: - - name: List - href: api/intune-wip-intunebrandingprofile-list.md - - name: Get - href: api/intune-wip-intunebrandingprofile-get.md - - name: Create - href: api/intune-wip-intunebrandingprofile-create.md - - name: Delete - href: api/intune-wip-intunebrandingprofile-delete.md - - name: Update - href: api/intune-wip-intunebrandingprofile-update.md - - name: assign action - href: api/intune-wip-intunebrandingprofile-assign.md - - name: Intune branding profile assignment - href: resources/intune-wip-intunebrandingprofileassignment.md - items: - - name: List - href: api/intune-wip-intunebrandingprofileassignment-list.md - - name: Get - href: api/intune-wip-intunebrandingprofileassignment-get.md - - name: Create - href: api/intune-wip-intunebrandingprofileassignment-create.md - - name: Delete - href: api/intune-wip-intunebrandingprofileassignment-delete.md - - name: Update - href: api/intune-wip-intunebrandingprofileassignment-update.md - - name: iOS managed app registration - href: resources/intune-mam-iosmanagedappregistration.md - items: - - name: List - href: api/intune-mam-iosmanagedappregistration-list.md - - name: Get - href: api/intune-mam-iosmanagedappregistration-get.md - - name: iOS mobile app identifier - href: resources/intune-mam-iosmobileappidentifier.md - - name: JSON - href: resources/intune-mam-json.md - - name: Key/value pair - href: resources/intune-mam-keyvaluepair.md - - name: Mac app identifier - href: resources/intune-mam-macappidentifier.md - - name: Managed app clipboard sharing level - href: resources/intune-mam-managedappclipboardsharinglevel.md - - name: Managed app configuration - href: resources/intune-mam-managedappconfiguration.md - items: - - name: List - href: api/intune-mam-managedappconfiguration-list.md - - name: Get - href: api/intune-mam-managedappconfiguration-get.md - - name: Managed app data encryption type - href: resources/intune-mam-managedappdataencryptiontype.md - - name: Managed app data ingestion location - href: resources/intune-mam-managedappdataingestionlocation.md - - name: Managed app data storage location - href: resources/intune-mam-managedappdatastoragelocation.md - - name: Managed app data transfer level - href: resources/intune-mam-managedappdatatransferlevel.md - - name: Managed app device threat level - href: resources/intune-mam-managedappdevicethreatlevel.md - - name: Managed app diagnostic status - href: resources/intune-mam-managedappdiagnosticstatus.md - - name: Managed app flagged reason - href: resources/intune-mam-managedappflaggedreason.md - - name: Managed app notification restriction - href: resources/intune-mam-managedappnotificationrestriction.md - - name: Managed app operation - href: resources/intune-mam-managedappoperation.md - items: - - name: List - href: api/intune-mam-managedappoperation-list.md - - name: Get - href: api/intune-mam-managedappoperation-get.md - - name: Create - href: api/intune-mam-managedappoperation-create.md - - name: Delete - href: api/intune-mam-managedappoperation-delete.md - - name: Update - href: api/intune-mam-managedappoperation-update.md - - name: Managed app phone number redirect level - href: resources/intune-mam-managedappphonenumberredirectlevel.md - - name: Managed app PIN character set - href: resources/intune-mam-managedapppincharacterset.md - - name: Managed app policy - href: resources/intune-mam-managedapppolicy.md - items: - - name: List - href: api/intune-mam-managedapppolicy-list.md - - name: Get - href: api/intune-mam-managedapppolicy-get.md - - name: targetApps action - href: api/intune-mam-managedapppolicy-targetapps.md - - name: Managed app policy deployment summary - href: resources/intune-mam-managedapppolicydeploymentsummary.md - items: - - name: Get - href: api/intune-mam-managedapppolicydeploymentsummary-get.md - - name: Update - href: api/intune-mam-managedapppolicydeploymentsummary-update.md - - name: Managed app policy deployment summary per app - href: resources/intune-mam-managedapppolicydeploymentsummaryperapp.md - - name: Managed app protection - href: resources/intune-mam-managedappprotection.md - items: - - name: List - href: api/intune-mam-managedappprotection-list.md - - name: Get - href: api/intune-mam-managedappprotection-get.md - - name: targetApps action - href: api/intune-mam-managedappprotection-targetapps.md - - name: Managed app registration - href: resources/intune-mam-managedappregistration.md - items: - - name: List - href: api/intune-mam-managedappregistration-list.md - - name: Get - href: api/intune-mam-managedappregistration-get.md - - name: Managed app remediation action - href: resources/intune-mam-managedappremediationaction.md - - name: Managed app status - href: resources/intune-mam-managedappstatus.md - items: - - name: List - href: api/intune-mam-managedappstatus-list.md - - name: Get - href: api/intune-mam-managedappstatus-get.md - - name: Managed app status raw - href: resources/intune-mam-managedappstatusraw.md - items: - - name: List - href: api/intune-mam-managedappstatusraw-list.md - - name: Get - href: api/intune-mam-managedappstatusraw-get.md - - name: Managed browser type - href: resources/intune-mam-managedbrowsertype.md - - name: Managed mobile app - href: resources/intune-mam-managedmobileapp.md - items: - - name: List - href: api/intune-mam-managedmobileapp-list.md - - name: Get - href: api/intune-mam-managedmobileapp-get.md - - name: Create - href: api/intune-mam-managedmobileapp-create.md - - name: Delete - href: api/intune-mam-managedmobileapp-delete.md - - name: Update - href: api/intune-mam-managedmobileapp-update.md - - name: Mobile app identifier - href: resources/intune-mam-mobileappidentifier.md - - name: Mobile threat defense partner priority - href: resources/intune-mam-mobilethreatdefensepartnerpriority.md - - name: Targeted managed app group type - href: resources/intune-mam-targetedmanagedappgrouptype.md - - name: Targeted managed app policy assignment - href: resources/intune-mam-targetedmanagedapppolicyassignment.md - items: - - name: List - href: api/intune-mam-targetedmanagedapppolicyassignment-list.md - - name: Get - href: api/intune-mam-targetedmanagedapppolicyassignment-get.md - - name: Delete - href: api/intune-mam-targetedmanagedapppolicyassignment-delete.md - - name: Update - href: api/intune-mam-targetedmanagedapppolicyassignment-update.md - - name: Targeted managed app protection - href: resources/intune-mam-targetedmanagedappprotection.md - items: - - name: List - href: api/intune-mam-targetedmanagedappprotection-list.md - - name: Get - href: api/intune-mam-targetedmanagedappprotection-get.md - - name: assign action - href: api/intune-mam-targetedmanagedappprotection-assign.md - - name: targetApps action - href: api/intune-mam-targetedmanagedappprotection-targetapps.md - - name: Windows app identifier - href: resources/intune-mam-windowsappidentifier.md - - name: Windows information protection - href: resources/intune-mam-windowsinformationprotection.md - items: - - name: List - href: api/intune-mam-windowsinformationprotection-list.md - - name: Get - href: api/intune-mam-windowsinformationprotection-get.md - - name: assign action - href: api/intune-mam-windowsinformationprotection-assign.md - - name: Windows information protection app - href: resources/intune-mam-windowsinformationprotectionapp.md - - name: Windows information protection app learning summary - href: resources/intune-wip-windowsinformationprotectionapplearningsummary.md - items: - - name: List - href: api/intune-wip-windowsinformationprotectionapplearningsummary-list.md - - name: Get - href: api/intune-wip-windowsinformationprotectionapplearningsummary-get.md - - name: Create - href: api/intune-wip-windowsinformationprotectionapplearningsummary-create.md - - name: Delete - href: api/intune-wip-windowsinformationprotectionapplearningsummary-delete.md - - name: Update - href: api/intune-wip-windowsinformationprotectionapplearningsummary-update.md - - name: Windows information protection app locker file - href: resources/intune-mam-windowsinformationprotectionapplockerfile.md - items: - - name: List - href: api/intune-mam-windowsinformationprotectionapplockerfile-list.md - - name: Get - href: api/intune-mam-windowsinformationprotectionapplockerfile-get.md - - name: Create - href: api/intune-mam-windowsinformationprotectionapplockerfile-create.md - - name: Delete - href: api/intune-mam-windowsinformationprotectionapplockerfile-delete.md - - name: Update - href: api/intune-mam-windowsinformationprotectionapplockerfile-update.md - - name: Windows information protection data recovery certificate - href: resources/intune-mam-windowsinformationprotectiondatarecoverycertificate.md - - name: Windows information protection desktop app - href: resources/intune-mam-windowsinformationprotectiondesktopapp.md - - name: Windows information protection device registration - href: resources/intune-mam-windowsinformationprotectiondeviceregistration.md - items: - - name: List - href: api/intune-mam-windowsinformationprotectiondeviceregistration-list.md - - name: Get - href: api/intune-mam-windowsinformationprotectiondeviceregistration-get.md - - name: Create - href: api/intune-mam-windowsinformationprotectiondeviceregistration-create.md - - name: Delete - href: api/intune-mam-windowsinformationprotectiondeviceregistration-delete.md - - name: Update - href: api/intune-mam-windowsinformationprotectiondeviceregistration-update.md - - name: wipe action - href: api/intune-mam-windowsinformationprotectiondeviceregistration-wipe.md - - name: Windows information protection enforcement level - href: resources/intune-mam-windowsinformationprotectionenforcementlevel.md - - name: Windows information protection IP range collection - href: resources/intune-mam-windowsinformationprotectioniprangecollection.md - - name: Windows information protection network learning summary - href: resources/intune-wip-windowsinformationprotectionnetworklearningsummary.md - items: - - name: List - href: api/intune-wip-windowsinformationprotectionnetworklearningsummary-list.md - - name: Get - href: api/intune-wip-windowsinformationprotectionnetworklearningsummary-get.md - - name: Create - href: api/intune-wip-windowsinformationprotectionnetworklearningsummary-create.md - - name: Delete - href: api/intune-wip-windowsinformationprotectionnetworklearningsummary-delete.md - - name: Update - href: api/intune-wip-windowsinformationprotectionnetworklearningsummary-update.md - - name: Windows information protection PIN character requirements - href: resources/intune-mam-windowsinformationprotectionpincharacterrequirements.md - - name: Windows information protection policy - href: resources/intune-mam-windowsinformationprotectionpolicy.md - items: - - name: List - href: api/intune-mam-windowsinformationprotectionpolicy-list.md - - name: Get - href: api/intune-mam-windowsinformationprotectionpolicy-get.md - - name: Create - href: api/intune-mam-windowsinformationprotectionpolicy-create.md - - name: Delete - href: api/intune-mam-windowsinformationprotectionpolicy-delete.md - - name: Update - href: api/intune-mam-windowsinformationprotectionpolicy-update.md - - name: Windows information protection proxied domain collection - href: resources/intune-mam-windowsinformationprotectionproxieddomaincollection.md - - name: Windows information protection resource collection - href: resources/intune-mam-windowsinformationprotectionresourcecollection.md - - name: Windows information protection store app - href: resources/intune-mam-windowsinformationprotectionstoreapp.md - - name: Windows information protection wipe action - href: resources/intune-mam-windowsinformationprotectionwipeaction.md - items: - - name: List - href: api/intune-mam-windowsinformationprotectionwipeaction-list.md - - name: Get - href: api/intune-mam-windowsinformationprotectionwipeaction-get.md - - name: Create - href: api/intune-mam-windowsinformationprotectionwipeaction-create.md - - name: Delete - href: api/intune-mam-windowsinformationprotectionwipeaction-delete.md - - name: Update - href: api/intune-mam-windowsinformationprotectionwipeaction-update.md - - name: Windows managed app clipboard sharing level - href: resources/intune-mam-windowsmanagedappclipboardsharinglevel.md - - name: Windows managed app data transfer level - href: resources/intune-mam-windowsmanagedappdatatransferlevel.md - - name: Windows managed app protection - href: resources/intune-mam-windowsmanagedappprotection.md - items: - - name: List - href: api/intune-mam-windowsmanagedappprotection-list.md - - name: Get - href: api/intune-mam-windowsmanagedappprotection-get.md - - name: Create - href: api/intune-mam-windowsmanagedappprotection-create.md - - name: Delete - href: api/intune-mam-windowsmanagedappprotection-delete.md - - name: Update - href: api/intune-mam-windowsmanagedappprotection-update.md - - name: targetApps action - href: api/intune-mam-windowsmanagedappprotection-targetapps.md - - name: assign action - href: api/intune-mam-windowsmanagedappprotection-assign.md - - name: Onboarding - href: resources/intune-onboarding-conceptual.md - items: - - name: Certificate connector setting - href: resources/intune-onboarding-certificateconnectorsetting.md - - name: Compliance management partner - href: resources/intune-onboarding-compliancemanagementpartner.md - items: - - name: List - href: api/intune-onboarding-compliancemanagementpartner-list.md - - name: Get - href: api/intune-onboarding-compliancemanagementpartner-get.md - - name: Create - href: api/intune-onboarding-compliancemanagementpartner-create.md - - name: Delete - href: api/intune-onboarding-compliancemanagementpartner-delete.md - - name: Update - href: api/intune-onboarding-compliancemanagementpartner-update.md - - name: Compliance management partner assignment - href: resources/intune-onboarding-compliancemanagementpartnerassignment.md - - name: Device and app management data - href: resources/intune-onboarding-deviceandappmanagementdata.md - - name: Device comanagement authority configuration - href: resources/intune-onboarding-devicecomanagementauthorityconfiguration.md - items: - - name: List - href: api/intune-onboarding-devicecomanagementauthorityconfiguration-list.md - - name: Get - href: api/intune-onboarding-devicecomanagementauthorityconfiguration-get.md - - name: Create - href: api/intune-onboarding-devicecomanagementauthorityconfiguration-create.md - - name: Delete - href: api/intune-onboarding-devicecomanagementauthorityconfiguration-delete.md - - name: Update - href: api/intune-onboarding-devicecomanagementauthorityconfiguration-update.md - - name: Device enrollment configuration type - href: resources/intune-onboarding-deviceenrollmentconfigurationtype.md - - name: Device enrollment limit configuration - href: resources/intune-onboarding-deviceenrollmentlimitconfiguration.md - items: - - name: List - href: api/intune-onboarding-deviceenrollmentlimitconfiguration-list.md - - name: Get - href: api/intune-onboarding-deviceenrollmentlimitconfiguration-get.md - - name: Create - href: api/intune-onboarding-deviceenrollmentlimitconfiguration-create.md - - name: Delete - href: api/intune-onboarding-deviceenrollmentlimitconfiguration-delete.md - - name: Update - href: api/intune-onboarding-deviceenrollmentlimitconfiguration-update.md - - name: Device enrollment notification configuration - href: resources/intune-onboarding-deviceenrollmentnotificationconfiguration.md - items: - - name: List - href: api/intune-onboarding-deviceenrollmentnotificationconfiguration-list.md - - name: Get - href: api/intune-onboarding-deviceenrollmentnotificationconfiguration-get.md - - name: Create - href: api/intune-onboarding-deviceenrollmentnotificationconfiguration-create.md - - name: Delete - href: api/intune-onboarding-deviceenrollmentnotificationconfiguration-delete.md - - name: Update - href: api/intune-onboarding-deviceenrollmentnotificationconfiguration-update.md - - name: Device enrollment platform restriction - href: resources/intune-onboarding-deviceenrollmentplatformrestriction.md - - name: Device enrollment platform restriction configuration - href: resources/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration.md - items: - - name: List - href: api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-list.md - - name: Get - href: api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-get.md - - name: Create - href: api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-create.md - - name: Delete - href: api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-delete.md - - name: Update - href: api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-update.md - - name: Device enrollment platform restrictions configuration - href: resources/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration.md - items: - - name: List - href: api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list.md - - name: Get - href: api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-get.md - - name: Create - href: api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-create.md - - name: Delete - href: api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-delete.md - - name: Update - href: api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update.md - - name: Device enrollment Windows Hello for business configuration - href: resources/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration.md - items: - - name: List - href: api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list.md - - name: Get - href: api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get.md - - name: Create - href: api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create.md - - name: Delete - href: api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-delete.md - - name: Update - href: api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-update.md - - name: Device management exchange access level - href: resources/intune-onboarding-devicemanagementexchangeaccesslevel.md - - name: Device management exchange access rule - href: resources/intune-onboarding-devicemanagementexchangeaccessrule.md - - name: Device management exchange access rule type - href: resources/intune-onboarding-devicemanagementexchangeaccessruletype.md - - name: Device management exchange connector - href: resources/intune-onboarding-devicemanagementexchangeconnector.md - items: - - name: List - href: api/intune-onboarding-devicemanagementexchangeconnector-list.md - - name: Get - href: api/intune-onboarding-devicemanagementexchangeconnector-get.md - - name: Create - href: api/intune-onboarding-devicemanagementexchangeconnector-create.md - - name: Delete - href: api/intune-onboarding-devicemanagementexchangeconnector-delete.md - - name: Update - href: api/intune-onboarding-devicemanagementexchangeconnector-update.md - - name: sync action - href: api/intune-onboarding-devicemanagementexchangeconnector-sync.md - - name: Device management exchange connector status - href: resources/intune-onboarding-devicemanagementexchangeconnectorstatus.md - - name: Device management exchange connector sync type - href: resources/intune-onboarding-devicemanagementexchangeconnectorsynctype.md - - name: Device management exchange connector type - href: resources/intune-onboarding-devicemanagementexchangeconnectortype.md - - name: Device management exchange device class - href: resources/intune-onboarding-devicemanagementexchangedeviceclass.md - - name: Device management exchange on-premises policy - href: resources/intune-onboarding-devicemanagementexchangeonpremisespolicy.md - items: - - name: Get - href: api/intune-onboarding-devicemanagementexchangeonpremisespolicy-get.md - - name: Update - href: api/intune-onboarding-devicemanagementexchangeonpremisespolicy-update.md - - name: Device management partner - href: resources/intune-onboarding-devicemanagementpartner.md - items: - - name: List - href: api/intune-onboarding-devicemanagementpartner-list.md - - name: Get - href: api/intune-onboarding-devicemanagementpartner-get.md - - name: Create - href: api/intune-onboarding-devicemanagementpartner-create.md - - name: Delete - href: api/intune-onboarding-devicemanagementpartner-delete.md - - name: Update - href: api/intune-onboarding-devicemanagementpartner-update.md - - name: terminate action - href: api/intune-onboarding-devicemanagementpartner-terminate.md - - name: Device management partner app type - href: resources/intune-onboarding-devicemanagementpartnerapptype.md - - name: Device management partner assignment - href: resources/intune-onboarding-devicemanagementpartnerassignment.md - - name: Device management partner tenant state - href: resources/intune-onboarding-devicemanagementpartnertenantstate.md - - name: Device platform type - href: resources/intune-onboarding-deviceplatformtype.md - - name: Enrollment configuration assignment - href: resources/intune-onboarding-enrollmentconfigurationassignment.md - items: - - name: List - href: api/intune-onboarding-enrollmentconfigurationassignment-list.md - - name: Get - href: api/intune-onboarding-enrollmentconfigurationassignment-get.md - - name: Create - href: api/intune-onboarding-enrollmentconfigurationassignment-create.md - - name: Delete - href: api/intune-onboarding-enrollmentconfigurationassignment-delete.md - - name: Update - href: api/intune-onboarding-enrollmentconfigurationassignment-update.md - - name: Enrollment notification branding options - href: resources/intune-onboarding-enrollmentnotificationbrandingoptions.md - - name: Enrollment notification template type - href: resources/intune-onboarding-enrollmentnotificationtemplatetype.md - - name: Enrollment restriction platform type - href: resources/intune-onboarding-enrollmentrestrictionplatformtype.md - - name: Intune brand - href: resources/intune-onboarding-intunebrand.md - - name: MDM authority - href: resources/intune-onboarding-mdmauthority.md - - name: Microsoft store for business portal selection options - href: resources/intune-onboarding-microsoftstoreforbusinessportalselectionoptions.md - - name: Mobile threat defense connector - href: resources/intune-onboarding-mobilethreatdefenseconnector.md - items: - - name: List - href: api/intune-onboarding-mobilethreatdefenseconnector-list.md - - name: Get - href: api/intune-onboarding-mobilethreatdefenseconnector-get.md - - name: Create - href: api/intune-onboarding-mobilethreatdefenseconnector-create.md - - name: Delete - href: api/intune-onboarding-mobilethreatdefenseconnector-delete.md - - name: Update - href: api/intune-onboarding-mobilethreatdefenseconnector-update.md - - name: Mobile threat partner tenant state - href: resources/intune-onboarding-mobilethreatpartnertenantstate.md - - name: On-premises conditional access settings - href: resources/intune-onboarding-onpremisesconditionalaccesssettings.md - items: - - name: Get - href: api/intune-onboarding-onpremisesconditionalaccesssettings-get.md - - name: Update - href: api/intune-onboarding-onpremisesconditionalaccesssettings-update.md - - name: Organization - href: resources/intune-onboarding-organization.md - items: - - name: List - href: api/intune-onboarding-organization-list.md - - name: Get - href: api/intune-onboarding-organization-get.md - - name: Update - href: api/intune-onboarding-organization-update.md - - name: setMobileDeviceManagementAuthority action - href: api/intune-onboarding-organization-setmobiledevicemanagementauthority.md - - name: VPP token - href: resources/intune-onboarding-vpptoken.md - items: - - name: List - href: api/intune-onboarding-vpptoken-list.md - - name: Get - href: api/intune-onboarding-vpptoken-get.md - - name: Create - href: api/intune-onboarding-vpptoken-create.md - - name: Delete - href: api/intune-onboarding-vpptoken-delete.md - - name: Update - href: api/intune-onboarding-vpptoken-update.md - - name: syncLicenses action - href: api/intune-onboarding-vpptoken-synclicenses.md - - name: syncLicenses action - href: api/intune-onboarding-vpptoken-synclicenses.md - - name: revokeLicenses action - href: api/intune-onboarding-vpptoken-revokelicenses.md - - name: syncLicenseCounts action - href: api/intune-onboarding-vpptoken-synclicensecounts.md - - name: VPP token action result - href: resources/intune-onboarding-vpptokenactionresult.md - - name: VPP token license summary - href: resources/intune-onboarding-vpptokenlicensesummary.md - - name: VPP token revoke licenses action result - href: resources/intune-onboarding-vpptokenrevokelicensesactionresult.md - - name: VPP token state - href: resources/intune-onboarding-vpptokenstate.md - - name: VPP token sync status - href: resources/intune-onboarding-vpptokensyncstatus.md - - name: Windows 10 enrollment completion page configuration - href: resources/intune-onboarding-windows10enrollmentcompletionpageconfiguration.md - items: - - name: List - href: api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-list.md - - name: Get - href: api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-get.md - - name: Create - href: api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-create.md - - name: Delete - href: api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-delete.md - - name: Update - href: api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-update.md - - name: Windows Hello for business PIN usage - href: resources/intune-onboarding-windowshelloforbusinesspinusage.md - - name: Role-based access control (RBAC) - href: resources/intune-rbac-conceptual.md - items: - - name: Device and app management assigned role details - href: resources/intune-rbac-deviceandappmanagementassignedroledetails.md - - name: Device and app management role assignment - href: resources/intune-rbac-deviceandappmanagementroleassignment.md - items: - - name: List - href: api/intune-rbac-deviceandappmanagementroleassignment-list.md - - name: Get - href: api/intune-rbac-deviceandappmanagementroleassignment-get.md - - name: Create - href: api/intune-rbac-deviceandappmanagementroleassignment-create.md - - name: Delete - href: api/intune-rbac-deviceandappmanagementroleassignment-delete.md - - name: Update - href: api/intune-rbac-deviceandappmanagementroleassignment-update.md - - name: Device and app management role definition - href: resources/intune-rbac-deviceandappmanagementroledefinition.md - items: - - name: List - href: api/intune-rbac-deviceandappmanagementroledefinition-list.md - - name: Get - href: api/intune-rbac-deviceandappmanagementroledefinition-get.md - - name: Create - href: api/intune-rbac-deviceandappmanagementroledefinition-create.md - - name: Delete - href: api/intune-rbac-deviceandappmanagementroledefinition-delete.md - - name: Update - href: api/intune-rbac-deviceandappmanagementroledefinition-update.md - - name: Identity - href: resources/intune-rbac-identity.md - - name: Identity set - href: resources/intune-rbac-identityset.md - - name: Operation approval policy - href: resources/intune-rbac-operationapprovalpolicy.md - items: - - name: List - href: api/intune-rbac-operationapprovalpolicy-list.md - - name: Get - href: api/intune-rbac-operationapprovalpolicy-get.md - - name: Create - href: api/intune-rbac-operationapprovalpolicy-create.md - - name: Delete - href: api/intune-rbac-operationapprovalpolicy-delete.md - - name: Update - href: api/intune-rbac-operationapprovalpolicy-update.md - - name: Operation approval policy platform - href: resources/intune-rbac-operationapprovalpolicyplatform.md - - name: Operation approval policy set - href: resources/intune-rbac-operationapprovalpolicyset.md - - name: Operation approval policy type - href: resources/intune-rbac-operationapprovalpolicytype.md - - name: Operation approval request - href: resources/intune-rbac-operationapprovalrequest.md - items: - - name: List - href: api/intune-rbac-operationapprovalrequest-list.md - - name: Get - href: api/intune-rbac-operationapprovalrequest-get.md - - name: Create - href: api/intune-rbac-operationapprovalrequest-create.md - - name: Delete - href: api/intune-rbac-operationapprovalrequest-delete.md - - name: Update - href: api/intune-rbac-operationapprovalrequest-update.md - - name: approve action - href: api/intune-rbac-operationapprovalrequest-approve.md - - name: reject action - href: api/intune-rbac-operationapprovalrequest-reject.md - - name: cancelApproval action - href: api/intune-rbac-operationapprovalrequest-cancelapproval.md - - name: getRequestStatus action - href: api/intune-rbac-operationapprovalrequest-getrequeststatus.md - - name: getMyRequestById - href: api/intune-rbac-operationapprovalrequest-getmyrequestbyid.md - - name: getMyRequests - href: api/intune-rbac-operationapprovalrequest-getmyrequests.md - - name: cancelMyRequest action - href: api/intune-rbac-operationapprovalrequest-cancelmyrequest.md - - name: Operation approval request entity status - href: resources/intune-rbac-operationapprovalrequestentitystatus.md - - name: Operation approval request status - href: resources/intune-rbac-operationapprovalrequeststatus.md - - name: Rbac application multiple - href: resources/intune-rbac-rbacapplicationmultiple.md - items: - - name: Get - href: api/intune-rbac-rbacapplicationmultiple-get.md - - name: Update - href: api/intune-rbac-rbacapplicationmultiple-update.md - - name: Resource action - href: resources/intune-rbac-resourceaction.md - - name: Resource operation - href: resources/intune-rbac-resourceoperation.md - items: - - name: List - href: api/intune-rbac-resourceoperation-list.md - - name: Get - href: api/intune-rbac-resourceoperation-get.md - - name: Create - href: api/intune-rbac-resourceoperation-create.md - - name: Delete - href: api/intune-rbac-resourceoperation-delete.md - - name: Update - href: api/intune-rbac-resourceoperation-update.md - - name: Role assignment - href: resources/intune-rbac-roleassignment.md - items: - - name: List - href: api/intune-rbac-roleassignment-list.md - - name: Get - href: api/intune-rbac-roleassignment-get.md - - name: Create - href: api/intune-rbac-roleassignment-create.md - - name: Delete - href: api/intune-rbac-roleassignment-delete.md - - name: Update - href: api/intune-rbac-roleassignment-update.md - - name: Role assignment scope type - href: resources/intune-rbac-roleassignmentscopetype.md - - name: Role definition - href: resources/intune-rbac-roledefinition.md - items: - - name: List - href: api/intune-rbac-roledefinition-list.md - - name: Get - href: api/intune-rbac-roledefinition-get.md - - name: Create - href: api/intune-rbac-roledefinition-create.md - - name: Delete - href: api/intune-rbac-roledefinition-delete.md - - name: Update - href: api/intune-rbac-roledefinition-update.md - - name: Role management - href: resources/intune-rbac-rolemanagement.md - items: - - name: Get - href: api/intune-rbac-rolemanagement-get.md - - name: Update - href: api/intune-rbac-rolemanagement-update.md - - name: Role permission - href: resources/intune-rbac-rolepermission.md - - name: Role scope tag - href: resources/intune-rbac-rolescopetag.md - items: - - name: List - href: api/intune-rbac-rolescopetag-list.md - - name: Get - href: api/intune-rbac-rolescopetag-get.md - - name: Create - href: api/intune-rbac-rolescopetag-create.md - - name: Delete - href: api/intune-rbac-rolescopetag-delete.md - - name: Update - href: api/intune-rbac-rolescopetag-update.md - - name: assign action - href: api/intune-rbac-rolescopetag-assign.md - - name: getRoleScopeTagsById action - href: api/intune-rbac-rolescopetag-getrolescopetagsbyid.md - - name: getRoleScopeTagsById action - href: api/intune-rbac-rolescopetag-getrolescopetagsbyid.md - - name: Role scope tag auto assignment - href: resources/intune-rbac-rolescopetagautoassignment.md - items: - - name: List - href: api/intune-rbac-rolescopetagautoassignment-list.md - - name: Get - href: api/intune-rbac-rolescopetagautoassignment-get.md - - name: Create - href: api/intune-rbac-rolescopetagautoassignment-create.md - - name: Delete - href: api/intune-rbac-rolescopetagautoassignment-delete.md - - name: Update - href: api/intune-rbac-rolescopetagautoassignment-update.md - - name: Shared resources - href: resources/intune-shared-conceptual.md - items: - - name: Action state - href: resources/intune-shared-actionstate.md - - name: All devices assignment target - href: resources/intune-shared-alldevicesassignmenttarget.md - - name: All licensed users assignment target - href: resources/intune-shared-alllicensedusersassignmenttarget.md - - name: Android enterprise always on VPN package type - href: resources/intune-shared-androidenterprisealwaysonvpnpackagetype.md - - name: Android managed app protection - href: resources/intune-shared-androidmanagedappprotection.md - items: - - name: List - href: api/intune-shared-androidmanagedappprotection-list.md - - name: Get - href: api/intune-shared-androidmanagedappprotection-get.md - - name: Create - href: api/intune-shared-androidmanagedappprotection-create.md - - name: Delete - href: api/intune-shared-androidmanagedappprotection-delete.md - - name: Update - href: api/intune-shared-androidmanagedappprotection-update.md - - name: hasPayloadLinks action - href: api/intune-shared-androidmanagedappprotection-haspayloadlinks.md - - name: Android managed store app assignment settings - href: resources/intune-shared-androidmanagedstoreappassignmentsettings.md - - name: Android managed store auto update mode - href: resources/intune-shared-androidmanagedstoreautoupdatemode.md - - name: Certificate destination store - href: resources/intune-shared-certificatedestinationstore.md - - name: Certificate issuance states - href: resources/intune-shared-certificateissuancestates.md - - name: Certificate revocation status - href: resources/intune-shared-certificaterevocationstatus.md - - name: Certificate store - href: resources/intune-shared-certificatestore.md - - name: Certificate validity period scale - href: resources/intune-shared-certificatevalidityperiodscale.md - - name: Company portal action - href: resources/intune-shared-companyportalaction.md - - name: Company portal blocked action - href: resources/intune-shared-companyportalblockedaction.md - - name: Compliance status - href: resources/intune-shared-compliancestatus.md - - name: Configuration manager collection assignment target - href: resources/intune-shared-configurationmanagercollectionassignmenttarget.md - - name: Device and app management assignment filter type - href: resources/intune-shared-deviceandappmanagementassignmentfiltertype.md - - name: Device and app management assignment source - href: resources/intune-shared-deviceandappmanagementassignmentsource.md - - name: Device and app management assignment target - href: resources/intune-shared-deviceandappmanagementassignmenttarget.md - - name: Device app management - href: resources/intune-shared-deviceappmanagement.md - items: - - name: Get - href: api/intune-shared-deviceappmanagement-get.md - - name: Update - href: api/intune-shared-deviceappmanagement-update.md - - name: syncMicrosoftStoreForBusinessApps action - href: api/intune-shared-deviceappmanagement-syncmicrosoftstoreforbusinessapps.md - - name: Device category - href: resources/intune-shared-devicecategory.md - items: - - name: List - href: api/intune-shared-devicecategory-list.md - - name: Get - href: api/intune-shared-devicecategory-get.md - - name: Create - href: api/intune-shared-devicecategory-create.md - - name: Delete - href: api/intune-shared-devicecategory-delete.md - - name: Update - href: api/intune-shared-devicecategory-update.md - - name: Device compliance policy - href: resources/intune-shared-devicecompliancepolicy.md - items: - - name: List - href: api/intune-shared-devicecompliancepolicy-list.md - - name: Get - href: api/intune-shared-devicecompliancepolicy-get.md - - name: assign action - href: api/intune-shared-devicecompliancepolicy-assign.md - - name: refreshDeviceComplianceReportSummarization action - href: api/intune-shared-devicecompliancepolicy-refreshdevicecompliancereportsummarization.md - - name: hasPayloadLinks action - href: api/intune-shared-devicecompliancepolicy-haspayloadlinks.md - - name: Device configuration - href: resources/intune-shared-deviceconfiguration.md - items: - - name: List - href: api/intune-shared-deviceconfiguration-list.md - - name: Get - href: api/intune-shared-deviceconfiguration-get.md - - name: assign action - href: api/intune-shared-deviceconfiguration-assign.md - - name: windowsPrivacyAccessControls action - href: api/intune-shared-deviceconfiguration-windowsprivacyaccesscontrols.md - - name: assignedAccessMultiModeProfiles action - href: api/intune-shared-deviceconfiguration-assignedaccessmultimodeprofiles.md - - name: getTargetedUsersAndDevices action - href: api/intune-shared-deviceconfiguration-gettargetedusersanddevices.md - - name: hasPayloadLinks action - href: api/intune-shared-deviceconfiguration-haspayloadlinks.md - - name: Device enrollment configuration - href: resources/intune-shared-deviceenrollmentconfiguration.md - items: - - name: List - href: api/intune-shared-deviceenrollmentconfiguration-list.md - - name: Get - href: api/intune-shared-deviceenrollmentconfiguration-get.md - - name: setPriority action - href: api/intune-shared-deviceenrollmentconfiguration-setpriority.md - - name: assign action - href: api/intune-shared-deviceenrollmentconfiguration-assign.md - - name: hasPayloadLinks action - href: api/intune-shared-deviceenrollmentconfiguration-haspayloadlinks.md - - name: Device management - href: resources/intune-shared-devicemanagement.md - items: - - name: Get - href: api/intune-shared-devicemanagement-get.md - - name: Update - href: api/intune-shared-devicemanagement-update.md - - name: enableLegacyPcManagement action - href: api/intune-shared-devicemanagement-enablelegacypcmanagement.md - - name: sendCustomNotificationToCompanyPortal action - href: api/intune-shared-devicemanagement-sendcustomnotificationtocompanyportal.md - - name: Device management derived credential settings - href: resources/intune-shared-devicemanagementderivedcredentialsettings.md - items: - - name: Get - href: api/intune-shared-devicemanagementderivedcredentialsettings-get.md - - name: Update - href: api/intune-shared-devicemanagementderivedcredentialsettings-update.md - - name: List - href: api/intune-shared-devicemanagementderivedcredentialsettings-list.md - - name: Delete - href: api/intune-shared-devicemanagementderivedcredentialsettings-delete.md - - name: Device management script - href: resources/intune-shared-devicemanagementscript.md - items: - - name: List - href: api/intune-shared-devicemanagementscript-list.md - - name: Get - href: api/intune-shared-devicemanagementscript-get.md - - name: Create - href: api/intune-shared-devicemanagementscript-create.md - - name: Delete - href: api/intune-shared-devicemanagementscript-delete.md - - name: Update - href: api/intune-shared-devicemanagementscript-update.md - - name: assign action - href: api/intune-shared-devicemanagementscript-assign.md - - name: hasPayloadLinks action - href: api/intune-shared-devicemanagementscript-haspayloadlinks.md - - name: Enablement - href: resources/intune-shared-enablement.md - - name: Enrollment availability options - href: resources/intune-shared-enrollmentavailabilityoptions.md - - name: Enrollment state - href: resources/intune-shared-enrollmentstate.md - - name: Exclusion group assignment target - href: resources/intune-shared-exclusiongroupassignmenttarget.md - - name: Extended key usage - href: resources/intune-shared-extendedkeyusage.md - - name: Group assignment target - href: resources/intune-shared-groupassignmenttarget.md - - name: Hash algorithms - href: resources/intune-shared-hashalgorithms.md - - name: Install intent - href: resources/intune-shared-installintent.md - - name: iOS LOB app assignment settings - href: resources/intune-shared-ioslobappassignmentsettings.md - - name: iOS LOB app provisioning configuration - href: resources/intune-shared-ioslobappprovisioningconfiguration.md - items: - - name: List - href: api/intune-shared-ioslobappprovisioningconfiguration-list.md - - name: Get - href: api/intune-shared-ioslobappprovisioningconfiguration-get.md - - name: Create - href: api/intune-shared-ioslobappprovisioningconfiguration-create.md - - name: Delete - href: api/intune-shared-ioslobappprovisioningconfiguration-delete.md - - name: Update - href: api/intune-shared-ioslobappprovisioningconfiguration-update.md - - name: assign action - href: api/intune-shared-ioslobappprovisioningconfiguration-assign.md - - name: hasPayloadLinks action - href: api/intune-shared-ioslobappprovisioningconfiguration-haspayloadlinks.md - - name: iOS managed app protection - href: resources/intune-shared-iosmanagedappprotection.md - items: - - name: List - href: api/intune-shared-iosmanagedappprotection-list.md - - name: Get - href: api/intune-shared-iosmanagedappprotection-get.md - - name: Create - href: api/intune-shared-iosmanagedappprotection-create.md - - name: Delete - href: api/intune-shared-iosmanagedappprotection-delete.md - - name: Update - href: api/intune-shared-iosmanagedappprotection-update.md - - name: hasPayloadLinks action - href: api/intune-shared-iosmanagedappprotection-haspayloadlinks.md - - name: iOS store app assignment settings - href: resources/intune-shared-iosstoreappassignmentsettings.md - - name: iOS VPP app assignment settings - href: resources/intune-shared-iosvppappassignmentsettings.md - - name: IP range - href: resources/intune-shared-iprange.md - - name: IPv4 range - href: resources/intune-shared-ipv4range.md - - name: IPv6 range - href: resources/intune-shared-ipv6range.md - - name: Key long value pair - href: resources/intune-shared-keylongvaluepair.md - - name: Key size - href: resources/intune-shared-keysize.md - - name: Key storage provider option - href: resources/intune-shared-keystorageprovideroption.md - - name: Key usages - href: resources/intune-shared-keyusages.md - - name: macOS LOB app assignment settings - href: resources/intune-shared-macoslobappassignmentsettings.md - - name: macOS VPP app assignment settings - href: resources/intune-shared-macosvppappassignmentsettings.md - - name: Managed device owner type - href: resources/intune-shared-manageddeviceownertype.md - - name: Management agent type - href: resources/intune-shared-managementagenttype.md - - name: MDM windows information protection policy - href: resources/intune-shared-mdmwindowsinformationprotectionpolicy.md - items: - - name: List - href: api/intune-shared-mdmwindowsinformationprotectionpolicy-list.md - - name: Get - href: api/intune-shared-mdmwindowsinformationprotectionpolicy-get.md - - name: Create - href: api/intune-shared-mdmwindowsinformationprotectionpolicy-create.md - - name: Delete - href: api/intune-shared-mdmwindowsinformationprotectionpolicy-delete.md - - name: Update - href: api/intune-shared-mdmwindowsinformationprotectionpolicy-update.md - - name: hasPayloadLinks action - href: api/intune-shared-mdmwindowsinformationprotectionpolicy-haspayloadlinks.md - - name: Microsoft store for business app assignment settings - href: resources/intune-shared-microsoftstoreforbusinessappassignmentsettings.md - - name: MIME content - href: resources/intune-shared-mimecontent.md - - name: Mobile app - href: resources/intune-shared-mobileapp.md - items: - - name: List - href: api/intune-shared-mobileapp-list.md - - name: Get - href: api/intune-shared-mobileapp-get.md - - name: assign action - href: api/intune-shared-mobileapp-assign.md - - name: getTopMobileApps - href: api/intune-shared-mobileapp-gettopmobileapps.md - - name: updateRelationships action - href: api/intune-shared-mobileapp-updaterelationships.md - - name: hasPayloadLinks action - href: api/intune-shared-mobileapp-haspayloadlinks.md - - name: Mobile app assignment settings - href: resources/intune-shared-mobileappassignmentsettings.md - - name: Mobile app install time settings - href: resources/intune-shared-mobileappinstalltimesettings.md - - name: Mobile app troubleshooting event - href: resources/intune-shared-mobileapptroubleshootingevent.md - items: - - name: List - href: api/intune-shared-mobileapptroubleshootingevent-list.md - - name: Get - href: api/intune-shared-mobileapptroubleshootingevent-get.md - - name: Create - href: api/intune-shared-mobileapptroubleshootingevent-create.md - - name: Delete - href: api/intune-shared-mobileapptroubleshootingevent-delete.md - - name: Update - href: api/intune-shared-mobileapptroubleshootingevent-update.md - - name: Owner type - href: resources/intune-shared-ownertype.md - - name: Proxied domain - href: resources/intune-shared-proxieddomain.md - - name: Report - href: resources/intune-shared-report.md - - name: Report root - href: resources/intune-shared-reportroot.md - items: - - name: Get - href: api/intune-shared-reportroot-get.md - - name: Update - href: api/intune-shared-reportroot-update.md - - name: RGB color - href: resources/intune-shared-rgbcolor.md - - name: Run as account type - href: resources/intune-shared-runasaccounttype.md - - name: Saved UI state generation options - href: resources/intune-shared-saveduistategenerationoptions.md - - name: Setting source type - href: resources/intune-shared-settingsourcetype.md - - name: Subject alternative name type - href: resources/intune-shared-subjectalternativenametype.md - - name: Subject name format - href: resources/intune-shared-subjectnameformat.md - - name: Targeted managed app configuration - href: resources/intune-shared-targetedmanagedappconfiguration.md - items: - - name: List - href: api/intune-shared-targetedmanagedappconfiguration-list.md - - name: Get - href: api/intune-shared-targetedmanagedappconfiguration-get.md - - name: Create - href: api/intune-shared-targetedmanagedappconfiguration-create.md - - name: Delete - href: api/intune-shared-targetedmanagedappconfiguration-delete.md - - name: Update - href: api/intune-shared-targetedmanagedappconfiguration-update.md - - name: assign action - href: api/intune-shared-targetedmanagedappconfiguration-assign.md - - name: targetApps action - href: api/intune-shared-targetedmanagedappconfiguration-targetapps.md - - name: hasPayloadLinks action - href: api/intune-shared-targetedmanagedappconfiguration-haspayloadlinks.md - - name: URI - href: resources/intune-shared-uri.md - - name: User - href: resources/intune-shared-user.md - items: - - name: List - href: api/intune-shared-user-list.md - - name: Get - href: api/intune-shared-user-get.md - - name: Create - href: api/intune-shared-user-create.md - - name: Delete - href: api/intune-shared-user-delete.md - - name: Update - href: api/intune-shared-user-update.md - - name: removeAllDevicesFromManagement action - href: api/intune-shared-user-removealldevicesfrommanagement.md - - name: wipeManagedAppRegistrationByDeviceTag action - href: api/intune-shared-user-wipemanagedappregistrationbydevicetag.md - - name: wipeManagedAppRegistrationsByDeviceTag action - href: api/intune-shared-user-wipemanagedappregistrationsbydevicetag.md - - name: VPP token account type - href: resources/intune-shared-vpptokenaccounttype.md - - name: VPP token action failure reason - href: resources/intune-shared-vpptokenactionfailurereason.md - - name: Win get app assignment settings - href: resources/intune-shared-wingetappassignmentsettings.md - - name: Win get app install time settings - href: resources/intune-shared-wingetappinstalltimesettings.md - - name: Win get app notification - href: resources/intune-shared-wingetappnotification.md - - name: Win get app restart settings - href: resources/intune-shared-wingetapprestartsettings.md - - name: Win32 LOB app assignment settings - href: resources/intune-shared-win32lobappassignmentsettings.md - - name: Win32 LOB app delivery optimization priority - href: resources/intune-shared-win32lobappdeliveryoptimizationpriority.md - - name: Win32 LOB app notification - href: resources/intune-shared-win32lobappnotification.md - - name: Win32 LOB app restart settings - href: resources/intune-shared-win32lobapprestartsettings.md - - name: Windows AppX app assignment settings - href: resources/intune-shared-windowsappxappassignmentsettings.md - - name: Windows autopilot deployment profile - href: resources/intune-shared-windowsautopilotdeploymentprofile.md - items: - - name: Get - href: api/intune-shared-windowsautopilotdeploymentprofile-get.md - - name: assign action - href: api/intune-shared-windowsautopilotdeploymentprofile-assign.md - - name: hasPayloadLinks action - href: api/intune-shared-windowsautopilotdeploymentprofile-haspayloadlinks.md - - name: Windows domain join configuration - href: resources/intune-shared-windowsdomainjoinconfiguration.md - items: - - name: List - href: api/intune-shared-windowsdomainjoinconfiguration-list.md - - name: Get - href: api/intune-shared-windowsdomainjoinconfiguration-get.md - - name: Create - href: api/intune-shared-windowsdomainjoinconfiguration-create.md - - name: Delete - href: api/intune-shared-windowsdomainjoinconfiguration-delete.md - - name: Update - href: api/intune-shared-windowsdomainjoinconfiguration-update.md - - name: Windows universal AppX app assignment settings - href: resources/intune-shared-windowsuniversalappxappassignmentsettings.md - - name: Windows update state - href: resources/intune-shared-windowsupdatestate.md - items: - - name: List - href: api/intune-shared-windowsupdatestate-list.md - - name: Get - href: api/intune-shared-windowsupdatestate-get.md - - name: Create - href: api/intune-shared-windowsupdatestate-create.md - - name: Delete - href: api/intune-shared-windowsupdatestate-delete.md - - name: Update - href: api/intune-shared-windowsupdatestate-update.md - - name: Device updates (preview) - displayName: Windows updates - items: - - name: Updates - href: resources/adminwindowsupdates.md - - name: Catalog - items: - - name: Catalog - href: resources/windowsupdates-catalog.md - - name: Feature update catalog entry - href: resources/windowsupdates-featureupdatecatalogentry.md - - name: Quality update catalog entry - href: resources/windowsupdates-qualityupdatecatalogentry.md - - name: Driver update catalog entry - href: resources/windowsupdates-driverupdatecatalogentry.md - - name: List catalog entries - href: api/windowsupdates-catalog-list-entries.md - - name: Compliance change - href: resources/windowsupdates-compliancechange.md - items: - - name: List - href: api/windowsupdates-updatepolicy-list-compliancechanges.md - - name: Get - href: api/windowsupdates-compliancechange-get.md - - name: Update - href: api/windowsupdates-compliancechange-update.md - - name: Delete - href: api/windowsupdates-compliancechange-delete.md - - name: Content approval - href: resources/windowsupdates-contentapproval.md - items: - - name: List - href: api/windowsupdates-updatepolicy-list-compliancechanges-contentapproval.md - - name: Create - href: api/windowsupdates-updatepolicy-post-compliancechanges-contentapproval.md - - name: Get - href: api/windowsupdates-contentapproval-get.md - - name: Update - href: api/windowsupdates-contentapproval-update.md - - name: Delete - href: api/windowsupdates-contentapproval-delete.md - - name: Deployable content - items: - - name: Catalog content - href: resources/windowsupdates-catalogcontent.md - - name: Deployment - href: resources/windowsupdates-deployment.md - items: - - name: List deployments - href: api/adminwindowsupdates-list-deployments.md - - name: Create deployment - href: api/adminwindowsupdates-post-deployments.md - - name: Get deployment - href: api/windowsupdates-deployment-get.md - - name: Update deployment - href: api/windowsupdates-deployment-update.md - - name: Delete deployment - href: api/windowsupdates-deployment-delete.md - - name: Deployment audience - href: resources/windowsupdates-deploymentaudience.md - items: - - name: List - href: api/adminwindowsupdates-list-deploymentaudiences.md - - name: Create - href: api/adminwindowsupdates-post-deploymentaudiences.md - - name: Get - href: api/windowsupdates-deploymentaudience-get.md - - name: Delete - href: api/windowsupdates-deploymentaudience-delete.md - - name: List members - href: api/windowsupdates-deploymentaudience-list-members.md - - name: List exclusions - href: api/windowsupdates-deploymentaudience-list-exclusions.md - - name: Update members and exclusions - href: api/windowsupdates-deploymentaudience-updateaudience.md - - name: Update by ID - href: api/windowsupdates-deploymentaudience-updateaudiencebyid.md - - name: Resource connection - href: resources/windowsupdates-resourceconnection.md - items: - - name: List - href: api/adminwindowsupdates-list-resourceconnections.md - - name: Get - href: api/windowsupdates-resourceconnection-get.md - - name: Delete - href: api/windowsupdates-resourceconnection-delete.md - - name: Operational insights connection - href: resources/windowsupdates-operationalinsightsconnection.md - items: - - name: List - href: api/adminwindowsupdates-list-resourceconnections-operationalinsightsconnection.md - - name: Create - href: api/adminwindowsupdates-post-resourceconnections-operationalinsightsconnection.md - - name: Get - href: api/windowsupdates-operationalinsightsconnection-get.md - - name: Delete - href: api/windowsupdates-resourceconnection-delete.md - - name: Updatable asset - href: resources/windowsupdates-updatableasset.md - items: - - name: List updatable assets - href: api/adminwindowsupdates-list-updatableassets.md - - name: Get updatable asset - href: api/windowsupdates-updatableasset-get.md - - name: Delete updatable asset - href: api/windowsupdates-updatableasset-delete.md - - name: Microsoft Entra device - href: resources/windowsupdates-azureaddevice.md - items: - - name: List Microsoft Entra devices - href: api/adminwindowsupdates-list-updatableassets-azureaddevice.md - - name: Get Microsoft Entra device - href: api/windowsupdates-azureaddevice-get.md - - name: Delete Microsoft Entra device - href: api/windowsupdates-azureaddevice-delete.md - - name: Enroll in update management - href: api/windowsupdates-updatableasset-enrollassets.md - - name: Enroll by ID - href: api/windowsupdates-updatableasset-enrollassetsbyid.md - - name: Unenroll from update management - href: api/windowsupdates-updatableasset-unenrollassets.md - - name: Unenroll by ID - href: api/windowsupdates-updatableasset-unenrollassetsbyid.md - - name: Updatable asset group - href: resources/windowsupdates-updatableassetgroup.md - items: - - name: List updatable asset groups - href: api/adminwindowsupdates-list-updatableassets-updatableassetgroup.md - - name: Create updatable asset group - href: api/adminwindowsupdates-post-updatableassets-updatableassetgroup.md - - name: Get updatable asset group - href: api/windowsupdates-updatableassetgroup-get.md - - name: Delete updatable asset group - href: api/windowsupdates-updatableassetgroup-delete.md - - name: List members - href: api/windowsupdates-updatableassetgroup-list-members.md - - name: Add members - href: api/windowsupdates-updatableassetgroup-addmembers.md - - name: Add members by ID - href: api/windowsupdates-updatableassetgroup-addmembersbyid.md - - name: Remove members - href: api/windowsupdates-updatableassetgroup-removemembers.md - - name: Remove members by ID - href: api/windowsupdates-updatableassetgroup-removemembersbyid.md - - name: Update policy - href: resources/windowsupdates-updatepolicy.md - items: - - name: List - href: api/adminwindowsupdates-list-updatepolicies.md - - name: Create - href: api/adminwindowsupdates-post-updatepolicies.md - - name: Get - href: api/windowsupdates-updatepolicy-get.md - - name: Update - href: api/windowsupdates-updatepolicy-update.md - - name: Delete - href: api/windowsupdates-updatepolicy-delete.md - - name: Microsoft 365 apps (preview) - displayName: Microsoft 365 applications - items: - - name: Admin Microsoft 365 apps - href: resources/adminmicrosoft365apps.md - - name: Installation options - href: resources/m365appsInstallationoptions.md - items: - - name: Get - href: api/m365AppsInstallationOptions-get.md - - name: Update - href: api/m365AppsInstallationOptions-update.md - - name: Multi-tenant management (preview) - items: - - name: Managed tenant - href: resources/managedtenants-managedtenant.md - - name: Aggregated policy compliance - href: resources/managedtenants-aggregatedpolicycompliance.md - items: - - name: List aggregated policy compliances - href: api/managedtenants-managedtenant-list-aggregatedpolicycompliances.md - - name: Audit events - href: resources/managedtenants-auditevent.md - items: - - name: List - href: api/managedtenants-managedtenant-list-auditevents.md - - name: Get - href: api/managedtenants-auditevent-get.md - - name: Cloud PC connection - href: resources/managedtenants-cloudpcconnection.md - items: - - name: List cloud PC connections - href: api/managedtenants-managedtenant-list-cloudpcconnections.md - - name: Get cloud PC connection - href: api/managedtenants-cloudpcconnection-get.md - - name: Cloud PC device - href: resources/managedtenants-cloudpcdevice.md - items: - - name: List cloud PC devices - href: api/managedtenants-managedtenant-list-cloudpcdevices.md - - name: Get cloud PC device - href: api/managedtenants-cloudpcdevice-get.md - - name: Cloud PC overview - href: resources/managedtenants-cloudpcoverview.md - items: - - name: List cloud PC overviews - href: api/managedtenants-managedtenant-list-cloudpcsoverview.md - - name: Get cloud PC overview - href: api/managedtenants-cloudpcoverview-get.md - - name: Conditional access policy coverage - href: resources/managedtenants-conditionalaccesspolicycoverage.md - items: - - name: List conditional access coverages - href: api/managedtenants-managedtenant-list-conditionalaccesspolicycoverages.md - - name: Get conditional access policy coverage - href: api/managedtenants-conditionalaccesspolicycoverage-get.md - - name: Credential user registrations summary - href: resources/managedtenants-credentialuserregistrationssummary.md - items: - - name: List credential user registration summaries - href: api/managedtenants-managedtenant-list-credentialuserregistrationssummaries.md - - name: Get credential user registrations summary - href: api/managedtenants-credentialuserregistrationssummary-get.md - - name: Device compliance policy setting state summary - href: resources/managedtenants-devicecompliancepolicysettingstatesummary.md - items: - - name: List device compliance policy setting state summary - href: api/managedtenants-managedtenant-list-devicecompliancepolicysettingstatesummary.md - - name: Get device compliance policy setting state summary - href: api/managedtenants-devicecompliancepolicysettingstatesummary-get.md - - name: Managed device compliance - href: resources/managedtenants-manageddevicecompliance.md - items: - - name: List managed device compliances - href: api/managedtenants-managedtenant-list-manageddevicecompliances.md - - name: Get managed device compliance - href: api/managedtenants-manageddevicecompliance-get.md - - name: Managed device compliance trend - href: resources/managedtenants-manageddevicecompliancetrend.md - items: - - name: List managed device compliance trend - href: api/managedtenants-managedtenant-list-manageddevicecompliancetrends.md - - name: Get managed device compliance trend - href: api/managedtenants-manageddevicecompliancetrend-get.md - - name: Management action - href: resources/managedtenants-managementaction.md - items: - - name: List management action - href: api/managedtenants-managedtenant-list-managementactions.md - - name: Get management action - href: api/managedtenants-managementaction-get.md - - name: Apply management action - href: api/managedtenants-managementaction-apply.md - - name: Management action tenant deployment status - href: resources/managedtenants-managementactiontenantdeploymentstatus.md - items: - - name: List management action deployment statuses - href: api/managedtenants-managedtenant-list-managementactiontenantdeploymentstatuses.md - - name: Get management action deployment status - href: api/managedtenants-managementactiontenantdeploymentstatus-get.md - - name: Change management action deployment status - href: api/managedtenants-managementactiontenantdeploymentstatus-changedeploymentstatus.md - - name: Management intent - href: resources/managedtenants-managementintent.md - items: - - name: List management intents - href: api/managedtenants-managedtenant-list-managementintents.md - - name: Get management intent - href: api/managedtenants-managementintent-get.md - - name: Management template - href: resources/managedtenants-managementtemplate.md - items: - - name: List management templates - href: api/managedtenants-managedtenant-list-managementtemplates.md - - name: Get management template - href: api/managedtenants-managementtemplate-get.md - - name: My roles - href: resources/managedtenants-myrole.md - items: - - name: List - href: api/managedtenants-managedtenant-list-myroles.md - - name: Tenant customized information - href: resources/managedtenants-tenantcustomizedinformation.md - items: - - name: List tenant customized information - href: api/managedtenants-managedtenant-list-tenantscustomizedinformation.md - - name: Get tenant customized information - href: api/managedtenants-tenantcustomizedinformation-get.md - - name: Update tenant customized information - href: api/managedtenants-tenantcustomizedinformation-update.md - - name: Tenant detailed information - href: resources/managedtenants-tenantdetailedinformation.md - items: - - name: List tenant detailed information - href: api/managedtenants-managedtenant-list-tenantsdetailedinformation.md - - name: Get tenant detailed information - href: api/managedtenants-tenantdetailedinformation-get.md - - name: Tenant - href: resources/managedtenants-tenant.md - items: - - name: List tenants - href: api/managedtenants-managedtenant-list-tenants.md - - name: Get tenant - href: api/managedtenants-tenant-get.md - - name: Offboard tenant - href: api/managedtenants-tenant-offboardtenant.md - - name: Reset tenant onboarding status - href: api/managedtenants-tenant-resettenantonboardingstatus.md - - name: Tenant group - href: resources/managedtenants-tenantgroup.md - items: - - name: List tenant groups - href: api/managedtenants-managedtenant-list-tenantgroups.md - - name: Get tenant group - href: api/managedtenants-tenantgroup-get.md - - name: Search for tenant - href: api/managedtenants-tenantgroup-tenantsearch.md - - name: Tenant tag - href: resources/managedtenants-tenanttag.md - items: - - name: List tenant tags - href: api/managedtenants-managedtenant-list-tenanttags.md - - name: Create tenant tag - href: api/managedtenants-managedtenant-post-tenanttags.md - - name: Get tenant tag - href: api/managedtenants-tenanttag-get.md - - name: Update tenant tag - href: api/managedtenants-tenanttag-update.md - - name: Delete tenant tag - href: api/managedtenants-tenanttag-delete.md - - name: Assign tenant tag - href: api/managedtenants-tenanttag-assigntag.md - - name: Unassign tenant tag - href: api/managedtenants-tenanttag-unassigntag.md - - name: Tenant usage - href: resources/managedtenants-tenantusage.md - items: - - name: List - href: api/managedtenants-managedtenant-list-tenantusage.md - - name: Windows device malware state - href: resources/managedtenants-windowsdevicemalwarestate.md - items: - - name: List Windows device malware states - href: api/managedtenants-managedtenant-list-windowsdevicemalwarestates.md - - name: Get Windows device malware state - href: api/managedtenants-windowsdevicemalwarestate-get.md - - name: Windows protection state - href: resources/managedtenants-windowsprotectionstate.md - items: - - name: List Windows protection state - href: api/managedtenants-managedtenant-list-windowsprotectionstates.md - - name: Get Windows protection state - href: api/managedtenants-windowsprotectionstate-get.md - - name: Service health and communications - items: - - name: Overview - href: resources/service-communications-api-overview.md - - name: Service announcement - href: resources/serviceannouncement.md - - name: Service health - href: resources/servicehealth.md - items: - - name: List health overviews - href: api/serviceannouncement-list-healthoverviews.md - - name: Get service health - href: api/servicehealth-get.md - - name: Service health issue - href: resources/servicehealthissue.md - items: - - name: List issues - href: api/serviceannouncement-list-issues.md - - name: Get issue - href: api/servicehealthissue-get.md - - name: Get post-incident review report - href: api/servicehealthissue-incidentreport.md - - name: Service update message - href: resources/serviceupdatemessage.md - items: - - name: List messages - href: api/serviceannouncement-list-messages.md - - name: Get message - href: api/serviceupdatemessage-get.md - - name: Mark read status - href: api/serviceupdatemessage-markread.md - - name: Mark unread status - href: api/serviceupdatemessage-markunread.md - - name: Archive status - href: api/serviceupdatemessage-archive.md - - name: Unarchive status - href: api/serviceupdatemessage-unarchive.md - - name: Mark favorite status - href: api/serviceupdatemessage-favorite.md - - name: Remove favorite status - href: api/serviceupdatemessage-unfavorite.md - - name: List message attachments - href: api/serviceupdatemessage-list-attachments.md - - name: Service announcement attachment - href: resources/serviceannouncementattachment.md - items: - - name: Get - href: api/serviceannouncementattachment-get.md - - name: Education - items: - - name: Overview - href: resources/education-overview.md - - name: Schools - href: resources/educationschool.md - items: - - name: List schools - href: api/educationroot-list-schools.md - - name: Create school - href: api/educationroot-post-schools.md - - name: Get school - href: api/educationschool-get.md - - name: Update school - href: api/educationschool-update.md - - name: Delete school - href: api/educationschool-delete.md - - name: List classes - href: api/educationschool-list-classes.md - - name: Create class - href: api/educationschool-post-classes.md - - name: Remove class - href: api/educationschool-delete-classes.md - - name: List users - href: api/educationschool-list-users.md - - name: Add user - href: api/educationschool-post-users.md - - name: Remove user - href: api/educationschool-delete-users.md - - name: Get delta - href: api/educationschool-delta.md - - name: Classes - href: resources/educationclass.md - items: - - name: List schools - href: api/educationclass-list-schools.md - - name: List classes - href: api/educationroot-list-classes.md - - name: Create class - href: api/educationroot-post-classes.md - - name: Get class - href: api/educationclass-get.md - - name: Update class - href: api/educationclass-update.md - - name: Delete class - href: api/educationclass-delete.md - - name: List teachers - href: api/educationclass-list-teachers.md - - name: Add teacher - href: api/educationclass-post-teachers.md - - name: Remove teacher - href: api/educationclass-delete-teachers.md - - name: List members - href: api/educationclass-list-members.md - - name: Add member - href: api/educationclass-post-members.md - - name: Remove member - href: api/educationclass-delete-members.md - - name: List assignments - href: api/educationclass-list-assignments.md - - name: Create assignment - href: api/educationclass-post-assignments.md - - name: Get assignment settings - href: api/educationassignmentsettings-get.md - - name: Get assignment defaults - href: api/educationassignmentdefaults-get.md - - name: List categories - href: api/educationclass-list-categories.md - - name: List modules - href: api/educationclass-list-modules.md - - name: Create category - href: api/educationclass-post-category.md - - name: Get delta - href: api/educationclass-delta.md - - name: Users - href: resources/educationuser.md - items: - - name: Get user - href: api/educationuser-get.md - - name: Delete user - href: api/educationuser-delete.md - - name: List classes - href: api/educationuser-list-classes.md - - name: List rubrics - href: api/educationuser-list-rubrics.md - - name: Create rubric - href: api/educationuser-post-rubrics.md - - name: Get delta - href: api/educationuser-delta.md - - name: List schools - href: api/educationuser-list-schools.md - - name: List assignments - href: api/educationuser-list-assignments.md - - name: Assignment - href: resources/educationassignment.md - items: - - name: Create assignment - href: api/educationclass-post-assignments.md - - name: Get assignment - href: api/educationassignment-get.md - - name: Update assignment - href: api/educationassignment-update.md - - name: Delete assignment - href: api/educationassignment-delete.md - - name: List assignment resources - href: api/educationassignment-list-resources.md - - name: Create assignment resource - href: api/educationassignment-post-resources.md - - name: Get assignment resource - href: api/educationassignmentresource-get.md - - name: Delete resource from assignment - href: api/educationassignmentresource-delete.md - - name: Publish assignment - href: api/educationassignment-publish.md - - name: List submissions for assignment - href: api/educationassignment-list-submissions.md - - name: Set up assignment resources folder - href: api/educationassignment-setupresourcesfolder.md - - name: Set up assignment feedback resources folder - href: api/educationassignment-setupfeedbackresourcesfolder.md - - name: Get rubric attached to assignment - href: api/educationassignment-get-rubric.md - - name: List categories - href: api/educationassignment-list-categories.md - - name: Add category - href: api/educationassignment-post-categories.md - - name: Remove category - href: api/educationassignment-remove-category.md - - name: Attach rubric to assignment - href: api/educationassignment-put-rubric.md - - name: Remove rubric from assignment - href: api/educationassignment-delete-rubric.md - - name: Get delta - href: api/educationassignment-delta.md - - name: Add grading category - href: api/educationassignment-post-gradingcategory.md - - name: Update grading category - href: api/educationgradingcategory-update.md - - name: Remove grading category - href: api/educationassignment-delete-gradingcategory.md - - name: Activate assignment - href: api/educationassignment-activate.md - - name: Deactivate assignment - href: api/educationassignment-deactivate.md - - name: Assignment settings - href: resources/educationassignmentsettings.md - items: - - name: Get - href: api/educationassignmentsettings-get.md - - name: Update - href: api/educationassignmentsettings-update.md - - name: Assignment defaults - href: resources/educationassignmentdefaults.md - items: - - name: Get - href: api/educationassignmentdefaults-get.md - - name: Update - href: api/educationassignmentdefaults-update.md - - name: Category - href: resources/educationcategory.md - items: - - name: Create category - href: api/educationclass-post-category.md - - name: Get category - href: api/educationcategory-get.md - - name: Delete category - href: api/educationcategory-delete.md - - name: Get delta - href: api/educationcategory-delta.md - - name: Grading category - href: resources/educationgradingcategory.md - items: - - name: Add - href: api/educationassignment-post-gradingcategory.md - - name: Update - href: api/educationgradingcategory-update.md - - name: Delete - href: api/educationassignment-delete-gradingcategory.md - - name: Module - href: resources/educationmodule.md - items: - - name: Create module - href: api/educationclass-post-module.md - - name: Get module - href: api/educationmodule-get.md - - name: Update module - href: api/educationmodule-update.md - - name: Delete module - href: api/educationmodule-delete.md - - name: List module resources - href: api/educationmodule-list-resources.md - - name: Create module resource - href: api/educationmodule-post-resources.md - - name: Get module resource - href: api/educationmoduleresource-get.md - - name: Update module resource - href: api/educationmoduleresource-update.md - - name: Delete resource from module - href: api/educationmoduleresource-delete.md - - name: Publish module - href: api/educationmodule-publish.md - - name: Set up module resources folder - href: api/educationmodule-setupresourcesfolder.md - - name: Pin module - href: api/educationmodule-pin.md - - name: Unpin module - href: api/educationmodule-unpin.md - - name: Rubric - href: resources/educationrubric.md - items: - - name: Create - href: api/educationuser-post-rubrics.md - - name: Get - href: api/educationrubric-get.md - - name: Update - href: api/educationrubric-update.md - - name: Delete - href: api/educationrubric-delete.md - - name: Submission - href: resources/educationsubmission.md - items: - - name: List submissions for assignment - href: api/educationassignment-list-submissions.md - - name: List submission resources - href: api/educationsubmission-list-resources.md - - name: Add submission resource - href: api/educationsubmission-post-resources.md - - name: Add submission feedback resource outcome - href: api/educationfeedbackresourceoutcome-post-outcomes.md - - name: Get submission resource - href: api/educationsubmissionresource-get.md - - name: Delete submission resource - href: api/educationsubmissionresource-delete.md - - name: Delete feedback resource outcome - href: api/educationfeedbackresourceoutcome-delete.md - - name: Get submission - href: api/educationsubmission-get.md - - name: Set up submission resources folder - href: api/educationsubmission-setupresourcesfolder.md - - name: Submit submission - href: api/educationsubmission-submit.md - - name: Unsubmit submission - href: api/educationsubmission-unsubmit.md - - name: List submitted resources - href: api/educationsubmission-list-submittedresources.md - - name: List outcomes - href: api/educationsubmission-list-outcomes.md - - name: Get submitted resource - href: api/educationsubmittedsubmissionresource-get.md - - name: Return submission - href: api/educationsubmission-return.md - - name: Reassign submission - href: api/educationsubmission-reassign.md - - name: Excuse submission - href: api/educationsubmission-excuse.md - - name: Outcome - items: - - name: Outcome - href: resources/educationoutcome.md - - name: Feedback outcome type - href: resources/educationfeedbackoutcome.md - - name: Feedback resource outcome type - href: resources/educationfeedbackresourceoutcome.md - - name: Points outcome type - href: resources/educationpointsoutcome.md - - name: Rubric outcome type - href: resources/educationrubricoutcome.md - - name: Update outcome - href: api/educationoutcome-update.md - - name: Synchronization profile - href: resources/educationsynchronizationprofile.md - items: - - name: List profile - href: api/educationsynchronizationprofile-list.md - - name: Create profile - href: api/educationsynchronizationprofile-post.md - - name: Get profile - href: api/educationsynchronizationprofile-get.md - - name: Delete profile - href: api/educationsynchronizationprofile-delete.md - - name: Start sync - href: api/educationsynchronizationprofile-start.md - - name: Pause sync - href: api/educationsynchronizationprofile-pause.md - - name: Resume sync - href: api/educationsynchronizationprofile-resume.md - - name: Reset sync - href: api/educationsynchronizationprofile-reset.md - - name: Get upload URL - href: api/educationsynchronizationprofile-uploadurl.md - - name: Synchronization profile status - href: resources/educationsynchronizationprofilestatus.md - items: - - name: Get - href: api/educationsynchronizationprofilestatus-get.md - - name: Synchronization errors - href: resources/educationsynchronizationerror.md - items: - - name: Get - href: api/educationsynchronizationerrors-get.md - - name: Employee experience - displayName: Viva - items: - - name: Employee engagement (preview) - displayName: Viva Engage - items: - - name: Overview - href: resources/engagement-api-overview.md - - name: Community - href: resources/community.md - items: - - name: Create - href: api/employeeexperience-post-communities.md - - name: Get - href: api/community-get.md - - name: Engagement async operation - href: resources/engagementasyncoperation.md - items: - - name: Get - href: api/engagementasyncoperation-get.md - - name: Employee goals (preview) - items: - - name: Goals export job - href: resources/goalsexportjob.md - items: - - name: List - href: api/goals-list-exportjobs.md - - name: Create - href: api/goals-post-exportjobs.md - - name: Get - href: api/goalsexportjob-get.md - - name: Extensions - items: - - name: Overview - displayName: Directory extensions, Schema extensions, Open extensions, On-premises extensions - href: /graph/extensibility-overview?context=graph/api/beta&view=graph-rest-beta&preserve-view=true - - name: Directory extensions - items: - - name: Extension property - href: resources/extensionproperty.md - - name: List - href: api/application-list-extensionproperty.md - - name: Create - href: api/application-post-extensionproperty.md - - name: Get - href: api/extensionproperty-get.md - - name: Delete - href: api/extensionproperty-delete.md - - name: Open extensions - items: - - name: Open type extension - href: resources/opentypeextension.md - - name: Create - href: api/opentypeextension-post-opentypeextension.md - - name: Get - href: api/opentypeextension-get.md - - name: Update - href: api/opentypeextension-update.md - - name: Delete - href: api/opentypeextension-delete.md - - name: Schema extensions - items: - - name: Schema extension - href: resources/schemaextension.md - - name: List - href: api/schemaextension-list.md - - name: Create - href: api/schemaextension-post-schemaextensions.md - - name: Get - href: api/schemaextension-get.md - - name: Update - href: api/schemaextension-update.md - - name: Delete - href: api/schemaextension-delete.md - - name: External data connections - items: - - name: Overview - href: resources/connectors-api-overview.md - - name: External connection - items: - - name: External connection - href: resources/externalconnectors-externalconnection.md - - name: List - href: api/externalconnectors-externalconnection-list.md - - name: Create - href: api/externalconnectors-external-post-connections.md - - name: Get - href: api/externalconnectors-externalconnection-get.md - - name: Update - href: api/externalconnectors-externalconnection-update.md - - name: Delete - href: api/externalconnectors-externalconnection-delete.md - - name: Get operation - href: api/externalconnectors-connectionoperation-get.md - - name: Connection quota - items: - - name: Connection quota - href: resources/externalconnectors-connectionquota.md - - name: Get - href: api/externalconnectors-connectionquota-get.md - - name: External activity - items: - - name: External activity - href: resources/externalconnectors-externalactivity.md - - name: External activity result - items: - - name: External activity result - href: resources/externalconnectors-externalactivityresult.md - - name: External group - items: - - name: External group - href: resources/externalconnectors-externalgroup.md - - name: Create - href: api/externalconnectors-externalconnection-post-groups.md - - name: Delete - href: api/externalconnectors-externalgroup-delete.md - - name: External group member - items: - - name: External group member - href: resources/externalconnectors-externalgroupmember.md - - name: Create - href: api/externalconnectors-externalgroup-post-members.md - - name: Delete - href: api/externalconnectors-externalgroupmember-delete.md - - name: External item - items: - - name: External item - href: resources/externalconnectors-externalitem.md - - name: Create - href: api/externalconnectors-externalconnection-put-items.md - - name: Get - href: api/externalconnectors-externalitem-get.md - - name: Update - href: api/externalconnectors-externalitem-update.md - - name: Delete - href: api/externalconnectors-externalitem-delete.md - - name: Add activities - href: api/externalconnectors-externalitem-addactivities.md - - name: Schema - items: - - name: Schema - href: resources/externalconnectors-schema.md - - name: Create - href: api/externalconnectors-externalconnection-patch-schema.md - - name: Get - href: api/externalconnectors-schema-get.md - - name: Update - href: api/externalconnectors-schema-update.md - - name: Files - displayName: OneDrive, OneDrive for Business, OneDrive business, OneDrive personal, SharePoint - items: - - name: Overview - href: resources/onedrive.md - - name: Drives - href: resources/drive.md - items: - - name: Get drive - href: api/drive-get.md - - name: List drives - href: api/drive-list.md - - name: List children - href: api/driveitem-list-children.md - - name: Recent files - href: api/drive-recent.md - - name: Shared files - href: api/drive-sharedwithme.md - - name: Get special folder - href: api/drive-get-specialfolder.md - - name: List followed items - href: api/drive-list-following.md - - name: Drive items - href: resources/driveitem.md - items: - - name: Get item - href: api/driveitem-get.md - - name: Update item - href: api/driveitem-update.md - - name: Delete item - href: api/driveitem-delete.md - - name: Assign sensitivity label - href: api/driveitem-assignsensitivitylabel.md - - name: Check in files - href: api/driveitem-checkin.md - - name: Check out files - href: api/driveitem-checkout.md - - name: Convert file - href: api/driveitem-get-content-format.md - - name: Copy item - href: api/driveitem-copy.md - - name: Create folder - href: api/driveitem-post-children.md - - name: Download file - href: api/driveitem-get-content.md - - name: Extract sensitivity labels - href: api/driveitem-extractsensitivitylabels.md - - name: Follow item - href: api/driveitem-follow.md - - name: Get activities by interval - href: api/itemactivity-getbyinterval.md - - name: Get item analytics - href: api/itemanalytics-get.md - - name: Get preview link - href: api/driveitem-preview.md - - name: Get retention label - href: api/driveitem-getretentionlabel.md - - name: Get thumbnails - href: api/driveitem-list-thumbnails.md - - name: List children - href: api/driveitem-list-children.md - - name: List versions - href: api/driveitem-list-versions.md - - name: Lock or unlock record - href: api/driveitem-lockorunlockrecord.md - - name: Move item - href: api/driveitem-move.md - - name: Permanently delete item - href: api/driveitem-permanentdelete.md - - name: Preview item - href: api/driveitem-preview.md - - name: Remove retention label - href: api/driveitem-removeretentionlabel.md - - name: Restore item - href: api/driveitem-restore.md - - name: Resumable upload - href: api/driveitem-createuploadsession.md - - name: Search items - href: api/driveitem-search.md - - name: Set retention label - href: api/driveitem-setretentionlabel.md - - name: Track changes - href: api/driveitem-delta.md - - name: Unfollow item - href: api/driveitem-unfollow.md - - name: Upload - href: api/driveitem-put-content.md - - name: Bundles - href: resources/bundle.md - items: - - name: List - href: api/bundle-list.md - - name: Create - href: api/drive-post-bundles.md - - name: Get - href: api/bundle-get.md - - name: Update - href: api/bundle-update.md - - name: Add item - href: api/bundle-additem.md - - name: Remove item - href: api/bundle-removeitem.md - - name: Permissions - href: resources/permission.md - items: - - name: Create sharing link - href: api/driveitem-createlink.md - - name: Use sharing links - href: api/shares-get.md - - name: Grant access to sharing link - href: api/permission-grant.md - - name: Revoke grants on sharing link - href: api/permission-revokegrants.md - - name: List permissions - href: api/driveitem-list-permissions.md - - name: Add permissions - href: api/driveitem-invite.md - - name: Get permission - href: api/permission-get.md - - name: Update permission - href: api/permission-update.md - - name: Delete permission - href: api/permission-delete.md - - name: File storage containers - href: resources/filestoragecontainer.md - items: - - name: List file storage containers - href: api/filestorage-list-containers.md - - name: Create file storage container - href: api/filestoragecontainer-post.md - - name: Get file storage container - href: api/filestoragecontainer-get.md - - name: Get drive - href: api/filestoragecontainer-get-drive.md - - name: Update file storage containers - href: api/filestoragecontainer-update.md - - name: Delete file storage container - href: api/filestorage-delete-containers.md - - name: Activate file storage container - href: api/filestoragecontainer-activate.md - - name: List permissions - href: api/filestoragecontainer-list-permissions.md - - name: Add permissions - href: api/filestoragecontainer-post-permissions.md - - name: Update permissions - href: api/filestoragecontainer-update-permissions.md - - name: Delete permissions - href: api/filestoragecontainer-delete-permissions.md - - name: List custom property - href: api/filestoragecontainer-list-customproperty.md - - name: Add custom property - href: api/filestoragecontainer-post-customproperty.md - - name: Update custom property - href: api/filestoragecontainer-update-customproperty.md - - name: Delete custom property - href: api/filestoragecontainer-delete-customproperty.md - - name: Financials (preview) - items: - - name: Overview - href: resources/dynamics-graph-reference.md - - name: Account - href: resources/dynamics-account.md - items: - - name: Get account - href: api/dynamics-account-get.md - - name: Aged accounts payable - href: resources/dynamics-agedaccountspayable.md - items: - - name: Get aged accounts payable - href: api/dynamics-agedaccountspayable-get.md - - name: Aged accounts receivable - href: resources/dynamics-agedaccountsreceivable.md - items: - - name: Get aged accounts payable - href: api/dynamics-agedaccountsreceivable-get.md - - name: Companies - href: resources/dynamics-companies.md - items: - - name: Get companies - href: api/dynamics-companies-get.md - - name: Company information - href: resources/dynamics-companyinformation.md - items: - - name: Get company information - href: api/dynamics-companyinformation-get.md - - name: Update company information - href: api/dynamics-companyinformation-update.md - - name: Countries/regions - href: resources/dynamics-countriesregions.md - items: - - name: Get countries/regions - href: api/dynamics-countriesregions-get.md - - name: Create countries/regions - href: api/dynamics-create-countriesregions.md - - name: Delete countries/regions - href: api/dynamics-countriesregions-delete.md - - name: Currencies - href: resources/dynamics-currencies.md - items: - - name: Create currencies - href: api/dynamics-create-currencies.md - - name: Get currencies - href: api/dynamics-currencies-get.md - - name: Update currencies - href: api/dynamics-currencies-update.md - - name: Delete currencies - href: api/dynamics-currencies-delete.md - - name: Customer - href: resources/dynamics-customer.md - items: - - name: Get customer - href: api/dynamics-customer-get.md - - name: Create customer - href: api/dynamics-create-customer.md - - name: Update customer - href: api/dynamics-customer-update.md - - name: Delete customer - href: api/dynamics-customer-delete.md - - name: Customer payment - href: resources/dynamics-customerpayment.md - items: - - name: Get customer payment - href: api/dynamics-customerpayment-get.md - - name: Create customer payment - href: api/dynamics-create-customerpayment.md - - name: Update customer payment - href: api/dynamics-customerpayment-update.md - - name: Delete customer payment - href: api/dynamics-customerpayment-delete.md - - name: Customer payments journal - href: resources/dynamics-customerpaymentsjournal.md - items: - - name: Get customer payments journal - href: api/dynamics-customerpaymentsjournal-get.md - - name: Create customer payments journal - href: api/dynamics-create-customerpaymentsjournal.md - - name: Update customer payments journal - href: api/dynamics-customerpaymentsjournal-update.md - - name: Delete customer payments journal - href: api/dynamics-customerpaymentsjournal-delete.md - - name: Dimension - href: resources/dynamics-dimension.md - items: - - name: Get dimension - href: api/dynamics-dimension-get.md - - name: Dimension value - href: resources/dynamics-dimensionvalue.md - items: - - name: Get dimension - href: api/dynamics-dimensionvalue-get.md - - name: Employee - href: resources/dynamics-employee.md - items: - - name: Get employee - href: api/dynamics-employee-get.md - - name: Create employee - href: api/dynamics-create-employee.md - - name: Update employee - href: api/dynamics-employee-update.md - - name: Delete employee - href: api/dynamics-employee-delete.md - - name: General ledger entries - href: resources/dynamics-generalledgerentries.md - items: - - name: Get general ledger entries - href: api/dynamics-generalledgerentries-get.md - - name: Item - href: resources/dynamics-item.md - items: - - name: Get item - href: api/dynamics-item-get.md - - name: Create item - href: api/dynamics-create-item.md - - name: Update item - href: api/dynamics-item-update.md - - name: Delete item - href: api/dynamics-item-delete.md - - name: Item categories - href: resources/dynamics-itemcategories.md - items: - - name: Get item categories - href: api/dynamics-itemcategories-get.md - - name: Create item categories - href: api/dynamics-create-itemcategories.md - - name: Update item categories - href: api/dynamics-itemcategories-update.md - - name: Delete item categories - href: api/dynamics-itemcategories-delete.md - - name: Journal - href: resources/dynamics-journal.md - items: - - name: Get journal - href: api/dynamics-journal-get.md - - name: Create journal - href: api/dynamics-create-journal.md - - name: Update journal - href: api/dynamics-journal-update.md - - name: Delete journal - href: api/dynamics-journal-delete.md - - name: Journal line - href: resources/dynamics-journalline.md - items: - - name: Get journal line - href: api/dynamics-journalline-get.md - - name: Create journal line - href: api/dynamics-create-journalline.md - - name: Update journal line - href: api/dynamics-journalline-update.md - - name: Delete journal line - href: api/dynamics-journalline-delete.md - - name: Payment methods - href: resources/dynamics-paymentmethods.md - items: - - name: Get payment methods - href: api/dynamics-paymentmethods-get.md - - name: Create payment methods - href: api/dynamics-create-paymentmethods.md - - name: Update payment methods - href: api/dynamics-paymentmethods-update.md - - name: Delete payment methods - href: api/dynamics-paymentmethods-delete.md - - name: Payment terms - href: resources/dynamics-paymentterms.md - items: - - name: Get payment terms - href: api/dynamics-paymentterms-get.md - - name: Create payment terms - href: api/dynamics-create-paymentterms.md - - name: Update payment terms - href: api/dynamics-paymentterms-update.md - - name: Delete payment terms - href: api/dynamics-paymentterms-delete.md - - name: Shipment methods - href: resources/dynamics-shipmentmethods.md - items: - - name: Get shipment methods - href: api/dynamics-shipmentmethods-get.md - - name: Create shipment methods - href: api/dynamics-create-shipmentmethods.md - - name: Update shipment methods - href: api/dynamics-shipmentmethods-update.md - - name: Delete shipment methods - href: api/dynamics-shipmentmethods-delete.md - - name: Tax area - href: resources/dynamics-taxarea.md - items: - - name: Get tax area - href: api/dynamics-taxarea-get.md - - name: Create tax area - href: api/dynamics-create-taxarea.md - - name: Update tax area - href: api/dynamics-taxarea-update.md - - name: Delete tax area - href: api/dynamics-taxarea-delete.md - - name: Tax groups - href: resources/dynamics-taxgroups.md - items: - - name: Get tax groups - href: api/dynamics-taxgroups-get.md - - name: Create tax groups - href: api/dynamics-create-taxgroups.md - - name: Update tax groups - href: api/dynamics-taxgroups-update.md - - name: Delete tax groups - href: api/dynamics-taxgroups-delete.md - - name: Units of measure - href: resources/dynamics-unitsofmeasure.md - items: - - name: Get units of measure - href: api/dynamics-unitsofmeasure-get.md - - name: Create units of measure - href: api/dynamics-create-unitsofmeasure.md - - name: Update units of measure - href: api/dynamics-unitsofmeasure-update.md - - name: Delete units of measure - href: api/dynamics-unitsofmeasure-delete.md - - name: Vendor - href: resources/dynamics-vendor.md - items: - - name: Get vendor - href: api/dynamics-vendor-get.md - - name: Create vendor - href: api/dynamics-create-vendor.md - - name: Update vendor - href: api/dynamics-vendor-update.md - - name: Delete vendor - href: api/dynamics-vendor-delete.md - - name: Identity and access - items: - - name: Overview - displayName: Azure AD, Microsoft identity platform, Identity and access - href: resources/azure-ad-overview.md - - name: Directory management - items: - - name: Administrative unit - href: resources/administrativeunit.md - items: - - name: List - href: api/directory-list-administrativeunits.md - - name: Create - href: api/directory-post-administrativeunits.md - - name: Get - href: api/administrativeunit-get.md - - name: Update - href: api/administrativeunit-update.md - - name: Delete - href: api/administrativeunit-delete.md - - name: Get delta - href: api/administrativeunit-delta.md - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: Add a member - href: api/administrativeunit-post-members.md - - name: List members - href: api/administrativeunit-list-members.md - - name: Get a member - href: api/administrativeunit-get-members.md - - name: Remove a member - href: api/administrativeunit-delete-members.md - - name: Assign a role with scope - href: api/administrativeunit-post-scopedrolemembers.md - - name: List role assignments with scope - href: api/administrativeunit-list-scopedrolemembers.md - - name: Get a role assignment with scope - href: api/administrativeunit-get-scopedrolemembers.md - - name: Remove a role assignment with scope - href: api/administrativeunit-delete-scopedrolemembers.md - - name: BitLocker recovery key (preview) - items: - - name: BitLocker recovery key - href: resources/bitlockerrecoverykey.md - - name: List - href: api/bitlocker-list-recoverykeys.md - - name: Get - href: api/bitlockerrecoverykey-get.md - - name: Company subscription - href: resources/companysubscription.md - items: - - name: List - href: api/directory-list-subscriptions.md - - name: Get - href: api/companysubscription-get.md - - name: Contracts - href: resources/contract.md - items: - - name: Get contract - href: api/contract-get.md - - name: List contracts - href: api/contract-list.md - - name: Custom security attributes - items: - - name: Overview - href: resources/custom-security-attributes-overview.md - - name: Allowed values - href: resources/allowedvalue.md - items: - - name: List - href: api/customsecurityattributedefinition-list-allowedvalues.md - - name: Create - href: api/customsecurityattributedefinition-post-allowedvalues.md - - name: Get - href: api/allowedvalue-get.md - - name: Update - href: api/allowedvalue-update.md - - name: Attribute sets - href: resources/attributeset.md - items: - - name: List - href: api/directory-list-attributesets.md - - name: Create - href: api/directory-post-attributesets.md - - name: Get - href: api/attributeset-get.md - - name: Update - href: api/attributeset-update.md - - name: Custom security attribute definitions - href: resources/customsecurityattributedefinition.md - items: - - name: List - href: api/directory-list-customsecurityattributedefinitions.md - - name: Create - href: api/directory-post-customsecurityattributedefinitions.md - - name: Get - href: api/customsecurityattributedefinition-get.md - - name: Update - href: api/customsecurityattributedefinition-update.md - - name: Deleted items - href: resources/directory.md - items: - - name: Get deleted item - href: api/directory-deleteditems-get.md - - name: List deleted items - href: api/directory-deleteditems-list.md - - name: Permanently delete item - href: api/directory-deleteditems-delete.md - - name: Restore deleted item - href: api/directory-deleteditems-restore.md - - name: List deleted items owned by user - href: api/directory-deleteditems-getuserownedobjects.md - - name: Device - href: resources/device.md - items: - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: List devices - href: api/device-list.md - - name: Create device - href: api/device-post-devices.md - - name: Get device - href: api/device-get.md - - name: Update device - href: api/device-update.md - - name: Delete device - href: api/device-delete.md - - name: Get delta - href: api/device-delta.md - - name: Check member objects - href: api/directoryobject-checkmemberobjects.md - - name: Get member objects - href: api/directoryobject-getmemberobjects.md - - name: List registered owners - href: api/device-list-registeredowners.md - - name: List registered users - href: api/device-list-registeredusers.md - - name: Create registered owner - href: api/device-post-registeredowners.md - - name: Create registered user - href: api/device-post-registeredusers.md - - name: Remove registered owner - href: api/device-delete-registeredowners.md - - name: Remove registered user - href: api/device-delete-registeredusers.md - - name: List device memberships - href: api/device-list-memberof.md - - name: List device transitive memberships - href: api/device-list-transitivememberof.md - - name: List device usage rights - href: api/device-list-usagerights.md - - name: Device local credential (preview) - items: - - name: Device local credential - href: resources/devicelocalcredentialinfo.md - - name: List - href: api/directory-list-devicelocalcredentials.md - - name: Get - href: api/devicelocalcredentialinfo-get.md - - name: Directory object - href: resources/directoryobject.md - items: - - name: Get directory object - href: api/directoryobject-get.md - - name: Delete directory object - href: api/directoryobject-delete.md - - name: Check member objects - href: api/directoryobject-checkmemberobjects.md - - name: Get member objects - href: api/directoryobject-getmemberobjects.md - - name: Get member groups - href: api/directoryobject-getmembergroups.md - - name: Check member groups - href: api/directoryobject-checkmembergroups.md - - name: Get directoryObjects by ids - href: api/directoryobject-getbyids.md - - name: Get delta - href: api/directoryobject-delta.md - - name: Validate properties - href: api/directoryobject-validateproperties.md - - name: Directory role - href: resources/directoryrole.md - items: - - name: List directory roles - href: api/directoryrole-list.md - - name: Activate directory role - href: api/directoryrole-post-directoryroles.md - - name: Get directory role - href: api/directoryrole-get.md - - name: List members - href: api/directoryrole-list-members.md - - name: Add member - href: api/directoryrole-post-members.md - - name: Remove member - href: api/directoryrole-delete-member.md - - name: List scoped members - href: api/directoryrole-list-scopedmembers.md - - name: Get delta - href: api/directoryrole-delta.md - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: Directory role template - href: resources/directoryroletemplate.md - items: - - name: List directory role templates - href: api/directoryroletemplate-list.md - - name: Get directory role template - href: api/directoryroletemplate-get.md - - name: Directory settings - href: resources/directorysetting.md - items: - - name: Create - href: api/group-post-settings.md - - name: Get - href: api/directorysetting-get.md - - name: List - href: api/group-list-settings.md - - name: Update - href: api/directorysetting-update.md - - name: Delete - href: api/directorysetting-delete.md - - name: Directory setting template - href: resources/directorysettingtemplate.md - items: - - name: List directory setting templates - href: api/directorysettingtemplate-list.md - - name: Get directory setting template - href: api/directorysettingtemplate-get.md - - name: Domains - href: resources/domain.md - items: - - name: List domains - href: api/domain-list.md - - name: List domain name references - href: api/domain-list-domainnamereferences.md - - name: List service configuration records - href: api/domain-list-serviceconfigurationrecords.md - - name: List verification DNS records - href: api/domain-list-verificationdnsrecords.md - - name: Create domain - href: api/domain-post-domains.md - - name: Delete domain - href: api/domain-delete.md - - name: Force delete domain - href: api/domain-forcedelete.md - - name: Get domain - href: api/domain-get.md - - name: Update domain - href: api/domain-update.md - - name: Verify domain - href: api/domain-verify.md - - name: Promote domain - href: api/domain-promote.md - - name: External user profiles - items: - - name: External user profile - href: resources/externaluserprofile.md - items: - - name: List - href: api/directory-list-externaluserprofiles.md - - name: Get - href: api/externaluserprofile-get.md - - name: Update - href: api/externaluserprofile-update.md - - name: Delete - href: api/directory-delete-externaluserprofiles.md - - name: Pending external user profile - href: resources/pendingexternaluserprofile.md - items: - - name: List - href: api/directory-list-pendingexternaluserprofile.md - - name: Get - href: api/pendingexternaluserprofile-get.md - - name: Create - href: api/directory-post-pendingexternaluserprofile.md - - name: Update - href: api/pendingexternaluserprofile-update.md - - name: Delete - href: api/directory-delete-pendingexternaluserprofiles.md - - name: Feature rollout policy - href: resources/featurerolloutpolicy.md - items: - - name: List - href: api/list-featurerolloutpolicies.md - - name: Get - href: api/featurerolloutpolicy-get.md - - name: Create - href: api/post-featurerolloutpolicies.md - - name: Update - href: api/featurerolloutpolicy-update.md - - name: Delete - href: api/featurerolloutpolicy-delete.md - - name: Create appliesTo - href: api/featurerolloutpolicy-post-appliesto.md - - name: Delete appliesTo - href: api/featurerolloutpolicy-delete-appliesto.md - - name: Mobility management policy (Preview) - href: resources/mobilitymanagementpolicy.md - items: - - name: List mobile device management policies - href: api/mobiledevicemanagementpolicies-list.md - - name: Get - href: api/mobiledevicemanagementpolicies-get.md - - name: Update - href: api/mobiledevicemanagementpolicies-update.md - - name: Delete - href: api/mobiledevicemanagementpolicies-delete.md - - name: List included groups - href: api/mobiledevicemanagementpolicies-list-includedgroups.md - - name: Add included groups - href: api/mobiledevicemanagementpolicies-post-includedgroups.md - - name: Remove included groups - href: api/mobiledevicemanagementpolicies-delete-includedgroups.md - - name: List mobile app management policies - href: api/mobileappmanagementpolicies-list.md - - name: Get - href: api/mobileappmanagementpolicies-get.md - - name: Update - href: api/mobileappmanagementpolicies-update.md - - name: Delete - href: api/mobileappmanagementpolicies-delete.md - - name: List included groups - href: api/mobileappmanagementpolicies-list-includedgroups.md - - name: Add included groups - href: api/mobileappmanagementpolicies-post-includedgroups.md - - name: Remove included groups - href: api/mobileappmanagementpolicies-delete-includedgroups.md - - name: On-premises directory synchronization - href: resources/onpremisesdirectorysynchronization.md - items: - - name: Get - href: api/onpremisesdirectorysynchronization-get.md - - name: Update - href: api/onpremisesdirectorysynchronization-update.md - - name: Organization - href: resources/organization.md - items: - - name: List - href: api/organization-list.md - - name: Get - href: api/organization-get.md - - name: Update - href: api/organization-update.md - - name: Organization settings - href: resources/organizationSettings.md - items: - - name: App settings for Microsoft 365 data (preview) - items: - - name: App data access settings - href: resources/microsoftapplicationdataaccesssettings.md - - name: List - href: api/organizationsettings-list-microsoftapplicationdataaccess.md - - name: Update - href: api/microsoftapplicationdataaccesssettings-update.md - - name: Org control for contact insights (preview) - items: - - name: Insights settings - href: resources/insightssettings.md - - name: List - href: api/organizationsettings-list-contactinsights.md - - name: Update - href: api/insightssettings-update.md - - name: Org control for item insights (preview) - items: - - name: Insights settings - href: resources/insightssettings.md - - name: List - href: api/organizationsettings-list-iteminsights.md - - name: Update - href: api/insightssettings-update.md - - name: Org control for people insights (preview) - items: - - name: Insights settings - href: resources/insightssettings.md - - name: List - href: api/organizationsettings-list-peopleinsights.md - - name: Update - href: api/insightssettings-update.md - - name: Todo configuration (preview) - href: resources/admintodo.md - items: - - name: Get - href: api/admintodo-get.md - - name: Update - href: api/admintodo-update.md - - name: Forms configuration (preview) - href: resources/adminforms.md - items: - - name: Get - href: api/adminforms-get.md - - name: Update - href: api/adminForms-update.md - - name: Apps and Services configuration (preview) - href: resources/adminappsandservices.md - items: - - name: Get - href: api/adminappsandservices-get.md - - name: Update - href: api/adminappsandservices-update.md - - name: Dynamics configuration (preview) - href: resources/admindynamics.md - items: - - name: Get - href: api/admindynamics-get.md - - name: Update - href: api/admindynamics-update.md - - name: Organizational contacts - href: resources/orgcontact.md - items: - - name: List org contacts - href: api/orgcontact-list.md - - name: Get org contact - href: api/orgcontact-get.md - - name: Get org contact delta - href: api/orgcontact-delta.md - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: Directory objects - href: resources/directoryobject.md - items: - - name: Get member groups - href: api/directoryobject-getmembergroups.md - - name: Check member groups - href: api/directoryobject-checkmembergroups.md - - name: Get member objects - href: api/directoryobject-getmemberobjects.md - - name: Check member objects - href: api/directoryobject-checkmemberobjects.md - - name: Retry service provisioning - href: api/orgcontact-retryserviceprovisioning.md - - name: Groups - href: resources/group.md - items: - - name: List memberOf - href: api/orgcontact-list-memberof.md - - name: Get member groups - href: api/directoryobject-getmembergroups.md - - name: Get member groups - href: api/directoryobject-getmembergroups.md - - name: Check member groups - href: api/directoryobject-checkmembergroups.md - - name: Org hierarchy - items: - - name: List direct reports - href: api/orgcontact-list-directreports.md - - name: List memberOf - href: api/orgcontact-list-memberof.md - - name: Get manager - href: api/orgcontact-get-manager.md - - name: Role management - displayName: Unified RBAC - href: resources/rolemanagement.md - items: - - name: Role definition - href: resources/unifiedroledefinition.md - items: - - name: List role definitions - href: api/rbacapplication-list-roledefinitions.md - - name: Create role definition - href: api/rbacapplication-post-roledefinitions.md - - name: Get role definition - href: api/unifiedroledefinition-get.md - - name: Update role definition - href: api/unifiedroledefinition-update.md - - name: Delete role definition - href: api/unifiedroledefinition-delete.md - - name: List assigned principals - href: api/unifiedroledefinition-assignedprincipals.md - - name: Role assignment - href: resources/unifiedroleassignment.md - items: - - name: List role assignment - href: api/rbacapplication-list-roleassignments.md - - name: List transitive role assignments - href: api/rbacapplication-list-transitiveroleassignments.md - - name: Create role assignment - href: api/rbacapplication-post-roleassignments.md - - name: Get role assignment - href: api/unifiedroleassignment-get.md - - name: Delete role assignment - href: api/unifiedroleassignment-delete.md - - name: Role assignment multiple - href: resources/unifiedroleassignmentmultiple.md - items: - - name: List - href: api/rbacapplicationmultiple-list-roleassignments.md - - name: Create - href: api/rbacapplicationmultiple-post-roleassignments.md - - name: Get - href: api/unifiedroleassignmentmultiple-get.md - - name: Update - href: api/unifiedroleassignmentmultiple-update.md - - name: Delete - href: api/unifiedroleassignmentmultiple-delete.md - - name: Resource namespace - href: resources/unifiedrbacresourcenamespace.md - items: - - name: List - href: api/rbacapplicationmultiple-list-resourcenamespaces.md - - name: Get - href: api/unifiedrbacresourcenamespace-get.md - - name: Resource action - href: resources/unifiedrbacresourceaction.md - items: - - name: List - href: api/unifiedrbacresourcenamespace-list-resourceactions.md - - name: Get - href: api/unifiedrbacresourceaction-get.md - - name: Custom app scope - href: resources/customappscope.md - items: - - name: List - href: api/unifiedrbacapplication-list-customappscopes.md - - name: Create - href: api/unifiedrbacapplication-post-customappscope.md - - name: Get - href: api/customappscope-get.md - - name: Update - href: api/customappscope-update.md - - name: Delete - href: api/customappscope-delete.md - - name: Subscribed sku - href: resources/subscribedsku.md - items: - - name: List - href: api/subscribedsku-list.md - - name: Get - href: api/subscribedsku-get.md - - name: Tenant information - href: resources/tenantinformation.md - items: - - name: Find tenant by domain name - href: api/tenantrelationship-findtenantinformationbydomainname.md - - name: Find tenant by tenant ID - href: api/tenantrelationship-findtenantinformationbytenantid.md - - name: Trusted certificate authorities for apps (preview) - items: - - name: Certificate-based app configuration - href: resources/certificatebasedapplicationconfiguration.md - - name: List - href: api/certificateauthoritypath-list-certificatebasedapplicationconfigurations.md - - name: Create - href: api/certificateauthoritypath-post-certificatebasedapplicationconfigurations.md - - name: Get - href: api/certificatebasedapplicationconfiguration-get.md - - name: Update - href: api/certificatebasedapplicationconfiguration-update.md - - name: Delete - href: api/certificatebasedapplicationconfiguration-delete.md - - name: Certificate authority - href: resources/certificateauthorityasentity.md - items: - - name: List - href: api/certificatebasedapplicationconfiguration-list-trustedcertificateauthorities.md - - name: Create - href: api/certificatebasedapplicationconfiguration-post-trustedcertificateauthorities.md - - name: Get - href: api/certificateauthorityasentity-get.md - - name: Update - href: api/certificateauthorityasentity-update.md - - name: Delete - href: api/certificateauthorityasentity-delete.md - - name: Governance - href: resources/identitygovernance-overview.md - displayName: Identity Governance, Access reviews, Entitlement Management, Terms of Use, Privileged Identity Management - items: - - name: Access reviews - href: resources/accessreviewsv2-overview.md - items: - - name: Access review schedule definition - href: resources/accessreviewscheduledefinition.md - items: - - name: List - href: api/accessreviewset-list-definitions.md - - name: Get - href: api/accessreviewscheduledefinition-get.md - - name: Create - href: api/accessreviewset-post-definitions.md - - name: Delete - href: api/accessreviewscheduledefinition-delete.md - - name: Update - href: api/accessreviewscheduledefinition-update.md - - name: Filter by current user - href: api/accessreviewscheduledefinition-filterbycurrentuser.md - - name: Access review instance - href: resources/accessreviewinstance.md - items: - - name: List - href: api/accessreviewscheduledefinition-list-instances.md - - name: Get - href: api/accessreviewinstance-get.md - - name: Update - href: api/accessreviewinstance-update.md - - name: Filter by current user - href: api/accessreviewinstance-filterbycurrentuser.md - - name: Send reminder - href: api/accessreviewinstance-sendreminder.md - - name: Stop - href: api/accessreviewinstance-stop.md - - name: Accept recommendations - href: api/accessreviewinstance-acceptrecommendations.md - - name: Apply decisions - href: api/accessreviewinstance-applydecisions.md - - name: Stop apply decisions - href: api/accessreviewinstance-stopapplydecisions.md - - name: Batch record decisions - href: api/accessreviewinstance-batchrecorddecisions.md - - name: Reset decisions - href: api/accessreviewinstance-resetdecisions.md - - name: List contacted reviewers - href: api/accessreviewinstance-list-contactedreviewers.md - - name: List pending approval (deprecated) - href: api/accessreviewinstance-pendingaccessreviewinstances.md - - 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: Access review instance decision item - displayName: access review decisions - href: resources/accessreviewinstancedecisionitem.md - items: - - name: List decisions from an instance - href: api/accessreviewinstance-list-decisions.md - - name: List decisions from a stage of an instance - href: api/accessreviewstage-list-decisions.md - - name: Get - href: api/accessreviewinstancedecisionitem-get.md - - name: Filter by current user - href: api/accessreviewinstancedecisionitem-filterbycurrentuser.md - - name: Update - href: api/accessreviewinstancedecisionitem-update.md - - name: Record all decisions - href: api/accessreviewinstancedecisionitem-recordalldecisions.md - - name: List pending approval (deprecated) - href: api/accessreviewinstancedecisionitem-listpendingapproval.md - - name: Access review policy - href: resources/accessreviewpolicy.md - items: - - name: Get - href: api/accessreviewpolicy-get.md - - name: Update - href: api/accessreviewpolicy-update.md - - name: Access review history definition - href: resources/accessreviewhistorydefinition.md - items: - - name: Get - href: api/accessreviewhistorydefinition-get.md - - name: List - href: api/accessreviewset-list-historydefinitions.md - - name: Create - href: api/accessreviewset-post-historydefinitions.md - - name: Access review history instance - href: resources/accessreviewhistoryinstance.md - items: - - name: List - href: api/accessreviewhistorydefinition-list-instances.md - - name: Generate download URI - displayName: Downloadable access review history report - href: api/accessreviewhistoryinstance-generatedownloaduri.md - - name: Access reviews (deprecated) - href: resources/accessreviews-root.md - items: - - name: Access review - href: resources/accessreview.md - items: - - name: List access reviews - href: api/accessreview-list.md - - name: Get access review - href: api/accessreview-get.md - - name: Create access review - href: api/accessreview-create.md - - name: Update access review - href: api/accessreview-update.md - - name: Delete access review - href: api/accessreview-delete.md - - name: Add reviewer - href: api/accessreview-addreviewer.md - - name: List decisions - href: api/accessreview-listdecisions.md - - name: List my decisions - href: api/accessreview-listmydecisions.md - - name: List reviewers - href: api/accessreview-listreviewers.md - - name: Remove reviewer - href: api/accessreview-removereviewer.md - - name: Reset - href: api/accessreview-reset.md - - name: Send reminder - href: api/accessreview-sendreminder.md - - name: Stop - href: api/accessreview-stop.md - - name: Business flow template - href: resources/businessflowtemplate.md - items: - - name: List - href: api/businessflowtemplate-list.md - - name: Program - href: resources/program.md - items: - - name: Create - href: api/program-create.md - - name: Delete - href: api/program-delete.md - - name: List - href: api/program-list.md - - name: Update - href: api/program-update.md - - name: List controls - href: api/program-listcontrols.md - - name: Program control - href: resources/programcontrol.md - items: - - name: Create - href: api/programcontrol-create.md - - name: Delete - href: api/programcontrol-delete.md - - name: List - href: api/programcontrol-list.md - - name: Program control type - href: resources/programcontroltype.md - items: - - name: List - href: api/programcontroltype-list.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: - - name: Access package - href: resources/accesspackage.md - items: - - name: List - href: api/entitlementmanagement-list-accesspackages.md - - name: Create - href: api/entitlementmanagement-post-accesspackages.md - - name: Get - href: api/accesspackage-get.md - - name: Update - href: api/accesspackage-update.md - - name: Delete - href: api/accesspackage-delete.md - - name: Filter by current user - href: api/accesspackage-filterbycurrentuser.md - - name: Get applicable policy requirements - href: api/accesspackage-getapplicablepolicyrequirements.md - - name: List incompatible access packages - href: api/accesspackage-list-incompatibleaccesspackages.md - - name: Add incompatible access package - href: api/accesspackage-post-incompatibleaccesspackage.md - - name: Remove incompatible access package - href: api/accesspackage-delete-incompatibleaccesspackage.md - - name: List incompatible groups - href: api/accesspackage-list-incompatiblegroups.md - - name: Add incompatible group - href: api/accesspackage-post-incompatiblegroup.md - - name: Remove incompatible group - href: api/accesspackage-delete-incompatiblegroup.md - - name: List access packages incompatible with - href: api/accesspackage-list-accesspackagesincompatiblewith.md - - name: Move to catalog - href: api/accesspackage-movetocatalog.md - - name: Access package assignment - href: resources/accesspackageassignment.md - items: - - name: List - href: api/entitlementmanagement-list-accesspackageassignments.md - - name: Additional access - href: api/accesspackageassignment-additionalaccess.md - - name: Filter by current user - href: api/accesspackageassignment-filterbycurrentuser.md - - name: Reprocess - href: api/accesspackageassignment-reprocess.md - - name: Access package assignment approval - items: - - name: Approval - href: resources/approval.md - - name: Get - href: api/approval-get.md - - name: Approval step - items: - - name: Approval - href: resources/approvalstep.md - - name: List - href: api/approval-list-steps.md - - name: Get - href: api/approvalstep-get.md - - name: Update - href: api/approvalstep-update.md - - name: Access package assignment policy - href: resources/accesspackageassignmentpolicy.md - items: - - name: List - href: api/entitlementmanagement-list-accesspackageassignmentpolicies.md - - name: Create - href: api/entitlementmanagement-post-accesspackageassignmentpolicies.md - - name: Get - href: api/accesspackageassignmentpolicy-get.md - - name: Update - href: api/accesspackageassignmentpolicy-update.md - - name: Delete - href: api/accesspackageassignmentpolicy-delete.md - - name: Access package assignment request - href: resources/accesspackageassignmentrequest.md - items: - - name: List - href: api/entitlementmanagement-list-assignmentrequests.md - - name: Create - href: api/entitlementmanagement-post-assignmentrequests.md - - name: List (deprecated) - href: api/entitlementmanagement-list-accesspackageassignmentrequests.md - - name: Create (deprecated) - href: api/entitlementmanagement-post-accesspackageassignmentrequests.md - - name: Get - href: api/accesspackageassignmentrequest-get.md - - name: Delete - href: api/accesspackageassignmentrequest-delete.md - - name: Filter by current user - href: api/accesspackageassignmentrequest-filterbycurrentuser.md - - name: Cancel - href: api/accesspackageassignmentrequest-cancel.md - - name: Reprocess - href: api/accesspackageassignmentrequest-reprocess.md - - name: Resume - href: api/accesspackageassignmentrequest-resume.md - - name: Access package assignment resource role - href: resources/accesspackageassignmentresourcerole.md - items: - - name: List - href: api/entitlementmanagement-list-accesspackageassignmentresourceroles.md - - name: Get - href: api/accesspackageassignmentresourcerole-get.md - - name: Access package catalog - href: resources/accesspackagecatalog.md - items: - - name: List - href: api/entitlementmanagement-list-accesspackagecatalogs.md - - name: Create - href: api/entitlementmanagement-post-accesspackagecatalogs.md - - name: Get - href: api/accesspackagecatalog-get.md - - name: Update - href: api/accesspackagecatalog-update.md - - name: Delete - href: api/accesspackagecatalog-delete.md - - name: List resources - href: api/accesspackagecatalog-list-accesspackageresources.md - - name: List resource roles - href: api/accesspackagecatalog-list-accesspackageresourceroles.md - - name: Access package custom workflow extension - items: - - name: Assignment request workflow extension - href: resources/accesspackageassignmentrequestworkflowextension.md - items: - - name: List - href: api/accesspackagecatalog-list-accesspackagecustomworkflowextensions.md - - name: Create - href: api/accesspackagecatalog-post-accesspackagecustomworkflowextensions.md - - name: Get - href: api/accesspackageassignmentrequestworkflowextension-get.md - - name: Update - href: api/accesspackageassignmentrequestworkflowextension-update.md - - name: Delete - href: api/accesspackageassignmentrequestworkflowextension-delete.md - - name: Assignment workflow extension - href: resources/accesspackageassignmentworkflowextension.md - items: - - name: List - href: api/accesspackagecatalog-list-accesspackagecustomworkflowextensions.md - - name: Create - href: api/accesspackagecatalog-post-accesspackagecustomworkflowextensions.md - - name: Get - href: api/accesspackageassignmentworkflowextension-get.md - - name: Update - href: api/accesspackageassignmentworkflowextension-update.md - - name: Delete - href: api/accesspackageassignmentworkflowextension-delete.md - - name: Access package resource request - href: resources/accesspackageresourcerequest.md - items: - - name: List - href: api/entitlementmanagement-list-accesspackageresourcerequests.md - - name: Create - href: api/entitlementmanagement-post-accesspackageresourcerequests.md - - name: Access package resource environment - href: resources/accesspackageresourceenvironment.md - items: - - name: List - href: api/entitlementmanagement-list-accesspackageresourceenvironment.md - - name: Get - href: api/accesspackageresourceenvironment-get.md - - name: Access package resource - href: resources/accesspackageresource.md - items: - - name: List - href: api/accesspackagecatalog-list-accesspackageresources.md - - name: Refresh - href: api/accesspackageresource-refresh.md - - name: Access package resource role - href: resources/accesspackageresourcerole.md - items: - - name: List - href: api/accesspackagecatalog-list-accesspackageresourceroles.md - - name: Access package resource role scope - href: resources/accesspackageresourcerolescope.md - items: - - name: List - href: api/accesspackage-list-accesspackageresourcerolescopes.md - - name: Create - href: api/accesspackage-post-accesspackageresourcerolescopes.md - - name: Delete - href: api/accesspackage-delete-accesspackageresourcerolescopes.md - - name: Access package subject - href: resources/accesspackagesubject.md - items: - - name: Get - href: api/accesspackagesubject-get.md - - name: Update - href: api/accesspackagesubject-update.md - - name: Connected organization - href: resources/connectedorganization.md - items: - - name: List - href: api/entitlementmanagement-list-connectedorganizations.md - - name: Create - href: api/entitlementmanagement-post-connectedorganizations.md - - name: Get - href: api/connectedorganization-get.md - - name: Update - href: api/connectedorganization-update.md - - name: Delete - href: api/connectedorganization-delete.md - - name: List external sponsors - href: api/connectedorganization-list-externalsponsors.md - - name: List internal sponsors - href: api/connectedorganization-list-internalsponsors.md - - name: Add external sponsors - href: api/connectedorganization-post-externalsponsors.md - - name: Add internal sponsors - href: api/connectedorganization-post-internalsponsors.md - - name: Remove external sponsors - href: api/connectedorganization-delete-externalsponsors.md - - name: Remove internal sponsors - href: api/connectedorganization-delete-internalsponsors.md - - name: Custom access package workflow extension (deprecated) - href: resources/customAccessPackageWorkflowExtension.md - items: - - name: List - href: api/accesspackagecatalog-list-customaccesspackageworkflowextensions.md - - name: Create - href: api/accesspackagecatalog-post-customaccesspackageworkflowextensions.md - - name: Get - href: api/customaccesspackageworkflowextension-get.md - - name: Update - href: api/customaccesspackageworkflowextension-update.md - - name: Delete - href: api/customaccesspackageworkflowextension-delete.md - - name: Entitlement management settings - href: resources/entitlementmanagementsettings.md - items: - - name: Get - href: api/entitlementmanagementsettings-get.md - - name: Update - href: api/entitlementmanagementsettings-update.md - - name: Lifecycle workflows - items: - - name: Overview - href: resources/identitygovernance-lifecycleworkflows-overview.md - displayName: LCW, Identity Governance, Joiner, Mover, Leaver - - name: Workflow - items: - - name: Workflow - href: resources/identitygovernance-workflow.md - - name: List - href: api/identitygovernance-lifecycleworkflowscontainer-list-workflows.md - - name: Create - href: api/identitygovernance-lifecycleworkflowscontainer-post-workflows.md - - name: Get - href: api/identitygovernance-workflow-get.md - - name: Update - href: api/identitygovernance-workflow-update.md - - name: Delete - href: api/identitygovernance-workflow-delete.md - - name: List users in scope - href: api/workflow-list-executionscope.md - - name: List deleted workflows - href: api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems.md - - name: Get a deleted workflow - href: api/identitygovernance-deleteditemcontainer-get.md - - name: Permanently delete a workflow - href: api/identitygovernance-deletedItemcontainer-delete.md - - name: Restore - href: api/identitygovernance-workflow-restore.md - - name: Activate (run on-demand) - href: api/identitygovernance-workflow-activate.md - - name: Workflow version - items: - - name: Workflow version - href: resources/identitygovernance-workflowversion.md - - name: List - href: api/identitygovernance-workflow-list-versions.md - - name: Get - href: api/identitygovernance-workflowversion-get.md - - name: Create - href: api/identitygovernance-workflow-createnewversion.md - - name: List tasks for a workflow version - href: api/identitygovernance-workflowversion-list-tasks.md - - name: Get task for a workflow version - href: api/identitygovernance-task-get.md - - name: Workflow task - items: - - name: Workflow task - href: resources/identitygovernance-task.md - - name: List tasks - href: api/identitygovernance-workflow-list-task.md - - name: Get task - href: api/identitygovernance-task-get.md - - name: Update task - href: api/identitygovernance-task-update.md - - name: Reports - items: - - name: Overview - displayName: Lifecycle Workflows reporting - href: resources/identitygovernance-lifecycleworkflows-reporting-overview.md - - name: User processing results - href: resources/identitygovernance-userprocessingresult.md - items: - - name: List user processing results - href: api/identitygovernance-workflow-list-userprocessingresults.md - - name: Get user processing result - href: api/identitygovernance-userprocessingresult-get.md - - name: Get summary - href: api/identitygovernance-userprocessingresult-summary.md - - name: List task processing results - href: api/identitygovernance-userprocessingresult-list-taskprocessingresults.md - - name: Task report - href: resources/identitygovernance-taskreport.md - items: - - name: List task reports - href: api/identitygovernance-workflow-list-taskreports.md - - name: Get summary - href: api/identitygovernance-taskreport-summary.md - - name: List task processing results - href: api/identitygovernance-taskreport-list-taskprocessingresults.md - - name: Workflow run - items: - - name: Run - href: resources/identitygovernance-run.md - - name: List runs - href: api/identitygovernance-workflow-list-runs.md - - name: Get runs - href: api/identitygovernance-run-get.md - - name: Get summary - href: api/identitygovernance-run-summary.md - - name: List task processing results - href: api/identitygovernance-run-list-taskprocessingresults.md - - name: List user processing results - href: api/identitygovernance-run-list-userprocessingresults.md - - name: Task processing result - items: - - name: Task processing result - href: resources/identitygovernance-taskprocessingresult.md - - name: Resume - href: api/identitygovernance-taskprocessingresult-resume.md - - name: Workflow template - items: - - name: Workflow template - href: resources/identitygovernance-workflowtemplate.md - - name: List - href: api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates.md - - name: Get - href: api/identitygovernance-workflowtemplate-get.md - - name: Task definition - items: - - name: Task definition - href: resources/identitygovernance-taskdefinition.md - - name: List - href: api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions.md - - name: Get - href: api/identitygovernance-taskdefinition-get.md - - name: Custom task extension - items: - - name: Custom task extension - href: resources/identitygovernance-customtaskextension.md - - name: List - href: api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions.md - - name: Get - href: api/identitygovernance-customtaskextension-get.md - - name: Create - href: api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions.md - - name: Update - href: api/identitygovernance-customtaskextension-update.md - - name: Delete - href: api/identitygovernance-customtaskextension-delete.md - - name: Settings - items: - - name: Lifecycle management settings - href: resources/identitygovernance-lifecyclemanagementsettings.md - - name: Get - href: api/identitygovernance-lifecyclemanagementsettings-get.md - - name: Update - href: api/identitygovernance-lifecyclemanagementsettings-update.md - - name: Privileged Identity Management iteration 3 - items: - - name: PIM for Microsoft Entra roles - href: resources/privilegedidentitymanagementv3-overview.md - displayName: Privileged Identity Management, PIM, Identity Governance - items: - - name: Assignment 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: Assignment 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: Assignment 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: Eligibility 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: Eligibility 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: Eligibility 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: Assignment approval - href: resources/approval.md - items: - - name: Get - href: api/approval-get.md - - name: Approval step - items: - - name: Approval step - href: resources/approvalstep.md - - name: List - href: api/approval-list-steps.md - - name: Get - href: api/approvalstep-get.md - - name: Update - href: api/approvalstep-update.md - - name: Policies and rules - items: - - name: Policy - href: resources/unifiedrolemanagementpolicy.md - - name: List - href: api/policyroot-list-rolemanagementpolicies.md - - name: Get - href: api/unifiedrolemanagementpolicy-get.md - - name: Update - href: api/unifiedrolemanagementpolicy-update.md - - name: Rules - href: resources/unifiedrolemanagementpolicyrule.md - items: - - name: List rules - href: api/unifiedrolemanagementpolicy-list-rules.md - - name: Get rule - href: api/unifiedrolemanagementpolicyrule-get.md - - name: Update rule - href: api/unifiedrolemanagementpolicyrule-update.md - - name: Role management policy assignments - href: resources/unifiedrolemanagementpolicyassignment.md - items: - - name: List - href: api/policyroot-list-rolemanagementpolicyassignments.md - - name: Get - href: api/unifiedrolemanagementpolicyassignment-get.md - - name: Role management alerts - items: - - name: Alerts - href: resources/unifiedrolemanagementalert.md - items: - - name: List - href: api/rolemanagementalert-list-alerts.md - - name: Get - href: api/unifiedrolemanagementalert-get.md - - name: Update - href: api/unifiedrolemanagementalert-update.md - - name: Refresh - href: api/unifiedrolemanagementalert-refresh.md - - name: Alert definitions - href: resources/unifiedrolemanagementalertdefinition.md - items: - - name: List - href: api/rolemanagementalert-list-alertdefinitions.md - - name: Get - href: api/unifiedrolemanagementalertdefinition-get.md - - name: Alert configurations - href: resources/unifiedrolemanagementalertconfiguration.md - items: - - name: Invalid license - href: resources/invalidlicensealertconfiguration.md - - name: No MFA on role activation - href: resources/nomfaonroleactivationalertconfiguration.md - - name: Redundant role assignment - href: resources/redundantassignmentalertconfiguration.md - - name: Role assigned outside PIM - href: resources/rolesassignedoutsideprivilegedidentitymanagementalertconfiguration.md - - name: Frequent role activation - href: resources/sequentialactivationrenewalsalertconfiguration.md - - name: Stale account in privileged role - href: resources/stalesigninalertconfiguration.md - - name: Too many global administrators - href: resources/toomanyglobaladminsassignedtotenantalertconfiguration.md - - name: List - href: api/rolemanagementalert-list-alertconfigurations.md - - name: Get - href: api/unifiedrolemanagementalertconfiguration-get.md - - name: Update - href: api/unifiedrolemanagementalertconfiguration-update.md - - name: Alert incidents - href: resources/unifiedrolemanagementalertincident.md - items: - - name: List - href: api/unifiedrolemanagementalert-list-alertincidents.md - - name: Get - href: api/unifiedrolemanagementalertincident-get.md - - name: Remediate - href: api/unifiedrolemanagementalertincident-remediate.md - - name: Long running operations - href: resources/longrunningoperation.md - items: - - name: Get - href: api/longrunningoperation-get.md - - name: PIM for Groups - href: resources/privilegedidentitymanagement-for-groups-api-overview.md - items: - - name: Assignment schedule requests - href: resources/privilegedaccessgroupassignmentschedulerequest.md - items: - - name: List - href: api/privilegedaccessgroup-list-assignmentschedulerequests.md - - name: Create - href: api/privilegedaccessgroup-post-assignmentschedulerequests.md - - name: Get - href: api/privilegedaccessgroupassignmentschedulerequest-get.md - - name: Cancel - href: api/privilegedaccessgroupassignmentschedulerequest-cancel.md - - name: Filter by current user - href: api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser.md - - name: Assignment schedules - href: resources/privilegedaccessgroupassignmentschedule.md - items: - - name: List - href: api/privilegedaccessgroup-list-assignmentschedules.md - - name: Get - href: api/privilegedaccessgroupassignmentschedule-get.md - - name: Filter by current user - href: api/privilegedaccessgroupassignmentschedule-filterbycurrentuser.md - - name: Assignment schedule instances - href: resources/privilegedaccessgroupassignmentscheduleinstance.md - items: - - name: List - href: api/privilegedaccessgroup-list-assignmentscheduleinstances.md - - name: Get - href: api/privilegedaccessgroupassignmentscheduleinstance-get.md - - name: Filter by current user - href: api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser.md - - name: Eligibility schedule requests - href: resources/privilegedaccessgroupeligibilityschedulerequest.md - items: - - name: List - href: api/privilegedaccessgroup-list-eligibilityschedulerequests.md - - name: Create - href: api/privilegedaccessgroup-post-eligibilityschedulerequests.md - - name: Get - href: api/privilegedaccessgroupeligibilityschedulerequest-get.md - - name: Cancel - href: api/privilegedaccessgroupeligibilityschedulerequest-cancel.md - - name: Filter by current user - href: api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser.md - - name: Eligibility schedules - href: resources/privilegedaccessgroupeligibilityschedule.md - items: - - name: List - href: api/privilegedaccessgroup-list-eligibilityschedules.md - - name: Get - href: api/privilegedaccessgroupeligibilityschedule-get.md - - name: Filter by current user - href: api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser.md - - name: Eligibility schedule instances - href: resources/privilegedaccessgroupeligibilityscheduleinstance.md - items: - - name: List - href: api/privilegedaccessgroup-list-eligibilityscheduleinstances.md - - name: Get - href: api/privilegedaccessgroupeligibilityscheduleinstance-get.md - - name: Filter by current user - href: api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser.md - - name: Assignment approval - href: resources/approval.md - items: - - name: Get - href: api/approval-get.md - - name: Filter by current user - href: api/approval-filterbycurrentuser.md - - name: Approval step - items: - - name: Approval step - href: resources/approvalstep.md - - name: List - href: api/approval-list-steps.md - - name: Get - href: api/approvalstep-get.md - - name: Update - href: api/approvalstep-update.md - - name: Policies and rules - items: - - name: Policy - href: resources/unifiedrolemanagementpolicy.md - - name: List - href: api/policyroot-list-rolemanagementpolicies.md - - name: Get - href: api/unifiedrolemanagementpolicy-get.md - - name: Update - href: api/unifiedrolemanagementpolicy-update.md - - name: Rules - href: resources/unifiedrolemanagementpolicyrule.md - items: - - name: List rules - href: api/unifiedrolemanagementpolicy-list-rules.md - - name: Get rule - href: api/unifiedrolemanagementpolicyrule-get.md - - name: Update rule - href: api/unifiedrolemanagementpolicyrule-update.md - - name: Policy assignments - href: resources/unifiedrolemanagementpolicyassignment.md - items: - - name: List - href: api/policyroot-list-rolemanagementpolicyassignments.md - - name: Get - href: api/unifiedrolemanagementpolicyassignment-get.md - - name: Privileged Identity Management iteration 2 - href: resources/privilegedidentitymanagement-root.md - items: - - name: PIM for Azure resources - href: resources/privilegedidentitymanagement-resources.md - items: - - name: Managed resources - href: resources/governanceresource.md - items: - - name: List - href: api/governanceresource-list.md - - name: Get - href: api/governanceresource-get.md - - name: Register - href: api/governanceresource-register.md - - name: Role definitions - href: resources/governanceroledefinition.md - items: - - name: List - href: api/governanceroledefinition-list.md - - name: Get - href: api/governanceroledefinition-get.md - - name: Role settings - href: resources/governancerolesetting.md - items: - - name: List - href: api/governancerolesetting-list.md - - name: Get - href: api/governancerolesetting-get.md - - name: Update - href: api/governancerolesetting-update.md - - name: Role assignments - href: resources/governanceroleassignment.md - items: - - name: List - href: api/governanceroleassignment-list.md - - name: Get - href: api/governanceroleassignment-get.md - - name: Export - href: api/governanceroleassignment-export.md - - name: Role assignment requests - href: resources/governanceroleassignmentrequest.md - items: - - name: List - href: api/governanceroleassignmentrequest-list.md - - name: Create - href: api/governanceroleassignmentrequest-post.md - - name: Get - href: api/governanceroleassignmentrequest-get.md - - name: Update - href: api/governanceroleassignmentrequest-update.md - - name: Cancel - href: api/governanceroleassignmentrequest-cancel.md - - name: Terms of use - items: - - name: Agreement - href: resources/agreement.md - - name: List - href: api/termsofusecontainer-list-agreements.md - - name: Create - href: api/termsofusecontainer-post-agreements.md - - name: Get - href: api/agreement-get.md - - name: Update - href: api/agreement-update.md - - name: Delete - href: api/agreement-delete.md - - name: Agreement acceptances - href: resources/agreementacceptance.md - items: - - name: List agreement acceptances for a user - href: api/user-list-agreementacceptances.md - - name: List acceptances - href: api/agreement-list-acceptances.md - - name: Agreement file - items: - - name: Default agreement file - href: resources/agreementfile.md - - name: Localized agreement file - href: resources/agreementfilelocalization.md - - name: Get default file - href: api/agreementfile-get.md - - name: Create localized files - href: api/agreement-post-files.md - - name: List files - href: api/agreement-list-files.md - - name: List localized files - href: api/agreementfile-list-localizations.md - - name: Identity and sign-in - items: - - name: Authentication event listeners (preview) - href: resources/authenticationeventlistener.md - items: - - name: On attribute collection - href: resources/onattributecollectionlistener.md - - name: On attribute collection start - href: resources/onattributecollectionstartlistener.md - - name: On attribute collection submit - href: resources/onattributecollectionsubmitlistener.md - - name: On authentication method load start - href: resources/onauthenticationmethodloadstartlistener.md - - name: On interactive authentication flow start - href: resources/oninteractiveauthflowstartlistener.md - - name: On token issuance start - href: resources/ontokenissuancestartlistener.md - - name: On user create start - href: resources/onusercreatestartlistener.md - - name: List - href: api/identitycontainer-list-authenticationeventlisteners.md - - name: Create - href: api/identitycontainer-post-authenticationeventlisteners.md - - name: Get - href: api/authenticationeventlistener-get.md - - name: Update - href: api/authenticationeventlistener-update.md - - name: Delete - href: api/authenticationeventlistener-delete.md - - name: Authentication methods - items: - - name: Overview - href: resources/authenticationmethods-overview.md - - name: Authentication methods - href: resources/authenticationmethod.md - items: - - name: List - href: api/authentication-list-methods.md - - name: Authentication sign-in preferences - href: resources/authentication.md - items: - - name: Get - href: api/authentication-get.md - - name: Update - href: api/authentication-update.md - - name: Email - href: resources/emailauthenticationmethod.md - items: - - name: List - href: api/authentication-list-emailmethods.md - - name: Get - href: api/emailauthenticationmethod-get.md - - name: Update - href: api/emailauthenticationmethod-update.md - - name: Delete - href: api/emailauthenticationmethod-delete.md - - name: Add - href: api/authentication-post-emailmethods.md - - name: FIDO2 security keys - href: resources/fido2authenticationmethod.md - items: - - name: List - href: api/fido2authenticationmethod-list.md - - name: Get - href: api/fido2authenticationmethod-get.md - - name: Delete - href: api/fido2authenticationmethod-delete.md - - name: Microsoft Authenticator - href: resources/microsoftauthenticatorauthenticationmethod.md - items: - - name: List - href: api/microsoftauthenticatorauthenticationmethod-list.md - - name: Get - href: api/microsoftauthenticatorauthenticationmethod-get.md - - name: Delete - href: api/microsoftauthenticatorauthenticationmethod-delete.md - - name: Password - href: resources/passwordauthenticationmethod.md - items: - - name: List - href: api/authentication-list-passwordmethods.md - - name: Get - href: api/passwordauthenticationmethod-get.md - - name: Reset - href: api/authenticationmethod-resetpassword.md - - name: Get operation status - href: api/authenticationoperation-get.md - - name: Phone - href: resources/phoneauthenticationmethod.md - items: - - name: List - href: api/authentication-list-phonemethods.md - - name: Get - href: api/phoneauthenticationmethod-get.md - - name: Update - href: api/phoneauthenticationmethod-update.md - - name: Delete - href: api/phoneauthenticationmethod-delete.md - - name: Add - href: api/authentication-post-phonemethods.md - - name: Enable SMS sign-in - href: api/phoneauthenticationmethod-enablesmssignin.md - - name: Disable SMS sign-in - href: api/phoneauthenticationmethod-disablesmssignin.md - - name: Software OATH token - href: resources/softwareOathAuthenticationMethod.md - items: - - name: List - href: api/authentication-list-softwareoathmethods.md - - name: Get - href: api/softwareOathAuthenticationMethod-get.md - - name: Delete - href: api/softwareOathAuthenticationMethod-delete.md - - name: Temporary Access Pass - displayName: TAP - href: resources/temporaryaccesspassauthenticationmethod.md - items: - - name: List - href: api/authentication-list-temporaryaccesspassmethods.md - - name: Create - href: api/authentication-post-temporaryaccesspassmethods.md - - name: Get - href: api/temporaryaccesspassauthenticationmethod-get.md - - name: Delete - href: api/temporaryaccesspassauthenticationmethod-delete.md - - name: Windows Hello for Business - href: resources/windowshelloforbusinessauthenticationmethod.md - items: - - name: List - href: api/windowshelloforbusinessauthenticationmethod-list.md - - name: Get - href: api/windowshelloforbusinessauthenticationmethod-get.md - - name: Delete - href: api/windowshelloforbusinessauthenticationmethod-delete.md - - name: Microsoft Authenticator Passwordless Phone Sign-In (deprecated) - href: resources/passwordlessmicrosoftauthenticatorauthenticationmethod.md - items: - - name: List - href: api/passwordlessmicrosoftauthenticatorauthenticationmethod-list.md - - name: Get - href: api/passwordlessmicrosoftauthenticatorauthenticationmethod-get.md - - name: Delete - href: api/passwordlessmicrosoftauthenticatorauthenticationmethod-delete.md - - name: Platform Credential - href: resources/platformcredentialauthenticationmethod.md - items: - - name: List - href: api/platformcredentialauthenticationmethod-list.md - - name: Get - href: api/platformcredentialauthenticationmethod-get.md - - name: Delete - href: api/platformcredentialauthenticationmethod-delete.md - - name: Authentication strengths - items: - - name: Overview - href: resources/authenticationstrengths-overview.md - - name: Authentication strengths policy - href: resources/authenticationstrengthpolicy.md - items: - - name: List - href: api/authenticationstrengthroot-list-policies.md - - name: Create - href: api/authenticationstrengthroot-post-policies.md - - name: Get - href: api/authenticationstrengthpolicy-get.md - - name: Update - href: api/authenticationstrengthpolicy-update.md - - name: Delete - href: api/authenticationstrengthroot-delete-policies.md - - name: Find by method mode (deprecated) - href: api/authenticationstrengthpolicy-findbymethodmode.md - - name: List usage - href: api/authenticationstrengthpolicy-usage.md - - name: Authentication combination configurations - items: - - name: Authentication combination configuration - href: resources/authenticationcombinationconfiguration.md - - name: FIDO2 combination configuration - href: resources/fido2combinationconfiguration.md - - name: x509 certificate combination configuration - href: resources/x509certificatecombinationconfiguration.md - - name: Create - href: api/authenticationstrengthpolicy-post-combinationconfigurations.md - - name: List - href: api/authenticationstrengthpolicy-list-combinationconfigurations.md - - name: Get - href: api/authenticationcombinationconfiguration-get.md - - name: Update - href: api/authenticationcombinationconfiguration-update.md - - name: Delete - href: api/authenticationstrengthpolicy-delete-combinationconfigurations.md - - name: Update allowed combinations - href: api/authenticationstrengthpolicy-updateallowedcombinations.md - - name: Authentication method modes - href: resources/authenticationmethodmodedetail.md - items: - - name: List authentication combinations and method modes - href: api/authenticationstrengthroot-list-authenticationmethodmodes.md - - name: Get authentication method modes - href: api/authenticationmethodmodedetail-get.md - - name: Certificate-based authentication configuration - displayName: CBA - href: resources/certificatebasedauthconfiguration.md - items: - - name: List - href: api/certificatebasedauthconfiguration-list.md - - name: Get - href: api/certificatebasedauthconfiguration-get.md - - name: Create - href: api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration.md - - name: Delete - href: api/certificatebasedauthconfiguration-delete.md - - name: Conditional Access - items: - - name: Conditional Access - href: resources/conditionalaccessroot.md - - name: Policies - items: - - name: Conditional Access policy - href: resources/conditionalaccesspolicy.md - - name: List - href: api/conditionalaccessroot-list-policies.md - - name: Create - href: api/conditionalaccessroot-post-policies.md - - name: Get - href: api/conditionalaccesspolicy-get.md - - name: Update - href: api/conditionalaccesspolicy-update.md - - name: Delete - href: api/conditionalaccesspolicy-delete.md - - name: Named locations - items: - - name: Named location - items: - - name: Named location - href: resources/namedlocation.md - - name: List - href: api/conditionalaccessroot-list-namedlocations.md - - name: Get - href: api/namedlocation-get.md - - name: Delete - href: api/namedlocation-delete.md - - name: Country named location - items: - - name: Country named location - href: resources/countrynamedlocation.md - - name: List - href: api/conditionalaccessroot-list-namedlocations.md - - name: Create - href: api/conditionalaccessroot-post-namedlocations.md - - name: Get - href: api/countrynamedlocation-get.md - - name: Update - href: api/countrynamedlocation-update.md - - name: Delete - href: api/countrynamedlocation-delete.md - - name: IP named location - items: - - name: IP named location - href: resources/ipnamedlocation.md - - name: List - href: api/conditionalaccessroot-list-namedlocations.md - - name: Create - href: api/conditionalaccessroot-post-namedlocations.md - - name: Get - href: api/ipnamedlocation-get.md - - name: Update - href: api/ipnamedlocation-update.md - - name: Delete - href: api/ipnamedlocation-delete.md - - name: Authentication context - items: - - name: Authentication context class reference - href: resources/authenticationcontextclassreference.md - - name: List - href: api/conditionalaccessroot-list-authenticationcontextclassreferences.md - - name: Create - href: api/conditionalaccessroot-post-authenticationcontextclassreferences.md - - name: Get - href: api/authenticationcontextclassreference-get.md - - name: Update - href: api/authenticationcontextclassreference-update.md - - name: Delete - href: api/authenticationcontextclassreference-delete.md - - name: Templates - items: - - name: Conditional access template - href: resources/conditionalAccessTemplate.md - - name: List - href: api/conditionalaccessroot-list-templates.md - - name: Get - href: api/conditionalaccesstemplate-get.md - - name: Cross-tenant access - items: - - name: Overview - displayName: Cross-tenant access settings, XTAP - href: resources/crosstenantaccesspolicy-overview.md - - name: Policy - items: - - name: Cross-tenant access policy - href: resources/crosstenantaccesspolicy.md - - name: Get - href: api/crosstenantaccesspolicy-get.md - - name: Update - href: api/crosstenantaccesspolicy-update.md - - name: Default settings - items: - - name: Cross-tenant access default settings - href: resources/crosstenantaccesspolicyconfigurationdefault.md - - name: Get - href: api/crosstenantaccesspolicyconfigurationdefault-get.md - - name: Update - href: api/crosstenantaccesspolicyconfigurationdefault-update.md - - name: Reset to system default - href: api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault.md - - name: Partner settings - items: - - name: Cross-tenant access partner settings - href: resources/crosstenantaccesspolicyconfigurationpartner.md - - name: List - href: api/crosstenantaccesspolicy-list-partners.md - - name: Create - href: api/crosstenantaccesspolicy-post-partners.md - - name: Get - href: api/crosstenantaccesspolicyconfigurationpartner-get.md - - name: Update - href: api/crosstenantaccesspolicyconfigurationpartner-update.md - - name: Delete - href: api/crosstenantaccesspolicyconfigurationpartner-delete.md - - name: Partner user sync settings - items: - - name: Cross-tenant access partner user sync settings - href: resources/crosstenantidentitysyncpolicypartner.md - - name: Create - href: api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization.md - - name: Get - href: api/crosstenantidentitysyncpolicypartner-get.md - - name: Update - href: api/crosstenantidentitysyncpolicypartner-update.md - - name: Delete - href: api/crosstenantidentitysyncpolicypartner-delete.md - - name: Cross-tenant shared user profiles - items: - - name: Inbound shared user profiles - href: resources/inboundshareduserprofile.md - items: - - name: Get - href: api/inboundshareduserprofile-get.md - - name: List - href: api/directory-list-inboundshareduserprofiles.md - - name: Export personal data - href: api/inboundshareduserprofile-exportpersonaldata.md - - name: Remove personal data - href: api/inboundshareduserprofile-removepersonaldata.md - - name: Outbound shared user profiles - href: resources/outboundshareduserprofile.md - items: - - name: Get - href: api/outboundshareduserprofile-get.md - - name: List - href: api/directory-list-outboundshareduserprofiles.md - - name: List tenant references - href: api/outboundshareduserprofile-list-tenants.md - - name: Remove personal data - href: api/tenantreference-removepersonaldata.md - - name: Custom authentication extensions (preview) - href: resources/customauthenticationextension.md - items: - - name: On attribute collection start - href: resources/onattributecollectionstartcustomextension.md - - name: On attribute collection submit - href: resources/onattributecollectionsubmitcustomextension.md - - name: On token issuance start - href: resources/ontokenissuancestartcustomextension.md - - name: List custom authentication extensions - href: api/identitycontainer-list-customauthenticationextensions.md - - name: Create custom authentication extension - href: api/identitycontainer-post-customauthenticationextensions.md - - name: Get custom authentication extension - href: api/customauthenticationextension-get.md - - name: Update custom authentication extension - href: api/customauthenticationextension-update.md - - name: Delete custom authentication extension - href: api/customauthenticationextension-delete.md - - name: Get on attribute collection start - href: api/onattributecollectionstartcustomextension-get.md - - name: Update on attribute collection start - href: api/onattributecollectionstartcustomextension-update.md - - name: Get on attribute collection submit - href: api/onattributecollectionsubmitcustomextension-get.md - - name: Update on attribute collection submit - href: api/onattributecollectionsubmitcustomextension-update.md - - name: Data policy operation - href: resources/datapolicyoperation.md - items: - - name: Get - href: api/datapolicyoperation-get.md - - name: Export personal data - href: api/user-exportpersonaldata.md - - name: Delegated permission grant - href: resources/oauth2permissiongrant.md - items: - - name: List - href: api/oauth2permissiongrant-list.md - - name: Get - href: api/oauth2permissiongrant-get.md - - name: Create - href: api/oauth2permissiongrant-post.md - - name: Update - href: api/oauth2permissiongrant-update.md - - name: Delete - href: api/oauth2permissiongrant-delete.md - - name: Get delta - href: api/oauth2permissiongrant-delta.md - - name: External identities policy (preview) - href: resources/externalidentitiespolicy.md - items: - - name: Get - href: api/externalidentitiespolicy-get.md - - name: Update - href: api/externalidentitiespolicy-update.md - - name: Identity protection - href: resources/identityprotection-overview.md - items: - - name: Risk detection - items: - - name: Risk detection - href: resources/riskdetection.md - - name: List risk detections - href: api/riskdetection-list.md - - name: Get risk detection - href: api/riskdetection-get.md - - name: Risky user - items: - - name: Risky user - href: resources/riskyuser.md - - name: List risky users - href: api/riskyusers-list.md - - name: Get risky user - href: api/riskyusers-get.md - - name: List history - href: api/riskyuser-list-history.md - - name: Confirm compromised - href: api/riskyusers-confirmcompromised.md - - name: Dismiss - href: api/riskyusers-dismiss.md - - name: Service principal risk detection - items: - - name: Risk detection - href: resources/serviceprincipalriskdetection.md - - name: List - href: api/identityprotectionroot-list-serviceprincipalriskdetections.md - - name: Get - href: api/serviceprincipalriskdetection-get.md - - name: Risky service principal - items: - - name: Risky service principal - href: resources/riskyserviceprincipal.md - - name: List risky service principals - href: api/identityprotectionroot-list-riskyserviceprincipals.md - - name: Get risky service principal - href: api/riskyserviceprincipal-get.md - - name: List history - href: api/riskyserviceprincipal-list-history.md - - name: Confirm compromised - href: api/riskyserviceprincipal-confirmcompromised.md - - name: Dismiss - href: api/riskyserviceprincipal-dismiss.md - - name: Identity provider - items: - - name: Identity provider base - href: resources/identityproviderbase.md - - name: External identities - items: - - name: Built-in identity provider type - href: resources/builtinidentityprovider.md - - name: Social identity provider type - href: resources/socialidentityprovider.md - - name: Apple identity provider type - href: resources/applemanagedidentityprovider.md - - name: OpenID Connect identity provider type - href: resources/openidconnectidentityprovider.md - - name: List available identity providers - href: api/identityproviderbase-availableprovidertypes.md - - name: List configured identity providers - href: api/identitycontainer-list-identityproviders.md - - name: Create identity provider - href: api/identitycontainer-post-identityproviders.md - - name: Get identity provider - href: api/identityproviderbase-get.md - - name: Update identity provider - href: api/identityproviderbase-update.md - - name: Delete identity provider - href: api/identityproviderbase-delete.md - - name: Domain-based external identities - items: - - name: SAML/Ws-Fed external domain federation - href: resources/samlorwsfedexternaldomainfederation.md - - name: List federated configurations - href: api/samlorwsfedexternaldomainfederation-list.md - - name: Get federated configuration - href: api/samlorwsfedexternaldomainfederation-get.md - - name: Create federated configuration - href: api/samlorwsfedexternaldomainfederation-post.md - - name: Update federated configuration - href: api/samlorwsfedexternaldomainfederation-update.md - - name: Delete federated configuration - href: api/samlorwsfedexternaldomainfederation-delete.md - - name: List domains - href: api/samlorwsfedexternaldomainfederation-list-domains.md - - name: Create domain - href: api/samlorwsfedexternaldomainfederation-post-domains.md - - name: Federation with Microsoft Entra ID - items: - - name: Federated domain configuration - href: resources/internaldomainfederation.md - - name: List - href: api/domain-list-federationconfiguration.md - - name: Create - href: api/domain-post-federationconfiguration.md - - name: Get - href: api/internaldomainfederation-get.md - - name: Update - href: api/internaldomainfederation-update.md - - name: Delete - href: api/internaldomainfederation-delete.md - - name: Federated token validation (preview) - items: - - name: Federated token validation policy - href: resources/federatedtokenvalidationpolicy.md - - name: List - href: api/policyroot-list-federatedtokenvalidationpolicy.md - - name: Get - href: api/federatedtokenvalidationpolicy-get.md - - name: Update - href: api/federatedtokenvalidationpolicy-update.md - - name: Identity provider (deprecated) - items: - - name: Identity provider type - href: resources/identityprovider.md - - name: OpenID Connect identity provider type - href: resources/openidconnectprovider.md - - name: List - href: api/identityprovider-list.md - - name: Create - href: api/identityprovider-post-identityproviders.md - - name: Get - href: api/identityprovider-get.md - - name: Update - href: api/identityprovider-update.md - - name: Delete - href: api/identityprovider-delete.md - - name: List available provider types - href: api/identityprovider-list-availableprovidertypes.md - - name: Invitation manager - href: resources/invitation.md - items: - - name: Create invitation - href: api/invitation-post.md - - name: Multi-tenant organization - items: - - name: Overview - displayName: Multi-tenant organization, MTO - href: resources/multitenantorganization-overview.md - - name: Multi-tenant organization - items: - - name: Multi-tenant organization - href: resources/multitenantorganization.md - - name: Create - href: api/tenantrelationship-put-multitenantorganization.md - - name: Get - href: api/multitenantorganization-get.md - - name: Update - href: api/multitenantorganization-update.md - - name: Tenant - items: - - name: Tenant - href: resources/multitenantorganizationmember.md - - name: List - href: api/multitenantorganization-list-tenants.md - - name: Add - href: api/multitenantorganization-post-tenants.md - - name: Get - href: api/multitenantorganizationmember-get.md - - name: Update - href: api/multitenantorganizationmember-update.md - - name: Remove - href: api/multitenantorganization-delete-tenants.md - - name: Join request - items: - - name: Join request - href: resources/multitenantorganizationjoinrequestrecord.md - - name: Get - href: api/multitenantorganizationjoinrequestrecord-get.md - - name: Update - href: api/multitenantorganizationjoinrequestrecord-update.md - - name: Partner configuration template - items: - - name: Partner configuration template - href: resources/multitenantorganizationpartnerconfigurationtemplate.md - - name: Get - href: api/multitenantorganizationpartnerconfigurationtemplate-get.md - - name: Update - href: api/multitenantorganizationpartnerconfigurationtemplate-update.md - - name: Reset - href: api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings.md - - name: Identity sync policy template - items: - - name: Identity sync policy template - href: resources/multitenantorganizationidentitysyncpolicytemplate.md - - name: Get - href: api/multitenantorganizationidentitysyncpolicytemplate-get.md - - name: Update - href: api/multitenantorganizationidentitysyncpolicytemplate-update.md - - name: Reset - href: api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings.md - - name: Organization - href: resources/organization.md - items: - - name: Get org details - href: api/organization-get.md - - name: Update org details - href: api/organization-update.md - - name: Organizational branding - href: resources/organizationalbranding.md - items: - - name: Get - href: api/organizationalbranding-get.md - - name: Update - href: api/organizationalbranding-update.md - - name: Branding localization - href: resources/organizationalbrandinglocalization.md - items: - - name: List - href: api/organizationalbranding-list-localizations.md - - name: Create - href: api/organizationalbranding-post-localizations.md - - name: Get - href: api/organizationalbrandinglocalization-get.md - - name: Update - href: api/organizationalbrandinglocalization-update.md - - name: Delete - href: api/organizationalbrandinglocalization-delete.md - - name: Policies - items: - - name: Overview - href: resources/policy-overview.md - - name: Activity-based timeout policy - href: resources/activitybasedtimeoutpolicy.md - items: - - name: Create - href: api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies.md - - name: List - href: api/activitybasedtimeoutpolicy-list.md - - name: Get - href: api/activitybasedtimeoutpolicy-get.md - - name: Update - href: api/activitybasedtimeoutpolicy-update.md - - name: Delete - href: api/activitybasedtimeoutpolicy-delete.md - - name: Application authentication method policy - items: - - name: Overview - href: resources/applicationauthenticationmethodpolicy.md - - name: Tenant app management policy - items: - - name: Tenant app management policy - href: resources/tenantappmanagementpolicy.md - - name: Get - href: api/tenantappmanagementpolicy-get.md - - name: Update - href: api/tenantappmanagementpolicy-update.md - - name: App management policy - items: - - name: App management policy - href: resources/appmanagementpolicy.md - - name: List - href: api/appmanagementpolicy-list.md - - name: Get - href: api/appmanagementpolicy-get.md - - name: Create - href: api/appmanagementpolicy-post.md - - name: Update - href: api/appmanagementpolicy-update.md - - name: Delete - href: api/appmanagementpolicy-delete.md - - name: Create appliesTo - href: api/appmanagementpolicy-post-appliesto.md - - name: List appliesTo - href: api/appmanagementpolicy-list-appliesto.md - - name: Delete appliesTo - href: api/appmanagementpolicy-delete-appliesto.md - - name: Authentication events policy - items: - - name: Authentication events policy - href: resources/authenticationeventspolicy.md - - name: Sign-up-start event - items: - - name: Authentication listener - href: resources/authenticationlistener.md - - name: Invoke user flow listener type - href: resources/invokeuserflowlistener.md - - name: List listeners - href: api/authenticationeventspolicy-list-onsignupstart.md - - name: Create listener - href: api/authenticationeventspolicy-post-onsignupstart.md - - name: Get listener - href: api/authenticationlistener-get.md - - name: Update listener - href: api/authenticationlistener-update.md - - name: Put listener - href: api/authenticationlistener-put.md - - name: Delete listener - href: api/authenticationlistener-delete.md - - name: Authentication flows policy - items: - - name: Authentication flows policy - href: resources/authenticationflowspolicy.md - - name: Get - href: api/authenticationflowspolicy-get.md - - name: Update - href: api/authenticationflowspolicy-update.md - - name: Authentication methods policy - items: - - name: Overview - href: resources/authenticationmethodspolicies-overview.md - - name: Authentication methods policy - href: resources/authenticationmethodspolicy.md - items: - - name: Get - href: api/authenticationmethodspolicy-get.md - - name: Update - href: api/authenticationmethodspolicy-update.md - - name: Email policy - href: resources/emailauthenticationmethodconfiguration.md - items: - - name: Get - href: api/emailauthenticationmethodconfiguration-get.md - - name: Update - href: api/emailauthenticationmethodconfiguration-update.md - - name: Delete - href: api/emailauthenticationmethodconfiguration-delete.md - - name: FIDO2 policy - href: resources/fido2authenticationmethodconfiguration.md - items: - - name: Get - href: api/fido2authenticationmethodconfiguration-get.md - - name: Update - href: api/fido2authenticationmethodconfiguration-update.md - - name: Delete - href: api/fido2authenticationmethodconfiguration-delete.md - - name: Hardware OATH policy - href: resources/hardwareoathAuthenticationMethodConfiguration.md - items: - - name: Get - href: api/hardwareoathAuthenticationMethodConfiguration-get.md - - name: Update - href: api/hardwareoathAuthenticationMethodConfiguration-update.md - - name: Delete - href: api/hardwareoathAuthenticationMethodConfiguration-delete.md - - name: Microsoft Authenticator policy - href: resources/microsoftauthenticatorauthenticationmethodconfiguration.md - items: - - name: Get - href: api/microsoftauthenticatorauthenticationmethodconfiguration-get.md - - name: Update - href: api/microsoftauthenticatorauthenticationmethodconfiguration-update.md - - name: Delete - href: api/microsoftauthenticatorauthenticationmethodconfiguration-delete.md - - name: SMS policy - href: resources/smsAuthenticationMethodConfiguration.md - items: - - name: Get - href: api/smsAuthenticationMethodConfiguration-get.md - - name: Update - href: api/smsAuthenticationMethodConfiguration-update.md - - name: Delete - href: api/smsAuthenticationMethodConfiguration-delete.md - - name: Temporary Access Pass policy - href: resources/temporaryaccesspassauthenticationmethodconfiguration.md - items: - - name: Get - href: api/temporaryaccesspassauthenticationmethodconfiguration-get.md - - name: Update - href: api/temporaryaccesspassauthenticationmethodconfiguration-update.md - - name: Delete - href: api/temporaryaccesspassauthenticationmethodconfiguration-delete.md - - name: Third-party software OATH policy - href: resources/softwareoathAuthenticationMethodConfiguration.md - items: - - name: Get - href: api/softwareoathAuthenticationMethodConfiguration-get.md - - name: Update - href: api/softwareoathAuthenticationMethodConfiguration-update.md - - name: Delete - href: api/softwareoathAuthenticationMethodConfiguration-delete.md - - name: Voice call policy - href: resources/voiceAuthenticationMethodConfiguration.md - items: - - name: Get - href: api/voiceAuthenticationMethodConfiguration-get.md - - name: Update - href: api/voiceAuthenticationMethodConfiguration-update.md - - name: Delete - href: api/voiceAuthenticationMethodConfiguration-delete.md - - name: X509 certificate - displayName: certificate-based authentication, CBA - href: resources/x509Certificateauthenticationmethodconfiguration.md - items: - - name: Get - href: api/x509certificateauthenticationmethodconfiguration-get.md - - name: Update - href: api/x509certificateauthenticationmethodconfiguration-update.md - - name: Delete - href: api/x509certificateauthenticationmethodconfiguration-delete.md - - name: Authorization policy - href: resources/authorizationpolicy.md - items: - - name: Get - href: api/authorizationpolicy-get.md - - name: Update - href: api/authorizationpolicy-update.md - - name: B2C authentication methods policy - href: resources/b2cauthenticationmethodspolicy.md - items: - - name: Get - href: api/b2cauthenticationmethodspolicy-get.md - - name: Update - href: api/b2cauthenticationmethodspolicy-update.md - - name: Claims mapping policy - href: resources/claimsmappingpolicy.md - items: - - name: Create - href: api/claimsmappingpolicy-post-claimsmappingpolicies.md - - name: List - href: api/claimsmappingpolicy-list.md - - name: Get - href: api/claimsmappingpolicy-get.md - - name: Update - href: api/claimsmappingpolicy-update.md - - name: Delete - href: api/claimsmappingpolicy-delete.md - - name: List applied to applications - href: api/claimsmappingpolicy-list-appliesto.md - - name: Continuous access evaluation policy - href: resources/continuousaccessevaluationpolicy.md - items: - - name: Get - href: api/continuousaccessevaluationpolicy-get.md - - name: Update - href: api/continuousaccessevaluationpolicy-update.md - - name: Device registration policy (preview) - href: resources/deviceregistrationpolicy.md - items: - - name: Get - href: api/deviceregistrationpolicy-get.md - - name: Update - href: api/deviceregistrationpolicy-update.md - - name: Feature rollout policy - href: resources/featurerolloutpolicy.md - items: - - name: List - href: api/list-featurerolloutpolicies.md - - name: Get - href: api/featurerolloutpolicy-get.md - - name: Create - href: api/post-featurerolloutpolicies.md - - name: Update - href: api/featurerolloutpolicy-update.md - - name: Delete - href: api/featurerolloutpolicy-delete.md - - name: Create appliesTo - href: api/featurerolloutpolicy-post-appliesto.md - - name: Delete appliesTo - href: api/featurerolloutpolicy-delete-appliesto.md - - name: Home realm discovery policy - href: resources/homerealmdiscoverypolicy.md - items: - - name: Create - href: api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies.md - - name: List - href: api/homerealmdiscoverypolicy-list.md - - name: Get - href: api/homerealmdiscoverypolicy-get.md - - name: Update - href: api/homerealmdiscoverypolicy-update.md - - name: Delete - href: api/homerealmdiscoverypolicy-delete.md - - name: List applied to applications - href: api/homerealmdiscoverypolicy-list-appliesto.md - - name: Permission grant policy - href: resources/permissiongrantpolicy.md - items: - - name: Create - href: api/permissiongrantpolicy-post-permissiongrantpolicies.md - - name: List - href: api/permissiongrantpolicy-list.md - - name: Get - href: api/permissiongrantpolicy-get.md - - name: Update - href: api/permissiongrantpolicy-update.md - - name: Delete - href: api/permissiongrantpolicy-delete.md - - 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: Permission grant pre-approval policy - href: resources/permissiongrantpreapprovalpolicy.md - items: - - name: Create - href: api/policyroot-post-permissiongrantpreapprovalpolicies.md - - name: List - href: api/policyroot-list-permissiongrantpreapprovalpolicies.md - - name: Get - href: api/permissiongrantpreapprovalpolicy-get.md - - name: Update - href: api/permissiongrantpreapprovalpolicy-update.md - - name: Delete - href: api/permissiongrantpreapprovalpolicy-delete.md - - name: Remote desktop security configuration policy - href: resources/remotedesktopsecurityconfiguration.md - items: - - name: Create - href: api/serviceprincipal-post-remotedesktopsecurityconfiguration.md - - name: Get - href: api/remotedesktopsecurityconfiguration-get.md - - name: Update - href: api/remotedesktopsecurityconfiguration-update.md - - name: Delete - href: api/serviceprincipal-delete-remotedesktopsecurityconfiguration.md - - name: Target device groups - href: resources/targetdevicegroup.md - items: - - name: List - href: api/remotedesktopsecurityconfiguration-list-targetdevicegroups.md - - name: Create - href: api/remotedesktopsecurityconfiguration-post-targetdevicegroups.md - - name: Get - href: api/targetdevicegroup-get.md - - name: Update - href: api/targetdevicegroup-update.md - - name: Delete - href: api/remotedesktopsecurityconfiguration-delete-targetdevicegroups.md - - name: Token issuance policy - href: resources/tokenissuancepolicy.md - items: - - name: Create - href: api/tokenissuancepolicy-post-tokenissuancepolicy.md - - name: List - href: api/tokenissuancepolicy-list.md - - name: Get - href: api/tokenissuancepolicy-get.md - - name: Update - href: api/tokenissuancepolicy-update.md - - name: Delete - href: api/tokenissuancepolicy-delete.md - - name: List applied to applications - href: api/tokenissuancepolicy-list-appliesto.md - - name: Token lifetime policy - href: resources/tokenlifetimepolicy.md - items: - - name: Create - href: api/tokenlifetimepolicy-post-tokenlifetimepolicies.md - - name: List - href: api/tokenlifetimepolicy-list.md - - name: Get - href: api/tokenlifetimepolicy-get.md - - name: Update - href: api/tokenlifetimepolicy-update.md - - name: Delete - href: api/tokenlifetimepolicy-delete.md - - name: List applied to applications - href: api/tokenlifetimepolicy-list-appliesto.md - - name: Security defaults policy - href: resources/identitysecuritydefaultsenforcementpolicy.md - items: - - name: Get - href: api/identitysecuritydefaultsenforcementpolicy-get.md - - name: Update - href: api/identitysecuritydefaultsenforcementpolicy-update.md - - name: Trust Framework Keyset - href: resources/trustframeworkkeyset.md - items: - - name: List - href: api/trustframework-list-keysets.md - - name: Create - href: api/trustframework-post-keysets.md - - name: Get - href: api/trustframeworkkeyset-get.md - - name: Update - href: api/trustframeworkkeyset-update.md - - name: Delete - href: api/trustframeworkkeyset-delete.md - - name: Generate key - href: api/trustframeworkkeyset-generatekey.md - - name: Get active key - href: api/trustframeworkkeyset-getactivekey.md - - name: Upload certificate - href: api/trustframeworkkeyset-uploadcertificate.md - - name: Upload PKCS12 certificate - href: api/trustframeworkkeyset-uploadpkcs12.md - - name: Upload secret - href: api/trustframeworkkeyset-uploadsecret.md - - name: Trust Framework policy - href: resources/trustframeworkpolicy.md - items: - - name: List - href: api/trustframework-list-trustframeworkpolicies.md - - name: Create - href: api/trustframework-post-trustframeworkpolicy.md - - name: Get - href: api/trustframeworkpolicy-get.md - - name: Update - href: api/trustframework-put-trustframeworkpolicy.md - - name: Delete - href: api/trustframeworkpolicy-delete.md - - name: User flows for Microsoft Entra ID and Azure AD B2C - items: - - name: User flow (deprecated) - items: - - name: User flow - href: resources/identityuserflow.md - - name: List - href: api/identityuserflow-list.md - - name: Create - href: api/identityuserflow-post-userflows.md - - name: Get - href: api/identityuserflow-get.md - - name: Delete - href: api/identityuserflow-delete.md - - name: User flows for Azure AD B2C (preview) - items: - - name: B2C user flow - href: resources/b2cidentityuserflow.md - - name: List - href: api/identitycontainer-list-b2cuserflows.md - - name: Create - href: api/identitycontainer-post-b2cuserflows.md - - name: Get - href: api/b2cidentityuserflow-get.md - - name: Update - href: api/b2cidentityuserflow-update.md - - name: Delete - href: api/b2cidentityuserflow-delete.md - - name: List identity providers - href: api/b2cidentityuserflow-list-userflowidentityproviders.md - - name: Add identity provider - href: api/b2cidentityuserflow-userflowidentityproviders-update.md - - name: Remove identity provider - href: api/b2cidentityuserflow-delete-userflowidentityproviders.md - - name: List identity providers (deprecated) - href: api/b2cidentityuserflow-list-identityproviders.md - - name: Add identity provider (deprecated) - href: api/b2cidentityuserflow-post-identityproviders.md - - name: Remove identity provider (deprecated) - href: api/b2cidentityuserflow-delete-identityproviders.md - - name: List user attribute assignments - href: api/b2cidentityuserflow-list-userattributeassignments.md - - name: Create user attribute assignment - href: api/b2cidentityuserflow-post-userattributeassignments.md - - name: List languages - href: api/b2cidentityuserflow-list-languages.md - - name: Create or update language - href: api/b2cidentityuserflow-put-languages.md - - name: Get API connectors configuration - href: api/b2cidentityuserflow-get-apiConnectorConfiguration.md - - name: Configure an API connector - href: api/b2cidentityuserflow-put-apiConnectorConfiguration.md - - name: Self-service sign up user flows for Microsoft Entra ID - 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-userflowidentityproviders.md - - name: Add identity provider - href: api/b2xidentityuserflow-userflowidentityproviders-update.md - - name: Delete identity provider - href: api/b2xidentityuserflow-delete-userflowidentityproviders.md - - name: List identity providers (deprecated) - href: api/b2xidentityuserflow-list-identityproviders.md - - name: Add identity provider (deprecated) - href: api/b2xidentityuserflow-post-identityproviders.md - - name: Delete identity provider (deprecated) - 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 assignment - items: - - name: User - 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 user flow language configuration - href: api/userflowlanguageconfiguration-get.md - - name: Delete user flow language configuration - href: api/userflowlanguageconfiguration-delete.md - - name: List defaultPages - href: api/userflowlanguageconfiguration-list-defaultpages.md - - name: List overridesPages - href: api/userflowlanguageconfiguration-list-overridespages.md - - name: User flow language page - href: resources/userflowlanguagepage.md - - name: Get user flow language page - href: api/userflowlanguagepage-get.md - - name: Update user flow language page - href: api/userflowlanguagepage-put.md - - name: Delete user flow language page - href: api/userflowlanguagepage-delete.md - - name: API connectors - items: - - name: API connector - href: resources/identityapiconnector.md - - name: List - href: api/identityapiconnector-list.md - - name: Create - href: api/identityapiconnector-create.md - - name: Get - href: api/identityapiconnector-get.md - - name: Update - href: api/identityapiconnector-update.md - - name: Upload a client certificate - href: api/identityapiconnector-uploadclientcertificate.md - - name: Delete - href: api/identityapiconnector-delete.md - - name: User flows for Microsoft Entra ID for customers (preview) - items: - - name: Authentication events flow - href: resources/authenticationeventsflow.md - - name: Self-service sign up user flow - href: resources/externalusersselfservicesignupeventsflow.md - - name: List user flows - href: api/identitycontainer-list-authenticationeventsflows.md - - name: Create user flow - href: api/identitycontainer-post-authenticationeventsflows.md - - name: Get user flow - href: api/authenticationeventsflow-get.md - - name: Update user flow - href: api/authenticationeventsflow-update.md - - name: Delete user flow - href: api/authenticationeventsflow-delete.md - - name: Identity providers - items: - - name: List identity providers in a user flow - href: api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders.md - - name: Add identity provider to a user flow - href: api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders.md - - name: Remove identity provider from a user flow - href: api/onauthenticationmethodloadstartexternalusersselfservicesignup-delete-identityproviders.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: List attributes in a user flow - href: api/onattributecollectionexternalusersselfservicesignup-list-attributes.md - - name: Add attributes to a user flow - href: api/onattributecollectionexternalusersselfservicesignup-post-attributes.md - - name: Remove attributes from a user flow - href: api/onattributecollectionexternalusersselfservicesignup-delete-attributes.md - - name: Authentication condition applications - href: resources/authenticationconditionapplication.md - items: - - name: List applications - href: api/authenticationconditionsapplications-list-includeapplications.md - - name: Add applications - href: api/authenticationconditionsapplications-post-includeapplications.md - - name: Remove applications - href: api/authenticationconditionapplication-delete.md - - name: Multicloud permissions management (preview) - items: - - name: Overview - href: resources/permissions-management-api-overview.md - - name: Authorization systems - href: resources/authorizationsystem.md - items: - - name: List - href: api/externalconnectors-external-list-authorizationsystems.md - - name: Get - href: api/authorizationsystem-get.md - - name: AWS authorization system - href: resources/awsauthorizationsystem.md - items: - - name: List - href: api/awsauthorizationsystem-list.md - - name: AWS authorization system inventory - items: - - name: AWS identities - items: - - name: All AWS identities - href: resources/awsidentity.md - items: - - name: List - href: api/awsassociatedidentities-list-all.md - - name: Get - href: api/awsidentity-get.md - - name: AWS role - href: resources/awsrole.md - items: - - name: List - href: api/awsassociatedidentities-list-roles.md - - name: Get - href: api/awsrole-get.md - - name: AWS user - href: resources/awsuser.md - items: - - name: List - href: api/awsassociatedidentities-list-users.md - - name: Get - href: api/awsuser-get.md - - name: List assumable roles - href: api/awsuser-list-assumableroles.md - - name: AWS action - href: resources/awsauthorizationsystemtypeaction.md - items: - - name: List - href: api/awsauthorizationsystem-list-actions.md - - name: Get - href: api/awsauthorizationsystemtypeaction-get.md - - name: AWS policy - href: resources/awspolicy.md - items: - - name: List - href: api/awsauthorizationsystem-list-policies.md - - name: Get - href: api/awspolicy-get.md - - name: AWS resource - href: resources/awsauthorizationsystemresource.md - items: - - name: List - href: api/awsauthorizationsystem-list-resources.md - - name: Get - href: api/awsauthorizationsystemresource-get.md - - name: AWS services - href: resources/authorizationsystemtypeservice.md - items: - - name: List - href: api/awsauthorizationsystem-list-services.md - - name: Get - href: api/authorizationsystemtypeservice-get.md - - name: Azure authorization system - href: resources/azureauthorizationsystem.md - items: - - name: List - href: api/azureauthorizationsystem-list.md - - name: Azure authorization system inventory - items: - - name: Azure identities - items: - - name: All Azure identities - href: resources/azureidentity.md - items: - - name: List - href: api/azureassociatedidentities-list-all.md - - name: Get - href: api/azureidentity-get.md - - name: Azure managed identity - href: resources/azuremanagedidentity.md - items: - - name: List - href: api/azureassociatedidentities-list-managedidentities.md - - name: Get - href: api/azuremanagedidentity-get.md - - name: Azure service principal - href: resources/azureserviceprincipal.md - items: - - name: List - href: api/azureassociatedidentities-list-serviceprincipals.md - - name: Get - href: api/azureserviceprincipal-get.md - - name: Azure user - href: resources/azureuser.md - items: - - name: List - href: api/azureassociatedidentities-list-users.md - - name: Get - href: api/azureuser-get.md - - name: Azure action - href: resources/azureauthorizationsystemtypeaction.md - items: - - name: List - href: api/azureauthorizationsystem-list-actions.md - - name: Get - href: api/azureauthorizationsystemtypeaction-get.md - - name: Azure resource - href: resources/azureauthorizationsystemresource.md - items: - - name: List - href: api/azureauthorizationsystem-list-resources.md - - name: Get - href: api/azureauthorizationsystemresource-get.md - - name: Azure role definition - href: resources/azureroledefinition.md - items: - - name: List - href: api/azureauthorizationsystem-list-roledefinitions.md - - name: Get - href: api/azureroledefinition-get.md - - name: Azure services - href: resources/authorizationsystemtypeservice.md - items: - - name: List - href: api/azureauthorizationsystem-list-services.md - - name: Get - href: api/authorizationsystemtypeservice-get.md - - name: GCP authorization system - href: resources/gcpauthorizationsystem.md - items: - - name: List - href: api/gcpauthorizationsystem-list.md - - name: GCP authorization system inventory - items: - - name: GCP identities - items: - - name: All identities - href: resources/gcpidentity.md - items: - - name: List - href: api/gcpassociatedidentities-list-all.md - - name: Get - href: api/gcpidentity-get.md - - name: GCP user - href: resources/gcpuser.md - items: - - name: List - href: api/gcpassociatedidentities-list-users.md - - name: Get - href: api/gcpuser-get.md - - name: GCP service account - href: resources/gcpserviceaccount.md - items: - - name: List - href: api/gcpassociatedidentities-list-serviceaccounts.md - - name: Get - href: api/gcpserviceaccount-get.md - - name: GCP action - href: resources/gcpauthorizationsystemtypeaction.md - items: - - name: List - href: api/gcpauthorizationsystem-list-actions.md - - name: Get - href: api/gcpauthorizationsystemtypeaction-get.md - - name: GCP resource - href: resources/gcpauthorizationsystemresource.md - items: - - name: List - href: api/gcpauthorizationsystem-list-resources.md - - name: Get - href: api/gcpauthorizationsystemresource-get.md - - name: GCP role - href: resources/gcprole.md - items: - - name: List - href: api/gcpauthorizationsystem-list-roles.md - - name: Get - href: api/gcprole-get.md - - name: GCP services - href: resources/authorizationsystemtypeservice.md - items: - - name: List - href: api/gcpauthorizationsystem-list-services.md - - name: Get - href: api/authorizationsystemtypeservice-get.md - - name: Permissions requests - items: - - name: Scheduled permissions request - href: resources/scheduledpermissionsrequest.md - items: - - name: Create - href: api/permissionsmanagement-post-scheduledpermissionsrequests.md - - name: Cancel all - href: api/scheduledpermissionsrequest-cancelall.md - - name: Permissions request change - href: resources/permissionsrequestchange.md - items: - - name: List - href: api/permissionsmanagement-list-permissionsrequestchanges.md - - name: Get - href: api/permissionsrequestchange-get.md - - name: Permissions analytics - items: - - name: Permissions creep index distribution - href: resources/permissionscreepindexdistribution.md - items: - - name: List - href: api/permissionsanalytics-list-permissionscreepindexdistributions.md - - name: Get - href: api/permissionscreepindexdistribution-get.md - - name: Identity findings - items: - - name: Inactive user finding - href: resources/inactiveuserfinding.md - items: - - name: List - href: api/inactiveuserfinding-list.md - - name: Get - href: api/inactiveuserfinding-get.md - - name: Aggregated summary - href: api/inactiveuserfinding-aggregatedsummary.md - - name: Inactive group finding - href: resources/inactivegroupfinding.md - items: - - name: List - href: api/inactivegroupfinding-list.md - - name: Get - href: api/inactivegroupfinding-get.md - - name: Inactive serverless functions - href: resources/inactiveserverlessfunctionfinding.md - items: - - name: List - href: api/inactiveserverlessfunctionfinding-list.md - - name: Get - href: api/inactiveserverlessfunctionfinding-get.md - - name: Aggregated summary - href: api/inactiveserverlessfunctionfinding-aggregatedsummary.md - - name: Inactive AWS role - href: resources/inactiveawsrolefinding.md - items: - - name: List - href: api/inactiveawsrolefinding-list.md - - name: Get - href: api/inactiveawsrolefinding-get.md - - name: Aggregated summary - href: api/inactiveawsrolefinding-aggregatedsummary.md - - name: Inactive AWS resource - href: resources/inactiveawsresourcefinding.md - items: - - name: List - href: api/inactiveawsresourcefinding-list.md - - name: Get - href: api/inactiveawsresourcefinding-get.md - - name: Aggregated summary - href: api/inactiveawsresourcefinding-aggregatedsummary.md - - name: Inactive Azure service principal - href: resources/inactiveazureserviceprincipalfinding.md - items: - - name: List - href: api/inactiveazureserviceprincipalfinding-list.md - - name: Get - href: api/inactiveazureserviceprincipalfinding-get.md - - name: Aggregated summary - href: api/inactiveazureserviceprincipalfinding-aggregatedsummary.md - - name: Inactive GCP service account - href: resources/inactivegcpserviceaccountfinding.md - items: - - name: List - href: api/inactivegcpserviceaccountfinding-list.md - - name: Get - href: api/inactivegcpserviceaccountfinding-get.md - - name: Aggregated summary - href: api/inactivegcpserviceaccountfinding-aggregatedsummary.md - - name: Super user - href: resources/superuserfinding.md - items: - - name: List - href: api/superuserfinding-list.md - - name: Get - href: api/superuserfinding-get.md - - name: Aggregated summary - href: api/superuserfinding-aggregatedsummary.md - - name: Super serverless functions - href: resources/superserverlessfunctionfinding.md - items: - - name: List - href: api/superserverlessfunctionfinding-list.md - - name: Get - href: api/superserverlessfunctionfinding-get.md - - name: Aggregated summary - href: api/superserverlessfunctionfinding-aggregatedsummary.md - - name: Super AWS role - href: resources/superawsrolefinding.md - items: - - name: List - href: api/superawsrolefinding-list.md - - name: Get - href: api/superawsrolefinding-get.md - - name: Aggregated summary - href: api/superawsrolefinding-aggregatedsummary.md - - name: Super AWS resource - href: resources/superawsresourcefinding.md - items: - - name: List - href: api/superawsresourcefinding-list.md - - name: Get - href: api/superawsresourcefinding-get.md - - name: Aggregated summary - href: api/superawsresourcefinding-aggregatedsummary.md - - name: Super Azure service principal - href: resources/superazureserviceprincipalfinding.md - items: - - name: List - href: api/superazureserviceprincipalfinding-list.md - - name: Get - href: api/superazureserviceprincipalfinding-get.md - - name: Aggregated summary - href: api/superazureserviceprincipalfinding-aggregatedsummary.md - - name: Super GCP service account - href: resources/supergcpserviceaccountfinding.md - items: - - name: List - href: api/supergcpserviceaccountfinding-list.md - - name: Get - href: api/supergcpserviceaccountfinding-get.md - - name: Aggregated summary - href: api/supergcpserviceaccountfinding-aggregatedsummary.md - - name: Overprovisioned user - href: resources/overprovisioneduserfinding.md - items: - - name: List - href: api/overprovisioneduserfinding-list.md - - name: Get - href: api/overprovisioneduserfinding-get.md - - name: Overprovisioned serverless functions - href: resources/overprovisionedserverlessfunctionfinding.md - items: - - name: List - href: api/overprovisionedserverlessfunctionfinding-list.md - - name: Get - href: api/overprovisionedserverlessfunctionfinding-get.md - - name: Overprovisioned AWS role - href: resources/overprovisionedawsrolefinding.md - items: - - name: List - href: api/overprovisionedawsrolefinding-list.md - - name: Get - href: api/overprovisionedawsrolefinding-get.md - - name: Overprovisioned AWS resource - href: resources/overprovisionedawsresourcefinding.md - items: - - name: List - href: api/overprovisionedawsresourcefinding-list.md - - name: Get - href: api/overprovisionedawsresourcefinding-get.md - - name: Overprovisioned Azure service principal - href: resources/overprovisionedazureserviceprincipalfinding.md - items: - - name: List - href: api/overprovisionedazureserviceprincipalfinding-list.md - - name: Get - href: api/overprovisionedazureserviceprincipalfinding-get.md - - name: Overprovisioned GCP service account - href: resources/overprovisionedgcpserviceaccountfinding.md - items: - - name: List - href: api/overprovisionedgcpserviceaccountfinding-list.md - - name: Get - href: api/overprovisionedgcpserviceaccountfinding-get.md - - name: AWS users with unenforced MFA - href: resources/unenforcedmfaawsuserfinding.md - items: - - name: List - href: api/unenforcedmfaawsuserfinding-list.md - - name: Get - href: api/unenforcedmfaawsuserfinding-get.md - - name: Aggregated summary - href: api/unenforcedmfaawsuserfinding-aggregatedsummary.md - - name: Privilege escalation findings - items: - - name: Privilege escalation user - href: resources/privilegeescalationuserfinding.md - items: - - name: List - href: api/privilegeescalationuserfinding-list.md - - name: Get - href: api/privilegeescalationuserfinding-get.md - - name: Privilege escalation AWS role - href: resources/privilegeescalationawsrolefinding.md - items: - - name: List - href: api/privilegeescalationawsrolefinding-list.md - - name: Get - href: api/privilegeescalationawsrolefinding-get.md - - name: Privilege escalation AWS resource - href: resources/privilegeescalationawsresourcefinding.md - items: - - name: List - href: api/privilegeescalationawsresourcefinding-list.md - - name: Get - href: api/privilegeescalationawsresourcefinding-get.md - - name: Privilege escalation GCP service account - href: resources/privilegeescalationgcpserviceaccountfinding.md - items: - - name: List - href: api/privilegeescalationgcpserviceaccountfinding-list.md - - name: Get - href: api/privilegeescalationgcpserviceaccountfinding-get.md - - name: Encrypted AWS S3 buckets - href: resources/encryptedawsstoragebucketfinding.md - items: - - name: List - href: api/encryptedawsstoragebucketfinding-list.md - - name: Get - href: api/encryptedawsstoragebucketfinding-get.md - - name: Encrypted Azure storage accounts - href: resources/encryptedazurestorageaccountfinding.md - items: - - name: List - href: api/encryptedazurestorageaccountfinding-list.md - - name: Get - href: api/encryptedazurestorageaccountfinding-get.md - - name: Encrypted GCP storage buckets - href: resources/encryptedgcpstoragebucketfinding.md - items: - - name: List - href: api/encryptedgcpstoragebucketfinding-list.md - - name: Get - href: api/encryptedgcpstoragebucketfinding-get.md - - name: Externally accessible AWS S3 buckets - href: resources/externallyaccessibleawsstoragebucketfinding.md - items: - - name: List - href: api/externallyaccessibleawsstoragebucketfinding-list.md - - name: Get - href: api/externallyaccessibleawsstoragebucketfinding-get.md - - name: Externally accessible Azure blob containers - href: resources/externallyaccessibleazureblobcontainerfinding.md - items: - - name: List - href: api/externallyaccessibleawsstoragebucketfinding-list.md - - name: Get - href: api/externallyaccessibleawsstoragebucketfinding-get.md - - name: Externally accessible GCP storage buckets - href: resources/externallyaccessiblegcpstoragebucketfinding.md - items: - - name: List - href: api/externallyaccessibleawsstoragebucketfinding-list.md - - name: Get - href: api/externallyaccessibleawsstoragebucketfinding-get.md - - name: Open AWS security group - href: resources/openawssecuritygroupfinding.md - items: - - name: List - href: api/openawssecuritygroupfinding-list.md - - name: Get - href: api/openawssecuritygroupfinding-get.md - - name: List assignedComputeInstanceDetails - href: api/openawssecuritygroupfinding-list-assignedcomputeinstancesdetails.md - - name: Get assignedComputeInstanceDetails - href: api/assignedcomputeinstancedetails-get.md - - name: Open network Azure security group - href: resources/opennetworkazuresecuritygroupfinding.md - items: - - name: List - href: api/opennetworkazuresecuritygroupfinding-list.md - - name: Get - href: api/opennetworkazuresecuritygroupfinding-get.md - - name: AWS identities that can access secret information - href: resources/openawssecuritygroupfinding.md - items: - - name: Users - href: resources/secretinformationaccessawsuserfinding.md - items: - - name: List - href: api/secretinformationaccessawsuserfinding-list.md - - name: Get - href: api/secretinformationaccessawsuserfinding-get.md - - name: Roles - href: resources/secretinformationaccessawsuserfinding.md - items: - - name: List - href: api/secretinformationaccessawsuserfinding-list.md - - name: Get - href: api/secretinformationaccessawsuserfinding-get.md - - name: Resources - href: resources/secretinformationaccessawsresourcefinding.md - items: - - name: List - href: api/secretinformationaccessawsresourcefinding-list.md - - name: Get - href: api/secretinformationaccessawsresourcefinding-get.md - - name: Serverless functions - href: resources/secretinformationaccessawsserverlessfunctionfinding.md - items: - - name: List - href: api/secretinformationaccessawsserverlessfunctionfinding-list.md - - name: Get - href: api/secretinformationaccessawsserverlessfunctionfinding-get.md - - name: AWS administrators that can use secruity tools - items: - - name: Users - href: resources/securitytoolawsuseradministratorfinding.md - items: - - name: List - href: api/securitytoolawsuseradministratorfinding-list.md - - name: Get - href: api/securitytoolawsuseradministratorfinding-get.md - - name: Roles - href: resources/securitytoolawsroleadministratorfinding.md - items: - - name: List - href: api/securitytoolawsroleadministratorfinding-list.md - - name: Get - href: api/securitytoolawsroleadministratorfinding-get.md - - name: Resources - href: resources/securitytoolawsresourceadministratorfinding.md - items: - - name: List - href: api/securitytoolawsresourceadministratorfinding-list.md - - name: Get - href: api/securitytoolawsresourceadministratorfinding-get.md - - name: Serverless functions - href: resources/securitytoolawsserverlessfunctionadministratorfinding.md - items: - - name: List - href: api/securitytoolawsserverlessfunctionadministratorfinding-list.md - - name: Get - href: api/securitytoolawsserverlessfunctionadministratorfinding-get.md - - name: AWS cross-account access - href: resources/awsexternalsystemaccessfinding.md - items: - - name: List - href: api/awsexternalsystemaccessfinding-list.md - - name: Get - href: api/awsexternalsystemaccessfinding-get.md - - name: AWS roles that can access accounts - href: resources/awsexternalsystemaccessrolefinding.md - items: - - name: List - href: api/awsexternalsystemaccessrolefinding-list.md - - name: Get - href: api/awsexternalsystemaccessrolefinding-get.md - - name: AWS IAM access key age - href: resources/awsidentityaccessmanagementkeyagefinding.md - items: - - name: List - href: api/awsidentityaccessmanagementkeyagefinding-list.md - - name: Get - href: api/awsidentityaccessmanagementkeyagefinding-get.md - - name: Aggregated summary - href: api/awsidentityaccessmanagementkeyagefinding-aggregatedsummary.md - - name: AWS IAM access key usage - href: resources/awsidentityaccessmanagementkeyusagefinding.md - items: - - name: List - href: api/awsidentityaccessmanagementkeyusagefinding-list.md - - name: Get - href: api/awsidentityaccessmanagementkeyusagefinding-get.md - - name: Aggregated summary - href: api/awsidentityaccessmanagementkeyusagefinding-aggregatedsummary.md - - name: Network access (preview) - items: - - name: Overview - displayName: ZTNA, Global Secure Access, Microsoft Entra Internet Access, Microsoft Entra Private Access - href: resources/networkaccess-global-secure-access-api-overview.md - - name: Tenant status - href: resources/networkaccess-tenantstatus.md - items: - - name: Onboard - href: api/networkaccess-networkaccessroot-onboard.md - - name: Get - href: api/networkaccess-tenantstatus-get.md - - name: Settings - href: resources/networkaccess-settings.md - items: - - name: Cross-tenant access settings - href: resources/networkaccess-crosstenantaccesssettings.md - items: - - name: Get - href: api/networkaccess-crosstenantaccesssettings-get.md - - name: Update - href: api/networkaccess-crosstenantaccesssettings-update.md - - name: Conditional Access Settings - href: resources/networkaccess-conditionalaccesssettings.md - items: - - name: Get - href: api/networkaccess-conditionalaccesssettings-get.md - - name: Update - href: api/networkaccess-conditionalaccesssettings-update.md - - name: Forwarding options - href: resources/networkaccess-forwardingoptions.md - items: - - name: Get - href: api/networkaccess-forwardingoptions-get.md - - name: Update - href: api/networkaccess-forwardingoptions-update.md - - name: Forwarding traffic - items: - - name: Forwarding profile - href: resources/networkaccess-forwardingprofile.md - items: - - name: List - href: api/networkaccess-networkaccessroot-list-forwardingprofiles.md - - name: Get - href: api/networkaccess-forwardingprofile-get.md - - name: Update - href: api/networkaccess-forwardingprofile-update.md - - name: Forwarding policy - href: resources/networkaccess-forwardingpolicy.md - items: - - name: List - href: api/networkaccess-networkaccessroot-list-forwardingpolicies.md - - name: Get - href: api/networkaccess-forwardingpolicy-get.md - - name: Update policy rules - href: api/networkaccess-forwardingpolicy-updatepolicyrules.md - - name: Forwarding policy link - href: resources/networkaccess-forwardingpolicylink.md - items: - - name: List - href: api/networkaccess-forwardingprofile-list-policies.md - - name: Get - href: api/networkaccess-forwardingpolicy-get.md - - name: Update - href: api/networkaccess-forwardingpolicylink-update.md - - name: Delete - href: api/networkaccess-forwardingpolicylink-delete.md - - name: Forwarding policy rule - href: resources/networkaccess-policyrule.md - items: - - name: Forwarding rule - href: resources/networkaccess-forwardingrule.md - items: - - name: Microsoft 365 forwarding rule - href: resources/networkaccess-m365forwardingrule.md - - name: Private access forwarding rule - href: resources/networkaccess-privateaccessforwardingrule.md - - name: List - href: api/networkaccess-policy-list-policyrules.md - - name: Get - href: api/networkaccess-policyrule-get.md - - name: Update - href: api/networkaccess-policyrule-update.md - - name: Filtering traffic - items: - - name: Filtering profile - href: resources/networkaccess-filteringprofile.md - items: - - name: List - href: api/networkaccess-filteringprofile-list.md - - name: Get - href: api/networkaccess-filteringprofile-get.md - - name: Update - href: api/networkaccess-filteringprofile-update.md - - name: Create policyLink - href: api/networkaccess-filteringpolicy-post-policyrules.md - - name: Filtering policy - href: resources/networkaccess-filteringpolicy.md - items: - - name: List - href: api/networkaccess-networkaccessroot-list-filteringpolicies.md - - name: Create - href: api/networkaccess-filteringpolicy-post-policyrules.md - - name: Get - href: api/networkaccess-filteringpolicy-get.md - - name: Update - href: api/networkaccess-filteringprofile-update.md - - name: Delete - href: api/networkaccess-filteringprofile-delete-policies.md - - name: List policyRules - href: api/networkaccess-policy-list-policyrules.md - - name: Create policyRule - href: api/networkaccess-filteringpolicy-post-policyrules.md - - name: Filtering policy link - href: resources/networkaccess-filteringpolicylink.md - items: - - name: List - href: api/networkaccess-filteringpolicylink-list.md - - name: Get - href: api/networkaccess-filteringpolicylink-get.md - - name: Update - href: api/networkaccess-filteringpolicylink-update.md - - name: Delete - href: api/networkaccess-filteringpolicylink-delete.md - - name: List policy - href: api/networkaccess-policylink-list-policy.md - - name: Add policy - href: api/networkaccess-filteringpolicy-post-policyrules.md - - name: Remove policy - href: api/networkaccess-filteringpolicylink-delete-policy.md - - name: Filtering rule - href: resources/networkaccess-filteringrule.md - items: - - name: List - href: api/networkaccess-filteringrule-list.md - - name: Get - href: api/networkaccess-filteringrule-get.md - - name: Create - href: api/networkaccess-filteringrule-post.md - - name: Update - href: api/networkaccess-filteringrule-update.md - - name: Delete - href: api/networkaccess-filteringrule-delete.md - - name: Branch site - href: resources/networkaccess-branchsite.md - items: - - name: List - href: api/networkaccess-connectivity-list-branches.md - - name: Create - href: api/networkaccess-connectivity-post-branches.md - - name: Get - href: api/networkaccess-branchsite-get.md - - name: Update - href: api/networkaccess-branchsite-update.md - - name: Delete - href: api/networkaccess-branchsite-delete.md - - name: Device link - href: resources/networkaccess-devicelink.md - items: - - name: List - href: api/networkaccess-branchsite-list-devicelinks.md - - name: Get - href: api/networkaccess-devicelink-get.md - - name: Create - href: api/networkaccess-branchsite-post-devicelinks.md - - name: Update - href: api/networkaccess-devicelink-update.md - - name: Delete - href: api/networkaccess-branchsite-delete-devicelinks.md - - name: Connectivity configuration - href: resources/networkaccess-connectivityconfigurationlink.md - items: - - name: Get - href: api/networkaccess-branchconnectivityconfiguration-get.md - - name: Forwarding profile - items: - - name: List - href: api/networkaccess-branchsite-list-forwardingprofiles.md - - name: Create - href: api/networkaccess-branchsite-post-forwardingprofiles.md - - name: Update forwarding profile for branch - href: api/networkaccess-forwardingprofile-update.md - - name: Traffic logs - href: resources/networkaccess-logs.md - items: - - name: Network access traffic - href: resources/networkaccess-networkaccesstraffic.md - - name: List - href: api/networkaccess-logs-list-traffic.md - - name: Enriched Microsoft 365 logs - href: resources/networkaccess-enrichedauditlogs.md - items: - - name: List - href: api/networkaccess-settings-list-enrichedauditlogs.md - - name: Update - href: api/networkaccess-enrichedauditlogs-update.md - - name: Traffic reports - href: resources/networkaccess-reports.md - items: - - name: Get entities summary - href: api/networkaccess-reports-entitiessummaries.md - - name: Get cross-tenant access summary - href: api/networkaccess-reports-getcrosstenantsummary.md - - name: Get cross-tenant access report - href: api/networkaccess-reports-crosstenantaccessreport.md - - name: Get destination summary - href: api/networkaccess-reports-getdestinationsummaries.md - - name: Get destination report - href: api/networkaccess-reports-destinationreport.md - - name: Get device usage summary - href: api/networkaccess-reports-getdeviceusagesummary.md - - name: Get device usage report - href: api/networkaccess-reports-devicereport.md - - name: Get user usage report - href: api/networkaccess-reports-userreport.md - - name: Get transaction summaries - href: api/networkaccess-reports-transactionsummaries.md - - name: Remote network reports - items: - - name: Remote network health status event - href: resources/networkaccess-remotenetworkhealthstatusevent.md - items: - - name: List - href: api/networkaccess-remotenetworkhealthstatusevent-list.md - - name: Partner customer administration - items: - - name: Granular delegated admin privileges - items: - - name: Overview - displayName: GDAP, Partner Center, CSP, VAR - href: resources/delegatedadminrelationships-api-overview.md - - name: Delegated admin relationships - href: resources/delegatedadminrelationship.md - items: - - name: Create - href: api/tenantrelationship-post-delegatedadminrelationships.md - - name: List - href: api/tenantrelationship-list-delegatedadminrelationships.md - - name: Get - href: api/delegatedadminrelationship-get.md - - name: Update - href: api/delegatedadminrelationship-update.md - - name: Delete - href: api/delegatedadminrelationship-delete.md - - name: Delegated admin access assignments - href: resources/delegatedadminaccessassignment.md - items: - - name: Create - href: api/delegatedadminrelationship-post-accessassignments.md - - name: List - href: api/delegatedadminrelationship-list-accessassignments.md - - name: Get - href: api/delegatedadminaccessassignment-get.md - - name: Update - href: api/delegatedadminaccessassignment-update.md - - name: Delete - href: api/delegatedadminaccessassignment-delete.md - - name: Delegated admin relationship requests - href: resources/delegatedadminrelationshiprequest.md - items: - - name: Create - href: api/delegatedadminrelationship-post-requests.md - - name: List - href: api/delegatedadminrelationship-list-requests.md - - name: Get - href: api/delegatedadminrelationshiprequest-get.md - - name: Delegated admin relationship operations - href: resources/delegatedadminrelationshipoperation.md - items: - - name: List - href: api/delegatedadminrelationship-list-operations.md - - name: Get - href: api/delegatedadminrelationshipoperation-get.md - - name: Delegated admin customer - href: resources/delegatedadmincustomer.md - items: - - name: List - href: api/tenantrelationship-list-delegatedadmincustomers.md - - name: Get - href: api/delegatedadmincustomer-get.md - - name: Service management details - href: resources/delegatedadminservicemanagementdetail.md - items: - - name: List - href: api/delegatedadmincustomer-list-servicemanagementdetails.md - - name: Industry data ETL (preview) - items: - - name: Overview - href: resources/industrydata-overview.md - - name: Azure Data Lake connector - href: resources/industrydata-azuredatalakeconnector.md - items: - - name: List - href: api/industrydata-azuredatalakeconnector-list.md - - name: Create - href: api/industrydata-azuredatalakeconnector-post.md - - name: Get - href: api/industrydata-azuredatalakeconnector-get.md - - name: Update - href: api/industrydata-azuredatalakeconnector-update.md - - name: Delete - href: api/industrydata-azuredatalakeconnector-delete.md - - name: Get upload session - href: api/industrydata-azuredatalakeconnector-getuploadsession.md - - name: File validate operation - href: resources/industrydata-filevalidateoperation.md - items: - - name: List - href: api/industrydata-filevalidateoperation-list.md - - name: Get - href: api/industrydata-filevalidateoperation-get.md - - name: Inbound file flow - href: resources/industrydata-inboundfileflow.md - items: - - name: List - href: api/industrydata-inboundfileflow-list.md - - name: Create - href: api/industrydata-inboundfileflow-post.md - - name: Get - href: api/industrydata-inboundfileflow-get.md - - name: Update - href: api/industrydata-inboundfileflow-update.md - - name: Delete - href: api/industrydata-inboundfileflow-delete.md - - name: Inbound flow - href: resources/industrydata-inboundflow.md - items: - - name: List - href: api/industrydata-inboundflow-list.md - - name: Create - href: api/industrydata-inboundflow-post.md - - name: Get - href: api/industrydata-inboundflow-get.md - - name: Update - href: api/industrydata-inboundflow-update.md - - name: Delete - href: api/industrydata-inboundflow-delete.md - - name: Industry data connector - href: resources/industrydata-industrydataconnector.md - items: - - name: List - href: api/industrydata-industrydataconnector-list.md - - name: Create - href: api/industrydata-industrydataconnector-post.md - - name: Get - href: api/industrydata-industrydataconnector-get.md - - name: Update - href: api/industrydata-industrydataconnector-update.md - - name: Delete - href: api/industrydata-industrydataconnector-delete.md - - name: Validate - href: api/industrydata-industrydataconnector-validate.md - - name: Industry data run - href: resources/industrydata-industrydatarun.md - items: - - name: List - href: api/industrydata-industrydatarun-list.md - - name: Get - href: api/industrydata-industrydatarun-get.md - - name: Get statistics - href: api/industrydata-industrydatarun-getstatistics.md - - name: Reference definition - href: resources/industrydata-referencedefinition.md - items: - - name: List - href: api/industrydata-referencedefinition-list.md - - name: Get - href: api/industrydata-referencedefinition-get.md - - name: Role group - href: resources/industrydata-rolegroup.md - items: - - name: List - href: api/industrydata-rolegroup-list.md - - name: Get - href: api/industrydata-rolegroup-get.md - - name: Source system definition - href: resources/industrydata-sourcesystemdefinition.md - items: - - name: List - href: api/industrydata-sourcesystemdefinition-list.md - - name: Create - href: api/industrydata-sourcesystemdefinition-post.md - - name: Get - href: api/industrydata-sourcesystemdefinition-get.md - - name: Update - href: api/industrydata-sourcesystemdefinition-update.md - - name: Delete - href: api/industrydata-sourcesystemdefinition-delete.md - - name: Year time period definition - href: resources/industrydata-yeartimeperioddefinition.md - items: - - name: List - href: api/industrydata-yeartimeperioddefinition-list.md - - name: Create - href: api/industrydata-yeartimeperioddefinition-post.md - - name: Get - href: api/industrydata-yeartimeperioddefinition-get.md - - name: Update - href: api/industrydata-yeartimeperioddefinition-update.md - - name: Delete - href: api/industrydata-yeartimeperioddefinition-delete.md - - name: Mail - displayName: Outlook, Outlook mail - items: - - name: Overview - href: resources/mail-api-overview.md - - name: Message - href: resources/message.md - items: - - name: List messages - href: api/user-list-messages.md - - name: Create draft message - href: api/user-post-messages.md - - name: Get message - href: api/message-get.md - - name: Update message - href: api/message-update.md - - name: Delete message - href: api/message-delete.md - - name: Add attachment - href: api/message-post-attachments.md - - name: Copy message - href: api/message-copy.md - - name: Create draft to forward message - href: api/message-createforward.md - - name: Create draft to reply - href: api/message-createreply.md - - name: Create draft to reply-all - href: api/message-createreplyall.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Create session to attach large file - href: api/attachment-createuploadsession.md - - name: Forward message - href: api/message-forward.md - - name: Get mail tips - href: api/user-getmailtips.md - - name: Get message delta - href: api/message-delta.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: List attachments - href: api/message-list-attachments.md - - name: Mark as junk - href: api/message-markasjunk.md - - name: Mark as not junk - href: api/message-markasnotjunk.md - - name: Move message - href: api/message-move.md - - name: Reply to message - href: api/message-reply.md - - name: Reply-all to message - href: api/message-replyall.md - - name: Send draft message - href: api/message-send.md - - name: Send mail - href: api/user-sendmail.md - - name: Unsubscribe - href: api/message-unsubscribe.md - - name: Attachment - items: - - name: Attachment - href: resources/attachment.md - - name: File attachment type - href: resources/fileattachment.md - - name: Item attachment type - href: resources/itemattachment.md - - name: Reference attachment type - href: resources/referenceattachment.md - - name: Create session to attach large file - href: api/attachment-createuploadsession.md - - name: Get attachment - href: api/attachment-get.md - - name: Delete attachment - href: api/attachment-delete.md - - name: Category - items: - - name: Category - href: resources/outlookcategory.md - - name: List categories - href: api/outlookuser-list-mastercategories.md - - name: Create category - href: api/outlookuser-post-mastercategories.md - - name: Get category - href: api/outlookcategory-get.md - - name: Update category - href: api/outlookcategory-update.md - - name: Delete category - href: api/outlookcategory-delete.md - - name: Extended properties - items: - - name: Overview - href: resources/extended-properties-overview.md - - name: Single-value extended property - items: - - name: Single-value extended property - href: resources/singlevaluelegacyextendedproperty.md - - name: Create single-value property - href: api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties.md - - name: Get single-value property - href: api/singlevaluelegacyextendedproperty-get.md - - name: Multi-value extended property - items: - - name: Multi-value extended property - href: resources/multivaluelegacyextendedproperty.md - - name: Create multi-value property - href: api/multivaluelegacyextendedproperty-post-multivalueextendedproperties.md - - name: Get multi-value property - href: api/multivaluelegacyextendedproperty-get.md - - name: Focused Inbox - href: resources/manage-focused-inbox.md - items: - - name: Create Override - href: api/inferenceclassification-post-overrides.md - - name: List Overrides - href: api/inferenceclassification-list-overrides.md - - name: Update Override - href: api/inferenceclassificationoverride-update.md - - name: Delete Override - href: api/inferenceclassificationoverride-delete.md - - name: Mail folder - href: resources/mailfolder.md - items: - - name: List mail folders - href: api/user-list-mailfolders.md - - name: Create mail folder - href: api/user-post-mailfolders.md - - name: Get mail folder - href: api/mailfolder-get.md - - name: Update mail folder - href: api/mailfolder-update.md - - name: Delete mail folder - href: api/mailfolder-delete.md - - name: Copy mail folder - href: api/mailfolder-copy.md - - name: Create child folder - href: api/mailfolder-post-childfolders.md - - name: Create message in folder - href: api/mailfolder-post-messages.md - - name: Get folder delta - href: api/mailfolder-delta.md - - name: Get message delta - href: api/message-delta.md - - name: List child folders - href: api/mailfolder-list-childfolders.md - - name: List messages in folder - href: api/mailfolder-list-messages.md - - name: Move mail folder - href: api/mailfolder-move.md - - name: Mail search folder - href: resources/mailsearchfolder.md - items: - - name: List mail search folders - href: api/user-list-mailfolders.md - - name: Create mail search folder - href: api/mailsearchfolder-post.md - - name: Get mail search folder - href: api/mailfolder-get.md - - name: Update mail search folder - href: api/mailsearchfolder-update.md - - name: Delete mail search folder - href: api/mailfolder-delete.md - - name: List messages in folder - href: api/mailfolder-list-messages.md - - name: List child folders - href: api/mailfolder-list-childfolders.md - - name: Rule - items: - - name: Rule - href: resources/messagerule.md - - name: List rules - href: api/mailfolder-list-messagerules.md - - name: Create rule - href: api/mailfolder-post-messagerules.md - - name: Get rule - href: api/messagerule-get.md - - name: Update rule - href: api/messagerule-update.md - - name: Delete rule - href: api/messagerule-delete.md - - name: Notes - displayName: OneNote - items: - - name: Overview - href: resources/onenote-api-overview.md - - name: OneNote root - items: - - name: OneNote root - href: resources/onenote.md - - name: List notebooks - href: api/onenote-list-notebooks.md - - name: Create notebook - href: api/onenote-post-notebooks.md - - name: List sections - href: api/onenote-list-sections.md - - name: List section groups - href: api/onenote-list-sectiongroups.md - - name: List pages - href: api/onenote-list-pages.md - - name: Create page - href: api/onenote-post-pages.md - - name: Notebook - href: resources/notebook.md - items: - - name: List notebooks - href: api/onenote-list-notebooks.md - - name: Create notebook - href: api/onenote-post-notebooks.md - - name: Get notebook - href: api/notebook-get.md - - name: Copy notebook - href: api/notebook-copynotebook.md - - name: Get recent notebooks - href: api/notebook-getrecentnotebooks.md - - name: Get notebook from web URL - href: api/notebook-getnotebookfromweburl.md - - name: List sections - href: api/notebook-list-sections.md - - name: Create section - href: api/notebook-post-sections.md - - name: List section groups - href: api/notebook-list-sectiongroups.md - - name: Create section group - href: api/notebook-post-sectiongroups.md - - name: Section - href: resources/onenotesection.md - items: - - name: List sections - href: api/onenote-list-sections.md - - name: Create section - href: api/notebook-post-sections.md - - name: Get section - href: api/section-get.md - - name: List pages - href: api/section-list-pages.md - - name: Create page - href: api/section-post-pages.md - - name: Copy to notebook - href: api/section-copytonotebook.md - - name: Copy to section group - href: api/section-copytosectiongroup.md - - name: Section group - href: resources/sectiongroup.md - items: - - name: List section groups - href: api/onenote-list-sectiongroups.md - - name: Create section group - href: api/notebook-post-sectiongroups.md - - name: Get section group - href: api/sectiongroup-get.md - - name: List sections - href: api/sectiongroup-list-sections.md - - name: Create section - href: api/sectiongroup-post-sections.md - - name: Page - href: resources/onenotepage.md - items: - - name: List pages - href: api/onenote-list-pages.md - - name: Create page - href: api/section-post-pages.md - - name: Get page - href: api/page-get.md - - name: Update page - href: api/page-update.md - - name: Delete page - href: api/page-delete.md - - name: Copy to section - href: api/page-copytosection.md - - name: Resource - href: resources/onenoteresource.md - items: - - name: Get resource - href: api/resource-get.md - - name: Notifications (deprecated) - items: - - name: Overview - href: resources/notifications-api-overview.md - - name: Notification (deprecated) - href: resources/projectrome-notification.md - items: - - name: Create and send a notification (deprecated) - href: api/user-post-notifications.md - - name: People and workplace intelligence - items: - - name: Overview - href: resources/social-overview.md - - name: People - items: - - name: Person - href: resources/person.md - - name: List people - href: api/user-list-people.md - - name: Org control for people insights (preview) - items: - - name: Insights settings - href: resources/insightssettings.md - - name: List - href: api/organizationsettings-list-peopleinsights.md - - name: Update - href: api/insightssettings-update.md - - name: People admin settings - href: resources/peopleadminsettings.md - items: - - name: Get - href: api/peopleadminsettings-get.md - - name: Org control for pronouns settings - items: - - name: Pronouns settings - href: resources/pronounssettings.md - - name: List - href: api/peopleadminsettings-list-pronouns.md - - name: Update - href: api/pronounssettings-update.md - - name: Profile card customization - items: - - name: Profile card property - href: resources/profilecardproperty.md - - name: List - href: api/peopleadminsettings-list-profilecardproperties.md - - name: Create - href: api/peopleadminsettings-post-profilecardproperties.md - - name: Get - href: api/profilecardproperty-get.md - - name: Update - href: api/profilecardproperty-update.md - - name: Delete - href: api/profilecardproperty-delete.md - - name: Profile (preview) - items: - - name: Profile - href: resources/profile.md - - name: Get user's profile - href: api/profile-get.md - - name: Delete user's profile - href: api/profile-delete.md - - name: Account information - items: - - name: User account information - href: resources/useraccountinformation.md - - name: List - href: api/profile-list-accounts.md - - name: Create - href: api/profile-post-accounts.md - - name: Get - href: api/useraccountinformation-get.md - - name: Update - href: api/useraccountinformation-update.md - - name: Delete - href: api/useraccountinformation-delete.md - - name: Address - items: - - name: Item address - href: resources/itemaddress.md - - name: List - href: api/profile-list-addresses.md - - name: Create - href: api/profile-post-addresses.md - - name: Get - href: api/itemaddress-get.md - - name: Update - href: api/itemaddress-update.md - - name: Delete - href: api/itemaddress-delete.md - - name: Anniversary - items: - - name: Person anniversary - href: resources/personanniversary.md - - name: List - href: api/profile-list-anniversaries.md - - name: Create - href: api/profile-post-anniversaries.md - - name: Get - href: api/personanniversary-get.md - - name: Update - href: api/personanniversary-update.md - - name: Delete - href: api/personanniversary-delete.md - - name: Award - items: - - name: Person award - href: resources/personaward.md - - name: List - href: api/profile-list-awards.md - - name: Create - href: api/profile-post-awards.md - - name: Get - href: api/personaward-get.md - - name: Update - href: api/personaward-update.md - - name: Delete - href: api/personaward-delete.md - - name: Certification - items: - - name: Person certification - href: resources/personcertification.md - - name: List - href: api/profile-list-certifications.md - - name: Create - href: api/profile-post-certifications.md - - name: Get - href: api/personcertification-get.md - - name: Update - href: api/personcertification-update.md - - name: Delete - href: api/personcertification-delete.md - - name: Educational activity - items: - - name: Educational activity - href: resources/educationalactivity.md - - name: List - href: api/profile-list-educationalactivities.md - - name: Create - href: api/profile-post-educationalactivities.md - - name: Get - href: api/educationalactivity-get.md - - name: Update - href: api/educationalactivity-update.md - - name: Delete - href: api/educationalactivity-delete.md - - name: Email address - items: - - name: Item email - href: resources/itememail.md - - name: List - href: api/profile-list-emails.md - - name: Create - href: api/profile-post-emails.md - - name: Get - href: api/itememail-get.md - - name: Update - href: api/itememail-update.md - - name: Delete - href: api/itememail-delete.md - - name: Interest - items: - - name: Person interest - href: resources/personinterest.md - - name: List - href: api/profile-list-interests.md - - name: Create - href: api/profile-post-interests.md - - name: Get - href: api/personinterest-get.md - - name: Update - href: api/personinterest-update.md - - name: Delete - href: api/personinterest-delete.md - - name: Language - items: - - name: Language proficiency - href: resources/languageproficiency.md - - name: List - href: api/profile-list-languages.md - - name: Create - href: api/profile-post-languages.md - - name: Get - href: api/languageproficiency-get.md - - name: Update - href: api/languageproficiency-update.md - - name: Delete - href: api/languageproficiency-delete.md - - name: Name - items: - - name: Person name - href: resources/personname.md - - name: List - href: api/profile-list-names.md - - name: Create - href: api/profile-post-names.md - - name: Get - href: api/personname-get.md - - name: Update - href: api/personname-update.md - - name: Delete - href: api/personname-delete.md - - name: Note - items: - - name: Person annotation - href: resources/personannotation.md - - name: List - href: api/profile-list-notes.md - - name: Create - href: api/profile-post-notes.md - - name: Get - href: api/personannotation-get.md - - name: Update - href: api/personannotation-update.md - - name: Delete - href: api/personannotation-delete.md - - name: Patent - items: - - name: Item patent - href: resources/itempatent.md - - name: List - href: api/profile-list-patents.md - - name: Create - href: api/profile-post-patents.md - - name: Get - href: api/itempatent-get.md - - name: Update - href: api/itempatent-update.md - - name: Delete - href: api/itempatent-delete.md - - name: Phone - items: - - name: Item phone - href: resources/itemphone.md - - name: List - href: api/profile-list-phones.md - - name: Create - href: api/profile-post-phones.md - - name: Get - href: api/itemphone-get.md - - name: Update - href: api/itemphone-update.md - - name: Delete - href: api/itemphone-delete.md - - name: Position - items: - - name: Work position - href: resources/workposition.md - - name: List - href: api/profile-list-positions.md - - name: Create - href: api/profile-post-positions.md - - name: Get - href: api/workposition-get.md - - name: Update - href: api/workposition-update.md - - name: Delete - href: api/workposition-delete.md - - name: Project - items: - - name: Project participation - href: resources/projectparticipation.md - - name: List - href: api/profile-list-projects.md - - name: Create - href: api/profile-post-projects.md - - name: Get - href: api/projectparticipation-get.md - - name: Update - href: api/projectparticipation-update.md - - name: Delete - href: api/projectparticipation-delete.md - - name: Publication - items: - - name: Item publication - href: resources/itempublication.md - - name: List - href: api/profile-list-publications.md - - name: Create - href: api/profile-post-publications.md - - name: Get - href: api/itempublication-get.md - - name: Update - href: api/itempublication-update.md - - name: Delete - href: api/itempublication-delete.md - - name: Responsibility - items: - - name: Person responsibility - href: resources/personresponsibility.md - - name: List - href: api/profile-list-responsibilities.md - - name: Create - href: api/profile-post-responsibilities.md - - name: Get - href: api/personresponsibility-get.md - - name: Update - href: api/personresponsibility-update.md - - name: Delete - href: api/personresponsibility-delete.md - - name: Skill - items: - - name: Skill proficiency - href: resources/skillproficiency.md - - name: List - href: api/profile-list-skills.md - - name: Create - href: api/profile-post-skills.md - - name: Get - href: api/skillproficiency-get.md - - name: Update - href: api/skillproficiency-update.md - - name: Delete - href: api/skillproficiency-delete.md - - name: Web account - items: - - name: Web account - href: resources/webaccount.md - - name: List - href: api/profile-list-webaccounts.md - - name: Create - href: api/profile-post-webaccounts.md - - name: Get - href: api/webaccount-get.md - - name: Update - href: api/webaccount-update.md - - name: Delete - href: api/webaccount-delete.md - - name: Website - items: - - name: Person website - href: resources/personwebsite.md - - name: List - href: api/profile-list-websites.md - - name: Create - href: api/profile-post-websites.md - - name: Get - href: api/personwebsite-get.md - - name: Update - href: api/personwebsite-update.md - - name: Delete - href: api/personwebsite-delete.md - - name: Item insights - items: - - name: Item insights - items: - - name: Item insights (preview) - href: resources/iteminsights.md - - name: List shared - href: api/insights-list-shared.md - - name: List trending - href: api/insights-list-trending.md - - name: List used - href: api/insights-list-used.md - - name: Org control (preview) - items: - - name: Insights settings - href: resources/insightssettings.md - - name: List - href: api/organizationsettings-list-iteminsights.md - - name: Update - href: api/insightssettings-update.md - - name: User control (preview) - items: - - name: User insights settings - href: resources/userinsightssettings.md - - name: Get - href: api/userinsightssettings-get.md - - name: Update - href: api/userinsightssettings-update.md - - name: Mention (preview) - href: resources/mention.md - - name: Analytics (preview) - items: - - name: User analytics - href: resources/useranalytics.md - - name: Settings - items: - - name: Settings - href: resources/settings.md - - name: Get settings - href: api/useranalytics-get-settings.md - - name: Activity statistics - items: - - name: Activity statistics - href: resources/activitystatistics.md - - name: Call statistics type - href: resources/callactivitystatistics.md - - name: Chat statistics type - href: resources/chatactivitystatistics.md - - name: Email statistics type - href: resources/emailactivitystatistics.md - - name: Focus statistics type - href: resources/focusactivitystatistics.md - - name: Meeting statistics type - href: resources/meetingactivitystatistics.md - - name: List activity statistics - href: api/activitystatistics-list.md - - name: Pronouns settings (preview) - items: - - name: Pronouns settings - href: resources/pronounssettings.md - - name: List - href: api/peopleadminsettings-list-pronouns.md - - name: Update - href: api/pronounssettings-update.md - - name: Personal contacts - displayName: Outlook, Outlook contacts, Outlook contact, People - items: - - name: Contact - href: resources/contact.md - items: - - name: List contacts - href: api/user-list-contacts.md - - name: Create contact - href: api/user-post-contacts.md - - name: Get contact - href: api/contact-get.md - - name: Update contact - href: api/contact-update.md - - name: Delete contact - href: api/contact-delete.md - - name: Get contact delta - href: api/contact-delta.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: Category - items: - - name: Category - href: resources/outlookcategory.md - - name: List categories - href: api/outlookuser-list-mastercategories.md - - name: Create category - href: api/outlookuser-post-mastercategories.md - - name: Get category - href: api/outlookcategory-get.md - - name: Update category - href: api/outlookcategory-update.md - - name: Delete category - href: api/outlookcategory-delete.md - - name: Contact folder - href: resources/contactfolder.md - items: - - name: List contact folders - href: api/user-list-contactfolders.md - - name: Create contact folder - href: api/user-post-contactfolders.md - - name: Get contact folder - href: api/contactfolder-get.md - - name: Update contact folder - href: api/contactfolder-update.md - - name: Delete contact folder - href: api/contactfolder-delete.md - - name: Get contact folder delta - href: api/contactfolder-delta.md - - name: List child folders - href: api/contactfolder-list-childfolders.md - - name: Create child folder - href: api/contactfolder-post-childfolders.md - - name: List contacts in folder - href: api/contactfolder-list-contacts.md - - name: Create contact in folder - href: api/contactfolder-post-contacts.md - - name: Get contact delta - href: api/contact-delta.md - - name: Contact merge suggestions (preview) - items: - - name: Contact merge suggestions - href: resources/contactmergesuggestions.md - - name: Get - href: api/contactmergesuggestions-get.md - - name: Update - href: api/contactmergesuggestions-update.md - - name: Org control for contact insights (preview) - items: - - name: Insights settings - href: resources/insightssettings.md - - name: List - href: api/organizationsettings-list-contactinsights.md - - name: Update - href: api/insightssettings-update.md - - name: Extended properties - items: - - name: Overview - href: resources/extended-properties-overview.md - - name: Single-value extended property - items: - - name: Single-value extended property - href: resources/singlevaluelegacyextendedproperty.md - - name: Create single-value property - href: api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties.md - - name: Get single-value property - href: api/singlevaluelegacyextendedproperty-get.md - - name: Multi-value extended property - items: - - name: Multi-value extended property - href: resources/multivaluelegacyextendedproperty.md - - name: Create multi-value property - href: api/multivaluelegacyextendedproperty-post-multivalueextendedproperties.md - - name: Get multi-value property - href: api/multivaluelegacyextendedproperty-get.md - - name: Reports - items: - - name: Identity and access reports - items: - - name: Microsoft Entra recommendations (preview) - displayName: Recommendations, Microsoft Entra recommendations - href: resources/recommendations-api-overview.md - items: - - name: Recommendations - items: - - name: Recommendation - href: resources/recommendation.md - - name: List - href: api/directory-list-recommendation.md - - name: Get - href: api/recommendation-get.md - - name: Complete - href: api/recommendation-complete.md - - name: Dismiss - href: api/recommendation-dismiss.md - - name: Postpone - href: api/recommendation-postpone.md - - name: Reactivate - href: api/recommendation-reactivate.md - - name: Get tenant Secure Score - href: api/recommendation-tenantsecurescores.md - - name: Impacted resources - items: - - name: Impacted resource - href: resources/impactedresource.md - - name: List - href: api/recommendation-list-impactedresources.md - - name: Get - href: api/impactedresource-get.md - - name: Complete - href: api/impactedresource-complete.md - - name: Dismiss - href: api/impactedresource-dismiss.md - - name: Postpone - href: api/impactedresource-postpone.md - - name: Reactivate - href: api/impactedresource-reactivate.md - - name: Microsoft Entra activity reports - items: - - name: Overview - href: resources/report-identity-access.md - - name: AD FS application activity - items: - - name: Relying party detailed summary - href: resources/relyingpartydetailedsummary.md - items: - - name: Get relying party detailed dummary - href: api/reportroot-getrelyingpartydetailedsummary.md - - name: Application credential activity - href: resources/appcredentialsigninactivity.md - items: - - name: List - href: api/reportroot-list-appcredentialsigninactivities.md - - name: Get - href: api/appcredentialsigninactivity-get.md - - name: Application sign-in - items: - - name: Sign-in summary - href: resources/applicationsigninsummary.md - items: - - name: Get - href: api/reportroot-getazureadapplicationsigninsummary.md - - name: Sign-in details - href: resources/applicationsignindetailedsummary.md - items: - - name: List - href: api/reportroot-list-applicationsignindetailedsummary.md - - name: Get - href: api/applicationsignindetailedsummary-get.md - - name: Application user activity (preview) - items: - - name: Daily user insight - href: resources/dailyuserinsightmetricsroot.md - - name: Monthly user insight - href: resources/monthlyuserinsightmetricsroot.md - - name: Active users breakdown (deprecated) - href: resources/activeusersbreakdownmetric.md - items: - - name: List daily - href: api/dailyuserinsightmetricsroot-list-activeusersbreakdown.md - - name: List monthly - href: api/monthlyuserinsightmetricsroot-list-activeusersbreakdown.md - - name: Active users - href: resources/activeusersmetric.md - items: - - name: List daily - href: api/dailyuserinsightmetricsroot-list-activeusers.md - - name: List monthly - href: api/monthlyuserinsightmetricsroot-list-activeusers.md - - name: Authentications - href: resources/authenticationsmetric.md - items: - - name: List daily - href: api/dailyuserinsightmetricsroot-list-authentications.md - - name: List monthly - href: api/monthlyuserinsightmetricsroot-list-authentications.md - - name: Insights summary - href: resources/insightsummary.md - items: - - name: List daily - href: api/dailyuserinsightmetricsroot-list-summary.md - - name: List monthly - href: api/monthlyuserinsightmetricsroot-list-summary.md - - name: MFA completion - href: resources/mfacompletionmetric.md - items: - - name: List daily - href: api/dailyuserinsightmetricsroot-list-mfacompletions.md - - name: List monthly - href: api/monthlyuserinsightmetricsroot-list-mfacompletions.md - - name: User count - href: resources/usercountmetric.md - items: - - name: List daily - href: api/dailyuserinsightmetricsroot-list-usercount.md - - name: User requests - href: resources/userrequestsmetric.md - items: - - name: List daily - href: api/dailyuserinsightmetricsroot-list-requests.md - - name: List monthly - href: api/monthlyuserinsightmetricsroot-list-requests.md - - name: User signup - href: resources/usersignupmetric.md - items: - - name: List daily - href: api/dailyuserinsightmetricsroot-list-signups.md - - name: List monthly - href: api/monthlyuserinsightmetricsroot-list-signups.md - - name: Microsoft Entra SLA attainment - items: - - name: Microsoft Entra authentication - href: resources/azureadauthentication.md - - name: Service level agreement - href: resources/servicelevelagreementroot.md - - name: Get Microsoft Entra authentication - href: api/azureadauthentication-get.md - - name: Microsoft Entra service activity - items: - - name: Microsoft Entra service activity - href: resources/serviceactivity.md - - name: Get MFA sign-in success metrics - href: api/serviceactivity-getmetricsformfasigninsuccess.md - - name: Get MFA sign-in failure metrics - href: api/serviceactivity-getmetricsformfasigninfailure.md - - name: Get managed devices Conditional Access sign-in metrics - href: api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess.md - - name: Get compliant devices Conditional Access sign-in metrics - href: api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess.md - - name: Get SAML sign-in metrics - href: api/serviceactivity-getmetricsforsamlsigninsuccess.md - - name: Registration and usage - items: - - name: Overview - href: resources/authenticationmethods-usage-insights-overview.md - - name: Credential usage summary - href: resources/credentialusagesummary.md - items: - - name: List - href: api/reportroot-getcredentialusagesummary.md - - name: Credential user registration count - href: resources/credentialuserregistrationcount.md - items: - - name: Get - href: api/reportroot-getcredentialuserregistrationcount.md - - name: Credential user registration details (deprecated) - href: resources/credentialuserregistrationdetails.md - items: - - name: List - href: api/reportroot-list-credentialuserregistrationdetails.md - - name: User credential usage details - href: resources/usercredentialusagedetails.md - items: - - name: List - href: api/reportroot-list-usercredentialusagedetails.md - - name: User registration details - href: resources/userregistrationdetails.md - items: - - name: List - href: api/authenticationmethodsroot-list-userregistrationdetails.md - - name: Get - href: api/userregistrationdetails-get.md - - name: Users registered by feature - href: resources/userregistrationfeaturesummary.md - items: - - name: List - href: api/authenticationmethodsroot-usersregisteredbyfeature.md - - name: Users registered by method - href: resources/userregistrationmethodsummary.md - items: - - name: List - href: api/authenticationmethodsroot-usersregisteredbymethod.md - - name: Service principal activity - href: resources/serviceprincipalsigninactivity.md - items: - - name: List - href: api/reportroot-list-serviceprincipalsigninactivities.md - - name: Get - href: api/serviceprincipalsigninactivity-get.md - - name: Microsoft Entra audit logs - items: - - name: Overview - href: resources/azure-ad-auditlog-overview.md - - name: Custom security attributes audit - href: resources/customsecurityattributeaudit.md - items: - - name: List - href: api/auditlogroot-list-customsecurityattributeaudits.md - - name: Get - href: api/customsecurityattributeaudit-get.md - - name: Directory audit - href: resources/directoryaudit.md - items: - - name: List - href: api/directoryaudit-list.md - - name: Get - href: api/directoryaudit-get.md - - name: Provisioning - href: resources/provisioningobjectsummary.md - items: - - name: List - href: api/provisioningobjectsummary-list.md - - name: Sign-in - href: resources/signin.md - items: - - name: List - href: api/signin-list.md - - name: Get - href: api/signin-get.md - - name: Confirm safe - href: api/signin-confirmsafe.md - - name: Confirm compromised - href: api/signin-confirmcompromised.md - - name: Microsoft 365 usage reports - items: - - name: Overview - href: resources/report.md - - name: Admin report settings - items: - - name: Admin report settings - href: resources/adminreportsettings.md - - name: Get - href: api/adminreportsettings-get.md - - name: Update - href: api/adminreportsettings-update.md - - name: Forms activity - href: resources/microsoft-forms-usage-reports.md - items: - - name: Get user detail - href: api/reportroot-getformsuseractivityuserdetail.md - - name: Get activity counts - href: api/reportroot-getformsuseractivitycounts.md - - name: Get user counts - href: api/reportroot-getformsuseractivityusercounts.md - - name: Microsoft Teams device usage - href: resources/microsoft-teams-device-usage-reports.md - items: - - name: Get user detail - href: api/reportroot-getteamsdeviceusageuserdetail.md - - name: Get user counts - href: api/reportroot-getteamsdeviceusageusercounts.md - - name: Get total user counts - href: api/reportroot-getteamsdeviceusagetotalusercounts.md - - name: Get distribution user counts - href: api/reportroot-getteamsdeviceusagedistributionusercounts.md - - name: Get distribution total user counts - href: api/reportroot-getteamsdeviceusagedistributiontotalusercounts.md - - name: Microsoft Teams user activity - href: resources/microsoft-teams-user-activity-reports.md - items: - - name: Get user detail - href: api/reportroot-getteamsuseractivityuserdetail.md - - name: Get activity counts - href: api/reportroot-getteamsuseractivitycounts.md - - name: Get activity total counts - href: api/reportroot-getteamsuseractivitytotalcounts.md - - name: Get user counts - href: api/reportroot-getteamsuseractivityusercounts.md - - name: Get total user counts - href: api/reportroot-getteamsuseractivitytotalusercounts.md - - name: Get distribution user counts - href: api/reportroot-getteamsuseractivitydistributionusercounts.md - - name: Get distribution total user counts - href: api/reportroot-getteamsuseractivitydistributiontotalusercounts.md - - name: Get total distribution activity counts - href: api/reportroot-getteamsuseractivitytotaldistributioncounts.md - - name: Microsoft Teams team activity - href: resources/microsoft-teams-team-usage-reports.md - items: - - name: Get team detail - href: api/reportroot-getteamsteamactivitydetail.md - - name: Get team activity counts - href: api/reportroot-getteamsteamactivitycounts.md - - name: Get team activity distribution counts - href: api/reportroot-getteamsteamactivitydistributioncounts.md - - name: Get team counts - href: api/reportroot-getteamsteamcounts.md - - name: Outlook activity - href: resources/email-activity-reports.md - items: - - name: Get user detail - href: api/reportroot-getemailactivityuserdetail.md - - name: Get activity counts - href: api/reportroot-getemailactivitycounts.md - - name: Get user counts - href: api/reportroot-getemailactivityusercounts.md - - name: Outlook app usage - href: resources/email-app-usage-reports.md - items: - - name: Get user detail - href: api/reportroot-getemailappusageuserdetail.md - - name: Get apps user counts - href: api/reportroot-getemailappusageappsusercounts.md - - name: Get user counts - href: api/reportroot-getemailappusageusercounts.md - - name: Get versions user counts - href: api/reportroot-getemailappusageversionsusercounts.md - - name: Outlook mailbox usage - href: resources/mailbox-usage-reports.md - items: - - name: Get mailbox detail - href: api/reportroot-getmailboxusagedetail.md - - name: Get mailbox counts - href: api/reportroot-getmailboxusagemailboxcounts.md - - name: Get quota status mailbox counts - href: api/reportroot-getmailboxusagequotastatusmailboxcounts.md - - name: Get storage - href: api/reportroot-getmailboxusagestorage.md - - name: Microsoft 365 activations - href: resources/office-365-activations-reports.md - items: - - name: Get user detail - href: api/reportroot-getoffice365activationsuserdetail.md - - name: Get activation counts - href: api/reportroot-getoffice365activationcounts.md - - name: Get user counts - href: api/reportroot-getoffice365activationsusercounts.md - - name: Microsoft 365 active users - href: resources/office-365-active-users-reports.md - items: - - name: Get user detail - href: api/reportroot-getoffice365activeuserdetail.md - - name: Get user counts - href: api/reportroot-getoffice365activeusercounts.md - - name: Get services user counts - href: api/reportroot-getoffice365servicesusercounts.md - - name: Microsoft 365 Apps usage - href: resources/microsoft-365-apps-usage-report.md - items: - - name: Get user detail - href: api/reportroot-getm365appuserdetail.md - - name: Get user counts - href: api/reportroot-getm365appusercounts.md - - name: Get platform user counts - href: api/reportroot-getm365appplatformusercounts.md - - name: Microsoft 365 browser usage - href: resources/microsoft-365-browser-usage-report.md - items: - - name: Get user detail - href: api/reportroot-getbrowseruserdetail.md - - name: Get user counts - href: api/reportroot-getbrowserusercounts.md - - name: Get distribution user counts - href: api/reportroot-getbrowserdistributionusercounts.md - - name: Microsoft 365 groups activity - href: resources/office-365-groups-activity-reports.md - items: - - name: Get group detail - href: api/reportroot-getoffice365groupsactivitydetail.md - - name: Get activity counts - href: api/reportroot-getoffice365groupsactivitycounts.md - - name: Get group counts - href: api/reportroot-getoffice365groupsactivitygroupcounts.md - - name: Get storage - href: api/reportroot-getoffice365groupsactivitystorage.md - - name: Get file counts - href: api/reportroot-getoffice365groupsactivityfilecounts.md - - name: OneDrive activity - href: resources/onedrive-activity-reports.md - items: - - name: Get user detail - href: api/reportroot-getonedriveactivityuserdetail.md - - name: Get user counts - href: api/reportroot-getonedriveactivityusercounts.md - - name: Get file counts - href: api/reportroot-getonedriveactivityfilecounts.md - - name: OneDrive usage - href: resources/onedrive-usage-reports.md - items: - - name: Get account detail - href: api/reportroot-getonedriveusageaccountdetail.md - - name: Get account counts - href: api/reportroot-getonedriveusageaccountcounts.md - - name: Get file counts - href: api/reportroot-getonedriveusagefilecounts.md - - name: Get storage - href: api/reportroot-getonedriveusagestorage.md - - name: SharePoint activity - href: resources/sharepoint-activity-reports.md - items: - - name: Get user detail - href: api/reportroot-getsharepointactivityuserdetail.md - - name: Get file counts - href: api/reportroot-getsharepointactivityfilecounts.md - - name: Get user counts - href: api/reportroot-getsharepointactivityusercounts.md - - name: Get pages - href: api/reportroot-getsharepointactivitypages.md - - name: SharePoint site usage - href: resources/sharepoint-site-usage-reports.md - items: - - name: Get site detail - href: api/reportroot-getsharepointsiteusagedetail.md - - name: Get file counts - href: api/reportroot-getsharepointsiteusagefilecounts.md - - name: Get site counts - href: api/reportroot-getsharepointsiteusagesitecounts.md - - name: Get storage - href: api/reportroot-getsharepointsiteusagestorage.md - - name: Get pages - href: api/reportroot-getsharepointsiteusagepages.md - - name: Skype for Business activity - href: resources/skype-for-business-activity-reports.md - items: - - name: Get user detail - href: api/reportroot-getskypeforbusinessactivityuserdetail.md - - name: Get activity counts - href: api/reportroot-getskypeforbusinessactivitycounts.md - - name: Get user counts - href: api/reportroot-getskypeforbusinessactivityusercounts.md - - name: Skype for Business device usage - href: resources/skype-for-business-device-usage-reports.md - items: - - name: Get user detail - href: api/reportroot-getskypeforbusinessdeviceusageuserdetail.md - - name: Get distribution user counts - href: api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts.md - - name: Get user counts - href: api/reportroot-getskypeforbusinessdeviceusageusercounts.md - - name: Skype for Business organizer activity - href: resources/skype-for-business-organizer-activity-reports.md - items: - - name: Get activity counts - href: api/reportroot-getskypeforbusinessorganizeractivitycounts.md - - name: Get user counts - href: api/reportroot-getskypeforbusinessorganizeractivityusercounts.md - - name: Get minute counts - href: api/reportroot-getskypeforbusinessorganizeractivityminutecounts.md - - name: Skype for Business participant activity - href: resources/skype-for-business-participant-activity-reports.md - items: - - name: Get activity counts - href: api/reportroot-getskypeforbusinessparticipantactivitycounts.md - - name: Get user counts - href: api/reportroot-getskypeforbusinessparticipantactivityusercounts.md - - name: Get minute counts - href: api/reportroot-getskypeforbusinessparticipantactivityminutecounts.md - - name: Skype for Business peer-to-peer activity - href: resources/skype-for-business-peer-to-peer-activity.md - items: - - name: Get activity counts - href: api/reportroot-getskypeforbusinesspeertopeeractivitycounts.md - - name: Get user counts - href: api/reportroot-getskypeforbusinesspeertopeeractivityusercounts.md - - name: Get minute counts - href: api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts.md - - name: Yammer activity - href: resources/yammer-activity-reports.md - items: - - name: Get user detail - href: api/reportroot-getyammeractivityuserdetail.md - - name: Get activity counts - href: api/reportroot-getyammeractivitycounts.md - - name: Get user counts - href: api/reportroot-getyammeractivityusercounts.md - - name: Yammer device usage - href: resources/yammer-device-usage-reports.md - items: - - name: Get user detail - href: api/reportroot-getyammerdeviceusageuserdetail.md - - name: Get distribution user counts - href: api/reportroot-getyammerdeviceusagedistributionusercounts.md - - name: Get user counts - href: api/reportroot-getyammerdeviceusageusercounts.md - - name: Yammer groups activity - href: resources/yammer-groups-activity-reports.md - items: - - name: Get group detail - href: api/reportroot-getyammergroupsactivitydetail.md - - name: Get group counts - href: api/reportroot-getyammergroupsactivitygroupcounts.md - - name: Get activity counts - href: api/reportroot-getyammergroupsactivitycounts.md - - name: Microsoft Defender for Office 365 security reports - items: - - name: Attack simulation reports - href: resources/report-m365defender-reports-overview.md - - name: Repeat offender - items: - - name: Repeat offender - href: resources/attacksimulationrepeatoffender.md - - name: Get repeat offenders - href: api/securityreportsroot-getattacksimulationrepeatoffenders.md - - name: Simulation data - items: - - name: Simulation user coverage - href: resources/attacksimulationsimulationusercoverage.md - - name: Get simulation coverage for users - href: api/securityreportsroot-getattacksimulationsimulationusercoverage.md - - name: Training data - items: - - name: Training user coverage - href: resources/attacksimulationtrainingusercoverage.md - - name: Get training coverage for users - href: api/securityreportsroot-getattacksimulationtrainingusercoverage.md - - name: Partner billing reports - items: - - name: Overview - href: resources/partners-billing-api-overview.md - - name: Billed reconciliation - items: - - name: Billed reconciliation - href: resources/partners-billing-billedreconciliation.md - - name: Export - href: api/partners-billing-billedreconciliation-export.md - - name: Billed usage - items: - - name: Billed usage - href: resources/partners-billing-billedusage.md - - name: Export - href: api/partners-billing-billedusage-export.md - - name: Manifest - items: - - name: Manifest - href: resources/partners-billing-manifest.md - - name: Get - href: api/partners-billing-manifest-get.md - - name: Operation - items: - - name: Operation - href: resources/partners-billing-operation.md - - name: Get - href: api/partners-billing-operation-get.md - - name: Unbilled usage - items: - - name: Unbilled usage - href: resources/partners-billing-unbilledusage.md - - name: Export - href: api/partners-billing-unbilledusage-export.md - - name: Search - items: - - name: Query - items: - - name: Overview - href: resources/search-api-overview.md - - name: Search request type - href: resources/searchrequest.md - - name: Search response type - href: resources/searchresponse.md - - name: Query data - href: api/search-query.md - - name: Answer - items: - - name: Overview - href: resources/search-api-answers-overview.md - - name: Acronym - href: resources/search-acronym.md - items: - - name: List acronyms - href: api/search-searchentity-list-acronyms.md - - name: Create acronym - href: api/search-searchentity-post-acronyms.md - - name: Get acronym - href: api/search-acronym-get.md - - name: Update acronym - href: api/search-acronym-update.md - - name: Delete acronym - href: api/search-acronym-delete.md - - name: Bookmark - href: resources/search-bookmark.md - items: - - name: List bookmarks - href: api/search-searchentity-list-bookmarks.md - - name: Create bookmark - href: api/search-searchentity-post-bookmarks.md - - name: Get bookmark - href: api/search-bookmark-get.md - - name: Update bookmark - href: api/search-bookmark-update.md - - name: Delete bookmark - href: api/search-bookmark-delete.md - - name: QnA - href: resources/search-qna.md - items: - - name: List qnas - href: api/search-searchentity-list-qnas.md - - name: Create qna - href: api/search-searchentity-post-qnas.md - - name: Get qna - href: api/search-qna-get.md - - name: Update qna - href: api/search-qna-update.md - - name: Delete qna - href: api/search-qna-delete.md - - name: Security - items: - - name: Overview - href: resources/security-api-overview.md - - name: Action (preview) - items: - - name: Action - href: resources/securityaction.md - - name: List security actions - href: api/securityactions-list.md - - name: Create security action - href: api/securityactions-post.md - - name: Get security action - href: api/securityaction-get.md - - name: Cancel security action - href: api/securityaction-cancelsecurityaction.md - - name: Advanced hunting - items: - - name: Run hunting query - href: api/security-security-runhuntingquery.md - - name: Hunting query results - href: resources/security-huntingqueryresults.md - - name: Hunting row result - href: resources/security-huntingrowresult.md - - name: Single property schema - href: resources/security-singlepropertyschema.md - - name: Custom detection rules - items: - - name: List custom detection rules - href: api/security-detectionrule-list.md - - name: Get custom detection rule - href: api/security-detectionrule-get.md - - name: Create custom detection rule - href: api/security-detectionrule-post-detectionRules.md - - name: Update custom detection rule - href: api/security-detectionrule-update.md - - name: Delete custom detection rule - href: api/security-detectionrule-delete.md - - name: Alerts and incidents - items: - - name: Alert - items: - - name: Alert - href: resources/security-alert.md - - name: List alerts - href: api/security-list-alerts_v2.md - - name: Get alert - href: api/security-alert-get.md - - name: Update alert - href: api/security-alert-update.md - - name: Create comment for alert - href: api/security-alert-post-comments.md - - name: Alert evidence - items: - - name: Alert evidence - href: resources/security-alertevidence.md - - name: Incident - items: - - name: Incident - href: resources/security-incident.md - - name: List incidents - href: api/security-list-incidents.md - - name: Get incident - href: api/security-incident-get.md - - name: Update incident - href: api/security-incident-update.md - - name: Create comment for incident - href: api/security-incident-post-comments.md - - name: Attack simulation and training - items: - - name: Simulations - items: - - name: Simulation - href: resources/simulation.md - - name: List - href: api/attacksimulationroot-list-simulations.md - - name: Create - href: api/attacksimulationroot-post-simulation.md - - name: Get - href: api/simulation-get.md - - name: Update - href: api/simulation-update.md - - name: Delete - href: api/simulation-delete.md - - name: List simulation users - href: api/usersimulationdetails-list.md - - name: Get simulation overview - href: api/simulationreportoverview-get.md - - name: Attack simulation operation - items: - - name: Attack simulation operation - href: resources/attacksimulationoperation.md - - name: Get - href: api/attacksimulationoperation-get.md - - name: End user notification - items: - - name: End user notification - href: resources/endusernotification.md - - name: List - href: api/attacksimulationroot-list-endusernotifications.md - - name: Get - href: api/endusernotification-get.md - - name: Landing page - items: - - name: Landing page - href: resources/landingpage.md - - name: List - href: api/attacksimulationroot-list-landingpage.md - - name: Get - href: api/landingpage-get.md - - name: Login page - items: - - name: Login page - href: resources/loginpage.md - - name: List - href: api/attacksimulationroot-list-loginpage.md - - name: Get - href: api/loginpage-get.md - - name: Payload - items: - - name: Payload - href: resources/payload.md - - name: List - href: api/attacksimulationroot-list-payloads.md - - name: Get - href: api/payload-get.md - - name: Get payload detail - href: api/payloaddetail-get.md - - name: Training - items: - - name: Training - href: resources/training.md - - name: List - href: api/attacksimulationroot-list-trainings.md - - name: Get - href: api/training-get.md - - name: Training language detail - items: - - name: Training language detail - href: resources/traininglanguagedetail.md - - name: Get - href: api/traininglanguagedetail-get.md - - name: Reports - items: - - name: Attack simulation reports - href: resources/report-m365defender-reports-overview.md - - name: Repeat offender - items: - - name: Repeat offender - href: resources/attacksimulationrepeatoffender.md - - name: Get repeat offenders - href: api/securityreportsroot-getattacksimulationrepeatoffenders.md - - name: Simulation data - items: - - name: Simulation user coverage - href: resources/attacksimulationsimulationusercoverage.md - - name: Get simulation coverage for users - href: api/securityreportsroot-getattacksimulationsimulationusercoverage.md - - name: Training data - items: - - name: Training user coverage - href: resources/attacksimulationtrainingusercoverage.md - - name: Get training coverage for users - href: api/securityreportsroot-getattacksimulationtrainingusercoverage.md - - name: Simulation automation - items: - - name: Simulation automation - href: resources/simulationautomation.md - - name: List - href: api/attacksimulationroot-list-simulationautomations.md - - name: Get - href: api/simulationautomation-get.md - - name: Simulation automation run - items: - - name: Simulation automation run - href: resources/simulationautomationrun.md - - name: List - href: api/simulationautomation-list-runs.md - - name: Audit log query (preview) - items: - - name: Audit log query - href: resources/security-auditlogquery.md - items: - - name: List - href: api/security-auditcoreroot-list-auditlogqueries.md - - name: Create - href: api/security-auditcoreroot-post-auditlogqueries.md - - name: Get - href: api/security-auditlogquery-get.md - - name: List audit log records - href: api/security-auditlogquery-list-records.md - - name: Audit log record - href: resources/security-auditlogrecord.md - items: - - name: List - href: api/security-auditlogquery-list-records.md - - name: eDiscovery (preview) - items: - - name: Case - href: resources/security-ediscoverycase.md - items: - - name: List - href: api/security-casesroot-list-ediscoverycases.md - - name: Create - href: api/security-casesroot-post-ediscoverycases.md - - name: Get - href: api/security-ediscoverycase-get.md - - name: Update - href: api/security-ediscoverycase-update.md - - name: Delete - href: api/security-casesroot-delete-ediscoverycases.md - - name: Close - href: api/security-ediscoverycase-close.md - - name: Reopen - href: api/security-ediscoverycase-reopen.md - - name: List operations - href: api/security-ediscoverycase-list-operations.md - - name: List custodians - href: api/security-ediscoverycase-list-custodians.md - - name: Create custodian - href: api/security-ediscoverycase-post-custodians.md - - name: List non-custodial data sources - href: api/security-ediscoverycase-list-noncustodialdatasources.md - - name: Create non-custodial data source - href: api/security-ediscoverycase-post-noncustodialdatasources.md - - name: List legal holds (preview) - href: api/security-ediscoverycase-list-legalholds.md - - name: Create legal hold (preview) - href: api/security-ediscoverycase-post-legalholds.md - - name: List searches - href: api/security-ediscoverycase-list-searches.md - - name: Create search - href: api/security-ediscoverycase-post-searches.md - - name: List review sets - href: api/security-ediscoverycase-list-reviewsets.md - - name: Create review set - href: api/security-ediscoverycase-post-reviewsets.md - - name: List tags - href: api/security-ediscoverycase-list-tags.md - - name: Create tag - href: api/security-ediscoverycase-post-tags.md - - name: Case settings - href: resources/security-ediscoverycasesettings.md - items: - - name: Get settings - href: api/security-ediscoverycasesettings-get.md - - name: Update settings - href: api/security-ediscoverycasesettings-update.md - - name: Reset settings to default - href: api/security-ediscoverycasesettings-resettodefault.md - - name: Operation - href: resources/security-caseoperation.md - items: - - name: List case operations - href: api/security-ediscoverycase-list-operations.md - - name: Get case operation by ID - href: api/security-caseoperation-get.md - - name: Custodian - href: resources/security-ediscoverycustodian.md - items: - - name: List - href: api/security-ediscoverycase-list-custodians.md - - name: Create - href: api/security-ediscoverycase-post-custodians.md - - name: Get - href: api/security-ediscoverycustodian-get.md - - name: Activate - href: api/security-ediscoverycustodian-activate.md - - name: Release - href: api/security-ediscoverycustodian-release.md - - name: Apply hold - href: api/security-ediscoverycustodian-applyhold.md - - name: Remove hold - href: api/security-ediscoverycustodian-removehold.md - - name: Update index - href: api/security-ediscoverycustodian-updateindex.md - - name: List user sources - href: api/security-ediscoverycustodian-list-usersources.md - - name: Create user source - href: api/security-ediscoverycustodian-post-usersources.md - - name: List site sources - href: api/security-ediscoverycustodian-list-sitesources.md - - name: Create site source - href: api/security-ediscoverycustodian-post-sitesources.md - - name: List unitifed group sources - href: api/security-ediscoverycustodian-list-unifiedgroupsources.md - - name: Create unifed group source - href: api/security-ediscoverycustodian-post-unifiedgroupsources.md - - name: Get last index operation - href: api/security-ediscoverycustodian-list-lastindexoperation.md - - name: Non-custodial data source - href: resources/security-ediscoverynoncustodialdatasource.md - items: - - name: List - href: api/security-ediscoverycase-list-noncustodialdatasources.md - - name: Create - href: api/security-ediscoverycase-post-noncustodialdatasources.md - - name: Get - href: api/security-ediscoverynoncustodialdatasource-get.md - - name: Release - href: api/security-ediscoverynoncustodialdatasource-release.md - - name: Apply hold - href: api/security-ediscoverynoncustodialdatasource-applyhold.md - - name: Remove hold - href: api/security-ediscoverynoncustodialdatasource-removehold.md - - name: Update index - href: api/security-ediscoverynoncustodialdatasource-updateindex.md - - name: Get last index operation - href: api/security-ediscoverycustodian-list-lastindexoperation.md - - name: Hold policy (preview) - href: resources/security-ediscoveryholdpolicy.md - items: - - name: List - href: api/security-ediscoverycase-list-legalholds.md - - name: Create - href: api/security-ediscoverycase-post-legalholds.md - - name: Get - href: api/security-ediscoveryholdpolicy-get.md - - name: Update - href: api/security-ediscoveryholdpolicy-update.md - - name: Delete - href: api/security-ediscoverycase-delete-legalholds.md - - name: List user sources - href: api/security-ediscoverycustodian-list-usersources.md - - name: Create user source - href: api/security-ediscoveryholdpolicy-post-usersources.md - - name: List site sources - href: api/security-ediscoverycustodian-list-sitesources.md - - name: Create site source - href: api/security-ediscoveryholdpolicy-post-sitesources.md - - name: Search - href: resources/security-ediscoverysearch.md - items: - - name: List - href: api/security-ediscoverycase-list-searches.md - - name: Create - href: api/security-ediscoverycase-post-searches.md - - name: Get - href: api/security-ediscoverysearch-get.md - - name: Update - href: api/security-ediscoverysearch-update.md - - name: Delete - href: api/security-ediscoverycase-delete-searches.md - - name: Estimate statistics - href: api/security-ediscoverysearch-estimatestatistics.md - - name: Purge data - href: api/security-ediscoverysearch-purgedata.md - - name: List custodian sources - href: api/security-ediscoverysearch-list-custodiansources.md - - name: Add custodian sources - href: api/security-ediscoverysearch-post-custodiansources.md - - name: Remove custodian sources - href: api/security-ediscoverysearch-delete-custodiansources.md - - name: List non-custodial data sources - href: api/security-ediscoverysearch-list-noncustodialsources.md - - name: Add non-custodial data sources - href: api/security-ediscoverysearch-post-noncustodialsources.md - - name: Remove non-custodial data sources - href: api/security-ediscoverysearch-delete-noncustodialsources.md - - name: List additional sources - href: api/security-ediscoverysearch-list-additionalsources.md - - name: Add additional sources - href: api/security-ediscoverysearch-post-additionalsources.md - - name: Get last estimate statistics operation - href: api/security-ediscoverysearch-list-lastestimatestatisticsoperation.md - - name: Review set - href: resources/security-ediscoveryreviewset.md - items: - - name: List - href: api/security-ediscoverycase-list-reviewsets.md - - name: Create - href: api/security-ediscoverycase-post-reviewsets.md - - name: Get - href: api/security-ediscoveryreviewset-get.md - - name: Add to review set - href: api/security-ediscoveryreviewset-addtoreviewset.md - - name: Export - href: api/security-ediscoveryreviewset-export.md - items: - - name: Get download URL (deprecated) - href: api/security-ediscoveryexportoperation-getdownloadurl.md - - name: Query - href: resources/security-ediscoveryreviewsetquery.md - items: - - name: List - href: api/security-ediscoveryreviewset-list-queries.md - - name: Create - href: api/security-ediscoveryreviewset-post-queries.md - - name: Get - href: api/security-ediscoveryreviewsetquery-get.md - - name: Update - href: api/security-ediscoveryreviewsetquery-update.md - - name: Delete - href: api/security-ediscoveryreviewset-delete-queries.md - - name: Export - href: api/security-ediscoveryreviewsetquery-export.md - items: - - name: Get download URL (deprecated) - href: api/security-ediscoveryexportoperation-getdownloadurl.md - - name: Apply tags - href: api/security-ediscoveryreviewsetquery-applytags.md - - name: Run (preview) - href: api/security-ediscoveryreviewsetquery-run.md - - name: File (preview) - href: resources/security-ediscoveryfile.md - items: - - name: List - href: api/security-ediscoveryreviewset-list-files.md - - name: Get - href: api/security-ediscoveryfile-get.md - - name: Tag - href: resources/security-ediscoveryreviewtag.md - items: - - name: List - href: api/security-ediscoverycase-list-tags.md - - name: Create - href: api/security-ediscoverycase-post-tags.md - - name: Get - href: api/security-ediscoveryreviewtag-get.md - - name: Update - href: api/security-ediscoveryreviewtag-update.md - - name: Delete - href: api/security-ediscoverycase-delete-tags.md - - name: List tags as hierarchy - href: api/security-ediscoveryreviewtag-ashierarchy.md - - name: Information protection - items: - - name: Labels (deprecated) - href: resources/informationprotectionlabel.md - items: - - name: List labels - href: api/informationprotectionpolicy-list-labels.md - - name: Get label - href: api/informationprotectionlabel-get.md - - name: Evaluate application - href: api/informationprotectionlabel-evaluateapplication.md - - name: Evaluate classification result - href: api/informationprotectionlabel-evaluateclassificationresults.md - - name: Evaluate removal - href: api/informationprotectionlabel-evaluateremoval.md - - name: Extract label - href: api/informationprotectionlabel-extractlabel.md - - name: Sensitivity labels - href: resources/security-sensitivitylabel.md - items: - - name: List - href: api/security-informationprotection-list-sensitivitylabels.md - - name: Get - href: api/security-sensitivitylabel-get.md - - name: Evaluate application - href: api/security-sensitivitylabel-evaluateapplication.md - - name: Evaluate classification result - href: api/security-sensitivitylabel-evaluateclassificationresults.md - - name: Evaluate removal - href: api/security-sensitivitylabel-evaluateremoval.md - - name: Extract content label - href: api/security-sensitivitylabel-extractcontentlabel.md - - name: Sensitivity label policy - href: resources/security-informationprotectionpolicysetting.md - items: - - name: List - href: api/security-informationprotectionpolicysetting-get.md - - name: Threat assessment - items: - - name: Overview - href: resources/threatassessment-api-overview.md - - name: Threat assessment request - href: resources/threatassessmentrequest.md - - name: Mail assessment request - href: resources/mailassessmentrequest.md - - name: Email file assessment request - href: resources/emailfileassessmentrequest.md - - name: File assessment request - href: resources/fileAssessmentRequest.md - - name: Url assessment request - href: resources/urlassessmentrequest.md - - name: List - href: api/informationprotection-list-threatassessmentrequests.md - - name: Create - href: api/informationprotection-post-threatassessmentrequests.md - - name: Get - href: api/threatassessmentrequest-get.md - - name: Legacy alerts - items: - - name: Alert - href: resources/alert.md - - name: List alerts - href: api/alert-list.md - - name: Get alert - href: api/alert-get.md - - name: Update alert - href: api/alert-update.md - - name: Update multiple alerts - href: api/alert-updatealerts.md - - name: Records management - items: - - name: Overview - href: resources/security-recordsmanagement-overview.md - - name: Label (preview) - href: resources/security-labelsroot.md - - name: Retention label (preview) - href: resources/security-retentionlabel.md - items: - - name: List - href: api/security-labelsroot-list-retentionlabel.md - - name: Create - href: api/security-labelsroot-post-retentionlabel.md - - name: Get - href: api/security-retentionlabel-get.md - - name: Update - href: api/security-retentionlabel-update.md - - name: Delete - href: api/security-retentionlabel-delete.md - - name: File plan descriptors - href: resources/security-fileplandescriptor.md - items: - - name: File plan reference - href: resources/security-fileplanreference.md - items: - - name: List - href: api/security-labelsroot-list-fileplanreferences.md - - name: Create - href: api/security-labelsroot-post-fileplanreferences.md - - name: Get - href: api/security-fileplanreferencetemplate-get.md - - name: Delete - href: api/security-labelsroot-delete-fileplanreferences.md - - name: Authority - href: resources/security-authority.md - items: - - name: List - href: api/security-labelsroot-list-authorities.md - - name: Create - href: api/security-labelsroot-post-authorities.md - - name: Get - href: api/security-authoritytemplate-get.md - - name: Delete - href: api/security-labelsroot-delete-authorities.md - - name: Category - href: resources/security-appliedcategory.md - items: - - name: List - href: api/security-labelsroot-list-categories.md - - name: Create - href: api/security-labelsroot-post-categories.md - - name: Get - href: api/security-categorytemplate-get.md - - name: Delete - href: api/security-labelsroot-delete-categories.md - - name: Subcategory - href: resources/security-subcategory.md - items: - - name: List - href: api/security-categorytemplate-list-subcategories.md - - name: Create - href: api/security-categorytemplate-post-subcategories.md - - name: Get - href: api/security-subcategorytemplate-get.md - - name: Delete - href: api/security-categorytemplate-delete-subcategories.md - - name: Department - href: resources/security-department.md - items: - - name: List - href: api/security-labelsroot-list-departments.md - - name: Create - href: api/security-labelsroot-post-departments.md - - name: Get - href: api/security-departmenttemplate-get.md - - name: Delete - href: api/security-labelsroot-delete-departments.md - - name: Citation - href: resources/security-citation.md - items: - - name: List - href: api/security-labelsroot-list-citations.md - - name: Create - href: api/security-labelsroot-post-citations.md - - name: Get - href: api/security-citationtemplate-get.md - - name: Delete - href: api/security-labelsroot-delete-citations.md - - name: Retention event - href: resources/security-retentionevent.md - items: - - name: List - href: api/security-retentionevent-list.md - - name: Create - href: api/security-retentionevent-post.md - - name: Get - href: api/security-retentionevent-get.md - - name: Delete - href: api/security-retentionevent-delete.md - - name: Retention event type - href: resources/security-retentioneventtype.md - items: - - name: List - href: api/security-retentioneventtype-list.md - - name: Create - href: api/security-retentioneventtype-post.md - - name: Get - href: api/security-retentioneventtype-get.md - - name: Update - href: api/security-retentioneventtype-update.md - - name: Delete - href: api/security-retentioneventtype-delete.md - - name: Secure score - href: resources/securescores.md - items: - - name: List secure scores - href: api/securescores-list.md - - name: Secure score control profile - href: resources/securescorecontrolprofiles.md - items: - - name: List secure score control profiles - href: api/securescorecontrolprofiles-list.md - - name: Update secure score control profiles - href: api/securescorecontrolprofiles-update.md - - name: Threat intelligence (preview) - items: - - name: Overview - href: resources/security-threatintelligence-overview.md - - name: Article - items: - - name: Article - href: resources/security-article.md - - name: Get article - href: api/security-article-get.md - - name: List articles - href: api/security-threatintelligence-list-articles.md - - name: List article indicators - href: api/security-article-list-indicators.md - - name: Article indicator - items: - - name: Article indicator - href: resources/security-articleindicator.md - - name: List article indicators - href: api/security-article-list-indicators.md - - name: Get article indicator - href: api/security-articleindicator-get.md - - name: Host - items: - - name: Host - href: resources/security-host.md - - name: Get host - href: api/security-host-get.md - - name: Get host reputation - href: api/security-host-get-reputation.md - - name: Get WHOIS record - href: api/security-whoisrecord-get.md - - name: List components - href: api/security-host-list-components.md - - name: List cookies - href: api/security-host-list-cookies.md - - name: List host pairs for a host - href: api/security-host-list-hostpairs.md - - name: List host pairs for a host as child - href: api/security-host-list-parenthostpairs.md - - name: List host pairs for a host as parent - href: api/security-host-list-childhostpairs.md - - name: List host SSL certificates - href: api/security-host-list-sslcertificates.md - - name: List passive DNS - href: api/security-host-list-passivedns.md - - name: List passive DNS reverse - href: api/security-host-list-passivednsreverse.md - - name: List ports - href: api/security-host-list-ports.md - - name: List subdomains - href: api/security-host-list-subdomains.md - - name: List trackers - href: api/security-host-list-trackers.md - - name: Host component - items: - - name: Host component - href: resources/security-hostcomponent.md - - name: List - href: api/security-host-list-components.md - - name: Get - href: api/security-hostcomponent-get.md - - name: Host cookie - items: - - name: Host cookie - href: resources/security-hostcookie.md - - name: List - href: api/security-host-list-cookies.md - - name: Get - href: api/security-hostcookie-get.md - - name: Host pair - items: - - name: Host pair - href: resources/security-hostpair.md - - name: Get - href: api/security-hostpair-get.md - - name: List for a host - href: api/security-host-list-hostpairs.md - - name: List for a host as child - href: api/security-host-list-parenthostpairs.md - - name: List for a host as parent - href: api/security-host-list-childhostpairs.md - - name: Host port - items: - - name: Host port - href: resources/security-hostport.md - - name: List - href: api/security-host-list-ports.md - - name: Get - href: api/security-hostport-get.md - - name: Host SSL certificate - items: - - name: Host SSL certificate - href: resources/security-hostsslcertificate.md - - name: List - href: api/security-host-list-sslcertificates.md - - name: Get - href: api/security-hostsslcertificate-get.md - - name: Host tracker - items: - - name: Host tracker - href: resources/security-hosttracker.md - - name: List - href: api/security-host-list-trackers.md - - name: Get - href: api/security-hosttracker-get.md - - name: Intelligence profile - items: - - name: Intelligence profile - href: resources/security-intelligenceprofile.md - - name: Get intelligence profile - href: api/security-intelligenceprofile-get.md - - name: List intelligence profiles - href: api/security-threatintelligence-list-intelprofiles.md - - name: List indicators - href: api/security-intelligenceprofile-list-indicators.md - - name: Intelligence profile indicator - items: - - name: Intelligence profile indicator - href: resources/security-intelligenceprofileindicator.md - - name: List indicators - href: api/security-intelligenceprofile-list-indicators.md - - name: Get intelligence profile indicator - href: api/security-intelligenceprofileindicator-get.md - - name: Passive DNS record - items: - - name: Passive DNS record - href: resources/security-passivednsrecord.md - - name: Get passive DNS record - href: api/security-passivednsrecord-get.md - - name: List passive DNS - href: api/security-host-list-passivedns.md - - name: List passive DNS reverse - href: api/security-host-list-passivednsreverse.md - - name: SSL certificate - items: - - name: SSL certificate - href: resources/security-sslcertificate.md - - name: List - href: api/security-threatintelligence-list-sslcertificates.md - - name: Get - href: api/security-sslcertificate-get.md - - name: Subdomain - items: - - name: Subdomain - href: resources/security-subdomain.md - - name: List - href: api/security-host-list-subdomains.md - - name: Get - href: api/security-subdomain-get.md - - name: Vulnerability - items: - - name: Vulnerability - href: resources/security-vulnerability.md - - name: Get vulnerability - href: api/security-vulnerability-get.md - - name: List vulnerability components - href: api/security-vulnerability-list-components.md - - name: Vulnerability component - items: - - name: Vulnerability component - href: resources/security-vulnerabilitycomponent.md - - name: List - href: api/security-vulnerability-list-components.md - - name: Get - href: api/security-vulnerabilitycomponent-get.md - - name: WHOIS record - items: - - name: WHOIS record - href: resources/security-whoisrecord.md - - name: List - href: api/security-threatintelligence-list-whoisrecords.md - - name: Get - href: api/security-whoisrecord-get.md - - name: WHOIS history record - items: - - name: WHOIS history record - href: resources/security-whoishistoryrecord.md - - name: List - href: api/security-whoisrecord-list-history.md - - name: Get - href: api/security-whoishistoryrecord-get.md - - name: Threat intelligence indicator (preview) - items: - - name: Threat intelligence indicator - href: resources/tiindicator.md - - name: List - href: api/tiindicators-list.md - - name: Create - href: api/tiindicators-post.md - - name: Submit multiple - href: api/tiindicator-submittiindicators.md - - name: Get - href: api/tiindicator-get.md - - name: Update - href: api/tiindicator-update.md - - name: Update multiple - href: api/tiindicator-updatetiindicators.md - - name: Delete - href: api/tiindicator-delete.md - - name: Delete multiple - href: api/tiindicator-deletetiindicators.md - - name: Delete multiple by external ID - href: api/tiindicator-deletetiindicatorsbyexternalid.md - - name: Threat submission (preview) - href: resources/security-threatsubmission.md - items: - - name: Email threat submission - items: - - name: Email threat submission - href: resources/security-emailthreatsubmission.md - - name: Email content threat submission - href: resources/security-emailcontentthreatsubmission.md - - name: Email URL threat submission - href: resources/security-emailurlthreatsubmission.md - - name: List - href: api/security-emailthreatsubmission-list.md - - name: Create - href: api/security-emailthreatsubmission-post-emailthreats.md - - name: Get - href: api/security-emailthreatsubmission-get.md - - name: Review - href: api/security-emailthreatsubmission-review.md - - name: Email threat submission policy - href: resources/security-emailthreatsubmissionpolicy.md - items: - - name: List - href: api/security-emailthreatsubmissionpolicy-list.md - - name: Create - href: api/security-emailthreatsubmissionpolicy-post-emailthreatsubmissionpolicies.md - - name: Get - href: api/security-emailthreatsubmissionpolicy-get.md - - name: Update - href: api/security-emailthreatsubmissionpolicy-update.md - - name: Delete - href: api/security-emailthreatsubmissionpolicy-delete.md - - name: File threat submission - href: resources/security-filethreatsubmission.md - items: - - name: File content threat submission - href: resources/security-filecontentthreatsubmission.md - - name: File URL threat submission - href: resources/security-fileurlthreatsubmission.md - - name: List - href: api/security-filethreatsubmission-list.md - - name: Create - href: api/security-filethreatsubmission-post-filethreats.md - - name: Get - href: api/security-filethreatsubmission-get.md - - name: URL threat submission - href: resources/security-urlthreatsubmission.md - items: - - name: List - href: api/security-urlthreatsubmission-list.md - - name: Create - href: api/security-urlthreatsubmission-post-urlthreats.md - - name: Get - href: api/security-urlthreatsubmission-get.md - - name: Errors - href: resources/security-error-codes.md - - name: Sites and lists - displayName: SharePoint, OneDrive, OneDrive for Business, OneDrive business, OneDrive personal - items: - - name: Overview - href: resources/sharepoint.md - - name: Site - items: - - name: Site - href: resources/site.md - - name: List sites - href: api/site-list.md - - name: Get site - href: api/site-get.md - - name: Create column - href: api/site-post-columns.md - - name: Create content type - href: api/site-post-contenttypes.md - - name: Create list - href: api/list-create.md - - name: Follow site - href: api/site-follow.md - - name: Get activities by interval - href: api/itemactivity-getbyinterval.md - - name: Get applicable content types for list - href: api/site-getapplicablecontenttypesforlist.md - - name: Get lists - href: api/list-list.md - - name: Get lists - href: api/list-list.md - - name: Get site analytics - href: api/itemanalytics-get.md - - name: Get site settings - href: api/sitesettings-get.md - - name: List all sites - href: api/site-getallsites.md - - name: List columns - href: api/site-list-columns.md - - name: List content types - href: api/site-list-contenttypes.md - - name: List followed sites - href: api/sites-list-followed.md - - name: List operations - href: api/site-list-operations.md - - name: List recycle bin items - href: api/recyclebin-list-items.md - - name: List subsites - href: api/site-list-subsites.md - - name: Search for sites - href: api/site-search.md - - name: Unfollow site - href: api/site-unfollow.md - - name: List - items: - - name: List - href: resources/list.md - - name: Get lists in a site - href: api/list-list.md - - name: Create list - href: api/list-create.md - - name: Get list - href: api/list-get.md - - name: Get items - href: api/listitem-list.md - - name: List columns - href: api/list-list-columns.md - - name: Create column - href: api/list-post-columns.md - - name: List content types - href: api/list-list-contenttypes.md - - name: Add copy of content type - href: api/contenttype-addcopy.md - - name: List operations - href: api/list-list-operations.md - - name: Column definition - items: - - name: Column definition - href: resources/columndefinition.md - - name: Get - href: api/columndefinition-get.md - - name: Update - href: api/columndefinition-update.md - - name: Delete - href: api/columndefinition-delete.md - - name: Content type - items: - - name: Content type - href: resources/contentType.md - - name: Get - href: api/contenttype-get.md - - name: Update - href: api/contenttype-update.md - - name: Delete - href: api/contenttype-delete.md - - name: Add copy to list - href: api/contenttype-addcopy.md - - name: Add or sync from hub - href: api/contenttype-addcopyfromcontenttypehub.md - - name: Associate with hub sites - href: api/contenttype-associatewithhubsites.md - - name: Check publishing status - href: api/contenttype-ispublished.md - - name: Copy to default content location - href: api/contenttype-copytodefaultcontentlocation.md - - name: Create column - href: api/contenttype-post-columns.md - - name: Get compatible from hub - href: api/contenttype-getcompatiblehubcontenttypes.md - - name: List columns - href: api/contenttype-list-columns.md - - name: Publish - href: api/contenttype-publish.md - - name: Unpublish - href: api/contenttype-unpublish.md - - name: List item - items: - - name: List item - href: resources/listitem.md - - name: Get items - href: api/listitem-list.md - - name: Create item - href: api/listitem-create.md - - name: Get item - href: api/listitem-get.md - - name: Update item - href: api/listitem-update.md - - name: Delete item - href: api/listitem-delete.md - - name: Create sharing link - href: api/listitem-createlink.md - - name: Get activities by interval - href: api/itemactivity-getbyinterval.md - - name: Get item analytics - href: api/itemanalytics-get.md - - name: List versions - href: api/listitem-list-versions.md - - name: Get delta - href: api/listitem-delta.md - - name: Document set version - items: - - name: Document set version - href: resources/documentsetversion.md - - name: List - href: api/listitem-list-documentsetversions.md - - name: Create - href: api/listitem-post-documentsetversions.md - - name: Get - href: api/documentsetversion-get.md - - name: Delete - href: api/documentsetversion-delete.md - - name: Restore - href: api/documentsetversion-restore.md - - name: Pages (preview) - items: - - name: Base site page - href: resources/basesitepage.md - items: - - name: List - href: api/basesitepage-list.md - - name: Get - href: api/basesitepage-get.md - - name: Delete - href: api/basesitepage-delete.md - - name: Site page - href: resources/sitepage.md - items: - - name: List - href: api/sitepage-list.md - - name: Create - href: api/sitepage-create.md - - name: Get - href: api/sitepage-get.md - - name: Update - href: api/sitepage-update.md - - name: Delete - href: api/basesitepage-delete.md - - name: Publish - href: api/sitepage-publish.md - - name: Horizontal section - items: - - name: Horizontal section - href: resources/horizontalsection.md - - name: List - href: api/horizontalsection-list.md - - name: Create - href: api/sitepage-post-horizontalsection.md - - name: Get - href: api/horizontalsection-get.md - - name: Update - href: api/horizontalsection-update.md - - name: Delete - href: api/horizontalsection-delete.md - - name: Column - items: - - name: Horizontal section column - href: resources/horizontalsectioncolumn.md - - name: List - href: api/horizontalsectioncolumn-list.md - - name: Get - href: api/horizontalsectioncolumn-get.md - - name: Vertical section - items: - - name: Vertical section - href: resources/verticalsection.md - - name: Create - href: api/sitepage-post-verticalsection.md - - name: Get - href: api/verticalsection-get.md - - name: Update - href: api/verticalsection-update.md - - name: Delete - href: api/verticalsection-delete.md - - name: Web part - items: - - name: Web part - href: resources/webpart.md - - name: Text web part - href: resources/textwebpart.md - - name: Standard web part - href: resources/standardwebpart.md - - name: List - href: api/webpart-list.md - - name: Create - href: api/sitepage-create-webpart.md - - name: Get - href: api/webpart-get.md - - name: Update - href: api/webpart-update.md - - name: Delete - href: api/webpart-delete.md - - name: Get position - href: api/webpart-getposition.md - - name: Get by position - href: api/sitepage-getwebpartsbyposition.md - - name: Recycle bin item (preview) - href: resources/recyclebinitem.md - items: - - name: List - href: api/recyclebin-list-items.md - - name: Rich long-running operation - items: - - name: Rich long-running operation - href: resources/richLongRunningOperation.md - - name: List operations in a site - href: api/site-list-operations.md - - name: List operations in a list - href: api/list-list-operations.md - - name: Get operation - href: api/richlongrunningoperation-get.md - - name: Site permission (preview) - items: - - name: Permission - href: resources/permission.md - - name: List - href: api/site-list-permissions.md - - name: Create - href: api/site-post-permissions.md - - name: Get - href: api/site-get-permission.md - - name: Update - href: api/site-update-permission.md - - name: Delete - href: api/site-delete-permission.md - - name: Taxonomy - items: - - name: Store - href: resources/termstore-store.md - items: - - name: Get - href: api/termstore-store-get.md - - name: Update - href: api/termstore-store-update.md - - name: Group - href: resources/termstore-group.md - items: - - name: Create - href: api/termstore-group-post.md - - name: Get - href: api/termstore-group-get.md - - name: Delete - href: api/termstore-group-delete.md - - name: List - href: api/termstore-list-groups.md - - name: Set - href: resources/termstore-set.md - items: - - name: List - href: api/termstore-group-list-sets.md - - name: List children - href: api/termstore-term-list-children.md - - name: Create - href: api/termstore-set-post.md - - name: Get - href: api/termstore-set-get.md - - name: Update - href: api/termstore-set-update.md - - name: Delete - href: api/termstore-set-delete.md - - name: Term - href: resources/termstore-term.md - items: - - name: List children - href: api/termstore-term-list-children.md - - name: Create - href: api/termstore-term-post.md - - name: Get - href: api/termstore-term-get.md - - name: Update - href: api/termstore-term-update.md - - name: Delete - href: api/termstore-term-delete.md - - name: Relation - href: resources/termstore-relation.md - items: - - name: List - href: api/termStore-term-list-relations.md - - name: Create - href: api/termStore-relation-post.md - - name: Tenant settings - items: - - name: SharePoint settings - href: resources/sharepointsettings.md - - name: Get - href: api/sharepointsettings-get.md - - name: Update - href: api/sharepointsettings-update.md - - name: Tasks and plans - displayName: Planner - items: - - name: Overview - href: resources/planner-overview.md - - name: Plan - href: resources/plannerplan.md - items: - - name: List group's plans - href: api/plannergroup-list-plans.md - - name: Create plan - href: api/planner-post-plans.md - - name: Get plan - href: api/plannerplan-get.md - - name: Update plan - href: api/plannerplan-update.md - - name: Delete plan - href: api/plannerplan-delete.md - - name: List plan tasks - href: api/plannerplan-list-tasks.md - - name: List plan buckets - href: api/plannerplan-list-buckets.md - - name: List user's favorite plans - href: api/planneruser-list-favoriteplans.md - - name: List user's recent plans - href: api/planneruser-list-recentplans.md - - name: Get delta - href: api/plannerplan-delta.md - - name: Move to container - href: api/plannerplan-movetocontainer.md - - name: Task - href: resources/plannertask.md - items: - - name: Create task - href: api/planner-post-tasks.md - - name: Get task - href: api/plannertask-get.md - - name: Update task - href: api/plannertask-update.md - - name: Delete task - href: api/plannertask-delete.md - - name: List user's tasks - href: api/planneruser-list-tasks.md - - name: Get delta - href: api/plannertask-delta.md - - name: Bucket - href: resources/plannerbucket.md - items: - - name: Create bucket - href: api/planner-post-buckets.md - - name: Get bucket - href: api/plannerbucket-get.md - - name: List bucket tasks - href: api/plannerbucket-list-tasks.md - - name: Update bucket - href: api/plannerbucket-update.md - - name: Delete bucket - href: api/plannerbucket-delete.md - - name: Get delta - href: api/plannerbucket-delta.md - - name: Business scenarios (preview) - items: - - name: Overview - href: resources/businessscenario-overview.md - - name: Business scenario - items: - - name: Business scenario - href: resources/businessscenario.md - - name: List - href: api/solutionsroot-list-businessscenarios.md - - name: Create - href: api/solutionsroot-post-businessscenarios.md - - name: Get - href: api/businessscenario-get.md - - name: Update - href: api/businessscenario-update.md - - name: Delete - href: api/businessscenario-delete.md - - name: Use with Planner - items: - - name: Use business scenarios with plans and tasks - href: resources/businessscenario-planner-overview.md - - name: Business scenario in Planner - items: - - name: Business scenario Planner - href: resources/businessscenarioplanner.md - - name: Get - href: api/businessscenarioplanner-get.md - - name: Get plan - href: api/businessscenarioplanner-getplan.md - - name: Plan configuration in business scenario - items: - - name: Plan configuration - href: resources/plannerplanconfiguration.md - - name: Get - href: api/plannerplanconfiguration-get.md - - name: Update - href: api/plannerplanconfiguration-update.md - - name: Plan configuration localization in business scenario - items: - - name: Plan configuration localization - href: resources/plannerplanconfigurationlocalization.md - - name: List - href: api/plannerplanconfiguration-list-localizations.md - - name: Create - href: api/plannerplanconfiguration-post-localizations.md - - name: Get - href: api/plannerplanconfigurationlocalization-get.md - - name: Update - href: api/plannerplanconfigurationlocalization-update.md - - name: Delete - href: api/plannerplanconfiguration-delete-localizations.md - - name: Task configuration in business scenario - items: - - name: Task configuration - href: resources/plannertaskconfiguration.md - - name: Get - href: api/plannertaskconfiguration-get.md - - name: Update - href: api/plannertaskconfiguration-update.md - - name: Task in business scenario - items: - - name: Business scenario task - href: resources/businessscenariotask.md - - name: List - href: api/businessscenarioplanner-list-tasks.md - - name: Create - href: api/businessscenarioplanner-post-tasks.md - - name: Get - href: api/businessscenariotask-get.md - - name: Update - href: api/businessscenariotask-update.md - - name: Delete - href: api/businessscenarioplanner-delete-tasks.md - - name: Get delta - href: api/planneruser-list-delta.md - - name: Plan details - href: resources/plannerplandetails.md - items: - - name: Get plan details - href: api/plannerplandetails-get.md - - name: Update plan details - href: api/plannerplandetails-update.md - - name: Planner roster (preview) - items: - - name: Planner roster - href: resources/plannerroster.md - - name: Create roster - href: api/planner-post-rosters.md - - name: Get roster - href: api/plannerroster-get.md - - name: Delete roster - href: api/plannerroster-delete.md - - name: Get roster's member - href: api/plannerrostermember-get.md - - name: List roster's members - href: api/plannerroster-list-members.md - - name: Add a member to roster - href: api/plannerroster-post-members.md - - name: Remove a member from roster - href: api/plannerrostermember-delete.md - - name: List plans in roster - href: api/plannerroster-list-plans.md - - name: List user's plans in rosters - href: api/planneruser-list-rosterplans.md - - name: Planner user - href: resources/planneruser.md - items: - - name: Get user's settings - href: api/planneruser-get.md - - name: Update user's settings - href: api/planneruser-update.md - - name: List user's favorite plans - href: api/planneruser-list-favoriteplans.md - - name: List user's recent plans - href: api/planneruser-list-recentplans.md - - name: List user's assigned tasks - href: api/planneruser-list-tasks.md - - name: Task details - href: resources/plannertaskdetails.md - items: - - name: Get task details - href: api/plannertaskdetails-get.md - - name: Update task details - href: api/plannertaskdetails-update.md - - name: Task formats - items: - - name: Assigned-to view - href: resources/plannerassignedtotaskboardtaskformat.md - items: - - name: Get assigned to task board format - href: api/plannerassignedtotaskboardtaskformat-get.md - - name: Update assigned to task board format - href: api/plannerassignedtotaskboardtaskformat-update.md - - name: Buckets view - href: resources/plannerbuckettaskboardtaskformat.md - items: - - name: Get bucket task board format - href: api/plannerbuckettaskboardtaskformat-get.md - - name: Update bucket task board format - href: api/plannerbuckettaskboardtaskformat-update.md - - name: Progress view - href: resources/plannerprogresstaskboardtaskformat.md - items: - - name: Get progress task board format - href: api/plannerprogresstaskboardtaskformat-get.md - - name: Update progress task board format - href: api/plannerprogresstaskboardtaskformat-update.md - - name: Teamwork and communications - displayName: Microsoft Teams - items: - - name: Overview - href: resources/teams-api-overview.md - - name: Apps - items: - - name: App - items: - - name: App in catalog - href: resources/teamsapp.md - - name: List apps in catalog - href: api/appcatalogs-list-teamsapps.md - - name: Publish apps to catalog - href: api/teamsapp-publish.md - - name: Update app in catalog - href: api/teamsapp-update.md - - name: Delete app from catalog - href: api/teamsapp-delete.md - - name: App icon - href: resources/teamsappicon.md - items: - - name: Get icon - href: api/teamsappicon-get.md - - name: Get hosted content - href: api/teamworkhostedcontent-get.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: Add app to team - href: api/team-post-installedapps.md - - name: Get app installed in team - href: api/team-get-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 settings (preview) - items: - - name: App settings - href: resources/teamsappsettings.md - - name: Get - href: api/teamsappsettings-get.md - - name: Update - href: api/teamsappsettings-update.md - - name: Resource-specific permission grant - href: resources/resourcespecificpermissiongrant.md - items: - - name: List for chat (preview) - href: api/chat-list-permissiongrants.md - - name: List for group - href: api/group-list-permissiongrants.md - - name: List for team (preview) - href: api/team-list-permissiongrants.md - - name: List for user (preview) - href: api/user-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: 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: Audio routing group - href: resources/audioroutinggroup.md - items: - - name: Create - href: api/call-post-audioroutinggroups.md - - name: Get - href: api/audioroutinggroup-get.md - - name: Update - href: api/audioroutinggroup-update.md - - name: Delete - href: api/audioroutinggroup-delete.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: Change screen sharing role - href: api/call-changescreensharingrole.md - - name: Content sharing session - href: resources/contentsharingsession.md - items: - - name: List - href: api/call-list-contentsharingsessions.md - - name: Get - href: api/contentsharingsession-get.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: Send DTMF tone - href: api/call-senddtmftones.md - - name: Large gallery view operation - items: - - name: Add large gallery view - href: api/call-addlargegalleryview.md - - name: Add large gallery view operation - href: resources/addlargegalleryviewoperation.md - items: - - name: Get large gallery view operation status - href: api/addlargegalleryviewoperation-get.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: Mute all participants - href: api/participant-muteall.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: Overview - href: resources/callrecords-api-overview.md - - name: Call record - items: - - name: Call record - href: resources/callrecords-callrecord.md - - name: List - href: api/callrecords-cloudcommunications-list-callrecords.md - - name: Get - 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: Participants - items: - - name: Participant - href: resources/callrecords-participant.md - - name: List - href: api/callrecords-callrecord-list-participants_v2.md - - name: PSTN blocked users log row - items: - - name: PSTN blocked users log row - href: resources/callrecords-pstnblockeduserslogrow.md - - name: Get PSTN blocked users log - href: api/callrecords-callrecord-getpstnblockeduserslog.md - - name: PSTN call log row - items: - - name: PSTN call log row - href: resources/callrecords-pstncalllogrow.md - - name: Get PSTN calls - href: api/callrecords-callrecord-getpstncalls.md - - name: PSTN online meeting dial-out report - items: - - name: PSTN online meeting dial-out report - href: resources/callrecords-pstnonlinemeetingdialoutreport.md - - name: Get PSTN online meeting dial-out report - href: api/callrecords-callrecord-getpstnonlinemeetingdialoutreport.md - - name: Session - items: - - name: Session - href: resources/callrecords-session.md - - name: List - href: api/callrecords-callrecord-list-sessions.md - - name: SMS - items: - - name: SMS log row - href: resources/callrecords-smslogrow.md - - name: Get SMS log - href: api/callrecords-callrecord-getsmslog.md - - name: Online meetings - items: - - 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: Call recording - items: - - name: Call recording - href: resources/callrecording.md - - name: List - href: api/onlinemeeting-list-recordings.md - - name: Get - href: api/callrecording-get.md - - name: Get delta by organizer - href: api/callrecording-delta.md - - name: List recordings by organizer - href: api/onlinemeeting-getallrecordings.md - - name: Call transcript - items: - - name: Call transcript - href: resources/calltranscript.md - - name: List transcripts - href: api/onlinemeeting-list-transcripts.md - - name: Get transcript - href: api/calltranscript-get.md - - name: Get delta by organizer - href: api/calltranscript-delta.md - - name: List transcripts by organizer - href: api/onlinemeeting-getalltranscripts.md - - name: External meeting registration (preview) - href: resources/externalmeetingregistration.md - items: - - name: Create - href: api/externalmeetingregistration-post.md - - name: Get - href: api/externalmeetingregistration-get.md - - name: Delete - href: api/externalmeetingregistration-delete.md - - name: External meeting registrant - href: resources/externalmeetingregistrant.md - items: - - name: List - href: api/externalmeetingregistrant-list.md - - name: Create - href: api/externalmeetingregistrant-post.md - - name: Delete - href: api/externalmeetingregistrant-delete.md - - name: Meeting registration (preview) - href: resources/meetingregistration.md - items: - - name: Create - href: api/meetingregistration-post.md - - name: Get - href: api/meetingregistration-get.md - - name: Update - href: api/meetingregistration-update.md - - name: Delete - href: api/meetingregistration-delete.md - - name: Meeting registrant - href: resources/meetingregistrant.md - items: - - name: List - href: api/meetingregistration-list-registrants.md - - name: Create - href: api/meetingregistration-post-registrants.md - - name: Delete - href: api/meetingregistrant-delete.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: Virtual appointment - items: - - name: Get join link - href: api/virtualappointment-getvirtualappointmentjoinweburl.md - - name: Send SMS notification - href: api/virtualappointment-sendvirtualappointmentsms.md - - name: Send SMS reminder - href: api/virtualappointment-sendvirtualappointmentremindersms.md - - name: Virtual appointment (deprecated) - href: resources/virtualappointment.md - - name: Create virtual appointment (deprecated) - href: api/virtualappointment-put.md - - name: Get virtual appointment (deprecated) - href: api/virtualappointment-get.md - - name: Update virtual appointment (deprecated) - href: api/virtualappointment-update.md - - name: Delete virtual appointment (deprecated) - href: api/virtualappointment-delete.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: Set user status message - href: api/presence-setstatusmessage.md - - name: Virtual event - items: - - name: Webinar - href: resources/virtualeventwebinar.md - items: - - name: List - href: api/virtualeventsroot-list-webinars.md - - name: Get - href: api/virtualeventwebinar-get.md - - name: List by user role - href: api/virtualeventwebinar-getbyuserrole.md - - name: List by user ID and role - href: api/virtualeventwebinar-getbyuseridandrole.md - - name: Registration - href: resources/virtualeventregistration.md - items: - - name: List - href: api/virtualeventregistration-list.md - - name: Get - href: api/virtualeventregistration-get.md - - name: Session - href: resources/virtualeventsession.md - items: - - name: List - href: api/virtualevent-list-sessions.md - - name: Get - href: api/virtualeventsession-get.md - - name: Devices (preview) - items: - - name: Provisioned device - items: - - name: Teamwork device - href: resources/teamworkdevice.md - - name: List - href: api/teamworkdevice-list.md - - name: Get - href: api/teamworkdevice-get.md - - name: Restart device - href: api/teamworkdevice-restart.md - - name: Run device diagnostic - href: api/teamworkdevice-rundiagnostics.md - - name: Software update - href: api/teamworkdevice-updatesoftware.md - - name: Device activity - href: resources/teamworkdeviceactivity.md - items: - - name: Get - href: api/teamworkdeviceactivity-get.md - - name: Device configuration - href: resources/teamworkdeviceconfiguration.md - items: - - name: Get - href: api/teamworkdeviceconfiguration-get.md - - name: Device health - href: resources/teamworkdevicehealth.md - items: - - name: Get - href: api/teamworkdevicehealth-get.md - - name: Device operation - href: resources/teamworkdeviceoperation.md - items: - - name: List - href: api/teamworkdeviceoperation-list.md - - name: Get - href: api/teamworkdeviceoperation-get.md - - name: Settings (preview) - items: - - name: License details - href: resources/licensedetails.md - items: - - name: Get - href: api/licenseDetails-getteamslicensingdetails.md - - name: Organization settings - items: - - name: Teamwork - href: resources/teamwork.md - items: - - name: Get - href: api/teamwork-get.md - - name: User settings - items: - - name: User teamwork - href: resources/userteamwork.md - items: - - name: Get - href: api/userteamwork-get.md - - name: Employee learning - displayName: Viva Learning - items: - - name: Overview - href: resources/viva-learning-api-overview.md - - name: Learning provider - href: resources/learningprovider.md - items: - - name: List - href: api/employeeexperience-list-learningproviders.md - - name: Create - href: api/employeeexperience-post-learningproviders.md - - name: Get - href: api/learningprovider-get.md - - name: Update - href: api/learningprovider-update.md - - name: Delete - href: api/employeeexperience-delete-learningproviders.md - - name: Learning content - href: resources/learningcontent.md - items: - - name: List - href: api/learningprovider-list-learningcontents.md - - name: Get - href: api/learningcontent-get.md - - name: Update - href: api/learningcontent-update.md - - name: Delete - href: api/learningprovider-delete-learningcontents.md - - name: Learning course activities - items: - - name: Learning course activity - href: resources/learningcourseactivity.md - - name: Learning assignment type - href: resources/learningassignment.md - - name: Learning self-initiated course type - href: resources/learningselfinitiatedcourse.md - - name: List - href: api/learningcourseactivity-list.md - - name: Create - href: api/employeeexperienceuser-post-learningcourseactivities.md - - name: Get - href: api/learningcourseactivity-get.md - - name: Update - href: api/learningcourseactivity-update.md - - name: Delete - href: api/learningcourseactivity-delete.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: Send notifications to multiple users in bulk - href: api/teamwork-sendactivitynotificationtorecipients.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 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: Get messages across all channels - href: api/channel-getallmessages.md - - name: Get retained messages across all channels - href: api/channel-getallretainedmessages.md - - name: Get primary channel - href: api/team-get-primarychannel.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: Delete message - href: api/chatmessage-softdelete.md - - name: Undo message deletion - href: api/chatmessage-undosoftdelete.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 teamchannels - href: api/sharedwithchannelteaminfo-delete.md - - name: List allowed members - href: api/sharedwithchannelteaminfo-list-allowedmembers.md - - name: Set message reaction - href: api/chatmessage-setreaction.md - - name: Unset message reaction - href: api/chatmessage-unsetreaction.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: Delete - href: api/chat-delete.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 message in chat - href: api/chatmessage-get.md - - name: Get messages across all chats - href: api/chats-getallmessages.md - - name: Get retained messages across all chats - href: api/chat-getallretainedmessages.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: List permission grants - href: api/chat-list-permissiongrants.md - - name: List operations - href: api/chat-list-operations.md - - name: Get operation - href: api/teamsasyncoperation-get.md - - name: Mark chat as read - href: api/chat-markchatreadforuser.md - - name: Mark chat as unread - href: api/chat-markchatunreadforuser.md - - name: Hide chat - href: api/chat-hideforuser.md - - name: Unhide chat - href: api/chat-unhideforuser.md - - name: List pinned messages - href: api/chat-list-pinnedmessages.md - - name: Pin message - href: api/chat-post-pinnedmessages.md - - name: Unpin message - href: api/chat-delete-pinnedmessages.md - - name: Set message reaction - href: api/chatmessage-setreaction.md - - name: Unset message reaction - href: api/chatmessage-unsetreaction.md - - name: Remove all access for user - href: api/chat-removeallaccessforuser.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: Delete message - href: api/chatmessage-softdelete.md - - name: Undo message deletion - href: api/chatmessage-undosoftdelete.md - - name: Get messages across all channels - href: api/channel-getallmessages.md - - name: Get messages across all chats - href: api/chats-getallmessages.md - - name: List hosted content - href: api/chatmessage-list-hostedcontents.md - - name: Get hosted content - href: api/chatmessagehostedcontent-get.md - - name: List pinned messages - href: api/chat-list-pinnedmessages.md - - name: Pin message - href: api/chat-post-pinnedmessages.md - - name: Unpin message - href: api/chat-delete-pinnedmessages.md - - name: Set message reaction - href: api/chatmessage-setreaction.md - - name: Unset message reaction - href: api/chatmessage-unsetreaction.md - - name: Pinned chat message - href: resources/pinnedchatmessageinfo.md - items: - - name: List pinned messages - href: api/chat-list-pinnedmessages.md - - name: Pin message - href: api/chat-post-pinnedmessages.md - - name: Unpin message - href: api/chat-delete-pinnedmessages.md - - name: Deleted chat - href: resources/deletedchat.md - items: - - name: Get - href: api/deletedchat-get.md - - name: Undo delete - href: api/deletedchat-undodelete.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: List all teams in an organization - href: api/teams-list.md - - name: Get team photo - href: api/profilephoto-get.md - - name: Update team photo - href: api/profilephoto-update.md - - name: Complete migration for team - href: api/team-completemigration.md - - name: List permission grants - href: api/team-list-permissiongrants.md - - name: Get open shifts across all joined teams - href: api/team-getopenshifts.md - - name: Get shifts across all joined teams - href: api/team-getshifts.md - - name: Get time offs across all joined teams - href: api/team-gettimesoff.md - - name: Team template - items: - - name: Team template - href: resources/teamtemplate.md - - name: List - href: api/teamwork-list-teamtemplates.md - - name: List definitions - href: api/teamtemplate-list-definitions.md - - name: Team template definition (preview) - items: - - name: Team template definition - href: resources/teamtemplatedefinition.md - - name: List - href: api/teamtemplate-list-definitions.md - - name: Get - href: api/teamtemplatedefinition-get.md - - name: Get team definition - href: api/teamtemplatedefinition-get-teamdefinition.md - - name: Deleted team (preview) - href: resources/deletedteam.md - items: - - name: List - href: api/teamwork-list-deletedteams.md - - name: Get all messages - href: api/deletedteam-getallmessages.md - - name: Tag - href: resources/teamworktag.md - items: - - name: List - href: api/teamworktag-list.md - - name: Create - href: api/teamworktag-post.md - - name: Get - href: api/teamworktag-get.md - - name: Update - href: api/teamworktag-update.md - - name: Delete - href: api/teamworktag-delete.md - - name: Tag member - href: resources/teamworktagmember.md - items: - - name: List - href: api/teamworktagmember-list.md - - name: Create - href: api/teamworktagmember-post.md - - name: Get - href: api/teamworktagmember-get.md - - name: Delete - href: api/teamworktagmember-delete.md - - name: Shift management - items: - - name: Day note (preview) - href: resources/daynote.md - items: - - name: Create - href: api/daynote-create.md - - name: Get - href: api/daynote-get.md - - name: List - href: api/daynote-list.md - - name: Update - href: api/daynote-update.md - - name: Delete - href: api/daynote-delete.md - - name: Offer shift - href: resources/offershiftrequest.md - items: - - name: Create - href: api/offershiftrequest-post.md - - name: Get - href: api/offershiftrequest-get.md - - name: List - href: api/offershiftrequest-list.md - - name: Approve - href: api/offershiftrequest-approve.md - - name: Decline - href: api/offershiftrequest-decline.md - - 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: Stage for deletion - href: api/changetrackedentity-stagefordeletion.md - - name: Get open shifts across all joined teams - href: api/team-getopenshifts.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: Role definition (preview) - href: resources/shiftsroledefinition.md - items: - - name: Get - href: api/shiftsroledefinition-get.md - - name: Update - href: api/shiftsroledefinition-update.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: Stage for deletion - href: api/changetrackedentity-stagefordeletion.md - - name: Get shifts across all joined teams - href: api/team-getshifts.md - - name: Shift preferences - href: resources/shiftpreferences.md - items: - - name: Get - href: api/shiftpreferences-get.md - - name: Update - href: api/shiftpreferences-put.md - - name: Swap shifts change request - href: resources/swapshiftschangerequest.md - items: - - name: List - href: api/swapshiftschangerequest-list.md - - name: Create - href: api/swapshiftschangerequest-post.md - - name: Get - href: api/swapshiftschangerequest-get.md - - name: Approve - href: api/swapshiftschangerequest-approve.md - - name: Decline - href: api/swapshiftschangerequest-decline.md - - name: Time card - href: resources/timecard.md - items: - - name: List - href: api/timecard-list.md - - name: Create - href: api/timecard-post.md - - name: Get - href: api/timecard-get.md - - name: Replace - href: api/timecard-replace.md - - name: Delete - href: api/timecard-delete.md - - name: Clock in - href: api/timecard-clockin.md - - name: Clock out - href: api/timecard-clockout.md - - name: Start break - href: api/timecard-startbreak.md - - name: End break - href: api/timecard-endbreak.md - - name: Confirm - href: api/timecard-confirm.md - - 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: Stage for deletion - href: api/changetrackedentity-stagefordeletion.md - - name: Get times off across all joined teams - href: api/team-gettimesoff.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: Time off request - href: resources/timeoffrequest.md - items: - - name: List - href: api/timeoffrequest-list.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: To-do tasks - displayName: Microsoft To Do - items: - - name: Overview - href: resources/todo-overview.md - - name: To-do task list - items: - - name: To-do task list - href: resources/todotasklist.md - - name: List task lists - href: api/todo-list-lists.md - - name: Create task list - href: api/todo-post-lists.md - - name: Get task list - href: api/todotasklist-get.md - - name: Update task list - href: api/todotasklist-update.md - - name: Delete task list - href: api/todotasklist-delete.md - - name: Get delta for task list - href: api/todotasklist-delta.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: To-do task - items: - - name: To-do task - href: resources/todotask.md - - name: List tasks - href: api/todotasklist-list-tasks.md - - name: Create task - href: api/todotasklist-post-tasks.md - - name: Get task - href: api/todotask-get.md - - name: Update task - href: api/todotask-update.md - - name: Delete task - href: api/todotask-delete.md - - name: Get delta for task - href: api/todotask-delta.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: File attachment - items: - - name: File attachment - href: resources/taskfileattachment.md - - name: List - href: api/todotask-list-attachments.md - - name: Get - href: api/taskfileattachment-get.md - - name: Delete - href: api/taskfileattachment-delete.md - - name: Attach all file sizes - href: api/taskfileattachment-createuploadsession.md - - name: Attach small file - href: api/todotask-post-attachments.md - - name: Checklist item - href: resources/checklistitem.md - items: - - name: List - href: api/todotask-list-checklistitems.md - - name: Create - href: api/todotask-post-checklistitems.md - - name: Get - href: api/checklistitem-get.md - - name: Update - href: api/checklistitem-update.md - - name: Delete - href: api/checklistitem-delete.md - - name: Linked resource - href: resources/linkedresource.md - items: - - name: List - href: api/todotask-list-linkedresources.md - - name: Create - href: api/todotask-post-linkedresources.md - - name: Get - href: api/linkedresource-get.md - - name: Update - href: api/linkedresource-update.md - - name: Delete - href: api/linkedresource-delete.md - - name: To-do API with base tasks (deprecated) - items: - - name: Overview - href: resources/tasks-overview.md - - name: Base task list - items: - - name: Base task list - href: resources/basetasklist.md - - name: Task list - href: resources/tasklist.md - - name: Well-known task list - href: resources/wellknowntasklist.md - - name: List base task lists - href: api/tasks-list-lists.md - - name: Create base task list - href: api/tasks-post-lists.md - - name: Get base task list - href: api/basetasklist-get.md - - name: Update base task list - href: api/tasklist-update.md - - name: Delete base task list - href: api/tasklist-delete.md - - name: Get delta for base task list - href: api/basetasklist-delta.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: Base task - items: - - name: Base task - href: resources/basetask.md - - name: Task - href: resources/task.md - - name: List base tasks - href: api/basetasklist-list-tasks.md - - name: Create base task - href: api/basetasklist-post-tasks.md - - name: Get base task - href: api/basetask-get.md - - name: Update base task - href: api/basetask-update.md - - name: Move base task - href: api/basetask-move.md - - name: Delete base task - href: api/basetask-delete.md - - name: Get delta for base task - href: api/basetask-delta.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: Checklist item - href: resources/checklistitem.md - items: - - name: List - href: api/basetask-list-checklistitems.md - - name: Create - href: api/basetask-post-checklistitems.md - - name: Get - href: api/checklistitem-get.md - - name: Update - href: api/checklistitem-update.md - - name: Delete - href: api/checklistitem-delete.md - - name: Linked resource v2 - href: resources/linkedresource_v2.md - items: - - name: List - href: api/basetask-list-linkedresources.md - - name: Create - href: api/basetask-post-linkedresources.md - - name: Get - href: api/linkedresource_v2-get.md - - name: Update - href: api/linkedresource_v2-update.md - - name: Delete - href: api/linkedresource_v2-delete.md - - name: Outlook tasks (deprecated) - items: - - name: Outlook task (deprecated) - items: - - name: Outlook task - href: resources/outlooktask.md - - name: List - href: api/outlookuser-list-tasks.md - - name: Create - href: api/outlookuser-post-tasks.md - - name: Get - href: api/outlooktask-get.md - - name: Update - href: api/outlooktask-update.md - - name: Delete - href: api/outlooktask-delete.md - - name: Complete - href: api/outlooktask-complete.md - - name: List attachments - href: api/outlooktask-list-attachments.md - - name: Add attachment - href: api/outlooktask-post-attachments.md - - name: Outlook task folder (deprecated) - items: - - name: Outlook task folder - href: resources/outlooktaskfolder.md - - name: List - href: api/outlookuser-list-taskfolders.md - - name: Create - href: api/outlookuser-post-taskfolders.md - - name: Get - href: api/outlooktaskfolder-get.md - - name: Update - href: api/outlooktaskfolder-update.md - - name: Delete - href: api/outlooktaskfolder-delete.md - - name: List tasks in folder - href: api/outlooktaskfolder-list-tasks.md - - name: Create tasks in folder - href: api/outlooktaskfolder-post-tasks.md - - name: Outlook task group (deprecated) - items: - - name: Outlook task group - href: resources/outlooktaskgroup.md - - name: List - href: api/outlookuser-list-taskgroups.md - - name: Create - href: api/outlookuser-post-taskgroups.md - - name: Get - href: api/outlooktaskgroup-get.md - - name: Update - href: api/outlooktaskgroup-update.md - - name: Delete - href: api/outlooktaskfolder-delete.md - - name: List task folders in group - href: api/outlooktaskfolder-list-tasks.md - - name: Create task folder in group - href: api/outlooktaskfolder-post-tasks.md - - name: Attachments - items: - - name: Attachment - href: resources/attachment.md - - name: File attachment type - href: resources/fileattachment.md - - name: Item attachment type - href: resources/itemattachment.md - - name: Get attachment - href: api/attachment-get.md - - name: Delete attachment - href: api/attachment-delete.md - - name: Category - items: - - name: Category - href: resources/outlookcategory.md - - name: List categories - href: api/outlookuser-list-mastercategories.md - - name: Create category - href: api/outlookuser-post-mastercategories.md - - name: Get category - href: api/outlookcategory-get.md - - name: Update category - href: api/outlookcategory-update.md - - name: Delete category - href: api/outlookcategory-delete.md - - name: Extended properties - items: - - name: Overview - href: resources/extended-properties-overview.md - - name: Single-value extended property - items: - - name: Single-value extended property - href: resources/singlevaluelegacyextendedproperty.md - - name: Create single-value property - href: api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties.md - - name: Get single-value property - href: api/singlevaluelegacyextendedproperty-get.md - - name: Multi-value extended property - items: - - name: Multi-value extended property - href: resources/multivaluelegacyextendedproperty.md - - name: Create multi-value property - href: api/multivaluelegacyextendedproperty-post-multivalueextendedproperties.md - - name: Get multi-value property - href: api/multivaluelegacyextendedproperty-get.md - - name: Workbooks and charts - displayName: Excel - items: - - name: Overview - href: resources/excel.md - - name: Workbook - href: resources/workbook.md - items: - - name: Create session - href: api/workbook-createsession.md - - name: Refresh session - href: api/workbook-refreshsession.md - - name: Close session - href: api/workbook-closesession.md - - name: List tables - href: api/workbook-list-tables.md - - name: List worksheets - href: api/workbook-list-worksheets.md - - name: List names - href: api/workbook-list-names.md - - name: Get operation result (async) - href: api/workbook-tablerowoperationresult.md - - name: Workbook application - href: resources/workbookapplication.md - items: - - name: Get - href: api/workbookapplication-get.md - - name: Calculate - href: api/workbookapplication-calculate.md - - name: Workbook comment - href: resources/workbookcomment.md - items: - - name: List - href: api/workbook-list-comments.md - - name: Get - href: api/workbookcomment-get.md - - name: List replies - href: api/workbookcomment-list-replies.md - - name: Create reply - href: api/workbookcomment-post-replies.md - - name: Get reply - href: api/workbookcommentreply-get.md - - name: Workbook table row - href: resources/workbooktablerow.md - items: - - name: List - href: api/tablerow-list.md - - name: Create - href: api/table-post-rows.md - - name: Get - href: api/tablerow-get.md - - name: Update - href: api/tablerow-update.md - - name: Delete - href: api/tablerow-delete.md - - name: Get range - href: api/tablerow-range.md - - name: Get item at - href: api/tablerowcollection-itemat.md - - name: Add row - href: api/tablerowcollection-add.md - - name: Worksheet - href: resources/workbookworksheet.md - items: - - name: Add worksheet - href: api/worksheetcollection-add.md - - name: Get worksheet - href: api/worksheet-get.md - - name: Get usedrange - href: api/worksheet-usedrange.md - - name: Update worksheet - href: api/worksheet-update.md - - name: Delete worksheet - href: api/worksheet-delete.md - - name: Get cell - href: api/worksheet-cell.md - - name: Get range - href: api/worksheet-range.md - - name: List tables - href: api/worksheet-list-tables.md - - name: Add table - href: api/worksheet-post-tables.md - - name: List charts - href: api/worksheet-list-charts.md - - name: Add chart - href: api/worksheet-post-charts.md - - name: List tasks - href: api/workbookworksheet-list-tasks.md - - name: Range - href: resources/workbookrange.md - items: - - name: Get range - href: api/range-get.md - - name: Update range - href: api/range-update.md - - name: Insert range - href: api/range-insert.md - - name: Get range format - href: api/rangeformat-get.md - - name: Update range format - href: api/rangeformat-update.md - - name: Merge - href: api/range-merge.md - - name: Unmerge - href: api/range-unmerge.md - - name: Clear - href: api/range-clear.md - - name: Delete - href: api/range-delete.md - - name: Table - href: resources/workbooktable.md - items: - - name: Add table - href: api/tablecollection-add.md - - name: Get table - href: api/table-get.md - - name: Update table - href: api/table-update.md - - name: Delete table - href: api/table-delete.md - - name: List rows - href: api/table-list-rows.md - - name: Create row - href: api/table-post-rows.md - - name: Delete row - href: api/tablerow-delete.md - - name: List columns - href: api/table-list-columns.md - - name: Create column - href: api/table-post-columns.md - - name: Delete column - href: api/tablecolumn-delete.md - - name: Get range - href: api/table-range.md - - name: Chart - href: resources/workbookchart.md - items: - - name: List charts - href: api/chart-list.md - - name: Get chart - href: api/chart-get.md - - name: Update chart - href: api/chart-update.md - - name: Delete chart - href: api/chart-delete.md - - name: Add chart - href: api/chartcollection-add.md - - name: Get chart image - href: api/chart-image.md - - name: Reset data - href: api/chart-setdata.md - - name: Set position data - href: api/chart-setposition.md - - name: Named item - href: resources/workbooknameditem.md - items: - - name: List - href: api/nameditem-get.md - - name: Get - href: api/nameditem-get.md - - name: Update - href: api/nameditem-update.md - - name: Delete - href: api/nameditem-delete.md - - name: Add - href: api/nameditem-add.md - - name: List range - href: api/nameditem-range.md - - name: Workbook document task - href: resources/workbookdocumenttask.md - items: - - name: List - href: api/workbookworksheet-list-tasks.md - - name: Get - href: api/workbookdocumenttask-get.md - - name: Workbook document task change - href: resources/workbookdocumenttaskchange.md - items: - - name: List - href: api/workbookdocumenttask-list-changes.md - - name: Get - href: api/workbookdocumenttaskchange-get.md - From 35de68f81be970df1e4e7fbd09481b1a0c60fb49 Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Tue, 5 Mar 2024 19:02:46 -0800 Subject: [PATCH 254/259] Edits. --- api-reference/beta/api/cloudclipboarditem-get.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api-reference/beta/api/cloudclipboarditem-get.md b/api-reference/beta/api/cloudclipboarditem-get.md index bc866d1abd3..29a97776d73 100644 --- a/api-reference/beta/api/cloudclipboarditem-get.md +++ b/api-reference/beta/api/cloudclipboarditem-get.md @@ -35,15 +35,13 @@ Choose the permission or permissions marked as least privileged for this API. Us "blockType": "ignored" } --> - -Get a single cloud clipboard item by passing an item ID. ``` http GET /me/cloudClipboard/items/{cloudClipboardItemId} ``` ## Optional query parameters -N/A. +This method doesn't support the OData query parameters to customize the respone. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers From 23d7e78fa1e943b8f071213f79e8704b69593ee6 Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Tue, 5 Mar 2024 19:04:44 -0800 Subject: [PATCH 255/259] Update cloudclipboarditem.md --- api-reference/beta/resources/cloudclipboarditem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/cloudclipboarditem.md b/api-reference/beta/resources/cloudclipboarditem.md index 055ac880c02..37c324f9129 100644 --- a/api-reference/beta/resources/cloudclipboarditem.md +++ b/api-reference/beta/resources/cloudclipboarditem.md @@ -20,8 +20,8 @@ Currently, the feature is supported between Windows devices and [swiftKey app](h ## Methods |Method|Return type|Description| |:---|:---|:---| -|[Get cloudClipboardItem](../api/cloudclipboarditem-get.md)|[cloudClipboardItem](../resources/cloudclipboarditem.md)|Read the properties and relationships of a [cloudClipboardItem](../resources/cloudclipboarditem.md) object.| |[List cloudClipboardItems](../api/cloudclipboardroot-list-items.md)|Collection of [cloudClipboardItem](../resources/cloudclipboarditem.md)|Retrieve a list of [cloudClipboardItem](../resources/cloudclipboarditem.md) objects of a given user.| +|[Get cloudClipboardItem](../api/cloudclipboarditem-get.md)|[cloudClipboardItem](../resources/cloudclipboarditem.md)|Read the properties and relationships of a [cloudClipboardItem](../resources/cloudclipboarditem.md) object.| ## Properties |Property|Type|Description| From ff179d0a1032410e0bc2ce66d98642145ca9ff1f Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Tue, 5 Mar 2024 19:07:38 -0800 Subject: [PATCH 256/259] Update cloudclipboardroot.md --- api-reference/beta/resources/cloudclipboardroot.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api-reference/beta/resources/cloudclipboardroot.md b/api-reference/beta/resources/cloudclipboardroot.md index 67dc6030b03..cea61b91bcf 100644 --- a/api-reference/beta/resources/cloudclipboardroot.md +++ b/api-reference/beta/resources/cloudclipboardroot.md @@ -13,21 +13,21 @@ Namespace: microsoft.graph [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -Represents the information and properties of a cloudClipboardRoot and it's an entry point for [cloudClipboardItem](../resources/cloudclipboarditem.md) objects. +Represents the information and properties of a cloudClipboardRoot and serves as an entry point for [cloudClipboardItem](../resources/cloudclipboarditem.md) objects. ## Methods |Method|Return type|Description| |:---|:---|:---| -|[List items](../api/cloudclipboardroot-list-items.md)|[cloudClipboardItem](../resources/cloudclipboarditem.md) collection|Get the cloudClipboardItem resources from the items navigation property.| +|[List items](../api/cloudclipboardroot-list-items.md)|[cloudClipboardItem](../resources/cloudclipboarditem.md) collection|"Get a list of the **cloudClipboard** items and their properties.| ## Properties -|Property|Type|Description| -|:---|:---|:---| + +None. ## Relationships |Relationship|Type|Description| |:---|:---|:---| -|items|[cloudClipboardItem](../resources/cloudclipboarditem.md) collection|Get a list of the cloudClipboard items and their properties.| +|items|[cloudClipboardItem](../resources/cloudclipboarditem.md) collection|Represents a collection of Cloud Clipboard items.| ## JSON representation The following JSON representation shows the resource type. From e7711f17fc52213f4fb2008e27ae319e42a5a7dc Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Tue, 5 Mar 2024 19:17:18 -0800 Subject: [PATCH 257/259] Update toc.yml --- api-reference/beta/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/toc.yml b/api-reference/beta/toc.yml index 0139cf24eb4..518729c5060 100644 --- a/api-reference/beta/toc.yml +++ b/api-reference/beta/toc.yml @@ -1615,7 +1615,7 @@ items: href: api/windowssetting-list-instances.md - name: Get href: api/windowssettinginstance-get.md - - name: Cloud clipboard root + - name: Cloud clipboard href: resources/cloudclipboardroot.md items: - name: List From 45c160378a43989395195db29bbb68f89ea76a4d Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Tue, 5 Mar 2024 19:17:51 -0800 Subject: [PATCH 258/259] Update Microsoft.PDRS.json --- changelog/Microsoft.PDRS.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.PDRS.json b/changelog/Microsoft.PDRS.json index 423653af328..3271686521e 100644 --- a/changelog/Microsoft.PDRS.json +++ b/changelog/Microsoft.PDRS.json @@ -30,7 +30,7 @@ "Id": "1b951a1b-f559-4987-a9e7-3c7b7fb91a0c", "Cloud": "Prod", "Version": "beta", - "CreatedDateTime": "2024-01-31T21:05:42.4895813Z", + "CreatedDateTime": "2024-03-05T21:05:42.4895813Z", "WorkloadArea": "Cross-device experiences", "SubArea": "" } From f6c6f83683af19506ac38f31c0cf2f3d9e41c2f4 Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Tue, 5 Mar 2024 20:20:34 -0800 Subject: [PATCH 259/259] Update callrecording-get.md --- api-reference/beta/api/callrecording-get.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/api/callrecording-get.md b/api-reference/beta/api/callrecording-get.md index 2230b05eb9d..2666a4ede97 100644 --- a/api-reference/beta/api/callrecording-get.md +++ b/api-reference/beta/api/callrecording-get.md @@ -20,14 +20,14 @@ For a recording, this API returns the metadata of the single recording associate > [!NOTE] > > * This is a metered API. For more information, see [payment models for meeting APIs](/graph/teams-licenses#payment-models-for-meeting-apis). -> * This API doesn't support meetings created using the [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with an event on the user's calendar. +> * This API doesn't support meetings created by using the [create onlineMeeting API](/graph/api/application-post-onlinemeetings) that are not associated with an event on the user's calendar. > * This API works differently in one or more national clouds. For details, see [Microsoft Teams API implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/global-only.md)] ## Permissions -Choose the permission or permissions marked as least privileged for API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). [!INCLUDE [permissions-table](../includes/permissions/callrecording-get-permissions.md)]