Service | Microsoft Docs article | Related commit history on GitHub | Change details |
---|---|---|---|
v1.0 | Accesspackage Post Incompatiblegroup | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/accesspackage-post-incompatiblegroup.md | Content-type: application/json { "@odata.id": "https://graph.microsoft.com/beta/groups/c0a74b4d-2694-4d5d-a964-1bee4ff0aaf2" }+``` ### Response |
v1.0 | Accesspackageassignmentpolicy Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/accesspackageassignmentpolicy-update.md | Content-Type: application/json [!INCLUDE [sample-code](../includes/snippets/go/update-accesspackageassignmentpolicy-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/update-accesspackageassignmentpolicy-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] Content-Type: application/json [!INCLUDE [sample-code](../includes/snippets/go/update-accesspackageassignmentpolicy-delete-customextensionhandlers-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/update-accesspackageassignmentpolicy-delete-customextensionhandlers-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Accessreviewset Post Definitions | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/accessreviewset-post-definitions.md | Content-type: application/json [!INCLUDE [sample-code](../includes/snippets/powershell/create-accessreviewscheduledefinition-powershell-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] -# [PHP](#tab/php) - Content-type: application/json [!INCLUDE [sample-code](../includes/snippets/powershell/create-accessreviewscheduledefinition-inactiveguests-m365-powershell-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] -# [PHP](#tab/php) - Content-type: application/json [!INCLUDE [sample-code](../includes/snippets/powershell/create-accessreviewscheduledefinition-allusers-m365-aadrole-powershell-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] -# [PHP](#tab/php) - Content-type: application/json [!INCLUDE [sample-code](../includes/snippets/powershell/create-accessreviewscheduledefinition-group-multistage-powershell-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] -# [PHP](#tab/php) - Content-type: application/json } ``` -### Example 5: Create an access review on a group with membership outlier insights and user sign in insights for recommendations +### Example 5: Create an access review on a group with insights about user-to-group affiliation and user sign in for recommendations The following example creates an access review with the following settings: + The review reviews all members of a group with the **id** `02f3bafb-448c-487c-88c2-5fd65ce49a41`. + A specific user with the user **id** `398164b1-5196-49dd-ada2-364b49f99b27` is the reviewer. + It recurs weekly and continues indefinitely.-+ Both membership outlier and user sign in are insights for reviewers. ++ Both user-to-group affiliation and user sign in are insights for reviewers. #### Request Content-type: application/json [!INCLUDE [sample-code](../includes/snippets/powershell/create-accessreviewscheduledefinition-insights-powershell-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] -# [PHP](#tab/php) - |
v1.0 | Accessreviewset Post Historydefinitions | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/accessreviewset-post-historydefinitions.md | Content-Type: application/json [!INCLUDE [sample-code](../includes/snippets/powershell/create-accessreviewhistorydefinition-from--powershell-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] -# [PHP](#tab/php) - ### Response |
v1.0 | Application Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/application-delete.md | One of the following permissions is required to call this API. To learn more, in |Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Directory.ReadWrite.All | ## HTTP request-Replace `{id}` with the **id** for the application object, also referred to as the **Object ID** in the Azure portal. +Replace `{applicationObjectId}` with the **id** for the application object, also referred to as the **Object ID** in the Azure portal. <!-- { "blockType": "ignored" } --> ```http-DELETE /applications/{id} +DELETE /applications/{applicationObjectId} ``` ## Request headers |
v1.0 | Application Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/application-get.md | One of the following permissions is required to call this API. To learn more, in |Application | Application.Read.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Directory.ReadWrite.All | ## HTTP request-Replace `{id}` with the **id** for the application object, also referred to as the **Object ID** in the Azure portal. +Replace `{applicationObjectId}` with the **id** for the application object, also referred to as the **Object ID** in the Azure portal. <!-- { "blockType": "ignored" } --> ```http-GET /applications/{id} +GET /applications/{applicationObjectId} ``` ## Optional query parameters |
v1.0 | Application List Extensionproperty | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/application-list-extensionproperty.md | Title: "List extensionProperties (directory extensions)" description: "Retrieve a list of directory extension definitions." ms.localizationpriority: medium doc_type: "apiPageType" |
v1.0 | Application List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/application-list.md | ConsistencyLevel: eventual ``` # [C#](#tab/csharp) [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] # [JavaScript](#tab/javascript) [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] # [Java](#tab/java) [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] # [Go](#tab/go) [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] # [PowerShell](#tab/powershell) [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] # [PHP](#tab/php) [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Application Post Applications | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/application-post-applications.md | Create a new [application](../resources/application.md) object. > [!IMPORTANT] > Adding [**passwordCredential**](../resources/passwordcredential.md) when creating applications is not supported. Use the [addPassword](application-addpassword.md) method to add passwords or secrets for an application.+> +> Do not share application client IDs (**appId**) in API documentation or code samples. ## Permissions One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). |
v1.0 | Application Post Extensionproperty | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/application-post-extensionproperty.md | Title: "Create extensionProperty (directory extension)" description: "Create a new directory extension." ms.localizationpriority: medium doc_type: "apiPageType" |
v1.0 | Application Post Onlinemeetings | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/application-post-onlinemeetings.md | Content-Type: application/json } ``` --### Example 2: Create an online meeting in a Microsoft Teams channel with a user token --#### Request --The following is an example of a request. -->**Note:** The Object ID of the user token passed should be a member of the channel represented by **threadId** in the payload. --```http -POST https://graph.microsoft.com/beta/me/onlineMeetings -Content-Type: application/json --{ - "startDateTime":"2019-07-12T14:30:34.2444915-07:00", - "endDateTime":"2019-07-12T15:00:34.2464912-07:00", - "subject":"User meeting in Microsoft Teams channel.", - "chatInfo": { - "threadId":"19%3A3b5239894b776357c1dd79%40thread.skype" - } -} -``` -#### Response --The following is an example of the response. -->**Note:** The response object shown here might be shortened for readability. --<!-- { - "blockType": "example", - "truncated": true, - "@odata.type": "microsoft.graph.onlineMeeting" -} --> --```http -HTTP/1.1 201 Created -Content-Type: application/json --{ - "@odata.context": "https://graph.microsoft.com/beta/$metadata#users('f40f86-17cc-42e7-85f4-f03880d6')/onlineMeetings/$entity", - "audioConferencing": { - "tollNumber": "+12534478", - "tollFreeNumber": "+18660588", - "ConferenceId": "24229", - "dialinUrl": "https://dialin.teams.microsoft.com/22f12fa0-49f-45b-bc69-b8a330?id=24229" - }, - "chatInfo": { - "threadId": "19%3A3b52398f3c5244b776357c1dd79%40thread.skype", - "messageId": "1563302249053", - "replyChainMessageId": null - }, - "creationDateTime": "2019-07-11T02:17:17.6491364Z", - "startDateTime": "2019-07-11T02:17:17.6491364Z", - "endDateTime": "2019-07-11T02:47:17.651138Z", - "id": "MSpkYzE3Njc0Yy04MWQ5LTRhZGItHRTNaR1F6WGhyZWFkLnYy", - "joinWebUrl": "https://teams.microsoft.com/l/meetup-join/19%3ameeting_M2IzYzczNNlOTY4MGEz%40thread.skype/0?context=%7b%22Tid%22%3a%2288bf-86f1-41af-91ab-2011db47%22%2c%22Oid%22%3a%22fae72-d51-43ec-68c-3704f%22%7d", - "participants": { - "organizer": { - "identity": { - "user": { - "id": "55ae72-d251-43ec-868c-373704f", - "tenantId": "72f98f-86f1-41af-91ab-2d7db47", - "displayName": "Mario Rogers" - } - }, - "role": "presenter", - "upn": "upn-value" - } - }, - "subject": "User meeting in Microsoft Teams channel.", - "joinMeetingIdSettings": { - "isPasscodeRequired": false, - "joinMeetingId": "1234567890", - "passcode": null - } -} -``` --### Example 3: Create a Microsoft Teams live event with a user token +### Example 2: Create a Microsoft Teams live event with a user token #### Request The following is an example of the response. } --> -### Example 4: Create an online meeting that requires a passcode +### Example 3: Create an online meeting that requires a passcode The following example shows how to add a passcode to a meeting. The passcode is used when you join a meeting with a **joinMeetingId**. For more details, see [joinMeetingIdSettings](../resources/joinmeetingidsettings.md). #### Request Content-Type: application/json ``` -### Example 5: Create an online meeting that does not require a passcode +### Example 4: Create an online meeting that does not require a passcode When **isPasscodeRequired** is set to `false` or when **joinMeetingIdSettings** is not specified in the request, the generated online meeting will not have a passcode. #### Request |
v1.0 | Application Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/application-update.md | One of the following permissions is required to call this API. To learn more, in |Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Directory.ReadWrite.All | ## HTTP request-Replace `{id}` with the **id** for the application object, also referred to as the **Object ID** in the Azure portal. +Replace `{applicationObjectId}` with the **id** for the application object, also referred to as the **Object ID** in the Azure portal. <!-- { "blockType": "ignored" } --> ```http-PATCH /applications/{id} +PATCH /applications/{applicationObjectId} ``` ## Request headers | Name | Description| In the request body, supply the values for relevant fields that should be update | Property | Type | Description | |:|:-|:--| | api | [apiApplication](../resources/apiapplication.md) | Specifies settings for an application that implements a web API. |-| appRoles | [appRole](../resources/approle.md) collection | The collection of application roles that an application may declare. These roles can be assigned to users, groups, or service principals. Not nullable. | +| appRoles | [appRole](../resources/approle.md) collection | The collection of roles defined for the application. These roles can be assigned to users, groups, or service principals. Not nullable. | | displayName | String | The display name for the application. | | groupMembershipClaims | String | Configures the **groups** claim issued in a user or OAuth 2.0 access token that the application expects. To set this attribute, use one of the following valid string values:<ul><li>`None`</li><li>`SecurityGroup`: For security groups and Azure Active Directory (Azure AD) roles</li><li>`All`: This will get all of the security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of</li></ul> | | identifierUris | String collection | The URIs that identify the application within its Azure AD tenant, or within a verified custom domain if the application is multi-tenant. For more information, see [Application Objects and Service Principal Objects](/azure/active-directory/develop/app-objects-and-service-principals). The *any* operator is required for filter expressions on multi-valued properties. Not nullable. | |
v1.0 | Attachment Createuploadsession | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/attachment-createuploadsession.md | For an inline attachment, set _isInline_ property to `true` and use the _content }--> ```http-POST https://graph.microsoft.com/v1.0/me/messages/AAMkAGUwNjQ4ZjIxLTQ3Y2YtNDViMi1iZjc4LTMA=/attachments/createUploadSession +POST https://graph.microsoft.com/beta/me/messages/AAMkAGUwNjQ4ZjIxLTQ3Y2YtNDViMi1iZjc4LTMA=/attachments/createUploadSession Content-type: application/json { |
v1.0 | Attacksimulationroot Get Simulationautomations | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/attacksimulationroot-get-simulationautomations.md | + + Title: "Get simulationAutomation" +description: "Get an attack simulation automation for a tenant." ++ms.localizationpriority: medium +++# Get simulationAutomation +Namespace: microsoft.graph +++Get an attack simulation automation for a tenant. ++## Permissions +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++| Permission type | Permissions (from least to most privileged) | +|:|:--| +| Delegated (work or school account) | AttackSimulation.Read.All | +| Delegated (personal Microsoft account) | Not supported. | +| Application | AttackSimulation.Read.All | ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /security/attackSimulation/simulationAutomations/{simulationAutomationId} +``` ++## Optional query parameters +This method supports the `$count`, `$filter`, `$orderby`, `$skip`, `$top`, and `$select` [OData query parameters](/graph/query-parameters) to help customize the response. You can use the `$filter` and `$orderby` query parameters on the **displayName** and **status** properties. ++If the result set spans multiple pages, the response body contains an `@odata.nextLink` that you can use to page through the result set. ++The following are examples of their use: ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /security/attackSimulation/simulationAutomations/{simulationAutomationId}?$count=true +GET /security/attackSimulation/simulationAutomations/{simulationAutomationId}?$filter={property} eq '{property-value}' +GET /security/attackSimulation/simulationAutomations/{simulationAutomationId}?$filter={property} eq '{property-value}'&$top=5 +GET /security/attackSimulation/simulationAutomations/{simulationAutomationId}?$orderby={property} +GET /security/attackSimulation/simulationAutomations/{simulationAutomationId}?$skip={skipCount} +GET /security/attackSimulation/simulationAutomations/{simulationAutomationId}?$top=1 +GET /security/attackSimulation/simulationAutomations/{simulationAutomationId}?$select={property} +``` ++## Request headers +|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body +Do not supply a request body for this method. ++## Response ++If successful, this method returns a `200 OK` response code and a [simulationAutomation](../resources/simulationautomation.md) object in the response body. ++## Examples ++### Request ++The following is an example of a request. +++# [HTTP](#tab/http) +<!-- { + "blockType": "request", + "name": "get_simulationautomation" +} +--> +``` http +GET https://graph.microsoft.com/beta/security/attackSimulation/simulationAutomations/fbad62b0-b32d-b6ac-9f48-d84bbea08f96 +``` ++# [C#](#tab/csharp) ++# [JavaScript](#tab/javascript) ++# [Java](#tab/java) ++# [Go](#tab/go) ++# [PowerShell](#tab/powershell) ++# [PHP](#tab/php) +++++### Response ++The following is an example of the response. ++>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.simulationAutomation" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.type": "#microsoft.graph.simulationAutomation", + "id": "fbad62b0-b32d-b6ac-9f48-d84bbea08f96", + "displayName": "Reed Flores", + "description": "Sample Simulation Automation Description", + "status": "running", + "createdDateTime": "2022-01-01T01:01:01.01Z", + "createdBy": { + "id": "99af58b9-ef1a-412b-a581-cb42fe8c8e21", + "displayName": "Reed Flores", + "email": "reed@contoso.com" + }, + "lastModifiedDateTime": "2022-01-01T01:01:01.01Z", + "lastModifiedBy": { + "id": "99af58b9-ef1a-412b-a581-cb42fe8c8e21", + "displayName": "Reed Flores", + "email": "reed@contoso.com" + }, + "lastRunDateTime": "2022-01-01T01:01:01.01Z", + "nextRunDateTime": "2022-01-01T01:01:01.01Z" +} +``` + |
v1.0 | Attacksimulationroot Get Simulations | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/attacksimulationroot-get-simulations.md | + + Title: "Get simulation" +description: "Get an attack simulation campaign for a tenant." ++ms.localizationpriority: medium +++# Get simulation +Namespace: microsoft.graph +++Get an attack simulation campaign for a tenant. ++## Permissions +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++| Permission type | Permissions (from least to most privileged) | +|:|:--| +| Delegated (work or school account) | AttackSimulation.Read.All | +| Delegated (personal Microsoft account) | Not supported. | +| Application | AttackSimulation.Read.All | ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /security/attackSimulation/simulations/{simulationId} +``` ++## Optional query parameters ++This method supports the `$count`, `$filter`, `$orderby`, `$skipToken`, `$top`, and `$select` [OData query parameters](/graph/query-parameters) to help customize the response. You can use the `$filter` and `$orderby` query parameters on the **attackTechnique**, **attackType**, **completionDateTime**, **displayName**, **isAutomated**, **launchDateTime**, and **status** properties. ++If the result set spans multiple pages, the response body contains an `@odata.nextLink` that you can use to page through the result set. ++The following are examples of their use: ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /security/attackSimulation/simulations/{simulationId}?$count=true +GET /security/attackSimulation/simulations/{simulationId}?$filter={property} eq '{property-value}' +GET /security/attackSimulation/simulations/{simulationId}?$filter={property} eq '{property-value}'&$top=5 +GET /security/attackSimulation/simulations/{simulationId}?$orderby={property} +GET /security/attackSimulation/simulations/{simulationId}?$skipToken={skipToken} +GET /security/attackSimulation/simulations/{simulationId}?$top=1 +GET /security/attackSimulation/simulations/{simulationId}?$select={property} +``` ++## Request headers +|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body +Do not supply a request body for this method. ++## Response ++If successful, this method returns a `200 OK` response code and a [simulation](../resources/simulation.md) object in the response body. ++## Examples ++### Request ++The following is an example of a request. +++# [HTTP](#tab/http) +<!-- { + "blockType": "request", + "name": "get_simulation" +} +--> +``` http +GET https://graph.microsoft.com/beta/security/attackSimulation/simulations/f1b13829-3829-f1b1-2938-b1f12938b1a +``` ++# [C#](#tab/csharp) ++# [JavaScript](#tab/javascript) ++# [Java](#tab/java) ++# [Go](#tab/go) ++# [PowerShell](#tab/powershell) ++# [PHP](#tab/php) +++++### Response ++The following is an example of the response. ++>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.simulation" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "id": "f1b13829-3829-f1b1-2938-b1f12938b1f1", + "displayName": "Sample Simulation", + "description": "Sample Simulation Description", + "attackType": "social", + "attackTechnique": "credentialHarvesting", + "status": "scheduled", + "createdDateTime": "2021-01-01T01:01:01.01Z", + "createdBy": { + "id": "99af58b9-ef1a-412b-a581-cb42fe8c8e21", + "displayName": "Reed Flores", + "email": "reed@contoso.com" + }, + "lastModifiedDateTime": "2021-01-01T01:01:01.01Z", + "lastModifiedBy": { + "id": "99af58b9-ef1a-412b-a581-cb42fe8c8e21", + "displayName": "Reed Flores", + "email": "reed@contoso.com" + }, + "launchDateTime": "2021-01-01T02:01:01.01Z", + "completionDateTime": "2021-01-07T01:01:01.01Z", + "isAutomated": false, + "automationId": "f1b13829-3829-f1b1-2938-b1f12938b1ab", + "payloadDeliveryPlatform": "email" +} +``` |
v1.0 | Attacksimulationroot List Simulationautomations | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/attacksimulationroot-list-simulationautomations.md | Title: "List simulationAutomations" description: "Get a list of attack simulation automations for a tenant."-+ ms.localizationpriority: medium ms.prod: "security" doc_type: apiPageType If successful, this method returns a `200 OK` response code and a collection of ## Examples -The following is an example of a request. - ### Request +The following is an example of a request. + # [HTTP](#tab/http) <!-- { "blockType": "request", |
v1.0 | Attacksimulationroot List Simulations | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/attacksimulationroot-list-simulations.md | Title: "List simulations" description: "Get a list of attack simulation campaigns for a tenant."-+ ms.localizationpriority: medium ms.prod: "security" doc_type: apiPageType GET /security/attackSimulation/simulations ``` ## Optional query parameters-This method supports the following OData query parameters to help customize the response: `$count`, `$filter`, `$orderby`, `$skiptoken`, `$top`, `$select`. -The following properties support `$filter` and `$orderby`: **attackTechnique**, **attackType**, **completionDateTime**, **displayName**, **isAutomated**, **launchDateTime**, **status**. +This method supports the `$count`, `$filter`, `$orderby`, `$skipToken`, `$top`, and `$select` [OData query parameters](/graph/query-parameters) to help customize the response. You can use the `$filter` and `$orderby` query parameters on the **attackTechnique**, **attackType**, **completionDateTime**, **displayName**, **isAutomated**, **launchDateTime**, and **status** properties. -Use `@odata.nextLink` for pagination. +If the result set spans multiple pages, the response body contains an `@odata.nextLink` that you can use to page through the result set. The following are examples of their use: GET /security/attackSimulation/simulations?$count=true GET /security/attackSimulation/simulations?$filter={property} eq '{property-value}' GET /security/attackSimulation/simulations?$filter={property} eq '{property-value}'&$top=5 GET /security/attackSimulation/simulations?$orderby={property}+GET /security/attackSimulation/simulations?$skipToken={skipToken} GET /security/attackSimulation/simulations?$top=1 GET /security/attackSimulation/simulations?$select={property} ``` -For general information, see [OData query parameters](/graph/query-parameters). - ## Request headers |Name|Description| |:|:| Content-Type: application/json "createdDateTime": "2021-01-01T01:01:01.01Z", "createdBy": { "id": "99af58b9-ef1a-412b-a581-cb42fe8c8e21",- "displayName": "Sample User", - "email": "sampleuser@contoso.com" + "displayName": "Reed Flores", + "email": "reed@contoso.com" }, "lastModifiedDateTime": "2021-01-01T01:01:01.01Z", "lastModifiedBy": { "id": "99af58b9-ef1a-412b-a581-cb42fe8c8e21",- "displayName": "Sample User", - "email": "sampleuser@contoso.com" + "displayName": "Reed Flores", + "email": "reed@contoso.com" }, "launchDateTime": "2021-01-01T02:01:01.01Z", "completionDateTime": "2021-01-07T01:01:01.01Z", |
v1.0 | Authenticationcombinationconfiguration Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authenticationcombinationconfiguration-get.md | + + Title: "Get authenticationCombinationConfiguration" +description: "Read the properties and relationships of an authenticationCombinationConfiguration object." ++ms.localizationpriority: medium +++# Get authenticationCombinationConfiguration +Namespace: microsoft.graph +++Read the properties and relationships of an [authenticationCombinationConfiguration](../resources/authenticationcombinationconfiguration.md) object. ++## Permissions +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| +|Delegated (personal Microsoft account)|Not supported.| +|Application|Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicyId}/combinationConfigurations/{authenticationCombinationConfigurationId} +``` ++## Optional query parameters +This method does not support OData query parameters. ++## Request headers +|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body +Do not supply a request body for this method. ++## Response ++If successful, this method returns a `200 OK` response code and an [authenticationCombinationConfiguration](../resources/authenticationcombinationconfiguration.md) object in the response body. ++## Examples ++### Request +The following is an example of a request. +<!-- { + "blockType": "request", + "name": "get_authenticationcombinationconfiguration" +} +--> +``` http +GET https://graph.microsoft.com/beta/identity/conditionalAccess/authenticationStrengths/policies/0e371351-6419-4c8a-8047-61eef0212ffb/combinationConfigurations/133b68c4-503b-4e87-839a-6c286a27381b +``` +++### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.authenticationCombinationConfiguration" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.type" : "#microsoft.graph.fido2CombinationConfiguration", + "id": "133b68c4-503b-4e87-839a-6c286a27381b", + "allowedAAGUIDs": [ + "dcf6eadd-31fd-49e5-b84e-44035a5e6295", + "e0d9c83d-f035-45b2-8d98-345903f91e29" + ], + "appliesToCombinations": ["fido2"] +} +``` + |
v1.0 | Authenticationcombinationconfiguration Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authenticationcombinationconfiguration-update.md | + + Title: "Update authenticationCombinationConfiguration" +description: "Update the properties of an authenticationCombinationConfiguration object." ++ms.localizationpriority: medium +++# Update authenticationCombinationConfiguration +Namespace: microsoft.graph +++Update the properties of an [authenticationCombinationConfiguration](../resources/authenticationcombinationconfiguration.md) object. In use, only [fido2combinationConfigurations](../resources/fido2combinationconfiguration.md) may be updated as they are the only type of [authenticationCombinationConfiguration](../resources/authenticationcombinationconfiguration.md) that may be created. ++## Permissions +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| +|Delegated (personal Microsoft account)|Not supported.| +|Application|Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +PATCH /identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicyId}/combinationConfigurations/{authenticationCombinationConfigurationId} +``` ++## Request headers +|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| +|Content-Type|application/json. Required.| ++## Request body +++|Property|Type|Description| +|:|:|:| +|appliesToCombinations|authenticationMethodModes collection|The combinations to which this configuration applies. The only possible value for fido2combinationConfigurations is `fido2`. Required.| ++++## Response ++If successful, this method returns a `204 NO CONTENT` response code. ++## Examples ++### Request +The following is an example of a request. +<!-- { + "blockType": "request", + "name": "update_authenticationcombinationconfiguration" +} +--> +``` http +PATCH https://graph.microsoft.com/beta/identity/conditionalAccess/authenticationStrengths/policies/0e371351-6419-4c8a-8047-61eef0212ffb/combinationConfigurations/4643f174-fe85-42b8-8b84-516775750a30 +Content-Type: application/json +Content-length: 130 ++{ + "appliesToCombinations": ["fido2"] +} +``` +++### Response +The following is an example of the response +<!-- { + "blockType": "response", + "truncated": true, +} +--> +``` http +HTTP/1.1 204 No Content +``` + |
v1.0 | Authenticationcontextclassreference Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authenticationcontextclassreference-get.md | GET /identity/conditionalAccess/authenticationContextClassReferences/{id} ``` ## Optional query parameters -This method does not support optional query parameters to customize the response. +This method does not support OData query parameters. ## Request headers |
v1.0 | Authenticationmethodmodedetail Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authenticationmethodmodedetail-get.md | + + Title: "Get authenticationMethodModeDetail" +description: "Read the properties and relationships of an authenticationMethodModeDetail object." ++ms.localizationpriority: medium +++# Get authenticationMethodModeDetail +Namespace: microsoft.graph +++Read the properties and relationships of an [authenticationMethodModeDetail](../resources/authenticationmethodmodedetail.md) object. ++## Permissions +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| +|Delegated (personal Microsoft account)|Not supported.| +|Application|Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetailId} +``` ++## Optional query parameters +This method does not support OData query parameters. ++## Request headers +|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body +Do not supply a request body for this method. ++## Response ++If successful, this method returns a `200 OK` response code and an [authenticationMethodModeDetail](../resources/authenticationmethodmodedetail.md) object in the response body. ++## Examples ++### Request +The following is an example of a request. +<!-- { + "blockType": "request", + "name": "get_authenticationmethodmodedetail" +} +--> +``` http +GET https://graph.microsoft.com/beta/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/windowsHelloForBusiness +``` +++### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.authenticationMethodModeDetail" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "value": { + "@odata.type": "#microsoft.graph.authenticationMethodModeDetail", + "id": "windowsHelloForBusiness", + "displayName": "Windows Hello for Business", + "authenticationMethod": "windowsHelloForBusiness" + } +} +``` + |
v1.0 | Authenticationstrengthpolicy Delete Combinationconfigurations | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authenticationstrengthpolicy-delete-combinationconfigurations.md | + + Title: "Delete authenticationCombinationConfiguration" +description: "Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object." ++ms.localizationpriority: medium +++# Delete authenticationCombinationConfiguration +Namespace: microsoft.graph +++Delete an [authenticationCombinationConfiguration](../resources/authenticationcombinationconfiguration.md) for a custom [authenticationStrengthPolicy](../resources/authenticationstrengthpolicy.md) object. ++## Permissions +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| +|Delegated (personal Microsoft account)|Not supported.| +|Application|Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +DELETE /identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicyId}/combinationConfigurations/{authenticationCombinationConfigurationId}/$ref +``` ++## Request headers +|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body +Do not supply a request body for this method. ++## Response ++If successful, this method returns a `204 No Content` response code. ++## Examples ++### Request +The following is an example of a request. +<!-- { + "blockType": "request", + "name": "delete_authenticationcombinationconfiguration" +} +--> +``` http +DELETE https://graph.microsoft.com/beta/identity/conditionalAccess/authenticationStrengths/policies/0e371351-6419-4c8a-8047-61eef0212ffb/combinationConfigurations/6cbbcfd0-5054-4a59-a10e-2d21fe09305d +``` +++### Response +The following is an example of the response +<!-- { + "blockType": "response", + "truncated": true +} +--> +``` http +HTTP/1.1 204 No Content +``` + |
v1.0 | Authenticationstrengthpolicy Findbymethodmode | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authenticationstrengthpolicy-findbymethodmode.md | + + Title: "authenticationStrengthPolicy: findByMethodMode" +description: "Get authentication strength policies that include the specified authentication method modes." ++ms.localizationpriority: medium +++# authenticationStrengthPolicy: findByMethodMode +Namespace: microsoft.graph +++Get a list of the [authenticationStrengthPolicy](../resources/authenticationstrengthpolicy.md) objects and their properties filtered to only include policies that include the authentication method mode specified in the request. ++## Permissions +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| +|Delegated (personal Microsoft account)|Not supported.| +|Application|Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes=["authenticationMethodMode"]) +``` ++## Function parameters +In the request URL, provide the following query parameters with values. +The following table shows the parameters that must be used with this function. ++|Parameter|Type|Description| +|:|:|:| +|authenticationMethodModes|authenticationMethodModes collection|The authentication method modes to search for in existing authentication strength policies.| +++## Request headers +|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body +Do not supply a request body for this method. ++## Response ++If successful, this function returns a `200 OK` response code and a [authenticationStrengthPolicy](../resources/authenticationstrengthpolicy.md) collection in the response body. ++## Examples ++### Request +The following is an example of a request. +<!-- { + "blockType": "request", + "name": "authenticationstrengthpolicythis.findbymethodmode" +} +--> +``` http +GET https://graph.microsoft.com/beta/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes=["sms"]) +``` ++### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "Collection(microsoft.graph.authenticationStrengthPolicy)" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "value": [ + { + "@odata.type" : "authenticationStrengthPolicy", + "id": "00000000-0000-0000-0000-000000000002", + "createdDateTime": "2022-09-30T10:59:01Z", + "modifiedDateTime": "2022-09-30T10:59:01Z", + "displayName": "Multi-factor authentication (MFA)", + "description": "Combinations of methods that satisfy strong authentication, such as a password + SMS", + "policyType": "builtIn", + "requirementsSatisfied": "mfa", + "allowedCombinations": [ + "windowsHelloForBusiness", + "fido2", + "x509CertificateMultiFactor", + "deviceBasedPush", + "temporaryAccessPassOneTime", + "temporaryAccessPassMultiUse", + "password, microsoftAuthenticatorPush", + "password, softwareOath", + "password, hardwareOath", + "password, sms", + "password, voice", + "federatedMultiFactor", + "federatedSingleFactor, microsoftAuthenticatorPush", + "federatedSingleFactor, softwareOath", + "federatedSingleFactor, hardwareOath", + "federatedSingleFactor, sms", + "federatedSingleFactor, voice" + ], + "combinationConfigurations": [] + } + ] +} +``` + |
v1.0 | Authenticationstrengthpolicy Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authenticationstrengthpolicy-get.md | + + Title: "Get authenticationStrengthPolicy" +description: "Read the properties and relationships of an authenticationStrengthPolicy object." ++ms.localizationpriority: medium +++# Get authenticationStrengthPolicy +Namespace: microsoft.graph +++Read the properties and relationships of an [authenticationStrengthPolicy](../resources/authenticationstrengthpolicy.md) object. ++## Permissions +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| +|Delegated (personal Microsoft account)|Not supported.| +|Application|Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /policies/authenticationStrengthPolicies/{authenticationStrengthPolicyId} +``` ++## Optional query parameters +This method does not support OData query parameters. ++## Request headers +|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body +Do not supply a request body for this method. ++## Response ++If successful, this method returns a `200 OK` response code and an [authenticationStrengthPolicy](../resources/authenticationstrengthpolicy.md) object in the response body. ++## Examples ++### Request +The following is an example of a request. +<!-- { + "blockType": "request", + "name": "get_authenticationstrengthpolicy" +} +--> +``` http +GET https://graph.microsoft.com/beta/policies/authenticationStrengthPolicies/00000000-0000-0000-0000-000000000004 +``` +++### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.authenticationStrengthPolicy" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.type" : "#microsoft.graph.authenticationStrengthPolicy", + "id": "00000000-0000-0000-0000-000000000004", + "createdDateTime": "2017-10-30T10:59:01Z", + "modifiedDateTime": "2017-10-30T10:59:01Z", + "displayName": "Phishing resistant MFA", + "description": "Phishing-resistant, Passwordless methods for the strongest authentication, such as a FIDO2 security key", + "policyType": "builtIn", + "requirementsSatisfied": "mfa", + "allowedCombinations": [ + "windowsHelloForBusiness", + "fido2", + "x509CertificateMultiFactor" + ], + "combinationConfigurations": [] +} +``` + |
v1.0 | Authenticationstrengthpolicy List Combinationconfigurations | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authenticationstrengthpolicy-list-combinationconfigurations.md | + + Title: "List combinationConfigurations" +description: "Get the authenticationCombinationConfiguration objects for an authentication strength policy." ++ms.localizationpriority: medium +++# List combinationConfigurations +Namespace: microsoft.graph +++Get the [authenticationCombinationConfiguration](../resources/authenticationcombinationconfiguration.md) objects for an [authentication strength policy](../resources/authenticationstrengthpolicy.md). authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only [fido2combinationConfigurations](../resources/fido2combinationconfiguration.md) objects are supported. ++authenticationCombinationConfiguration objects are supported only for custom authentication strengths. ++## Permissions +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| +|Delegated (personal Microsoft account)|Not supported.| +|Application|Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicyId}/combinationConfigurations +``` ++## Optional query parameters +This method does not support OData query parameters. ++## Request headers +|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body +Do not supply a request body for this method. ++## Response ++If successful, this method returns a `200 OK` response code and a collection of [authenticationCombinationConfiguration](../resources/authenticationcombinationconfiguration.md) objects in the response body. ++## Examples ++### Request +The following is an example of a request. +<!-- { + "blockType": "request", + "name": "list_authenticationcombinationconfiguration" +} +--> +``` http +GET https://graph.microsoft.com/beta/identity/conditionalAccess/authenticationStrengths/policies/0e371351-6419-4c8a-8047-61eef0212ffb/combinationConfigurations +``` +++### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "Collection(microsoft.graph.authenticationCombinationConfiguration)" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "value": [ + { + "@odata.type" : "#microsoft.graph.fido2CombinationConfiguration", + "id": "133b68c4-503b-4e87-839a-6c286a27381b", + "allowedAAGUIDs": [ + "dcf6eadd-31fd-49e5-b84e-44035a5e6295", + "e0d9c83d-f035-45b2-8d98-345903f91e29" + ], + "appliesToCombinations": ["fido2"] + } + ] +} +``` + |
v1.0 | Authenticationstrengthpolicy Post Combinationconfigurations | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authenticationstrengthpolicy-post-combinationconfigurations.md | + + Title: "Create authenticationCombinationConfiguration" +description: "Create a new authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies." ++ms.localizationpriority: medium +++# Create combinationConfiguration +Namespace: microsoft.graph +++Create a new authenticationCombinationConfiguration object. In use, only [fido2combinationConfigurations](../resources/fido2combinationconfiguration.md) may be created, and these may only be created for custom authentication strength policies. ++## Permissions +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| +|Delegated (personal Microsoft account)|Not supported.| +|Application|Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +POST /identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicyId}/combinationConfigurations +``` ++## 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 [authenticationCombinationConfiguration](../resources/authenticationcombinationconfiguration.md) object. ++You can specify the following properties when creating an **authenticationCombinationConfiguration**. Additionally, you must supply the @odata.type and required properties of the derived type of [authenticationCombinationConfiguration](../resources/authenticationcombinationconfiguration.md) that you're creating. For example, `"@odata.type" : "#microsoft.graph.fido2CombinationConfiguration"`. ++|Property|Type|Description| +|:|:|:| +|appliesToCombinations|authenticationMethodModes collection|The combinations to which this configuration applies. The only possible value for fido2combinationConfigurations is `fido2`. Required.| ++++## Response ++If successful, this method returns a `201 Created` response code and a [fido2CombinationConfiguration](../resources/fido2CombinationConfiguration.md) object in the response body. ++## Examples ++### Request +The following is an example of a request. +<!-- { + "blockType": "request", + "name": "create_authenticationcombinationconfiguration_from_" +} +--> +``` http +POST https://graph.microsoft.com/beta/identity/conditionalAccess/authenticationStrengths/policies/8313edec-d6af-483f-87b8-ec7cccfd2ab4/combinationConfigurations +Content-Type: application/json +Content-length: 130 ++{ + "@odata.type" : "#microsoft.graph.fido2CombinationConfiguration", + "allowedAAGUIDs": [ + "486c3b50-889c-480a-abc5-c04ef7c873e0", + "c042882f-a621-40c8-94d3-9cde3a826fed", + "ec454c08-4c77-4012-9d48-45f7f0fccdfb" + ], + "appliesToCombinations": ["fido2"] +} +``` +++### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.authenticationCombinationConfiguration" +} +--> +``` http +HTTP/1.1 201 Created +Content-Type: application/json ++{ + "@odata.type" : "#microsoft.graph.fido2CombinationConfiguration", + "id": "96cb1a17-e45e-4b4f-8b4b-4a9490d63d66", + "allowedAAGUIDs": [ + "486c3b50-889c-480a-abc5-c04ef7c873e0", + "c042882f-a621-40c8-94d3-9cde3a826fed", + "ec454c08-4c77-4012-9d48-45f7f0fccdfb" + ], + "appliesToCombinations": ["fido2"] +} +``` + |
v1.0 | Authenticationstrengthpolicy Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authenticationstrengthpolicy-update.md | + + Title: "Update authenticationStrengthPolicy" +description: "Update the properties of an authenticationStrengthPolicy object." ++ms.localizationpriority: medium +++# Update authenticationStrengthPolicy +Namespace: microsoft.graph +++Update the properties of an [authenticationStrengthPolicy](../resources/authenticationstrengthpolicy.md) object. You cannot update the allowed auth method combinations using this request. To do so, use the [Update allowed combinations](authenticationstrengthpolicy-updateallowedcombinations.md) action. ++## Permissions +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| +|Delegated (personal Microsoft account)|Not supported.| +|Application|Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +PATCH /policies/authenticationStrengthPolicies/{authenticationStrengthPolicyId} +``` ++## Request headers +|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| +|Content-Type|application/json. Required.| ++## Request body ++|Property|Type|Description| +|:|:|:| +|displayName|String|The display name of the policy to be created. Optional.| +|description|String|The description of the policy to be created. Optional.| ++## Response ++If successful, this method returns a `204 NO CONTENT` response code. ++## Examples ++### Request +The following is an example of a request. +<!-- { + "blockType": "request", + "name": "update_authenticationstrengthpolicy" +} +--> +``` http +PATCH https://graph.microsoft.com/beta/policies/authenticationStrengthPolicies/a34a4c89-c5bf-4c0b-927d-adc396bf1f19 +Content-Type: application/json +Content-length: 239 ++{ + "@odata.type": "#microsoft.graph.authenticationStrengthPolicy", + "displayName": "FIDO2 only", + "description": "An auth strength allowing only FIDO2 security keys." +} +``` +++### Response +The following is an example of the response +<!-- { + "blockType": "response", + "truncated": true, +} +--> +``` http +HTTP/1.1 204 No Content +``` + |
v1.0 | Authenticationstrengthpolicy Updateallowedcombinations | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authenticationstrengthpolicy-updateallowedcombinations.md | + + Title: "authenticationStrengthPolicy: updateAllowedCombinations" +description: "Update the allowedCombinations collection for a given authentication strength policy object." ++ms.localizationpriority: medium +++# authenticationStrengthPolicy: updateAllowedCombinations +Namespace: microsoft.graph +++Update the allowedCombinations property of an [authenticationStrengthPolicy](../resources/authenticationstrengthpolicy.md) object. To update other properties of an authenticationStrengthPolicy object, use the [Update authenticationStrengthPolicy](authenticationstrengthpolicy-update.md) method. ++## Permissions +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| +|Delegated (personal Microsoft account)|Not supported.| +|Application|Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +POST /policies/authenticationStrengthPolicies/{authenticationStrengthPolicyId}/updateAllowedCombinations +``` ++## Request headers +|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| +|Content-Type|application/json. Required.| ++## Request body +In the request body, supply a JSON representation of the parameters. ++The following table shows the parameters that can be used with this action. ++|Parameter|Type|Description| +|:|:|:| +|allowedCombinations|authenticationMethodModes collection|The authentication method combinations allowed by this authentication strength policy. The possible values of this flagged enum are: `password`, `voice`, `hardwareOath`, `softwareOath`, `sms`, `fido2`, `windowsHelloForBusiness`, `microsoftAuthenticatorPush`, `deviceBasedPush`, `temporaryAccessPassOneTime`, `temporaryAccessPassMultiUse`, `email`, `x509CertificateSingleFactor`, `x509CertificateMultiFactor`, `federatedSingleFactor`, `federatedMultiFactor`, `unknownFutureValue`. For the list of allowed combinations, call the [List authenticationMethodModes](../api/authenticationstrengthroot-list-authenticationmethodmodes.md) API. Required.| ++## Response ++If successful, this action returns a `200 OK` response code and a [updateAllowedCombinationsResult](../resources/updateallowedcombinationsresult.md) in the response body. ++## Examples ++### Request +The following is an example of a request. +<!-- { + "blockType": "request", + "name": "authenticationstrengthpolicythis.updateallowedcombinations" +} +--> +``` http +POST https://graph.microsoft.com/beta/policies/authenticationStrengthPolicies/33c5d2c0-884e-4b5d-a5b8-5395082b092c/updateAllowedCombinations +Content-Type: application/json +Content-length: 51 ++{ + "allowedCombinations": [ + "password, voice" + ] +} +``` +++### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.updateAllowedCombinationsResult" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.type" : "#microsoft.graph.updateAllowedCombinationsResult", + "previousCombinations": [ + "fido2", + "password, voice" + ], + "currentCombinations": [ + "password, voice" + ], + "conditionalAccessReferences": [ + "53a3968a-ae2c-4b82-a313-091d10c52bfa" + ], + "additionalInformation": "You have lowered the security of the My Custom Strength authentication strength by adding a lower security combination. This Authentication Strength is referenced by one or more Conditional Access policies. Review conditionalAccessReferences to understand which Conditional Access policies were impacted by this change. To reverse your changes back, use updateAllowedCombinations action with the previousCombinations values." +} +``` + |
v1.0 | Authenticationstrengthpolicy Usage | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authenticationstrengthpolicy-usage.md | + + Title: "authenticationStrengthPolicy: usage" +description: "The`usage function allows the caller to see which Conditional Access policies reference a specified authentication strength policy" ++ms.localizationpriority: medium +++# authenticationStrengthPolicy: usage +Namespace: microsoft.graph +++The `usage` function allows the caller to see which Conditional Access policies reference a specified authentication strength policy. The policies are returned in two collections, one containing Conditional Access policies that require an MFA claim and the other containing Conditional Access policies that do not require such a claim. Policies in the former category are restricted in what kinds of changes may be made to them to prevent undermining the MFA requirement of those policies. ++## Permissions +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| +|Delegated (personal Microsoft account)|Not supported.| +|Application|Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /policies/authenticationStrengthPolicies/{authenticationStrengthPolicyId}/usage +``` ++## Request headers +|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body +Do not supply a request body for this method. ++## Response ++If successful, this function returns a `200 OK` response code and an [authenticationStrengthUsage](../resources/authenticationstrengthusage.md) complex type in the response body. ++## Examples ++### Request +The following is an example of a request. +<!-- { + "blockType": "request", + "name": "authenticationstrengthpolicythis.usage" +} +--> +``` http +GET https://graph.microsoft.com/beta/policies/authenticationStrengthPolicies/{authenticationStrengthPolicyId}/usage +``` +++### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.authenticationStrengthUsage" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "mfa": [{ + "displayName": "Conditional Access Policy 1", + "id": "a26dbede-a6c0-4156-92e1-6c86dd7bc561", + "grantControls": { + "authenticationStrength": {"id": "00000000-0000-0000-0000-000000000003"}, + "controls": ["MfaAndChangePassword"] + } + }], + "none": [{ + "displayName": "Conditional Access Policy 2", + "id": "5d7d5a7f-dd35-412b-a18d-5411d8eafe8f", + "grantControls": { + "authenticationStrength": {"id": "00000000-0000-0000-0000-000000000003"}, + "controls": ["RequireCompliantDevice"] + } + }] +} ++``` + |
v1.0 | Authenticationstrengthroot Delete Policies | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authenticationstrengthroot-delete-policies.md | + + Title: "Delete authenticationStrengthPolicy" +description: "Delete a custom authenticationStrengthPolicy object." ++ms.localizationpriority: medium +++# Delete authenticationStrengthPolicy +Namespace: microsoft.graph +++Delete a custom [authenticationStrengthPolicy](../resources/authenticationstrengthpolicy.md) object. ++## Permissions +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| +|Delegated (personal Microsoft account)|Not supported.| +|Application|Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +DELETE /policies/authenticationStrengthPolicies/{authenticationStrengthPolicyId}/$ref +``` ++## Request headers +|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body +Do not supply a request body for this method. ++## Response ++If successful, this method returns a `204 No Content` response code. ++## Examples ++### Request +The following is an example of a request. +<!-- { + "blockType": "request", + "name": "delete_authenticationstrengthpolicy" +} +--> +``` http +DELETE https://graph.microsoft.com/beta/policies/authenticationStrengthPolicies/6e7d7469-07c5-4bb2-a801-5eaef8fb7c1e/$ref +``` +++### Response +The following is an example of the response +<!-- { + "blockType": "response", + "truncated": true +} +--> +``` http +HTTP/1.1 204 No Content +``` + |
v1.0 | Authenticationstrengthroot List Authenticationmethodmodes | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authenticationstrengthroot-list-authenticationmethodmodes.md | + + Title: "List authenticationMethodModes" +description: "Get a list of all supported authentication methods, or all supported authentication method combinations." ++ms.localizationpriority: medium +++# List authenticationMethodModes ++Namespace: microsoft.graph +++Get a list of all supported authentication methods, or all supported authentication method combinations as a list of **authenticationMethodModes** objects and their properties. ++## Permissions ++One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| +|Delegated (personal Microsoft account)|Not supported.| +|Application|Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| ++## HTTP request ++Retrieve the collection of **authenticationMethodModes** objects and their descriptions. ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /identity/conditionalAccess/authenticationStrengths/authenticationMethodModes +``` ++Retrieve the flat collection of authenticationCombinations objects, representing all the allowed combinations (allowedCombinations) in an authenticationStrengthPolicy object. +<!-- { + "blockType": "ignored" +} +--> +``` http +GET /identity/conditionalAccess/authenticationStrengths/authenticationCombinations +``` ++## Optional query parameters +This method does not support OData query parameters. ++## Request headers +|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body +Do not supply a request body for this method. ++## Response ++If successful, this method returns a `200 OK` response code and a collection of [authenticationMethodModeDetail](../resources/authenticationmethodmodedetail.md) objects in the response body. ++## Examples ++### Example 1: Retrieve authenticationMethodModes objects and their descriptions ++#### Request +The following is an example of a request to retrieve the collection of **authenticationMethodModes** objects and their descriptions. +. +<!-- { + "blockType": "request", + "name": "list_authenticationmethodmodedetail" +} +--> +``` http +GET https://graph.microsoft.com/beta/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes +``` +++#### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "Collection(microsoft.graph.authenticationMethodModeDetail)" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#authenticationMethodModeDetail", + "value": [ + { + "id" : "password", + "displayName" : "Password", + "authenticationMethod" : "password" + }, + { + "id" : "voice", + "displayName" : "Voice", + "authenticationMethod" : "voice" + }, + { + "id" : "softwareOath", + "displayName" : "Software OATH tokens", + "authenticationMethod" : "softwareOath" + }, + { + "id" : "sms", + "displayName" : "SMS", + "authenticationMethod" : "sms" + }, + { + "id" : "fido2", + "displayName" : "FIDO2 Security Key", + "authenticationMethod" : "fido2" + }, + { + "id" : "windowsHelloForBusiness", + "displayName" : "Windows Hello for Business", + "authenticationMethod" : "windowsHelloForBusiness" + }, + { + "id" : "microsoftAuthenticatorPush", + "displayName" : "Microsoft Authenticator (push notification)", + "authenticationMethod" : "microsoftAuthenticator" + }, + { + "id" : "deviceBasedPush", + "displayName" : "Microsoft Authenticator (Passwordless)", + "authenticationMethod" : "microsoftAuthenticator" + }, + { + "id" : "temporaryAccessPassOneTime", + "displayName" : "Temporary Access Pass (one-time use)", + "authenticationMethod" : "temporaryAccessPass" + }, + { + "id" : "temporaryAccessPassMultiUse", + "displayName" : "Temporary Access Pass (multi-use)", + "authenticationMethod" : "temporaryAccessPass" + }, + { + "id" : "email", + "displayName" : "Email one-time passcode", + "authenticationMethod" : "email" + }, + { + "id" : "x509CertificateSingleFactor", + "displayName" : "Certificate-based authentication (single-factor)", + "authenticationMethod" : "x509Certificate" + }, + { + "id" : "federatedMultiFactor", + "displayName" : "Federation (multi-factor)", + "authenticationMethod" : "federation" + }, + { + "id" : "federatedSingleFactor", + "displayName" : "Federation (single-factor)", + "authenticationMethod" : "federation" + }, + { + "id": "x509CertificateMultiFactor", + "displayName" : "Certificate-based authentication (multi-factor)", + "authenticationMethod" : "x509Certificate" + } + ] +} +``` ++### Example 2: Retrieve the allowed authentication combinations ++#### Request +The following is an example of a request to retrieve the flat collection of authenticationCombinations objects, representing all the possible allowed combinations (allowedCombinations) that may be used in an authenticationStrengthPolicy object. ++<!-- { + "blockType": "request", + "name": "list_authenticationcombinations" +} +--> +``` http +GET https://graph.microsoft.com/beta/identity/conditionalAccess/authenticationStrengths/authenticationCombinations +``` +++#### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "isCollection": true, + "@odata.type": "Collection(microsoft.graph.authenticationMethodModes)" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identity/conditionalAccess/authenticationStrengths/authenticationCombinations", + "value": [ + "windowsHelloForBusiness", + "fido2", + "x509CertificateMultiFactor", + "deviceBasedPush", + "temporaryAccessPassOneTime", + "temporaryAccessPassMultiUse", + "password,microsoftAuthenticatorPush", + "password,softwareOath", + "password,hardwareOath", + "password,sms", + "password,voice", + "federatedMultiFactor", + "microsoftAuthenticatorPush,federatedSingleFactor", + "softwareOath,federatedSingleFactor", + "hardwareOath,federatedSingleFactor", + "sms,federatedSingleFactor", + "voice,federatedSingleFactor", + "x509CertificateSingleFactor", + "sms", + "password", + "federatedSingleFactor", + "email" + ] +} +``` ++<!-- { + "type": "#page.annotation", + "section": "documentation", + "suppressions": [ + "Error: list_authenticationcombinations: + Unable to locate a definition for resource type: microsoft.graph.authenticationMethodModes" + ] +} --> |
v1.0 | Authenticationstrengthroot List Policies | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authenticationstrengthroot-list-policies.md | + + Title: "List authenticationStrengthPolicies" +description: "Get a list of the authenticationStrengthPolicy objects and their properties." ++ms.localizationpriority: medium +++# List authenticationStrengthPolicies +Namespace: microsoft.graph +++Get a list of the [authenticationStrengthPolicy](../resources/authenticationstrengthpolicy.md) objects and their properties. This API returns both built-in and custom policies. ++## Permissions +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| +|Delegated (personal Microsoft account)|Not supported.| +|Application|Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /policies/authenticationStrengthPolicies +``` ++## Optional query parameters +This method supports the `filter` OData query parameter on the `policyType` and `policyName` properties to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ++## Request headers +|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body +Do not supply a request body for this method. ++## Response ++If successful, this method returns a `200 OK` response code and a collection of [authenticationStrengthPolicy](../resources/authenticationstrengthpolicy.md) objects in the response body. ++## Examples ++### Request +The following is an example of a request. +<!-- { + "blockType": "request", + "name": "list_authenticationstrengthpolicy" +} +--> +``` http +GET https://graph.microsoft.com/beta/policies/authenticationStrengthPolicies +``` +++### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "Collection(microsoft.graph.authenticationStrengthPolicy)" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "value": [ + { + "@odata.type" : "authenticationStrengthPolicy", + "id": "7d718ef4-5493-4313-a52c-7401b7df3a9c", + "createdDateTime": "2022-09-30T10:59:01Z", + "modifiedDateTime": "2022-09-30T10:59:01Z", + "displayName": "Contoso authentication level", + "description": "The only authentication level allowed to access our secret apps", + "policyType": "custom", + "requirementsSatisfied": "mfa", + "allowedCombinations": [ + "x509CertificateSingleFactor, fido2", + "fido2" + ], + "combinationConfigurations": [ + { + "@odata.type" : "fido2CombinationConfiguration", + "id": "675ff4e1-7c6d-4a7f-9803-ad084d1b45b3", + "allowedAAGUIDs": [ + "2ac80ddb-17bd-4575-b41c-0dc37ae3290d" + ], + "appliesToCombinations": ["fido2"] + } + ] + }, + { + "@odata.type" : "authenticationStrengthPolicy", + "id": "00000000-0000-0000-0000-000000000002", + "createdDateTime": "2022-09-30T10:59:01Z", + "modifiedDateTime": "2022-09-30T10:59:01Z", + "displayName": "Multi-factor authentication", + "description": "Combinations of methods that satisfy strong authentication, such as a password + SMS", + "policyType": "builtIn", + "requirementsSatisfied": "mfa", + "allowedCombinations": [ + "windowsHelloForBusiness", + "fido2", + "x509CertificateMultiFactor", + "deviceBasedPush", + "temporaryAccessPassOneTime", + "temporaryAccessPassMultiUse", + "password, microsoftAuthenticatorPush", + "password, softwareOath", + "password, hardwareOath", + "password, sms", + "password, voice", + "federatedMultiFactor", + "federatedSingleFactor, microsoftAuthenticatorPush", + "federatedSingleFactor, softwareOath", + "federatedSingleFactor, hardwareOath", + "federatedSingleFactor, sms", + "federatedSingleFactor, voice" + ], + "combinationConfigurations": [] + }, + { + "@odata.type" : "authenticationStrengthPolicy", + "id": "00000000-0000-0000-0000-000000000003", + "createdDateTime": "2022-09-30T10:59:01Z", + "modifiedDateTime": "2022-09-30T10:59:01Z", + "displayName": "Passwordless MFA", + "description": "Passwordless methods that satisfy strong authentication, such as Passwordless sign-in with the Microsoft Authenticator", + "policyType": "builtIn", + "requirementsSatisfied": "mfa", + "allowedCombinations": [ + "windowsHelloForBusiness", + "fido2", + "x509CertificateMultiFactor", + "deviceBasedPush" + ], + "combinationConfigurations": [] + }, + { + "@odata.type" : "authenticationStrengthPolicy", + "id": "00000000-0000-0000-0000-000000000004", + "createdDateTime": "2022-09-30T10:59:01Z", + "modifiedDateTime": "2022-09-30T10:59:01Z", + "displayName": "Phishing resistant MFA", + "description": "Phishing-resistant, Passwordless methods for the strongest authentication, such as a FIDO2 security key", + "policyType": "builtIn", + "requirementsSatisfied": "mfa", + "allowedCombinations": [ + "windowsHelloForBusiness", + "fido2", + "x509CertificateMultiFactor" + ], + "combinationConfigurations": [] + } + ] +} +``` + |
v1.0 | Authenticationstrengthroot Post Policies | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authenticationstrengthroot-post-policies.md | + + Title: "Create authenticationStrengthPolicy" +description: "Create a new custom authenticationStrengthPolicy object." ++ms.localizationpriority: medium +++# Create authenticationStrengthPolicy +Namespace: microsoft.graph +++Create a new custom [authenticationStrengthPolicy](../resources/authenticationstrengthpolicy.md) object. ++## Permissions +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| +|Delegated (personal Microsoft account)|Not supported.| +|Application|Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +POST /policies/authenticationStrengthPolicies +``` ++## 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 [authenticationStrengthPolicy](../resources/authenticationstrengthpolicy.md) object. ++You can specify the following properties when creating an **authenticationStrengthPolicy**. ++|Property|Type|Description| +|:|:|:| +|displayName|String|The display name of the policy to be created. Required.| +|description|String|The description of the policy to be created. Optional.| +|allowedCombinations|authenticationMethodModes collection|The authentication method combinations allowed by this authentication strength policy. The possible values of this flagged enum are: `password`, `voice`, `hardwareOath`, `softwareOath`, `sms`, `fido2`, `windowsHelloForBusiness`, `microsoftAuthenticatorPush`, `deviceBasedPush`, `temporaryAccessPassOneTime`, `temporaryAccessPassMultiUse`, `email`, `x509CertificateSingleFactor`, `x509CertificateMultiFactor`, `federatedSingleFactor`, `federatedMultiFactor`, `unknownFutureValue`. For the list of allowed combinations, call the [List authenticationMethodModes](../api/authenticationstrengthroot-list-authenticationmethodmodes.md) API. Required.| ++## Response ++If successful, this method returns a `201 Created` response code and an [authenticationStrengthPolicy](../resources/authenticationstrengthpolicy.md) object in the response body. ++## Examples ++### Request +The following is an example of a request. +<!-- { + "blockType": "request", + "name": "create_authenticationstrengthpolicy_from_" +} +--> +``` http +POST https://graph.microsoft.com/beta/policies/authenticationStrengthPolicies +Content-Type: application/json +Content-length: 239 ++{ + "@odata.type" : "#microsoft.graph.authenticationStrengthPolicy", + "displayName": "Contoso authentication level", + "description": "The only authentication level allowed to access our secret apps", + "allowedCombinations": [ + "password, hardwareOath", + "password, sms" + ] +} +``` +++### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.authenticationStrengthPolicy" +} +--> +``` http +HTTP/1.1 201 Created +Content-Type: application/json ++{ + "@odata.type" : "authenticationStrengthPolicy", + "id": "dd055c42-4218-4281-8631-f090e171f5cd", + "createdDateTime": "2022-09-30T10:59:01Z", + "modifiedDateTime": "2022-09-30T10:59:01Z", + "displayName": "Contoso authentication level", + "description": "The only authentication level allowed to access our secret apps", + "policyType": "custom", + "requirementsSatisfied": "mfa", + "allowedCombinations": [ + "password, hardwareOath", + "password, sms" + ], + "combinationConfigurations": [] +} ++``` + |
v1.0 | Authorizationpolicy Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authorizationpolicy-get.md | Content-type: application/json "description": "Used to manage authorization related settings across the company.", "enabledPreviewFeatures": [], "guestUserRoleId": "10dae51f-b6af-4016-8d66-8c2a99b929b3",+ "allowUserConsentForRiskyApps": false, "blockMsolPowerShell": "" "defaultUserRolePermissions": { "allowedToCreateApps": true, |
v1.0 | Authorizationpolicy Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authorizationpolicy-update.md | PATCH /policies/authorizationPolicy/authorizationPolicy In the request body, supply the values for relevant fields that should be updated. Existing properties that are not included in the request body will maintain their previous values or be recalculated based on changes to other property values. For best performance, don't include existing values that haven't changed. | Property | Type | Description |-|:-|:|:| -|displayName|String| Display name for this policy. | -|description|String| Description of this policy. | -|guestUserRoleId|Guid| Represents role templateId for the role that should be granted to guest user. Refer to [List unifiedRoleDefinitions](./rbacapplication-list-roledefinitions.md) to find the list of available role templates. Only supported roles today are User (`a0b1b346-4d3e-4e8b-98f8-753987be4970`), Guest User (`10dae51f-b6af-4016-8d66-8c2a99b929b3`), and Restricted Guest User (`2af84b1e-32c8-42b7-82bc-daa82404023b`). | -|enabledPreviewFeatures|Collection(string)| List of features enabled for private preview on the tenant. | -|blockMsolPowerShell|Boolean| To disable the use of MSOL PowerShell, set this property to `true`. This will also disable user-based access to the legacy service endpoint used by MSOL PowerShell. This does not affect Azure AD Connect or Microsoft Graph. | -|defaultUserRolePermissions|[defaultUserRolePermissions](../resources/defaultUserRolePermissions.md)| Specifies certain customizable permissions for default user role. | -|allowedToUseSSPR|Boolean| Indicates whether the Self-Serve Password Reset feature can be used by users on the tenant. | -|allowedToSignUpEmailBasedSubscriptions|Boolean| Indicates whether users can sign up for email based subscriptions. | +|:-|:|:| +|allowedToSignUpEmailBasedSubscriptions|Boolean| Indicates whether users can sign up for email based subscriptions. | +|allowedToUseSSPR|Boolean| Indicates whether the Self-Serve Password Reset feature can be used by users on the tenant. | |allowEmailVerifiedUsersToJoinOrganization|Boolean| Indicates whether a user can join the tenant by email validation. |-| permissionGrantPolicyIdsAssignedToDefaultUserRole | String collection | Indicates whether user consent to apps is allowed, and if it is, which [app consent policy](/azure/active-directory/manage-apps/manage-app-consent-policies) governs the permission for users to grant consent. Values should be in the format `managePermissionGrantsForSelf.{id}`, where `{id}` is the **id** of a built-in or custom [app consent policy](/azure/active-directory/manage-apps/manage-app-consent-policies). An empty list indicates user consent to apps is disabled. | +|allowUserConsentForRiskyApps|Boolean| Indicates whether [user consent for risky apps](/azure/active-directory/manage-apps/configure-risk-based-step-up-consent) is allowed. It is recommended to keep this as `false`. | +|blockMsolPowerShell|Boolean| To disable the use of MSOL PowerShell, set this property to `true`. This will also disable user-based access to the legacy service endpoint used by MSOL PowerShell. This does not affect Azure AD Connect or Microsoft Graph. | +|defaultUserRolePermissions|[defaultUserRolePermissions](../resources/defaultUserRolePermissions.md)| Specifies certain customizable permissions for default user role. | +|description|String| Description of this policy. | +|displayName|String| Display name for this policy. | +|enabledPreviewFeatures|Collection(string)| List of features enabled for private preview on the tenant. | +|guestUserRoleId|Guid| Represents role templateId for the role that should be granted to guest user. Refer to [List unifiedRoleDefinitions](./rbacapplication-list-roledefinitions.md) to find the list of available role templates. Only supported roles today are User (`a0b1b346-4d3e-4e8b-98f8-753987be4970`), Guest User (`10dae51f-b6af-4016-8d66-8c2a99b929b3`), and Restricted Guest User (`2af84b1e-32c8-42b7-82bc-daa82404023b`). | +|permissionGrantPolicyIdsAssignedToDefaultUserRole | String collection | Indicates whether user consent to apps is allowed, and if it is, which [app consent policy](/azure/active-directory/manage-apps/manage-app-consent-policies) governs the permission for users to grant consent. Values should be in the format `managePermissionGrantsForSelf.{id}`, where `{id}` is the **id** of a built-in or custom [app consent policy](/azure/active-directory/manage-apps/manage-app-consent-policies). An empty list indicates user consent to apps is disabled. | ## Response |
v1.0 | Bookingbusiness Getstaffavailability | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/bookingbusiness-getstaffavailability.md | The following is an example of a request. POST https://graph.microsoft.com/beta/bookingBusinesses/contosolunchdelivery@contoso.onmicrosoft.com/getStaffAvailability Content-Type: application/json -{ -    "staffIds": [ -        "311a5454-08b2-4560-ba1c-f715e938cb79" -    ], -    "startDateTime": { -        "dateTime": "2022-01-25T00: 00: 00", -        "timeZone": "India Standard Time" -    }, -    "endDateTime": { -        "dateTime": "2022-01-26T17: 00: 00", -        "timeZone": "Pacific Standard Time" -    } +{ + "staffIds": [ + "311a5454-08b2-4560-ba1c-f715e938cb79" + ], + "startDateTime": { + "dateTime": "2022-01-25T00:00:00", + "timeZone": "India Standard Time" + }, + "endDateTime": { + "dateTime": "2022-01-26T17:00:00", + "timeZone": "Pacific Standard Time" + } } ``` |
v1.0 | Bookingbusiness Post Appointments | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/bookingbusiness-post-appointments.md | Content-type: application/json [!INCLUDE [sample-code](../includes/snippets/go/create-bookingappointment-from-bookingbusiness-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] -# [PowerShell](#tab/powershell) - # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/create-bookingappointment-from-bookingbusiness-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Bookingbusiness Post Services | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/bookingbusiness-post-services.md | Content-type: application/json [!INCLUDE [sample-code](../includes/snippets/go/create-bookingservice-from-bookingbusiness-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] -# [PowerShell](#tab/powershell) - # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/create-bookingservice-from-bookingbusiness-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Bookingbusiness Post Staffmembers | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/bookingbusiness-post-staffmembers.md | Content-type: application/json [!INCLUDE [sample-code](../includes/snippets/powershell/create-bookingstaffmember-from-bookingbusiness-powershell-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] -# [PHP](#tab/php) - ### Response |
v1.0 | Bookingstaffmember Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/bookingstaffmember-update.md | Content-type: application/json [!INCLUDE [sample-code](../includes/snippets/powershell/update-bookingstaffmember-powershell-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] -# [PHP](#tab/php) - ### Response |
v1.0 | Call Logteleconferencedevicequality | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/call-logteleconferencedevicequality.md | Content-type: application/json [!INCLUDE [sample-code](../includes/snippets/go/call-logteleconferencedevicequality-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] -# [PowerShell](#tab/powershell) - |
v1.0 | Calltranscript Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/calltranscript-get.md | If successful, this method returns a `200 OK` response code and a [callTranscrip # [HTTP](#tab/http) <!-- { "blockType": "request",- "name": "get_callTranscript" + "name": "get_callTranscript", + "sampleKeys": ["ba321e0d-79ee-478d-8e28-85a19507f456", "MSo1N2Y5ZGFjYy03MWJmLTQ3NDMtYjQxMy01M2EdFGkdRWHJlQ", "MSMjMCMjNzU3ODc2ZDYtOTcwMi00MDhkLWFkNDItOTE2ZDNmZjkwZGY4"] } --> ``` http Content-type: application/json # [HTTP](#tab/http) <!-- { "blockType": "request",- "name": "get_callTranscript_content" + "name": "get_callTranscript_content", + "sampleKeys": ["ba321e0d-79ee-478d-8e28-85a19507f456", "MSo1N2Y5ZGFjYy03MWJmLTQ3NDMtYjQxMy01M2EdFGkdRWHJlQ", "MSMjMCMjNzU3ODc2ZDYtOTcwMi00MDhkLWFkNDItOTE2ZDNmZjkwZGY4"] } --> ``` http WEBVTT # [HTTP](#tab/http) <!-- { "blockType": "request",- "name": "get_callTranscript_content_format" + "name": "get_callTranscript_content_format", + "sampleKeys": ["ba321e0d-79ee-478d-8e28-85a19507f456", "MSo1N2Y5ZGFjYy03MWJmLTQ3NDMtYjQxMy01M2EdFGkdRWHJlQ", "MSMjMCMjNzU3ODc2ZDYtOTcwMi00MDhkLWFkNDItOTE2ZDNmZjkwZGY4"] } --> ``` http WEBVTT # [HTTP](#tab/http) <!-- { "blockType": "request",- "name": "get_callTranscript_content_Accept" + "name": "get_callTranscript_content_Accept", + "sampleKeys": ["ba321e0d-79ee-478d-8e28-85a19507f456", "MSo1N2Y5ZGFjYy03MWJmLTQ3NDMtYjQxMy01M2EdFGkdRWHJlQ", "MSMjMCMjNzU3ODc2ZDYtOTcwMi00MDhkLWFkNDItOTE2ZDNmZjkwZGY4"] } --> ``` http This is a transcript test. # [HTTP](#tab/http) <!-- { "blockType": "request",- "name": "get_callTranscript_content_format_precedence" + "name": "get_callTranscript_content_format_precedence", + "sampleKeys": ["ba321e0d-79ee-478d-8e28-85a19507f456", "MSo1N2Y5ZGFjYy03MWJmLTQ3NDMtYjQxMy01M2EdFGkdRWHJlQ", "MSMjMCMjNzU3ODc2ZDYtOTcwMi00MDhkLWFkNDItOTE2ZDNmZjkwZGY4"] } --> ``` http |
v1.0 | Channel Post Messages | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/channel-post-messages.md | One of the following permissions is required to call this API. To learn more, in | Permission type | Permissions (from least to most privileged) | |:|:--|-| Delegated (work or school account) | ChannelMessage.Send, Group.ReadWrite.All | +| Delegated (work or school account) | ChannelMessage.Send, Group.ReadWrite.All** | | Delegated (personal Microsoft account) | Not supported. |-| Application | Teamwork.Migrate.All | +| Application | Teamwork.Migrate.All, ChannelMessage.ReadWrite.All | ++> **Note**: Permissions marked with ** are supported only for backward compatibility. We recommend that you update your solutions to use an alternative permission listed in the previous table and avoid using these permissions going forward. > **Note**: Application permissions are *only* supported for [migration](/microsoftteams/platform/graph-api/import-messages/import-external-messages-to-teams). In the future, Microsoft may require you or your customers to pay additional fees based on the amount of data imported. |
v1.0 | Chart Image | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/chart-image.md | For default behavior, use `Image(width=0,height=0,fittingMode='fit')`. Here is a If you want to customize the display of the image, specify a height, width, and a fitting mode. Here is what the same chart image looks like if you retrieve it with these parameters: `Image(width=500,height=500,fittingMode='Fill')`. - + <!-- uuid: 8fcb5dbc-d5aa-4681-8e31-b001d5168d79 2015-10-25 14:57:30 UTC --> |
v1.0 | Chat Delete Pinnedmessages | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/chat-delete-pinnedmessages.md | One of the following permissions is required to call this API. To learn more, in } --> ``` http-DELETE /chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfoId} +DELETE /chats/{chat-id}/pinnedMessages/{pinnedChatMessageId} ``` ## Request headers |
v1.0 | Chat Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/chat-get.md | Content-type: application/json ] } -->++### Example 5: Get the chat along with the preview of the last message sent in the chat +#### Request +The following is an example of the request. ++<!-- { + "blockType": "request", + "name": "get_meeting_chat", + "sampleKeys": ["19:meeting_ZDZlYTYxOWUtYzdlMi00ZmMxLWIxMTAtN2YzODZlZjAxYzI4@thread.v2"] +}--> +```http +GET https://graph.microsoft.com/beta/chats/19:ebe3857aa388434bab0cad9d2e09f4de@thread.v2?$expand=lastMessagePreview +``` ++++#### Response +The following example shows the response. ++<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.chat" +} --> +```http +HTTP/1.1 200 OK +Content-type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#chats(lastMessagePreview())/$entity", + "id": "19:ebe3857aa388434bab0cad9d2e09f4de@thread.v2", + "topic": "Demo Group Chat", + "createdDateTime": "2021-04-08T16:00:53.563Z", + "lastUpdatedDateTime": "2022-09-08T23:11:54.246Z", + "chatType": "group", + "webUrl": "https://teams.microsoft.com/l/chat/19%3Aebe3857aa388434bab0cad9d2e09f4de%40thread.v2/0?tenantId=2432b57b-0abd-43db-aa7b-16eadd115d34", + "tenantId": "2432b57b-0abd-43db-aa7b-16eadd115d34", + "onlineMeetingInfo": null, + "viewpoint": { + "isHidden": true, + "lastMessageReadDateTime": "2022-09-08T23:11:54.353Z" + }, + "lastMessagePreview@odata.context": "https://graph.microsoft.com/beta/$metadata#chats('19%3Aebe3857aa388434bab0cad9d2e09f4de%40thread.v2')/lastMessagePreview/$entity", + "lastMessagePreview": { + "id": "1662678714353", + "createdDateTime": "2022-09-08T23:11:54.353Z", + "isDeleted": false, + "messageType": "systemEventMessage", + "from": null, + "body": { + "contentType": "html", + "content": "<systemEventMessage/>" + }, + "eventDetail": { + "@odata.type": "#microsoft.graph.membersAddedEventMessageDetail", + "visibleHistoryStartDateTime": "0001-01-01T00:00:00Z", + "members": [ + { + "id": "ee9f3754-62e1-4034-ad10-97940ef7f709", + "displayName": null, + "userIdentityType": "aadUser" + } + ], + "initiator": { + "application": null, + "device": null, + "user": { + "id": "bfb5bb25-3a8d-487d-9828-7875ced51a30", + "displayName": null, + "userIdentityType": "aadUser" + } + } + } + } +} +``` |
v1.0 | Chat Hideforuser | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/chat-hideforuser.md | The following table shows the parameters that can be used with this action. |Parameter|Type|Description| |:|:|:| |user|[teamworkUserIdentity](../resources/teamworkuseridentity.md)|User to hide the chat for. **In delegated mode, users can only hide a chat for themselves**.|-|tenantId|String|Tenant ID of the user.| ## Response Content-Type: application/json { "user": {- "id" : "d864e79f-a516-4d0f-9fee-0eeb4d61fdc2" - }, - "tenantId": "2a690434-97d9-4eed-83a6-f5f13600199a" + "id" : "d864e79f-a516-4d0f-9fee-0eeb4d61fdc2", + "tenantId": "2a690434-97d9-4eed-83a6-f5f13600199a" + } } ``` |
v1.0 | Chat List Pinnedmessages | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/chat-list-pinnedmessages.md | Title: "List pinned messages in a chat" + Title: "List pinnedChatMessages in a chat" description: "Get a list of pinned messages in a chat." ms.localizationpriority: medium ms.prod: "microsoft-teams" doc_type: apiPageType -# List pinned messages in a chat +# List pinnedChatMessages in a chat Namespace: microsoft.graph [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] If successful, this method returns a `200 OK` response code and a collection of ### Example 1: List all the pinned messages in a chat The following example shows a request that lists all the pinned messages in a chat. -### Request +#### Request The following is an example of a request. # [HTTP](#tab/http) GET https://graph.microsoft.com/beta/chats/19:d65713bc498c4a428c71ef9353e6ce20@t -### Response +#### Response The following is an example of the response. >**Note:** The response object shown here might be shortened for readability. <!-- { Content-Type: application/json ### Example 2: List all the pinned messages in a chat along with the associated chat message The following example shows a request that lists all the pinned messages in a chat along with the associated chat message. -### Request +#### Request The following is an example of a request. # [HTTP](#tab/http) GET https://graph.microsoft.com/beta/chats/19:d65713bc498c4a428c71ef9353e6ce20@t -### Response +#### Response The following is an example of the response. >**Note:** The response object shown here might be shortened for readability. <!-- { |
v1.0 | Chat Markchatreadforuser | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/chat-markchatreadforuser.md | The following table shows the parameters that can be used with this action. |Parameter|Type|Description| |:|:|:|-|tenantId|String|Tenant ID of the user.| |user|[teamworkUserIdentity](../resources/teamworkuseridentity.md)|User to read the chat for.| ## Response Content-length: 106 { "user": {- "id" : "d864e79f-a516-4d0f-9fee-0eeb4d61fdc2" - }, - "tenantId": "2a690434-97d9-4eed-83a6-f5f13600199a" + "id" : "d864e79f-a516-4d0f-9fee-0eeb4d61fdc2", + "tenantId": "2a690434-97d9-4eed-83a6-f5f13600199a" + } } ``` |
v1.0 | Chat Markchatunreadforuser | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/chat-markchatunreadforuser.md | The following table shows the parameters that can be used with this action. |Parameter|Type|Description| |:|:|:| |lastMessageReadDateTime|DateTimeOffset|Timestamp that indicates the time after which all sent or received messages are to be marked as unread.|-|tenantId|String|Tenant ID of the user.| |user|[teamworkUserIdentity](../resources/teamworkuseridentity.md)|User to unread the chat for.| > **Note:** **lastMessageReadDateTime** is optional in the request. If not mentioned, the last message would be marked as unread. Content-length: 158 { "user": {- "id" : "d864e79f-a516-4d0f-9fee-0eeb4d61fdc2" + "id" : "d864e79f-a516-4d0f-9fee-0eeb4d61fdc2", + "tenantId": "2a690434-97d9-4eed-83a6-f5f13600199a" },- "tenantId": "2a690434-97d9-4eed-83a6-f5f13600199a", "lastMessageReadDateTime": "2021-05-27T22:13:01.577Z" } ``` |
v1.0 | Chat Post Pinnedmessages | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/chat-post-pinnedmessages.md | POST /chats/{chat-Id}/pinnedMessages |Content-Type|application/json. Required.| ## Request body-The request body should contain the chat message ID. +In the request body, supply the ID of a chat message to pin. ## Response |
v1.0 | Chat Sendactivitynotification | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/chat-sendactivitynotification.md | One of the following permissions is required to call this API. To learn more, in |Permission type|Permissions (from least to most privileged)| |:|:| |Delegated (work or school account)|TeamsActivity.Send|-|Delegated (personal Microsoft account)|Not Supported.| +|Delegated (personal Microsoft account)|Not supported.| |Application|TeamsActivity.Send.Chat*, TeamsActivity.Send| >**Note:** Permissions marked with * use [resource-specific consent](/microsoftteams/platform/graph-api/rsc/resource-specific-consent). If successful, this action returns a `204 No Content` response code. ### Example 1: Notify a user about a task created in a chat -This example shows how you can send an activity feed notification for a new task created in a chat. For more details, see [sending Teams activity notifications](/graph/teams-send-activityfeednotifications). +The following example shows how you can send an activity feed notification for a new task created in a chat. For more details, see [sending Teams activity notifications](/graph/teams-send-activityfeednotifications). #### Request +The following example shows the request. + # [HTTP](#tab/http) <!-- { "blockType": "request", Content-Type: application/json #### Response++The following example shows the response. + <!-- { "blockType": "response", "truncated": false Similar to the previous example, this example uses `entityUrl` for the `topic`. #### Request +The following example shows the request. + # [HTTP](#tab/http) <!-- { "blockType": "request", Content-Type: application/json #### Response++The following example shows the response. + <!-- { "blockType": "response", "truncated": false Similar to the previous example, this example uses `entityUrl` for the `topic`. #### Request +The following example shows the request. # [HTTP](#tab/http) <!-- { Content-Type: application/json #### Response++The following example shows the response. + <!-- { "blockType": "response", "truncated": false As shown in the previous examples, you can link to different aspects of the chat #### Request +The following example shows the request. + # [HTTP](#tab/http) <!-- { "blockType": "request", Content-Type: application/json #### Response++The following example shows the response. + <!-- { "blockType": "response", "truncated": false HTTP/1.1 204 No Content ### Example 5: Notify the chat members about a task created in a chat -This example shows how you can send an activity feed notification to all chat members. This example is similar to previous examples. However, in this case, the `recipient` is a [chatMembersNotificationRecipient](../resources/chatmembersnotificationrecipient.md). Note that the `chatId` specified in the `recipient` must match the `chatId` specified in the request URL. +The following example shows how you can send an activity feed notification to all chat members. This example is similar to previous examples. However, in this case, the `recipient` is a [chatMembersNotificationRecipient](../resources/chatmembersnotificationrecipient.md). Note that the `chatId` specified in the `recipient` must match the `chatId` specified in the request URL. #### Request +The following example shows the request. # [HTTP](#tab/http) <!-- { Content-Type: application/json #### Response++The following example shows the response. + <!-- { "blockType": "response", "truncated": false |
v1.0 | Chat Unhideforuser | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/chat-unhideforuser.md | The following table shows the parameters that can be used with this action. |Parameter|Type|Description| |:|:|:| |user|[teamworkUserIdentity](../resources/teamworkuseridentity.md)|User to unhide the chat for. **In delegated mode, users can only unhide a chat for themselves**.|-|tenantId|String|Tenant ID of the user.| ## Response Content-Type: application/json { "user": {- "id" : "d864e79f-a516-4d0f-9fee-0eeb4d61fdc2" - }, - "tenantId": "2a690434-97d9-4eed-83a6-f5f13600199a" + "id" : "d864e79f-a516-4d0f-9fee-0eeb4d61fdc2", + "tenantId": "2a690434-97d9-4eed-83a6-f5f13600199a" + } } ``` |
v1.0 | Chatmessage Post Replies | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/chatmessage-post-replies.md | One of the following permissions is required to call this API. To learn more, in |:|:--| | Delegated (work or school account) | ChannelMessage.Send, Group.ReadWrite.All** | | Delegated (personal Microsoft account) | Not supported. |-| Application | Teamwork.Migrate.All | +| Application | Teamwork.Migrate.All, ChannelMessage.ReadWrite.All | > **Note**: Permissions marked with ** are supported only for backward compatibility. We recommend that you update your solutions to use an alternative permission listed in the previous table and avoid using these permissions going forward. |
v1.0 | Chatmessage Post | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/chatmessage-post.md | One of the following permissions is required to call this API. To learn more, in |:|:--| | Delegated (work or school account) | ChannelMessage.Send, Group.ReadWrite.All** | | Delegated (personal Microsoft account) | Not supported. |-| Application | Teamwork.Migrate.All | +| Application | Teamwork.Migrate.All, ChannelMessage.ReadWrite.All | > **Note**: Permissions marked with ** are supported only for backward compatibility. We recommend that you update your solutions to use an alternative permission listed in the previous table and avoid using these permissions going forward. |
v1.0 | Chatmessage Setreaction | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/chatmessage-setreaction.md | + + Title: "chatMessage: setReaction" +description: "Set a reaction to a single message or message reply in a channel or a chat." ++ms.localizationpriority: medium +++# chatMessage: SetReaction ++Namespace: microsoft.graph +++Set a reaction to a single [message](../resources/chatmessage.md) or a [message reply](../resources/chatmessage.md) in a [channel](../resources/channel.md) or a [chat](../resources/chat.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). ++### Permissions for channel ++| Permission type | Permissions (from least to most privileged) | +|:|:--| +|Delegated (work or school account)| ChannelMessage.Send, | +|Delegated (personal Microsoft account)| Not supported. | +|Application| Not supported. | ++### Permissions for chat ++| Permission type | Permissions (from least to most privileged) | +|:|:--| +|Delegated (work or school account)| Chat.ReadWrite, ChatMessage.Send | +|Delegated (personal Microsoft account)| Not supported. | +|Application| Not supported. | ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +POST /users/{userId}/chats/{chatsId}/messages/{chatMessageId}/setReaction +POST /teams/{teamsId}/channels/{channelId}/messages/{chatMessageId}/setReaction +POST /teams/{teamId}/channels/{channelId}/messages/{messageId}/replies/{replyId}/setReaction +``` ++## Request headers ++|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body ++In the request body, supply the **reactionType** as unicode. ++## Response ++If successful, this action returns a `204 No Content` response code. ++## Examples ++### Example 1: Set a reaction to a chat message ++#### Request ++```http +POST https://graph.microsoft.com/beta/chats/chatId/messages/messageId/setReaction +{ + "reactionType": "💘" +} +``` ++#### Response ++<!-- { + "blockType": "response" +} --> ++``` http +HTTP/1.1 204 No Content +``` ++### Example 2: Set a reaction to a message in a channel ++#### Request +```http +POST https://graph.microsoft.com/beta/teams/teamsid/channels/channelId/messages/messageId/setReaction +{ + "reactionType": "💘" +} +``` ++#### Response ++<!-- { + "blockType": "response" +} --> ++``` http +HTTP/1.1 204 No Content +``` ++### Example 3: Set a reaction to a reply message ++#### Request ++```http +POST https://graph.microsoft.com/beta/teams/teamsid/channels/channelId/messages/messageId/replies/replyId/setReaction +{ + "reactionType": "💘" +} +``` ++#### Response ++<!-- { + "blockType": "response" +} --> ++``` http +HTTP/1.1 204 No Content +``` |
v1.0 | Chatmessage Unsetreaction | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/chatmessage-unsetreaction.md | + + Title: "chatMessage: unsetReaction" +description: "Unset areaction to a single message or message reply in a channel or a chat." ++ms.localizationpriority: medium +++# chatMessage: unsetReaction ++Namespace: microsoft.graph +++Unset a reaction to a single [message](../resources/chatmessage.md) or a [message reply](../resources/chatmessage.md) in a [channel](../resources/channel.md) or a [chat](../resources/chat.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). ++### Permissions for channel ++| Permission type | Permissions (from least to most privileged) | +|:|:--| +|Delegated (work or school account)| ChannelMessage.Send, | +|Delegated (personal Microsoft account)| Not supported. | +|Application| Not supported. | ++### Permissions for chat ++| Permission type | Permissions (from least to most privileged) | +|:|:--| +|Delegated (work or school account)| Chat.ReadWrite, ChatMessage.Send | +|Delegated (personal Microsoft account)| Not supported. | +|Application| Not supported. | ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +POST /users/{userId}/chats/{chatsId}/messages/{chatMessageId}/unsetReaction +POST /teams/{teamsId}/channels/{channelId}/messages/{chatMessageId}/unsetReaction +POST /teams/{teamId}/channels/{channelId}/messages/{messageId}/replies/{replyId}/unsetReaction +``` ++## Request headers ++|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body ++In the request body, supply the **reactionType** as unicode. ++## Response ++If successful, this action returns a `204 No Content` response code. ++## Examples ++### Example 1: Unset a reaction to a chat message ++#### Request ++```http +POST https://graph.microsoft.com/beta/chats/chatId/messages/messageId/unsetReaction +{ + "reactionType": "💘" +} +``` ++#### Response ++<!-- { + "blockType": "response" +} --> ++```http +HTTP/1.1 204 No Content +``` ++### Example 2: Unset a reaction to a message in a channel ++#### Request +```http +POST https://graph.microsoft.com/beta/teams/teamsid/channels/channelId/messages/messageId/unsetReaction +{ + "reactionType": "💘" +} +``` ++#### Response ++<!-- { + "blockType": "response" +} --> ++``` http +HTTP/1.1 204 No Content +``` ++### Example 3: Unset a reaction to a message reply ++#### Request ++```http +POST https://graph.microsoft.com/beta/teams/teamsid/channels/channelId/messages/messageId/replies/replyId/unsetReaction +{ + "reactionType": "💘" +} +``` ++#### Response ++<!-- { + "blockType": "response" +} --> ++```http +HTTP/1.1 204 No Content +``` |
v1.0 | Chatmessage Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/chatmessage-update.md | Only the **policyViolation** property of a **chatMessage** can be updated in app The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. +This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. + [!INCLUDE [teams-model-A-only-disclaimer](../../includes/teams-model-A-only-disclaimer.md)] ## Permissions One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). -|Permission type | Permissions (from least to most privileged) | -|:--|:| -|Delegated (work or school account) | Chat.ReadWrite | -|Delegated (personal Microsoft account) | Not supported. | -|Application | Chat.UpdatePolicyViolation.All for a chat message.</br>ChannelMessage.UpdatePolicyViolation.All for a channel message. | +### Permissions for channel +| Permission type | Permissions (from least to most privileged) | +|:|:--| +| Delegated (work or school account) | ChannelMessage.ReadWrite, Group.ReadWrite.All** | +| Delegated (personal Microsoft account) | Not supported. | +| Application | ChannelMessage.UpdatePolicyViolation.All, ChannelMessage.ReadWrite.All, Group.ReadWrite.All** | ++> **Note**: Permissions marked with ** are supported only for backward compatibility. We recommend that you update your solutions to use an alternative permission listed in the previous table and avoid using these permissions going forward. ++### Permissions for chat +| Permission type | Permissions (from least to most privileged) | +|:|:--| +| Delegated (work or school account) | Chat.ReadWrite | +| Delegated (personal Microsoft account) | Not supported. | +| Application | Chat.UpdatePolicyViolation.All, Chat.ReadWrite.All | ## HTTP request <!-- { "blockType": "ignored" } --> |
v1.0 | Cloudpc Restore | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/cloudpc-restore.md | Content-length: 37 [!INCLUDE [sample-code](../includes/snippets/go/cloudpc-restore-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/cloudpc-restore-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Cloudpconpremisesconnection Updateaddomainpassword | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/cloudpconpremisesconnection-updateaddomainpassword.md | One of the following permissions is required to call this API. To learn more, in ## HTTP request -> [!CAUTION] -> The PATCH syntax for this action is deprecated and will stop working after June 2022. We recommend that you use POST going forward. <!-- { "blockType": "ignored" One of the following permissions is required to call this API. To learn more, in --> ``` http POST /deviceManagement/virtualEndpoint/onPremisesConnections/{Id}/UpdateAdDomainPassword-PATCH /deviceManagement/virtualEndpoint/onPremisesConnections/{Id}/UpdateAdDomainPassword ``` ## Request headers |
v1.0 | Cloudpcusersetting Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/cloudpcusersetting-update.md | The following table shows the properties that are required when you update the [ |Property|Type|Description| |:|:|:| |displayName|String|The setting name displayed in the user interface.|-|localAdminEnabled|Boolean|To turn on the local admin option, change this setting to `True`.ΓÇ» | -|selfServiceEnabled|Boolean|To turn on the self-service option, change this setting to `True`.ΓÇ»| +|localAdminEnabled|Boolean|To turn on the local admin option, change this setting to `true`.ΓÇ» | +|selfServiceEnabled|Boolean|To turn on the self-service option, change this setting to `true`.ΓÇ»| |restorePointSetting|[cloudPcRestorePointSetting](../resources/cloudpcrestorepointsetting.md)|Defines how frequently a restore point is created (that is, a snapshot is taken) for users' provisioned Cloud PCs (default is 12 hours), and whether the user is allowed to restore their own Cloud PCs to a backup made at a specific point in time.|-|lastModifiedDateTime|DateTimeOffset|The last date and time the setting was modified. The Timestamp type represents the date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 looks like this:ΓÇ»'2014-01-01T00:00:00Z'.ΓÇ»| +|lastModifiedDateTime|DateTimeOffset|The last date and time the setting was modified. The Timestamp type represents the date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 isΓÇ»`2014-01-01T00:00:00Z`.ΓÇ»| If successful, this method returns a `200 OK` response code and an updated [clou ### Request +The following is an example of a request. + # [HTTP](#tab/http) <!-- { "blockType": "request", Content-Type: application/json ### Response->**Note:** The response object shown here might be shortened for readability. ++The following is an example of the response. + <!-- { "blockType": "response", "truncated": true |
v1.0 | Conditionalaccesspolicy Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/conditionalaccesspolicy-get.md | Content-type: application/json "termsOfUse": [ "ce580154-086a-40fd-91df-8a60abac81a0", "7f29d675-caff-43e1-8a53-1b8516ed2075"- ] + ], + "authenticationStrength@odata.context": "https://graph.microsoft.com/beta/$metadata#policies/conditionalAccessPolicies('6b5e999b-0ba8-4186-a106-e0296c1c4358')/grantControls/authenticationStrength/$entity", + "authenticationStrength": null }, "sessionControls": { "applicationEnforcedRestrictions": null, |
v1.0 | Conditionalaccessroot List Policies | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/conditionalaccessroot-list-policies.md | Content-type: application/json "block" ], "customAuthenticationFactors": [],- "termsOfUse": [] + "termsOfUse": [], + "authenticationStrength@odata.context": "https://graph.microsoft.com/beta/$metadata#policies/conditionalAccessPolicies('ad8d2b4a-8d30-413f-88b8-144c6c8d98d9')/grantControls/authenticationStrength/$entity", + "authenticationStrength": null } }, { |
v1.0 | Conditionalaccessroot List Templates | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/conditionalaccessroot-list-templates.md | + + Title: "List conditionalAccessTemplates" +description: "Get a list of the conditionalAccessTemplate objects and their properties." ++ms.localizationpriority: medium +++# List conditionalAccessTemplates +Namespace: microsoft.graph +++Get a list of the [conditionalAccessTemplate](../resources/conditionalaccesstemplate.md) objects and their properties. ++## Permissions +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type | Permissions (from least to most privileged) | +|:--|:-| +|Delegated (work or school account) | Policy.Read.All | +|Delegated (personal Microsoft account) | Not supported. | +|Application | Policy.Read.All | ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /identity/conditionalAccess/templates +``` ++## Optional query parameters +This method supports the `$filter` and `$select` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ++## Request headers +| Name |Description| +|:-|:-| +| Authorization | Bearer {token} | +| Accept-Language | Language. Optional. | ++## Request body +Do not supply a request body for this method. ++## Response ++If successful, this method returns a `200 OK` response code and a collection of [conditionalAccessTemplate](../resources/conditionalaccesstemplate.md) objects in the response body. ++## Examples ++### Example 1: List all conditional access policy templates ++#### Request +The following is an example of a request. +<!-- { + "blockType": "request", + "name": "list_conditionalaccesstemplate" +} +--> +``` http +GET https://graph.microsoft.com/beta/identity/conditionalAccess/templates +``` ++#### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "Collection(microsoft.graph.conditionalAccessTemplate)" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identity/conditionalAccess/templates", + "value": [ + { + "name": "Require multifactor authentication for admins", + "description": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as Security Default.", + "id": "c7503427-338e-4c5e-902d-abe252abfb43", + "scenarios": "secureFoundation,zeroTrust,protectAdmins", + "details": { + "sessionControls": null, + "conditions": { + "userRiskLevels": [], + "signInRiskLevels": [], + "clientAppTypes": [ + "all" + ], + "servicePrincipalRiskLevels": [], + "platforms": null, + "locations": null, + "signInRiskDetections": null, + "times": null, + "deviceStates": null, + "devices": null, + "clientApplications": null, + "applications": { + "includeApplications": [ + "All" + ], + "excludeApplications": [], + "includeUserActions": [], + "includeAuthenticationContextClassReferences": [], + "applicationFilter": null, + "networkAccess": null + }, + "users": { + "includeUsers": [], + "excludeUsers": [ + "Current administrator will be excluded" + ], + "includeGroups": [], + "excludeGroups": [], + "includeRoles": [ + "62e90394-69f5-4237-9190-012177145e10", + "194ae4cb-b126-40b2-bd5b-6091b380977d" + ], + "excludeRoles": [], + "includeGuestsOrExternalUsers": null, + "excludeGuestsOrExternalUsers": null + } + }, + "grantControls": { + "operator": "OR", + "builtInControls": [ + "mfa" + ], + "customAuthenticationFactors": [], + "termsOfUse": [], + "authenticationStrength": null + } + } + } + ] +} +``` ++### Example 2: List name, description, id, scenarios of templates whose scenarios contain "secureFoundation" ++#### Request +The following is an example of a request. +<!-- { + "blockType": "request", + "name": "list_conditionalaccesstemplate_select" +} +--> +``` http +GET https://graph.microsoft.com/beta/identity/conditionalAccess/templates?$select=name,description,id,scenarios&$filter=scenarios has 'secureFoundation' +``` ++#### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "Collection(microsoft.graph.conditionalAccessTemplate)" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identity/conditionalAccess/templates(name,description,id,scenarios)", + "value": [ + { + "name": "Require multifactor authentication for admins", + "description": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as Security Default.", + "id": "c7503427-338e-4c5e-902d-abe252abfb43", + "scenarios": "secureFoundation,zeroTrust,protectAdmins" + }, + { + "name": "Securing security info registration", + "description": "Secure when and how users register for Azure AD multifactor authentication and self-service password.", + "id": "b8bda7f8-6584-4446-bce9-d871480e53fa", + "scenarios": "secureFoundation,zeroTrust,remoteWork" + }, + { + "name": "Block legacy authentication", + "description": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.", + "id": "0b2282f9-2862-4178-88b5-d79340b36cb8", + "scenarios": "secureFoundation,zeroTrust,remoteWork,protectAdmins" + }, + { + "name": "Require multifactor authentication for all users", + "description": "Require multifactor authentication for all user accounts to reduce risk of compromise.", + "id": "a3d0a415-b068-4326-9251-f9cdf9feeb64", + "scenarios": "secureFoundation,zeroTrust,remoteWork" + } + ] +} +``` |
v1.0 | Conditionalaccesstemplate Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/conditionalaccesstemplate-get.md | + + Title: "Get template" +description: "Retrieve the properties and relationships of a conditionalAccessTemplate object." ++ms.localizationpriority: medium +++# Get conditionalAccessTemplate +Namespace: microsoft.graph +++Read the properties and relationships of a [conditionalAccessTemplate](../resources/conditionalaccesstemplate.md) object. ++## Permissions +One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type | Permissions (from least to most privileged) | +|:--|:-| +|Delegated (work or school account) | Policy.Read.All | +|Delegated (personal Microsoft account) | Not supported. | +|Application | Policy.Read.All | ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /identity/conditionalAccess/templates/{id} +``` ++## Optional query parameters +This method supports the `$select` OData query parameter to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ++## Request headers +| Name |Description| +|:-|:-| +| Authorization | Bearer {token} | +| Accept-Language | Language. Optional. | ++## Request body +Do not supply a request body for this method. ++## Response ++If successful, this method returns a `200 OK` response code and a [conditionalAccessTemplate](../resources/conditionalaccesstemplate.md) object in the response body. ++## Examples ++### Example 1: Get the properties a template by ID ++#### Request +The following is an example of a request. +<!-- { + "blockType": "request", + "name": "get_conditionalaccesstemplate" +} +--> +``` http +GET https://graph.microsoft.com/beta/identity/conditionalAccess/templates/c7503427-338e-4c5e-902d-abe252abfb43 +``` ++#### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.conditionalAccessTemplate" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identity/conditionalAccess/templates/$entity", + "name": "Require multifactor authentication for admins", + "description": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as Security Default.", + "id": "c7503427-338e-4c5e-902d-abe252abfb43", + "scenarios": "secureFoundation,zeroTrust,protectAdmins", + "details": { + "sessionControls": null, + "conditions": { + "userRiskLevels": [], + "signInRiskLevels": [], + "clientAppTypes": [ + "all" + ], + "servicePrincipalRiskLevels": [], + "platforms": null, + "locations": null, + "signInRiskDetections": null, + "times": null, + "deviceStates": null, + "devices": null, + "clientApplications": null, + "applications": { + "includeApplications": [ + "All" + ], + "excludeApplications": [], + "includeUserActions": [], + "includeAuthenticationContextClassReferences": [], + "applicationFilter": null, + "networkAccess": null + }, + "users": { + "includeUsers": [], + "excludeUsers": [ + "Current administrator will be excluded" + ], + "includeGroups": [], + "excludeGroups": [], + "includeRoles": [ + "62e90394-69f5-4237-9190-012177145e10", + "194ae4cb-b126-40b2-bd5b-6091b380977d" + ], + "excludeRoles": [], + "includeGuestsOrExternalUsers": null, + "excludeGuestsOrExternalUsers": null + } + }, + "grantControls": { + "operator": "OR", + "builtInControls": [ + "mfa" + ], + "customAuthenticationFactors": [], + "termsOfUse": [], + "authenticationStrength": null + } + } +} +``` ++### Example 2: Select details of a template ++#### Request +The following is an example of a request. +<!-- { + "blockType": "request", + "name": "get_conditionalaccesstemplate_select" +} +--> +``` http +GET https://graph.microsoft.com/beta/identity/conditionalAccess/templates/c7503427-338e-4c5e-902d-abe252abfb43?$select=details +``` ++#### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.conditionalAccessTemplate" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identity/conditionalAccess/templates(details)/$entity", + "details": { + "sessionControls": null, + "conditions": { + "userRiskLevels": [], + "signInRiskLevels": [], + "clientAppTypes": [ + "all" + ], + "servicePrincipalRiskLevels": [], + "platforms": null, + "locations": null, + "signInRiskDetections": null, + "times": null, + "deviceStates": null, + "devices": null, + "clientApplications": null, + "applications": { + "includeApplications": [ + "All" + ], + "excludeApplications": [], + "includeUserActions": [], + "includeAuthenticationContextClassReferences": [], + "applicationFilter": null, + "networkAccess": null + }, + "users": { + "includeUsers": [], + "excludeUsers": [ + "Current administrator will be excluded" + ], + "includeGroups": [], + "excludeGroups": [], + "includeRoles": [ + "62e90394-69f5-4237-9190-012177145e10", + "194ae4cb-b126-40b2-bd5b-6091b380977d" + ], + "excludeRoles": [], + "includeGuestsOrExternalUsers": null, + "excludeGuestsOrExternalUsers": null + } + }, + "grantControls": { + "operator": "OR", + "builtInControls": [ + "mfa" + ], + "customAuthenticationFactors": [], + "termsOfUse": [], + "authenticationStrength": null + } + } +} +``` |
v1.0 | Device List Registeredowners | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/device-list-registeredowners.md | GET /devices/{id}/registeredOwners > Note: The "id" in the request is the "id" property of the device, not the "deviceId" property. ## Optional query parameters+ This method supports the `$search`, `$count`, and `$filter` [OData query parameters](/graph/query-parameters) to help customize the response. OData cast is also enabled, for example, you can cast to get just the directoryRoles the device is a member of. You can use `$search` on the **displayName** property. Some queries are supported only when you use the **ConsistencyLevel** header set to `eventual` and `$count`. For more information, see [Advanced query capabilities on Azure AD directory objects](/graph/aad-advanced-queries).++When items are added or updated for this resource, they are specially indexed for use with the `$count` and `$search` query parameters. There can be a slight delay between when an item is added or updated and when it is available in the index. + ## Request headers | Name | Description| |:--|:| |
v1.0 | Devicemanagement Alertrecord Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/devicemanagement-alertrecord-get.md | + + Title: "Get alertRecord" +description: "Read the properties and relationships of an alertRecord object." ++ms.localizationpriority: medium +++# Get alertRecord ++Namespace: microsoft.graph.deviceManagement +++Read the properties and relationships of an [alertRecord](../resources/devicemanagement-alertrecord.md) object. ++## Permissions ++One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|CloudPC.Read.All, CloudPC.ReadWrite.All| +|Delegated (personal Microsoft account)|Not supported.| +|Application|CloudPC.Read.All, CloudPC.ReadWrite.All| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /deviceManagement/monitoring/alertRecords/{alertRecordId} +``` ++## Request headers ++|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body ++Do not supply a request body for this method. ++## Response ++If successful, this method returns a `200 OK` response code and an [microsoft.graph.deviceManagement.alertRecord](../resources/devicemanagement-alertrecord.md) object in the response body. ++## Examples ++### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "get_alertrecord" +} +--> +``` http +GET https://graph.microsoft.com/beta/deviceManagement/monitoring/alertRecords/6c46a7ba-e78a-45e5-a81c-179ab8fd3e8e +``` ++### Response ++The following is an example of the response. ++>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.deviceManagement.alertRecord" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#deviceManagement/monitoring/alertRecords/$entity", + "id": "6c46a7ba-e78a-45e5-a81c-179ab8fd3e8e", + "displayName": "Upload failure for Device Images", + "status": "active", + "severity": "warning", + "alertRuleId": "30070507-6514-443b-8fa5-06979cedacdf", + "alertRuleTemplate": "cloudPcImageUploadScenario", + "detectedDateTime": "2022-03-30T11:55:00.1147865Z", + "resolvedDateTime": null, + "lastUpdatedDateTime": "2022-03-31T01:10:20.9648579Z", + "alertImpact": { + "value": 2, + "aggregationType": "count" + } +} +``` |
v1.0 | Devicemanagement Alertrecord Getportalnotifications | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/devicemanagement-alertrecord-getportalnotifications.md | + + Title: "alertRecord: getPortalNotifications" +description: "Get a list of all portal notifications that one or more users can access." ++ms.localizationpriority: medium +++# alertRecord: getPortalNotifications ++Namespace: microsoft.graph.deviceManagement +++Get a list of all portal notifications that one or more users can access. ++## Permissions ++One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|CloudPC.Read.All, CloudPC.ReadWrite.All| +|Delegated (personal Microsoft account)|Not supported.| +|Application|CloudPC.Read.All, CloudPC.ReadWrite.All| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /deviceManagement/monitoring/alertRecords/getPortalNotifications +``` ++## Request headers ++|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body ++Do not supply a request body for this method. ++## Response ++If successful, this function returns a `200 OK` response code and a collection of [microsoft.graph.deviceManagement.portalNotification](../resources/devicemanagement-portalnotification.md) objects in the response body. ++## Examples ++### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "alertrecordthis.getportalnotifications" +} +--> +``` http +GET https://graph.microsoft.com/beta/deviceManagement/monitoring/alertRecords/getPortalNotifications +``` ++### Response ++The following is an example of the response. ++<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.deviceManagement.portalNotification", + "isCollection": true +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#Collection(microsoft.graph.deviceManagement.portalNotification)", + "value": [ + { + "id": "6575ceea-1d1c-48f1-b6af-01b98fbde246", + "alertRuleId": "30070507-6514-443b-8fa5-06979cedacdf", + "alertRecordId": "6c46a7ba-e78a-45e5-a81c-179ab8fd3e8e", + "alertRuleName": "Upload failure for Device Images", + "alertRuleTemplate": "cloudPcImageUploadScenario", + "isPortalNotificationSent": true, + "severity": "warning", + "alertImpact": { + "value": 2, + "aggregationType": "count" + } + }, + { + "id": "f2c9ef57-44b8-4783-87e6-e4131a9c1008", + "alertRuleId": "215c55cc-b1c9-4d36-a870-be5778101714", + "alertRecordId": "44336915-dfcb-479b-a4d6-54bd66fa1ad6", + "alertRuleName": "Azure network connection failure impacting Cloud PCs", + "alertRuleTemplate": "cloudPcOnPremiseNetworkConnectionCheckScenario", + "isPortalNotificationSent": true, + "severity": "warning", + "alertImpact": { + "value": 100, + "aggregationType": "count" + } + } + ] +} +``` |
v1.0 | Devicemanagement Alertrecord List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/devicemanagement-alertrecord-list.md | + + Title: "List alertRecords" +description: "Get a list of the alertRecord objects and their properties." ++ms.localizationpriority: medium +++# List alertRecords ++Namespace: microsoft.graph.deviceManagement +++Get a list of the [alertRecord](../resources/devicemanagement-alertrecord.md) objects and their properties. ++## Permissions ++One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|CloudPC.Read.All, CloudPC.ReadWrite.All| +|Delegated (personal Microsoft account)|Not supported.| +|Application|CloudPC.Read.All, CloudPC.ReadWrite.All| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /deviceManagement/monitoring/alertRecords +``` ++## Request headers ++|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body ++Do not supply a request body for this method. ++## Response ++If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.deviceManagement.alertRecord](../resources/devicemanagement-alertrecord.md) objects in the response body. ++## Examples ++### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "list_alertrecord" +} +--> +``` http +GET https://graph.microsoft.com/beta/deviceManagement/monitoring/alertRecords +``` ++### Response ++The following is an example of the response. ++<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.deviceManagement.alertRecord", + "isCollection": true +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#deviceManagement/monitoring/alertRecords", + "value": [ + { + "id": "6c46a7ba-e78a-45e5-a81c-179ab8fd3e8e", + "displayName": "Upload failure for Device Images", + "status": "active", + "severity": "warning", + "alertRuleId": "30070507-6514-443b-8fa5-06979cedacdf", + "alertRuleTemplate": "cloudPcImageUploadScenario", + "detectedDateTime": "2022-03-30T11:55:00.1147865Z", + "resolvedDateTime": null, + "lastUpdatedDateTime": "2022-03-31T01:10:20.9648579Z", + "alertImpact": { + "value": 2, + "aggregationType": "count" + } + }, + { + "id": "44336915-dfcb-479b-a4d6-54bd66fa1ad6", + "displayName": "Azure network connection failure impacting Cloud PCs", + "status": "resolved", + "severity": "warning", + "alertRuleId": "215c55cc-b1c9-4d36-a870-be5778101714", + "alertRuleTemplate": "cloudPcOnPremiseNetworkConnectionCheckScenario", + "detectedDateTime": "2022-03-29T08:00:30.1313929Z", + "resolvedDateTime": "2022-03-30T08:24:35.7020041Z", + "lastUpdatedDateTime": "2022-03-30T08:24:35.7020041Z", + "alertImpact": { + "value": 100, + "aggregationType": "count" + } + } + ] +} +``` |
v1.0 | Devicemanagement Alertrecord Setportalnotificationassent | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/devicemanagement-alertrecord-setportalnotificationassent.md | + + Title: "alertRecord: setPortalNotificationAsSent" +description: "Set a single portal notification status to published." ++ms.localizationpriority: medium +++# alertRecord: setPortalNotificationAsSent ++Namespace: microsoft.graph.deviceManagement +++Set a single portal notification status to published by modifying the **isPortalNotificationSent** property to `true` for the user specified in the request. ++## Permissions ++One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|CloudPC.ReadWrite.All| +|Delegated (personal Microsoft account)|Not supported.| +|Application|CloudPC.ReadWrite.All| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +POST /deviceManagement/monitoring/alertRecords/{alertRecordId}/setPortalNotificationAsSent +``` ++## Request headers ++|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body ++Do not supply a request body for this method. ++## Response ++If successful, this action returns a `204 No Content` response code. ++## Examples ++### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "alertrecordthis.setportalnotificationassent" +} +--> +``` http +POST https://graph.microsoft.com/beta/deviceManagement/monitoring/alertRecords/6c46a7ba-e78a-45e5-a81c-179ab8fd3e8e/setPortalNotificationAsSent +``` ++### Response ++The following is an example of the response. ++<!-- { + "blockType": "response", + "truncated": true +} +--> +``` http +HTTP/1.1 204 No Content +``` |
v1.0 | Devicemanagement Alertrule Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/devicemanagement-alertrule-get.md | + + Title: "Get alertRule" +description: "Read the properties and relationships of an alertRule object." ++ms.localizationpriority: medium +++# Get alertRule ++Namespace: microsoft.graph.deviceManagement +++Read the properties and relationships of an [alertRule](../resources/devicemanagement-alertrule.md) object. ++## Permissions ++One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|CloudPC.Read.All, CloudPC.ReadWrite.All| +|Delegated (personal Microsoft account)|Not supported.| +|Application|CloudPC.Read.All, CloudPC.ReadWrite.All| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /deviceManagement/monitoring/alertRules/{alertRuleId} +``` ++## Request headers ++|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body ++Do not supply a request body for this method. ++## Response ++If successful, this method returns a `200 OK` response code and an [microsoft.graph.deviceManagement.alertRule](../resources/devicemanagement-alertrule.md) object in the response body. ++## Examples ++### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "get_alertrule" +} +--> +``` http +GET https://graph.microsoft.com/beta/deviceManagement/monitoring/alertRules/30070507-6514-443b-8fa5-06979cedacdf +``` ++### Response ++The following is an example of the response. ++<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.deviceManagement.alertRule" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#deviceManagement/monitoring/alertRules/$entity", + "id": "30070507-6514-443b-8fa5-06979cedacdf", + "displayName": "Upload failure for Device Images", + "severity": "warning", + "isSystemRule": true, + "description": "Device Image Uploads have failed and can delay the provisioning of new Cloud PCs.", + "enabled": true, + "alertRuleTemplate": "cloudPcImageUploadScenario", + "threshold": { + "aggregation": "count", + "operator": "greaterOrEqual", + "target": 2 + }, + "notificationChannels": [ + { + "notificationChannelType": "portal", + "receivers": [ + "" + ], + "notificationReceivers": [] + }, + { + "notificationChannelType": "email", + "receivers": [ + "serena.davis@contoso.com" + ], + "notificationReceivers": [ + { + "locale": "en-us", + "contactInformation": "serena.davis@contoso.com" + } + ] + } + ] +} +``` |
v1.0 | Devicemanagement Alertrule List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/devicemanagement-alertrule-list.md | + + Title: "List alertRules" +description: "Get a list of the alertRule objects and their properties." ++ms.localizationpriority: medium +++# List alertRules ++Namespace: microsoft.graph.deviceManagement +++Get a list of the [alertRule](../resources/devicemanagement-alertrule.md) objects and their properties. ++## Permissions ++One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|CloudPC.Read.All, CloudPC.ReadWrite.All| +|Delegated (personal Microsoft account)|Not supported.| +|Application|CloudPC.Read.All, CloudPC.ReadWrite.All| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +GET /deviceManagement/monitoring/alertRules +``` ++## Request headers ++|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| ++## Request body ++Do not supply a request body for this method. ++## Response ++If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.deviceManagement.alertRule](../resources/devicemanagement-alertrule.md) objects in the response body. ++## Examples ++### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "list_alertrule" +} +--> +``` http +GET https://graph.microsoft.com/beta/deviceManagement/monitoring/alertRules +``` ++### Response ++The following is an example of the response. ++<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.deviceManagement.alertRule", + "isCollection": true +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://canary.graph.microsoft.com/testprodbeta_cpc_sh/$metadata#deviceManagement/monitoring/alertRules", + "value": [ + { + "id": "215c55cc-b1c9-4d36-a870-be5778101714", + "displayName": "Azure network connection failure impacting Cloud PCs", + "severity": "warning", + "isSystemRule": true, + "description": "Azure network connection checks have failed and is potentially impacting existing Cloud PCs and blocking the provisioning of new Cloud PCs", + "enabled": true, + "alertRuleTemplate": "cloudPcOnPremiseNetworkConnectionCheckScenario", + "threshold": { + "aggregation": "count", + "operator": "greaterOrEqual", + "target": 90 + }, + "notificationChannels": [ + { + "notificationChannelType": "portal", + "receivers": [ + "" + ], + "notificationReceivers": [] + }, + { + "notificationChannelType": "email", + "receivers": [ + "serena.davis@contoso.com" + ], + "notificationReceivers": [ + { + "locale": "en-us", + "contactInformation": "serena.davis@contoso.com" + } + ] + } + ] + }, + { + "id": "30070507-6514-443b-8fa5-06979cedacdf", + "displayName": "Upload failure for Device Images", + "severity": "warning", + "isSystemRule": true, + "description": "Device Image Uploads have failed and can delay the provisioning of new Cloud PCs.", + "enabled": true, + "alertRuleTemplate": "cloudPcImageUploadScenario", + "threshold": { + "aggregation": "count", + "operator": "greaterOrEqual", + "target": 2 + }, + "notificationChannels": [ + { + "notificationChannelType": "portal", + "receivers": [ + "" + ], + "notificationReceivers": [] + }, + { + "notificationChannelType": "email", + "receivers": [ + "serena.davis@contoso.com" + ], + "notificationReceivers": [ + { + "locale": "en-us", + "contactInformation": "serena.davis@contoso.com" + } + ] + } + ] + }, + { + "id": "b43741fa-254a-445f-86cf-8def2c32571a", + "displayName": "Provisioning Failure impacting Cloud PCs", + "severity": "warning", + "isSystemRule": true, + "description": "Provisioning has failed and is delaying end users from connecting to their Cloud PCs.", + "enabled": true, + "alertRuleTemplate": "cloudPcProvisionScenario", + "threshold": { + "aggregation": "count", + "operator": "greaterOrEqual", + "target": 1 + }, + "notificationChannels": [ + { + "notificationChannelType": "portal", + "receivers": [ + "" + ], + "notificationReceivers": [] + }, + { + "notificationChannelType": "email", + "receivers": [ + "serena.davis@contoso.com" + ], + "notificationReceivers": [ + { + "locale": "en-us", + "contactInformation": "serena.davis@contoso.com" + } + ] + } + ] + } + ] +} +``` |
v1.0 | Devicemanagement Alertrule Post | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/devicemanagement-alertrule-post.md | + + Title: "Create alertRule" +description: "Create an alertRule object." ++ms.localizationpriority: medium +++# Create alertRule ++Namespace: microsoft.graph.deviceManagement +++Create an [alertRule](../resources/devicemanagement-alertrule.md) object. ++## Permissions ++One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|CloudPC.ReadWrite.All| +|Delegated (personal Microsoft account)|Not supported.| +|Application|CloudPC.ReadWrite.All| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +```http +POST /deviceManagement/monitoring/alertRules +``` ++## Request headers ++|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| +|Content-Type|application/json. Required.| ++## Request body +++|Property|Type|Description| +|:|:|:| +|alertRuleTemplate|alertRuleTemplate|The rule template of the alert event. The possible values are: `cloudPcProvisionScenario`, `cloudPcImageUploadScenario`, `cloudPcOnPremiseNetworkConnectionCheckScenario`, `unknownFutureValue`.| +|description|String|The rule description.| +|displayName|String|The display name of the rule.| +|enabled|Boolean|The status of the rule that indicates whether the rule is enabled or disabled. If `true`, the rule is enabled; otherwise, the rule is disabled.| +|isSystemRule|Boolean|Indicates whether the rule is a system rule. If `true`, the rule is a system rule; otherwise, the rule is a custom defined rule and can be edited. System rules are built-in and only a few properties can be edited.| +|notificationChannels|[microsoft.graph.deviceManagement.notificationChannel](../resources/devicemanagement-notificationchannel.md) collection|The notification channels of the rule selected by the user.| +|severity|ruleSeverityType|The severity of the rule. The possible values are: `unknown`, `informational`, `warning`, `critical`, `unknownFutureValue`.| +|threshold|[microsoft.graph.deviceManagement.ruleThreshold](../resources/devicemanagement-rulethreshold.md)|The threshold of the rule.| ++## Response ++If successful, this method returns a `201 Created` response code and an [microsoft.graph.deviceManagement.alertRule](../resources/devicemanagement-alertrule.md) object in the response body. ++## Example ++### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "post_alertrule" +} +--> +``` http +POST https://graph.microsoft.com/beta/deviceManagement/monitoring/alertRules +Content-Type: application/json ++{ + "id": "215c55cc-b1c9-4d36-a870-be5778101714", + "displayName": "Azure network connection failure impacting Cloud PCs", + "severity": "informational", + "isSystemRule": true, + "description": "Azure network connection checks have failed and is potentially impacting existing Cloud PCs and blocking the provisioning of new Cloud PCs", + "enabled": true, + "alertRuleTemplate": "cloudPcOnPremiseNetworkConnectionCheckScenario", + "threshold": { + "aggregation": "count", + "operator": "greaterOrEqual", + "target": 90 + }, + "notificationChannels": [ + { + "notificationChannelType": "portal", + "receivers": [ + "" + ], + "notificationReceivers": [] + }, + { + "notificationChannelType": "email", + "receivers": [ + "serena.davis@contoso.com" + ], + "notificationReceivers": [ + { + "locale": "en-us", + "contactInformation": "serena.davis@contoso.com" + } + ] + } + ] +} +``` ++### Response ++The following is an example of the response. ++<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.deviceManagement.alertRule" +} +--> +``` http +HTTP/1.1 201 CREATED +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#deviceManagement/monitoring/alertRules/$entity", + "id": "215c55cc-b1c9-4d36-a870-be5778101714", + "displayName": "Azure network connection failure impacting Cloud PCs", + "severity": "informational", + "isSystemRule": true, + "description": "Azure network connection checks have failed and is potentially impacting existing Cloud PCs and blocking the provisioning of new Cloud PCs", + "enabled": true, + "alertRuleTemplate": "cloudPcOnPremiseNetworkConnectionCheckScenario", + "threshold": { + "aggregation": "count", + "operator": "greaterOrEqual", + "target": 90 + }, + "notificationChannels": [ + { + "notificationChannelType": "portal", + "receivers": [ + "" + ], + "notificationReceivers": [] + }, + { + "notificationChannelType": "email", + "receivers": [ + "serena.davis@contoso.com" + ], + "notificationReceivers": [ + { + "locale": "en-us", + "contactInformation": "serena.davis@contoso.com" + } + ] + } + ] +} +``` |
v1.0 | Devicemanagement Alertrule Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/devicemanagement-alertrule-update.md | + + Title: "Update alertRule" +description: "Update the properties of an alertRule object." ++ms.localizationpriority: medium +++# Update alertRule ++Namespace: microsoft.graph.deviceManagement +++Update the properties of an [alertRule](../resources/devicemanagement-alertrule.md) object. ++## Permissions ++One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). ++|Permission type|Permissions (from least to most privileged)| +|:|:| +|Delegated (work or school account)|CloudPC.ReadWrite.All| +|Delegated (personal Microsoft account)|Not supported.| +|Application|CloudPC.ReadWrite.All| ++## HTTP request ++<!-- { + "blockType": "ignored" +} +--> +``` http +PATCH /deviceManagement/monitoring/alertRules/{alertRuleId} +``` ++## Request headers ++|Name|Description| +|:|:| +|Authorization|Bearer {token}. Required.| +|Content-Type|application/json. Required.| ++## Request body +++|Property|Type|Description| +|:|:|:| +|enabled|Boolean|The status of the rule that indicates whether the rule is enabled or disabled. If `true`, the rule is enabled; otherwise, the rule is disabled. Optional.| +|notificationChannels|[microsoft.graph.deviceManagement.notificationChannel](../resources/devicemanagement-notificationchannel.md) collection|The notification channels of the rule selected by the user. Optional.| +|severity|ruleSeverityType|The severity of the rule. The possible values are: `unknown`, `informational`, `warning`, `critical`, `unknownFutureValue`. Optional.| +|threshold|[microsoft.graph.deviceManagement.ruleThreshold](../resources/devicemanagement-rulethreshold.md)|The threshold of the rule. Optional.| ++## Response ++If successful, this method returns a `200 OK` response code and an updated [microsoft.graph.deviceManagement.alertRule](../resources/devicemanagement-alertrule.md) object in the response body. ++## Examples ++### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "update_alertrule" +} +--> +``` http +PATCH https://graph.microsoft.com/beta/deviceManagement/monitoring/alertRules/215c55cc-b1c9-4d36-a870-be5778101714 +Content-Type: application/json ++{ + "severity": "informational", + "enabled": true, + "threshold": { + "aggregation": "count", + "operator": "greaterOrEqual", + "target": 90 + }, + "notificationChannels": [ + { + "notificationChannelType": "portal", + "receivers": [ + "" + ], + "notificationReceivers": [] + }, + { + "notificationChannelType": "email", + "receivers": [ + "serena.davis@contoso.com" + ], + "notificationReceivers": [ + { + "locale": "en-us", + "contactInformation": "serena.davis@contoso.com" + } + ] + } + ] +} +``` ++### Response ++The following is an example of the response. ++<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.deviceManagement.alertRule" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#deviceManagement/monitoring/alertRules/$entity", + "id": "215c55cc-b1c9-4d36-a870-be5778101714", + "displayName": "Azure network connection failure impacting Cloud PCs", + "severity": "informational", + "isSystemRule": true, + "description": "Azure network connection checks have failed and is potentially impacting existing Cloud PCs and blocking the provisioning of new Cloud PCs", + "enabled": true, + "alertRuleTemplate": "cloudPcOnPremiseNetworkConnectionCheckScenario", + "threshold": { + "aggregation": "count", + "operator": "greaterOrEqual", + "target": 90 + }, + "notificationChannels": [ + { + "notificationChannelType": "portal", + "receivers": [ + "" + ], + "notificationReceivers": [] + }, + { + "notificationChannelType": "email", + "receivers": [ + "serena.davis@contoso.com" + ], + "notificationReceivers": [ + { + "locale": "en-us", + "contactInformation": "serena.davis@contoso.com" + } + ] + } + ] +} +``` |
v1.0 | Driveitem Assignsensitivitylabel | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/driveitem-assignsensitivitylabel.md | For more information about sensitivity labels from an administrator's perspectiv ## Permissions One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). -|Permission type | Permissions (from least to most privileged) | -|:--|:--| -|Delegated (work or school account) | Files.ReadWrite, Files.ReadWrite.All, Sites.ReadWrite.All | -|Delegated (personal Microsoft account) | Files.ReadWrite, Files.ReadWrite.All | -|Application | Files.ReadWrite.All, Sites.ReadWrite.All | +|Permission type | Permissions (from least to most privileged) | +|:--|:| +|Delegated (work or school account) | Files.ReadWrite.All, Sites.ReadWrite.All | +|Delegated (personal Microsoft account) | Not supported. | +|Application | Files.ReadWrite.All, Sites.ReadWrite.All | ## HTTP request If successful, the API returns a `202 Accepted` HTTP response code with an empty For more details about how to monitor the progress of an assign sensitivity label operation, see [monitoring long-running operations](/graph/long-running-actions-overview). In addition to general errors that apply to Microsoft Graph, this API returns the `423 Locked` response code, which indicates that the file being accessed is locked. In such cases, the **code** property of the response object indicates the error type that blocks the operation.+Also, Few Irm Protected sensitivity labels cannot be updated by Application and need delegated user access to validate if the user has proper rights, For these scenario the API will throw `Not Supported` response code. The following table lists the possible values for the error types. The following is an example of a request. # [HTTP](#tab/http)-<!-- { "blockType": "request", "name": "assignSensitivityLabel", "tags": "service.graph" } --> +<!-- { "blockType": "request", "name": "assignSensitivityLabel", "tags": "service.graph", "sampleKeys": ["016GVDAP3RCQS5VBQHORFIVU2ZMOSBL25U"] } --> ``` http POST https://graph.microsoft.com/beta/drive/root/items/016GVDAP3RCQS5VBQHORFIVU2ZMOSBL25U/assignSensitivityLabel Content-Type: application/json |
v1.0 | Driveitem Createlink | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/driveitem-createlink.md | The sharing link is configured to be read-only and usable by anyone with the lin #### Request <!-- { "blockType": "request",- "name": "driveItem_createlink", - "sampleKeys": ["01G7ZEPNWQ6DTNTJHHJFBYZD47OAVFOO46"] + "name": "driveItem_createlink" }--> ```http To create a company sharable link, use the **scope** parameter with a value of ` <!-- { "blockType": "request", "name": "create-link-scoped",- "scopes": "files.readwrite service.sharepoint", - "sampleKeys": ["01G7ZEPNWQ6DTNTJHHJFBYZD47OAVFOO46"] + "scopes": "files.readwrite service.sharepoint" } --> ```http When an embed link is created the `webHtml` property contains the HTML code for <!-- { "blockType": "request", "name": "create-embedded-link",- "scopes": "files.readwrite service.onedrive", - "sampleKeys": ["01G7ZEPNWQ6DTNTJHHJFBYZD47OAVFOO46"] + "scopes": "files.readwrite service.onedrive" } --> ```http |
v1.0 | Driveitem Delta | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/driveitem-delta.md | When the `Prefer: hierarchicalsharing` header is provided, sharing information w In many scanning scenarios, you might be interested specifically in changes to permissions. To make it clear in the delta query response which changes are the result of permissions being changed, you can provide the `Prefer: deltashowsharingchanges` header. When this header is provided, all items that appear in the delta query response due to permission changes will have the `@microsoft.graph.sharedChanged":"True"` OData annotation. This feature is applicable to SharePoint and OneDrive for Business but not consumer OneDrive accounts. -> **Note:** The use of `Prefer: deltashowsharingchanges` header requires you to use `Prefer: deltashowremovedasdeleted` and `Prefer: deltatraversepermissiongaps`. These header values can be joined together in a single header: `Prefer: deltashowremovedasdeleted, deltatraversepermissiongaps, deltashowsharingchanges`. +> [!NOTE] +> * The use of `Prefer: deltashowsharingchanges` header requires you to use `Prefer: deltashowremovedasdeleted` and `Prefer: deltatraversepermissiongaps`. These header values can be joined together in a single header: `Prefer: deltashowremovedasdeleted, deltatraversepermissiongaps, deltashowsharingchanges`. +> +> * In order to process permissions correctly your application will need to request **Sites.FullControl.All** permissions. ++For additional guidance about scanning scenarios see [Best practices for discovering files and detecting changes at scale](/onedrive/developer/rest-api/concepts/scan-guidance). ## Error responses In addition to the resync errors detailed above, see [Error Responses][error-response] for details about how errors are returned. +## See also +[Use delta query to track changes in Microsoft Graph data](/graph/delta-query-overview) +[Best practices for discovering files and detecting changes at scale](/onedrive/developer/rest-api/concepts/scan-guidance) + [error-response]: /graph/errors [item-resource]: ../resources/driveitem.md |
v1.0 | Driveitem Extractsensitivitylabels | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/driveitem-extractsensitivitylabels.md | One of the following permissions is required to call this API. To learn more, in |Permission type | Permissions (from least to most privileged) | |:--|:--|-|Delegated (work or school account) | Files.Read, Files.ReadWrite, Files.Read.All, Files.ReadWrite.All, Sites.Read.All, Sites.ReadWrite.All | -|Delegated (personal Microsoft account) | Files.Read, Files.ReadWrite, Files.Read.All, Files.ReadWrite.All | +|Delegated (work or school account) | Files.Read.All, Files.ReadWrite.All, Sites.Read.All, Sites.ReadWrite.All | +|Delegated (personal Microsoft account) | Not supported. | |Application | Files.Read.All, Files.ReadWrite.All, Sites.Read.All, Sites.ReadWrite.All | ## HTTP request |
v1.0 | Educationassignment Get Rubric | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationassignment-get-rubric.md | Title: "Get educationRubric attached to educationAssignment" description: "Get the educationRubric attached to an educationAssignment, if one exists." ms.localizationpriority: medium-+ ms.prod: "education" doc_type: "apiPageType" One of the following permissions is required to call this API. To learn more, in GET /education/classes/{id}/assignments/{id}/rubric ``` +## Optional query parameters ++This method supports the `$top`,and `$select` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ++ ## Request headers | Name |Description| |
v1.0 | Educationassignment Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationassignment-get.md | Title: "Get educationAssignment" description: "Get the properties and relationships of an assignment."-+ ms.localizationpriority: medium ms.prod: "education" doc_type: apiPageType Students can only see assignments assigned to them; teachers and applications wi ## Permissions One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). - |Permission type | Permissions (from least to most privileged) | |:--|:| |Delegated (work or school account) | EduAssignments.ReadBasic, EduAssignments.ReadWriteBasic, EduAssignments.Read, EduAssignments.ReadWrite | One of the following permissions is required to call this API. To learn more, in GET /education/classes/{id}/assignments/{id} ``` ## Optional query parameters-This method supports the [OData Query Parameters](/graph/query-parameters) to help customize the response. +This method supports the `$select` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ++ The available `$expand` options for this method are: `categories`, `resources`, `rubric`, `submissions` and `*` which includes all the previous options. |
v1.0 | Educationassignment List Categories | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationassignment-list-categories.md | Title: "List categories" description: "List all the categories associated with an assignment."-+ ms.localizationpriority: medium ms.prod: "education" doc_type: apiPageType One of the following permissions is required to call this API. To learn more, in GET /education/classes/{id}/assignments/{id}/categories ``` ## Optional query parameters-This method supports the [OData query parameters](/graph/query-parameters) to help customize the response. +This method supports the `$select` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). + ## Request headers | Header | Value | |
v1.0 | Educationassignment List Resources | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationassignment-list-resources.md | Title: "List assignment resources" description: "Get all the resources associated with an assignment."-+ ms.localizationpriority: medium ms.prod: "education" doc_type: apiPageType GET /education/classes/{id}/assignments/{id}/resources ``` ## Optional query parameters-This method supports the [OData Query Parameters](/graph/query-parameters) to help customize the response. ++This method supports the `$top`, `$filter`, `$orderBy`, and `$select` OData query parameters to help customize the response. +For general information, see [OData query parameters](/graph/query-parameters). + ## Request headers | Header | Value | |
v1.0 | Educationassignment List Submissions | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationassignment-list-submissions.md | Title: "List submissions" description: "List all the submissions associated with an assignment."-+ ms.localizationpriority: medium ms.prod: "education" doc_type: apiPageType GET /education/classes/{class-id}/assignments/{assignment-id}/submissions ``` ## Optional query parameters-This method supports the [OData query parameters](/graph/query-parameters) to help customize the response. -The following are the available `$expand` options for this method: `outcomes`, `resources`, `submittedResources`, and `*`, which includes all the previous options. +This method supports the `$filter`,'$top', and `$select` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers | Header | Value | |
v1.0 | Educationassignment Setupresourcesfolder | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationassignment-setupresourcesfolder.md | The following is an example of a request. # [HTTP](#tab/http) <!-- { "blockType": "request",- "sampleKeys": ["d38ffdea-da93-46ac-90ba-d568c6073075","ad8afb28-c138-4ad7-b7f5-a6986c2655a8"], + "sampleKeys": ["955e0bd5-52c2-41ad-b7e8-5b33a18c5e78","18d17255-3278-49fb-8da7-d095b7f610c4"], "name": "educationassignment_setupresourcesfolder" }--> ```msgraph-interactive |
v1.0 | Educationassignmentdefaults Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationassignmentdefaults-update.md | PATCH /education/classes/{id}/assignmentDefaults |Content-Type|application/json. Required.| ## Request body-In the request body, supply the values for relevant fields of the [educationAssignmentDefaults](../resources/educationassignmentdefaults.md) object that should be updated. Existing properties that are not included in the request body will maintain their previous values. For best performance, don't include existing values that haven't changed. |Property|Type|Description| |:|:|:| Content-Type: application/json ### Response-**Note:** The response object shown here might be shortened for readability. +>**Note:** The response object shown here might be shortened for readability. <!-- { "blockType": "response", "truncated": true, |
v1.0 | Educationassignmentresource Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationassignmentresource-get.md | Title: "Get educationAssignmentResource" description: "Get the properties of a specific resource on an assignment. "-+ ms.localizationpriority: medium ms.prod: "education" doc_type: apiPageType One of the following permissions is required to call this API. To learn more, in ```http GET /education/classes/{class-id}/assignments/{assignment-id}/resources/{resource-id} ```+ ## Optional query parameters-This method supports the [OData query parameters](/graph/query-parameters) to help customize the response. ++This method supports the `$select` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). + ## Request headers | Header | Value | The following is an example of the request. # [HTTP](#tab/http) <!-- { "blockType": "request",- "sampleKeys": ["72a7baec-c3e9-4213-a850-f62de0adad5f","517b36a6-9ca2-4e7b-9748-3af25f5cd4fd","a2f95693-aea2-4d5e-a936-11ef390f8f20"], + "sampleKeys": ["72a7baec-c3e9-4213-a850-f62de0adad5f","1618dfb0-3ff2-4edf-8d5c-b8f81df00e80","517b36a6-9ca2-4e7b-9748-3af25f5cd4fd"], "name": "get_educationexcelresource_from_educationassignment" }--> ```msgraph-interactive The following is an example of the request. # [HTTP](#tab/http) <!-- { "blockType": "request",- "sampleKeys": ["72a7baec-c3e9-4213-a850-f62de0adad5f","3cb7968b-082f-4756-bdfb-782b4538cc0a","a2f95693-aea2-4d5e-a936-11ef390f8f20"], + "sampleKeys": ["72a7baec-c3e9-4213-a850-f62de0adad5f","1618dfb0-3ff2-4edf-8d5c-b8f81df00e80","3cb7968b-082f-4756-bdfb-782b4538cc0a"], "name": "get_educationpowerpointresource_from_educationassignment" }--> ```msgraph-interactive The following is an example of the request. # [HTTP](#tab/http) <!-- { "blockType": "request",- "sampleKeys": ["72a7baec-c3e9-4213-a850-f62de0adad5f","a7a2fec0-2a26-47bf-8d40-2319c0afb1f4","a2f95693-aea2-4d5e-a936-11ef390f8f20"], + "sampleKeys": ["72a7baec-c3e9-4213-a850-f62de0adad5f","1618dfb0-3ff2-4edf-8d5c-b8f81df00e80","a7a2fec0-2a26-47bf-8d40-2319c0afb1f4"], "name": "get_educationfileresource_from_educationassignment" }--> ```msgraph-interactive The following is an example of the request. # [HTTP](#tab/http) <!-- { "blockType": "request",- "sampleKeys": ["72a7baec-c3e9-4213-a850-f62de0adad5f","f3687fc5-908b-4006-8040-dbba9e04023c","a2f95693-aea2-4d5e-a936-11ef390f8f20"], + "sampleKeys": ["72a7baec-c3e9-4213-a850-f62de0adad5f","1618dfb0-3ff2-4edf-8d5c-b8f81df00e80","f3687fc5-908b-4006-8040-dbba9e04023c"], "name": "get_educationmediaresource_from_educationassignment" }--> ```msgraph-interactive |
v1.0 | Educationcategory Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationcategory-delete.md | One of the following permissions is required to call this API. To learn more, in | Permission type | Permissions (from least to most privileged) | | :- | : | | Delegated (work or school account) | EduAssignments.ReadWriteBasic, EduAssignments.ReadWrite |-| Delegated (personal Microsoft account) | Not Supported. | -| Application | Not Supported. | +| Delegated (personal Microsoft account) | Not supported. | +| Application | Not supported. | ## HTTP request |
v1.0 | Educationcategory Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationcategory-get.md | Title: "Get educationCategory" description: "Retrieve a category object."-+ ms.localizationpriority: medium ms.prod: "education" doc_type: apiPageType GET /education/classes/{id}/assignmentCategories/{id} ``` ## Optional query parameters+This method supports the `$select` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). + -This method supports the [OData query parameters](/graph/query-parameters) to help customize the response. ## Request headers | Header | Value | |
v1.0 | Educationclass Post Assignments | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationclass-post-assignments.md | POST https://graph.microsoft.com/beta/education/classes/72a7baec-c3e9-4213-a850- Content-type: application/json {- "dueDateTime": "2021-09-07T00:00:00Z", - "displayName": "Reading test 09.03 #4", + "dueDateTime": "2022-09-16T00:00:00Z", + "displayName": "Reading test 09.14 Beta", "instructions": { "contentType": "text", "content": "Read chapter 4" }, "grading": {- "@odata.type": "#microsoft.graph.educationAssignmentGradeType", + "@odata.type": "#microsoft.graph.educationAssignmentPointsGradeType", "maxPoints": 50 }, "assignTo": {- "@odata.type": "#microsoft.graph.educationAssignmentGradeType" + "@odata.type": "#microsoft.graph.educationAssignmentClassRecipient" }, "status": "draft", "allowStudentsToAddResourcesToSubmission": true HTTP/1.1 201 Created Content-type: application/json {- "@odata.context": "https://graph.microsoft.com/beta/$metadata#education/classes('72a7baec-c3e9-4213-a850-f62de0adad5f')/assignments/$entity", - "classId": "72a7baec-c3e9-4213-a850-f62de0adad5f", - "displayName": "Reading test 09.03 #4", + "@odata.context": "https://graph.microsoft.com/beta/$metadata#education/classes('f4a941ff-9da6-4707-ba5b-0eae93cad0b4')/assignments/$entity", + "classId": "f4a941ff-9da6-4707-ba5b-0eae93cad0b4", + "displayName": "Reading test 09.14 Beta", "closeDateTime": null,- "dueDateTime": "2021-09-07T00:00:00Z", + "dueDateTime": "2022-09-16T00:00:00Z", "assignDateTime": null, "assignedDateTime": null, "allowLateSubmissions": true, "resourcesFolderUrl": null,- "createdDateTime": "2021-09-03T23:55:51.373004Z", - "lastModifiedDateTime": "2021-09-03T23:55:51.4119944Z", + "feedbackResourcesFolderUrl": null, + "createdDateTime": "2022-09-14T21:24:11.8578804Z", + "lastModifiedDateTime": "2022-09-14T21:24:11.8578831Z", "allowStudentsToAddResourcesToSubmission": true, "status": "draft", "notificationChannelUrl": null,- "webUrl": "https://teams.microsoft.com/l/entity/66aeee93-507d-479a-a3ef-8f494af43945/classroom?context=%7B%22subEntityId%22%3A%22%7B%5C%22version%5C%22%3A%5C%221.0%5C%22,%5C%22config%5C%22%3A%7B%5C%22classes%5C%22%3A%5B%7B%5C%22id%5C%22%3A%5C%2272a7baec-c3e9-4213-a850-f62de0adad5f%5C%22,%5C%22displayName%5C%22%3Anull,%5C%22assignmentIds%5C%22%3A%5B%5C%221618dfb0-3ff2-4edf-8d5c-b8f81df00e80%5C%22%5D%7D%5D%7D,%5C%22action%5C%22%3A%5C%22navigate%5C%22,%5C%22view%5C%22%3A%5C%22assignment-viewer%5C%22%7D%22,%22channelId%22%3Anull%7D", + "webUrl": "https://teams.microsoft.com/l/entity/66aeee93-507d-479a-a3ef-8f494af43945/classroom?context=%7B%22subEntityId%22%3A%22%7B%5C%22version%5C%22%3A%5C%221.0%5C%22,%5C%22config%5C%22%3A%7B%5C%22classes%5C%22%3A%5B%7B%5C%22id%5C%22%3A%5C%22f4a941ff-9da6-4707-ba5b-0eae93cad0b4%5C%22,%5C%22displayName%5C%22%3Anull,%5C%22assignmentIds%5C%22%3A%5B%5C%22b58c972d-585a-4ed8-8e0e-9c66e5506d26%5C%22%5D,%5C%22submissionId%5C%22%3Anull%7D%5D%7D,%5C%22action%5C%22%3A%5C%22navigate%5C%22,%5C%22view%5C%22%3A%5C%22assignment-viewer%5C%22%7D%22,%22channelId%22%3Anull%7D", "addToCalendarAction": "none", "addedStudentAction": "none",- "id": "1618dfb0-3ff2-4edf-8d5c-b8f81df00e80", + "id": "b58c972d-585a-4ed8-8e0e-9c66e5506d26", "instructions": { "content": "Read chapter 4", "contentType": "text" |
v1.0 | Educationoutcome Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationoutcome-update.md | One of the following permissions is required to call this API. To learn more, in |:|:--| | Delegated (work or school account) | EduAssignments.ReadWriteBasic, EduAssignments.ReadWrite | | Delegated (personal Microsoft account) | Not supported. |-| Application | Not supported. | +| Application | EduAssignments.ReadWrite.All, EduAssignments.ReadWriteBasic.All | ## HTTP request |
v1.0 | Educationrubric Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationrubric-get.md | Title: "Get educationRubric" description: "Retrieve the properties and relationships of an educationrubric object." ms.localizationpriority: medium-+ ms.prod: "education" doc_type: "apiPageType" The following is an example of the request. GET https://graph.microsoft.com/beta/education/me/rubrics/{id} ``` +## Optional query parameters ++This method supports the `$select` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). + # [C#](#tab/csharp) [!INCLUDE [sample-code](../includes/snippets/csharp/get-educationrubric-csharp-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Educationsubmission Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationsubmission-get.md | Title: "Get educationSubmission" description: "Retrieve a particular submission. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the student the submission is assigned to can see and modify the submission. A teacher or application with application permissions has full access to all submissions. "-+ ms.localizationpriority: medium ms.prod: "education" doc_type: apiPageType One of the following permissions is required to call this API. To learn more, in ```http GET /education/classes/{class-id}/assignments/{assignment-id}/submissions/{submission-id} ```+ ## Optional query parameters-This method supports the [OData Query Parameters](/graph/query-parameters) to help customize the response. -The following are the available `$expand` options for this method: `outcomes`, `resources`, `submittedResources`, and `*`, which includes all the previous options. For details, see the examples section. +This method supports the `$select` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers | Header | Value | |
v1.0 | Educationsubmission List Outcomes | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationsubmission-list-outcomes.md | Title: "List outcomes" description: "Retrieve a list of educationoutcome objects." ms.localizationpriority: medium-+ ms.prod: "education" doc_type: "apiPageType" One of the following permissions is required to call this API. To learn more, in GET /education/classes/{id}/assignments/{id}/submissions/{id}/outcomes ``` +## Optional query parameters ++This method supports the `$top`, `$filter`, and `$select` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). + ## Request headers | Name |Description| |
v1.0 | Educationsubmission List Resources | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationsubmission-list-resources.md | Title: "List submission resources" description: "List the resources associated with a submission."-+ ms.localizationpriority: medium ms.prod: "education" doc_type: apiPageType GET /education/classes/{id}/assignments/{id}/submissions/{id}/resources ## Optional query parameters -This method supports the [OData query parameters](/graph/query-parameters) to help customize the response. +This method supports the `$top`, `$filter`, `$orderBy`, and `$select` OData query parameters to help customize the response.For general information, see [OData query parameters](/graph/query-parameters). + ## Request headers |
v1.0 | Educationsubmission List Submittedresources | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationsubmission-list-submittedresources.md | Title: "List submittedResources" description: "List the resources that have officially been submitted for grading. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment."-+ ms.localizationpriority: medium ms.prod: "education" doc_type: apiPageType One of the following permissions is required to call this API. To learn more, in ```http GET /education/classes/{id}/assignments/{id}/submissions/{id}/submittedResources ```+ ## Optional query parameters-This method supports the [OData Query Parameters](/graph/query-parameters) to help customize the response. ++This method supports the `$top`, `$filter`, `$orderBy`, and `$select` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers | Header | Value | |
v1.0 | Educationsubmission Reassign | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationsubmission-reassign.md | One of the following permissions is required to call this API. To learn more, in |:--|:| |Delegated (work or school account) | EduAssignments.ReadWriteBasic, EduAssignments.ReadWrite | |Delegated (personal Microsoft account) | Not supported. |-|Application | Not supported. | +|Application | Notes.ReadWrite.All, EduAssignments.ReadWrite.All | ## HTTP request <!-- { "blockType": "ignored" } --> |
v1.0 | Educationsubmission Return | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationsubmission-return.md | One of the following permissions is required to call this API. To learn more, in |:--|:| |Delegated (work or school account) | EduAssignments.ReadWriteBasic, EduAssignments.ReadWrite | |Delegated (personal Microsoft account) | Not supported. |-|Application | Not supported. | +|Application | EduAssignments.ReadWrite.All, EduAssignments.ReadWriteBasic.All | ## HTTP request <!-- { "blockType": "ignored" } --> |
v1.0 | Educationsubmission Submit | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationsubmission-submit.md | One of the following permissions is required to call this API. To learn more, in |:--|:| |Delegated (work or school account) | EduAssignments.ReadWriteBasic, EduAssignments.ReadWrite | |Delegated (personal Microsoft account) | Not supported. |-|Application | Not supported. | +|Application | Notes.ReadWrite.All, EduAssignments.ReadWrite.All | ## HTTP request <!-- { "blockType": "ignored" } --> |
v1.0 | Educationsubmission Unsubmit | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationsubmission-unsubmit.md | One of the following permissions is required to call this API. To learn more, in |:--|:| |Delegated (work or school account) | EduAssignments.ReadWriteBasic, EduAssignments.ReadWrite | |Delegated (personal Microsoft account) | Not supported. |-|Application | Not supported. | +|Application | Notes.ReadWrite.All, EduAssignments.ReadWrite.All | ## HTTP request <!-- { "blockType": "ignored" } --> |
v1.0 | Educationsubmissionresource Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationsubmissionresource-get.md | Title: "Get educationSubmissionResource" description: "Retrieve the properties of a specific resource associated with the submission."-+ ms.localizationpriority: medium ms.prod: "education" doc_type: apiPageType One of the following permissions is required to call this API. To learn more, in GET /education/classes/{class-id}/assignments/{assignment-id}/submissions/{submission-id}/resources/{resource-id} ``` ## Optional query parameters-This method supports the [OData query parameters](/graph/query-parameters) to help customize the response. ++This method supports the `$top`, `$filter`, `$orderBy`, and `$select` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers | Header | Value | |
v1.0 | Educationsubmittedsubmissionresource Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationsubmittedsubmissionresource-get.md | Title: "Get educationSubmittedSubmissionResource" -description: "Retrieve a submitted resource." -++description: "Retrieve a submitted resource. This will be available to a teacher or an application with application permissions after a student has submitted, and will be available to the student after the teacher has released the submission. Note that teachers can leave notes in some resources." + ms.localizationpriority: medium ms.prod: "education" doc_type: apiPageType One of the following permissions is required to call this API. To learn more, in ```http GET /education/classes/{id}/assignments/{id}/submissions/{id}/submittedResources/{id} ```+ ## Optional query parameters-This method supports the [OData query parameters](/graph/query-parameters) to help customize the response. ++This method supports the `$select` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers | Header | Value | The following is an example of the request. "name": "get_educationsubmittedsubmissionresource", "sampleKeys": ["11021", "19002", "850f51b7", "f2387c3b-ec39-4bf2-a399-d7242677f024"] }-->+ ```http GET https://graph.microsoft.com/beta/education/classes/11021/assignments/19002/submissions/850f51b7/submittedResources/f2387c3b-ec39-4bf2-a399-d7242677f024 ``` |
v1.0 | Educationuser List Assignments | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationuser-list-assignments.md | Title: "List assignments of a user" description: "Returns a list of assignments assigned to a user for all classes." ms.localizationpriority: medium-+ ms.prod: "education" doc_type: apiPageType GET /education/users/{user-id}/assignments ## Optional query parameters -This method supports the [OData Query Parameters](/graph/query-parameters) to help customize the response. +This method supports the `$top`, `$filter`, `$orderBy`, and `$select` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). + ## Request headers |
v1.0 | Educationuser List Rubrics | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationuser-list-rubrics.md | Title: "List rubrics" description: "Retrieve a list of educationrubric objects." ms.localizationpriority: medium-+ ms.prod: "education" doc_type: "apiPageType" One of the following permissions is required to call this API. To learn more, in GET /education/me/rubrics ``` +## Optional query parameters ++This method supports the `$top`, `$filter`, `$orderBy`, and `$select` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). + ## Request headers | Name |Description| |
v1.0 | Educationuser Post Rubrics | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationuser-post-rubrics.md | Content-type: application/json [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] # [PowerShell](#tab/powershell) [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] # [PHP](#tab/php) |
v1.0 | Entitlementmanagement Post Accesspackageresourcerequests | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/entitlementmanagement-post-accesspackageresourcerequests.md | Namespace: microsoft.graph [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -Create a new [accessPackageResourceRequest](../resources/accesspackageresourcerequest.md) object to request the addition of a resource to an access package catalog, or the removal of a resource from a catalog. A resource must be included in an access package catalog before a [role of that resource](../resources/accesspackageresourcerole.md) can be added to an access package. +Create a new [accessPackageResourceRequest](../resources/accesspackageresourcerequest.md) object to request the addition of a resource to an access package catalog, update of a resource, or the removal of a resource from a catalog. A resource must be included in an access package catalog before a [role of that resource](../resources/accesspackageresourcerole.md) can be added to an access package. ## Permissions |
v1.0 | Extensionproperty Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/extensionproperty-delete.md | Title: "Delete extensionProperty (directory extension)" description: "Delete a directory extension definition." ms.localizationpriority: medium doc_type: "apiPageType" |
v1.0 | Extensionproperty Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/extensionproperty-get.md | Title: "Get extensionProperty (directory extension)" description: "Read a directory extension definition." ms.localizationpriority: medium doc_type: apiPageType |
v1.0 | Group Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/group-delete.md | One of the following permissions is required to call this API. To learn more, in | Delegated (personal Microsoft account) | Not supported. | | Application | Group.ReadWrite.All | +The following conditions apply for apps to delete role-assignable groups: ++ For delegated scenarios, the app must be assigned the _RoleManagement.ReadWrite.Directory_ delegated permission, and the calling user must be the creator of the group or a global administrator or a privileged role administrator.++ For app-only scenarios, the calling app must be the owner of the group or be assigned the _RoleManagement.ReadWrite.Directory_ application permission or be assigned the Global Administrator or Privileged Role Administrator Azure AD role.+ ## HTTP request <!-- { "blockType": "ignored" } --> |
v1.0 | Group List Members | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/group-list-members.md | GET /groups/{id}/members ## Optional query parameters -This method supports the [OData query parameters](/graph/query-parameters) to help customize the response, including `$search`, `$count`, and `$filter`. OData cast is also enabled, for example, you can cast to get just the users that are a member of the group. You can use `$search` on the **displayName** property. When items are added or updated for this resource, they are specially indexed for use with the `$count` and `$search` query parameters. There can be a slight delay between when an item is added or updated and when it is available in the index. +This method supports the `$filter`, `$count`, `$select`, `$search`, and `$expand` [OData query parameters](/graph/query-parameters) to help customize the response. OData cast is also enabled, for example, you can cast to get just the group members that are users. You can use `$search` on the **displayName** and **description** properties. When items are added or updated for this resource, they are specially indexed for use with the `$count` and `$search` query parameters. There can be a slight delay between when an item is added or updated and when it is available in the index. ## Request headers |
v1.0 | Group List Owners | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/group-list-owners.md | Title: "List owners" + Title: "List group owners" description: "Retrieve a list of the group's owners." ms.localizationpriority: medium ms.prod: "groups" doc_type: apiPageType -# List owners +# List group owners Namespace: microsoft.graph GET /groups/{id}/owners ## Optional query parameters -This method supports the [OData Query Parameters](/graph/query-parameters) to help customize the response. +This method supports the `$filter`, `$count`, `$select`, `$search`, and `$expand` [OData query parameters](/graph/query-parameters) to help customize the response. OData cast is also enabled, for example, you can cast to get just the group owners that are users. You can use `$search` on the **displayName** and **description** properties. When items are added or updated for this resource, they are specially indexed for use with the `$count` and `$search` query parameters. There can be a slight delay between when an item is added or updated and when it is available in the index. ## Request headers |
v1.0 | Group Post Groups | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/group-post-groups.md | One of the following permissions is required to call this API. To learn more, in | Delegated (personal Microsoft account) | Not supported. | | Application | Group.Create, Group.ReadWrite.All, Directory.ReadWrite.All | +For an app create a group with owners or members while it has the *Group.Create* permission, the app must have the privileges to read the object type that it wants to assign as the group owner or member. Therefore: ++ The app can assign itself as the group's owner or member.++ To create the group with users as owners or members, the app must have at least the *User.Read.All* permission.++ To create the group with other service principals as owners or members, the app must have at least the *Application.Read.All* permission.++ To create the group with either users or service principals as owners or members, the app must have at least the *Directory.Read.All* permission.+ ## HTTP request <!-- { "blockType": "ignored" } --> |
v1.0 | Identitycontainer Post B2cuserflows | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitycontainer-post-b2cuserflows.md | Content-type: application/json [!INCLUDE [sample-code](../includes/snippets/go/create-b2cuserflow-from-b2cuserflows-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] -# [PowerShell](#tab/powershell) - # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/create-b2cuserflow-from-b2cuserflows-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] Content-type: application/json [!INCLUDE [sample-code](../includes/snippets/go/create-b2cuserflow-from-b2cuserflows-identityprovider-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] -# [PowerShell](#tab/powershell) - # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/create-b2cuserflow-from-b2cuserflows-identityprovider-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] Content-type: application/json [!INCLUDE [sample-code](../includes/snippets/go/create-b2cuserflow-from-b2cuserflows-apiconnectors-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] -# [PowerShell](#tab/powershell) - # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/create-b2cuserflow-from-b2cuserflows-apiconnectors-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitycontainer Post B2xuserflows | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitycontainer-post-b2xuserflows.md | Content-type: application/json [!INCLUDE [sample-code](../includes/snippets/go/create-b2xuserflow-from-b2xuserflows-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] -# [PowerShell](#tab/powershell) - # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/create-b2xuserflow-from-b2xuserflows-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] Content-type: application/json [!INCLUDE [sample-code](../includes/snippets/go/create-b2xuserflow-from-b2xuserflows-identityproviders-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] -# [PowerShell](#tab/powershell) - # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/create-b2xuserflow-from-b2xuserflows-identityproviders-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] Content-type: application/json [!INCLUDE [sample-code](../includes/snippets/go/create-b2xuserflow-from-b2xuserflows-apiconnectors-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] -# [PowerShell](#tab/powershell) - # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/create-b2xuserflow-from-b2xuserflows-apiconnectors-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Customtaskextension Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-customtaskextension-delete.md | DELETE https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/cu [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-delete-customtaskextension-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-delete-customtaskextension-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Customtaskextension Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-customtaskextension-get.md | Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a [customTaskExtension](../resources/identitygovernance-customtaskextension.md) object in the response body. +If successful, this method returns a `200 OK` response code and a [microsoft.graph.identityGovernance.customTaskExtension](../resources/identitygovernance-customtaskextension.md) object in the response body. ## Examples GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/custo [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-get-customtaskextension-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-get-customtaskextension-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Customtaskextension Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-customtaskextension-update.md | Content-length: 588 [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-update-customtaskextension-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-update-customtaskextension-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Deleteditemcontainer Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-deletedItemcontainer-delete.md | DELETE https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/de [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-delete-deleteditems-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-delete-deleteditems-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Deleteditemcontainer Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-deleteditemcontainer-get.md | Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [workflow](../resources/identitygovernance-workflow.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md) objects in the response body. ## Examples -### Request +### Example 1: Get a deleted workflow ++#### Request The following is an example of a request. GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/delet [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-get-deleteditemcontainer-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-get-deleteditemcontainer-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/delet -### Response +#### Response The following is an example of the response >**Note:** The response object shown here might be shortened for readability. Content-Type: application/json } } ```++### Example 2: Get specific properties of a deleted workflow ++#### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "lifecycleworkflows_get_deleteditemcontainer_select" +} +--> +``` http +GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/deletedItems/workflows/952b23c5-cc25-48c9-8848-95da4dd9dc6d?$select=id,category,displayName,description,version,executionConditions +``` ++#### Response ++The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.identityGovernance.workflow" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/deletedItems/workflows(id,category,displayName,description,version,executionConditions,tasks())/$entity", + "category": "leaver", + "description": "Employee offboarding for Contoso Germany.", + "displayName": "Germany offboard employees", + "id": "952b23c5-cc25-48c9-8848-95da4dd9dc6d", + "version": 4, + "executionConditions": { + "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions", + "scope": { + "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet", + "rule": "(startsWith(employeeType, 'member'))" + }, + "trigger": { + "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger", + "timeBasedAttribute": "employeeLeaveDateTime", + "offsetInDays": -7 + } + }, + "tasks@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/deletedItems/workflows('952b23c5-cc25-48c9-8848-95da4dd9dc6d')/tasks", + "tasks": [] +} +``` |
v1.0 | Identitygovernance Lifecyclemanagementsettings Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-lifecyclemanagementsettings-get.md | Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a [lifecycleManagementSettings](../resources/identitygovernance-lifecyclemanagementsettings.md) object in the response body. +If successful, this method returns a `200 OK` response code and a [microsoft.graph.identityGovernance.lifecycleManagementSettings](../resources/identitygovernance-lifecyclemanagementsettings.md) object in the response body. ## Examples GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/setti [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-get-lifecyclemanagementsettings-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-get-lifecyclemanagementsettings-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Lifecyclemanagementsettings Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-lifecyclemanagementsettings-update.md | Content-Type: application/json [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-update-lifecyclemanagementsettings-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-update-lifecyclemanagementsettings-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Lifecycleworkflowscontainer List Customtaskextensions | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions.md | GET /identityGovernance/lifecycleWorkflows/customTaskExtensions ## Optional query parameters -This method supports the `$select` `$search`, `$orderby`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). +This method supports the `$select` `$search`, `$orderBy`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [customTaskExtension](../resources/identitygovernance-customtaskextension.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.identityGovernance.customTaskExtension](../resources/identitygovernance-customtaskextension.md) objects in the response body. ## Examples GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/custo [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-list-customtaskextension-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-list-customtaskextension-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Lifecycleworkflowscontainer List Deleteditems | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems.md | For delegated scenarios, the admin needs one of the following [Azure AD roles](/ } --> ``` http-GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/deletedItems/workflows/ +GET /identityGovernance/lifecycleWorkflows/deletedItems/workflows/ ``` ## Optional query parameters -This method supports the `$select`, `$search`, `$orderby`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). +This method supports the `$select`, `$search`, `$orderBy`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [workflow](../resources/identitygovernance-workflow.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md) objects in the response body. ## Examples -### Request +### Example 1: Retrieve all deleted workflows ++#### Request The following is an example of a request. GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/delet [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-list-deleteditemcontainer-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-list-deleteditemcontainer-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/delet -### Response +#### Response The following is an example of the response >**Note:** The response object shown here might be shortened for readability. Content-Type: application/json ] } ```++### Example 2: Retrieve deleted workflows for "leaver" scenarios and return only specific properties ++#### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "lifecycleworkflows_list_deleteditemcontainer_select" +} +--> +``` http +GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/deletedItems/workflows?$select=id,category,displayName,description,version&$filter=category eq 'leaver' +``` ++#### Response ++The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "Collection(microsoft.graph.deletedItemContainer)" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/deletedItems/workflows(category,displayName,description,version)", + "value": [ + { + "category": "leaver", + "description": "Employee offboarding for Contoso Germany.", + "displayName": "Germany offboard employees", + "id": "952b23c5-cc25-48c9-8848-95da4dd9dc6d", + "version": 4 + } + ] +} +``` |
v1.0 | Identitygovernance Lifecycleworkflowscontainer List Taskdefinitions | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions.md | Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [taskDefinition](../resources/identitygovernance-taskdefinition.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.identityGovernance.taskDefinition](../resources/identitygovernance-taskdefinition.md) objects in the response body. ## Examples -### Request +### Example 1: Retrieve all built-in task definitions ++#### Request The following is an example of a request. GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/taskD [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-list-taskdefinition-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-list-taskdefinition-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/taskD -### Response +#### Response The following is an example of the response Content-Type: application/json ] } ```++### Example 2: Retrieve all built-in tasks supported for "joiner" workflows ++#### Request ++The following is an example of a request. Because the **category** is a flagged enumeration that can be one of `joiner`, `joiner,leaver`, or `leaver`, the `has` operator checks tasks where the category includes "joiner". +++# [HTTP](#tab/http) +<!-- { + "blockType": "request", + "name": "lifecycleworkflows_list_taskdefinition_filter_category" +} +--> +``` http +GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/taskDefinitions?$filter=category has 'joiner' +``` ++# [C#](#tab/csharp) ++# [JavaScript](#tab/javascript) ++# [Java](#tab/java) ++# [Go](#tab/go) ++# [PowerShell](#tab/powershell) ++# [PHP](#tab/php) +++++#### Response ++The following is an example of the response ++<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "Collection(microsoft.graph.identityGovernance.taskDefinition)" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/taskDefinitions", + "value": [ + { + "category": "joiner,leaver", + "description": "Add user to selected groups", + "displayName": "Add User To Groups", + "id": "22085229-5809-45e8-97fd-270d28d66910", + "version": 1, + "parameters": [ + { + "name": "groupID", + "values": [], + "valueType": "string" + } + ] + }, + { + "category": "joiner,leaver", + "description": "Disable user account in the directory", + "displayName": "Disable User Account", + "id": "1dfdfcc7-52fa-4c2e-bf3a-e3919cc12950", + "version": 1, + "parameters": [] + }, + { + "category": "joiner,leaver", + "description": "Enable user account in the directory", + "displayName": "Enable User Account", + "id": "6fc52c9d-398b-4305-9763-15f42c1676fc", + "version": 1, + "parameters": [] + }, + { + "category": "joiner,leaver", + "description": "Remove user from membership of selected Azure AD groups", + "displayName": "Remove user from selected groups", + "id": "1953a66c-751c-45e5-8bfe-01462c70da3c", + "version": 1, + "parameters": [ + { + "name": "groupID", + "values": [], + "valueType": "string" + } + ] + }, + { + "category": "joiner", + "description": "Generate Temporary Access Pass and send via email to user's manager", + "displayName": "Generate TAP And Send Email", + "id": "1b555e50-7f65-41d5-b514-5894a026d10d", + "version": 1, + "parameters": [ + { + "name": "tapLifetimeMinutes", + "values": [], + "valueType": "string" + }, + { + "name": "tapIsUsableOnce", + "values": [ + "true", + "false" + ], + "valueType": "enum" + } + ] + }, + { + "category": "joiner", + "description": "Send welcome email to new hire", + "displayName": "Send Welcome Email", + "id": "70b29d51-b59a-4773-9280-8841dfd3f2ea", + "version": 1, + "parameters": [] + }, + { + "category": "joiner,leaver", + "description": "Add user to selected teams", + "displayName": "Add User To Teams", + "id": "e440ed8d-25a1-4618-84ce-091ed5be5594", + "version": 1, + "parameters": [ + { + "name": "teamID", + "values": [], + "valueType": "string" + } + ] + }, + { + "category": "joiner,leaver", + "description": "Remove user from membership of selected Teams", + "displayName": "Remove user from selected Teams", + "id": "06aa7acb-01af-4824-8899-b14e5ed788d6", + "version": 1, + "parameters": [ + { + "name": "teamID", + "values": [], + "valueType": "string" + } + ] + }, + { + "category": "joiner,leaver", + "description": "Run a Custom Task Extension to callout to an external system.", + "displayName": "Run a Custom Task Extension", + "id": "4262b724-8dba-4fad-afc3-43fcbb497a0e", + "version": 1, + "parameters": [ + { + "name": "customTaskExtensionID", + "values": [], + "valueType": "string" + } + ] + } + ] +} +``` |
v1.0 | Identitygovernance Lifecycleworkflowscontainer List Workflows | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-lifecycleworkflowscontainer-list-workflows.md | Title: "List workflows (lifecycle workflows)" + Title: "List workflows (in Lifecycle Workflows)" description: "Get a list of the workflow objects and their properties." ms.localizationpriority: medium ms.prod: "governance" doc_type: apiPageType -# List workflows (lifecycle workflows) +# List workflows (in Lifecycle Workflows) Namespace: microsoft.graph.identityGovernance GET /identityGovernance/lifecycleWorkflows/workflows ## Optional query parameters -This method supports the `$search`, `$select`, `$orderBy`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). +This method supports the `$search`, `$orderBy`, and `$filter` OData query parameters to help customize the response. `$expand` is supported by the **createdBy** and **lastModifiedBy** relationships only. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [workflow](../resources/identitygovernance-workflow.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md) objects in the response body. ## Examples -### Request +### Example 1: Retrieve all workflows created in the tenant ++#### Request The following is an example of a request. GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-list-workflow-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-list-workflow-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf -### Response +#### Response The following is an example of the response Content-Type: application/json ] } ```++### Example 2: Retrieve only specific properties of "leaver" workflows ++#### Request ++The following is an example of a request. +++# [HTTP](#tab/http) +<!-- { + "blockType": "request", + "name": "lifecycleworkflows_list_workflow_select" +} +--> +``` http +GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows?$filter=category eq 'leaver'&$select=id,category,displayName,isEnabled,isSchedulingEnabled +``` ++# [C#](#tab/csharp) ++# [JavaScript](#tab/javascript) ++# [Java](#tab/java) ++# [Go](#tab/go) ++# [PowerShell](#tab/powershell) ++# [PHP](#tab/php) +++++#### Response +The following is an example of the response +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "Collection(microsoft.graph.identityGovernance.workflowTemplate)" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows(category,displayName,isEnabled,isSchedulingEnabled)", + "value": [ + { + "category": "leaver", + "displayName": "Pre-Offboarding employees in the R&D department", + "id": "c0548e6c-8849-46e8-be14-8b6d2b04957e", + "isEnabled": true, + "isSchedulingEnabled": true + } + ] +} +``` |
v1.0 | Identitygovernance Lifecycleworkflowscontainer List Workflowtemplates | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates.md | GET /identityGovernance/lifecycleWorkflows/workflowTemplates ## Optional query parameters -This method supports the `$select`, `$orderby`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). +This method supports the `$select`, `$orderBy`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [workflowTemplate](../resources/identitygovernance-workflowtemplate.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.identityGovernance.workflowTemplate](../resources/identitygovernance-workflowtemplate.md) objects in the response body. ## Examples -### Request +### Example 1: Retrieve all Lifecycle Workflows workflow templates ++#### Request The following is an example of a request. GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-list-workflowtemplate-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-list-workflowtemplate-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf -### Response +#### Response The following is an example of the response <!-- { Content-Type: application/json ] } ```++### Example 2: Retrieve workflow templates supported for "leaver" workflows ++#### Request ++The following is an example of a request. +++# [HTTP](#tab/http) +<!-- { + "blockType": "request", + "name": "lifecycleworkflows_list_workflowtemplate_filter_category" +} +--> +``` http +GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflowTemplates?$filter=category eq 'leaver' +``` ++# [C#](#tab/csharp) ++# [JavaScript](#tab/javascript) ++# [Java](#tab/java) ++# [Go](#tab/go) ++# [PowerShell](#tab/powershell) ++# [PHP](#tab/php) +++++#### Response ++<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "Collection(microsoft.graph.identityGovernance.workflowTemplate)" +} +--> +```json +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflowTemplates", + "value": [ + { + "category": "leaver", + "description": "Execute real-time termination tasks for employees on their last day of work", + "displayName": "Real-time employee termination", + "id": "145735f1-57cc-48c2-81ec-727f07a10096", + "executionConditions": { + "@odata.type": "#microsoft.graph.identityGovernance.onDemandExecutionOnly" + }, + "tasks@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflowTemplates('145735f1-57cc-48c2-81ec-727f07a10096')/tasks", + "tasks": [ + { + "category": "leaver", + "continueOnError": false, + "description": "Remove user from all Azure AD groups memberships", + "displayName": "Remove user from all groups", + "executionSequence": 1, + "id": "1b89bb69-a8cf-416b-a69e-4f6d8108834c", + "isEnabled": true, + "taskDefinitionId": "b3a31406-2a15-4c9a-b25b-a658fa5f07fc", + "arguments": [] + }, + { + "category": "leaver", + "continueOnError": false, + "description": "Remove user from all Teams memberships", + "displayName": "Remove user from all Teams", + "executionSequence": 2, + "id": "d3cea676-ccce-4426-825c-63c63e9a64c7", + "isEnabled": true, + "taskDefinitionId": "81f7b200-2816-4b3b-8c5d-dc556f07b024", + "arguments": [] + }, + { + "category": "leaver", + "continueOnError": false, + "description": "Delete user account in Azure AD", + "displayName": "Delete User Account", + "executionSequence": 3, + "id": "adbd4f05-99f0-4260-a155-7657623ca071", + "isEnabled": true, + "taskDefinitionId": "8d18588d-9ad3-4c0f-99d0-ec215f0e3dff", + "arguments": [] + } + ] + }, + { + "category": "leaver", + "description": "Configure pre-offboarding tasks for employees before their last day of work", + "displayName": "Pre-Offboarding of an employee", + "id": "25abd83d-3b5d-4d6f-bb9a-4ed366fd96b1", + "executionConditions": { + "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions", + "scope": { + "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet", + "rule": "department eq 'Marketing'" + }, + "trigger": { + "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger", + "timeBasedAttribute": "employeeLeaveDateTime", + "offsetInDays": -7 + } + }, + "tasks@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflowTemplates('25abd83d-3b5d-4d6f-bb9a-4ed366fd96b1')/tasks", + "tasks": [ + { + "category": "joiner,leaver", + "continueOnError": false, + "description": "Remove user from membership of selected Azure AD groups", + "displayName": "Remove user from selected groups", + "executionSequence": 1, + "id": "7e9aac8a-d239-4867-be60-b3c999c50ee7", + "isEnabled": true, + "taskDefinitionId": "1953a66c-751c-45e5-8bfe-01462c70da3c", + "arguments": [ + { + "name": "groupID", + "value": "" + } + ] + }, + { + "category": "joiner,leaver", + "continueOnError": false, + "description": "Remove user from membership of selected Teams", + "displayName": "Remove user from selected Teams", + "executionSequence": 2, + "id": "40eab675-1aaf-432d-b17e-053d93b0fe2e", + "isEnabled": true, + "taskDefinitionId": "06aa7acb-01af-4824-8899-b14e5ed788d6", + "arguments": [ + { + "name": "teamID", + "value": "" + } + ] + } + ] + }, + { + "category": "leaver", + "description": "Configure offboarding tasks for employees on their last day of work", + "displayName": "Offboard an employee", + "id": "e821c59e-d28c-44d7-902f-5fed05e926f1", + "executionConditions": { + "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions", + "scope": { + "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet", + "rule": "department eq 'Marketing'" + }, + "trigger": { + "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger", + "timeBasedAttribute": "employeeLeaveDateTime", + "offsetInDays": 0 + } + }, + "tasks@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflowTemplates('e821c59e-d28c-44d7-902f-5fed05e926f1')/tasks", + "tasks": [ + { + "category": "joiner,leaver", + "continueOnError": false, + "description": "Disable user account in the directory", + "displayName": "Disable User Account", + "executionSequence": 1, + "id": "8d9eab35-6c32-4b76-acbd-6a22cb07aa6a", + "isEnabled": true, + "taskDefinitionId": "1dfdfcc7-52fa-4c2e-bf3a-e3919cc12950", + "arguments": [] + }, + { + "category": "leaver", + "continueOnError": false, + "description": "Remove user from all Azure AD groups memberships", + "displayName": "Remove user from all groups", + "executionSequence": 2, + "id": "4f5d8835-5d38-4106-ac7e-ebc407749bd2", + "isEnabled": true, + "taskDefinitionId": "b3a31406-2a15-4c9a-b25b-a658fa5f07fc", + "arguments": [] + }, + { + "category": "leaver", + "continueOnError": false, + "description": "Remove user from all Teams memberships", + "displayName": "Remove user from all Teams", + "executionSequence": 3, + "id": "8087b303-e7d5-492d-ab75-31d4aa34bd73", + "isEnabled": true, + "taskDefinitionId": "81f7b200-2816-4b3b-8c5d-dc556f07b024", + "arguments": [] + } + ] + }, + { + "category": "leaver", + "description": "Configure offboarding tasks for employees after their last day of work", + "displayName": "Post-Offboarding of an employee", + "id": "50149a4a-7c2d-4fd8-8018-761f4eb915cb", + "executionConditions": { + "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions", + "scope": { + "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet", + "rule": "department eq 'Marketing'" + }, + "trigger": { + "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger", + "timeBasedAttribute": "employeeLeaveDateTime", + "offsetInDays": 7 + } + }, + "tasks@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflowTemplates('50149a4a-7c2d-4fd8-8018-761f4eb915cb')/tasks", + "tasks": [ + { + "category": "leaver", + "continueOnError": false, + "description": "Remove all licenses assigned to the user", + "displayName": "Remove all licenses for user", + "executionSequence": 1, + "id": "760ab754-8249-4bce-9315-1ad06488e434", + "isEnabled": true, + "taskDefinitionId": "8fa97d28-3e52-4985-b3a9-a1126f9b8b4e", + "arguments": [] + }, + { + "category": "leaver", + "continueOnError": false, + "description": "Remove user from all Teams memberships", + "displayName": "Remove user from all Teams", + "executionSequence": 2, + "id": "17b4e37b-c50b-4e04-a11c-93479f487d1d", + "isEnabled": true, + "taskDefinitionId": "81f7b200-2816-4b3b-8c5d-dc556f07b024", + "arguments": [] + }, + { + "category": "leaver", + "continueOnError": false, + "description": "Delete user account in Azure AD", + "displayName": "Delete User Account", + "executionSequence": 3, + "id": "46849618-30e7-4b67-abf0-f8c7f0d54b95", + "isEnabled": true, + "taskDefinitionId": "8d18588d-9ad3-4c0f-99d0-ec215f0e3dff", + "arguments": [] + } + ] + } + ] +} +``` |
v1.0 | Identitygovernance Lifecycleworkflowscontainer Post Customtaskextensions | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions.md | You can specify the following properties when creating a **customTaskExtension** ## Response -If successful, this method returns a `201 Created` response code and a [customTaskExtension](../resources/identitygovernance-customtaskextension.md) object in the response body. +If successful, this method returns a `201 Created` response code and a [microsoft.graph.identityGovernance.customTaskExtension](../resources/identitygovernance-customtaskextension.md) object in the response body. ## Examples Content-length: 588 [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-create-customtaskextension-from--go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-create-customtaskextension-from--php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Lifecycleworkflowscontainer Post Workflows | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-lifecycleworkflowscontainer-post-workflows.md | Title: "Create workflow (lifecycle workflow)" -description: "Create a new workflow object." +description: "Create a new workflow object. You can create up to 50 workflows in a tenant." ms.localizationpriority: medium ms.prod: "governance" Namespace: microsoft.graph.identityGovernance [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -Create a new [workflow](../resources/identitygovernance-workflow.md) object. +Create a new [workflow](../resources/identitygovernance-workflow.md) object. You can create up to 50 workflows in a tenant. ## Permissions You can specify the following properties when creating a **workflow**. |Property|Type|Description| |:|:|:|-|category|[microsoft.graph.identityGovernance.lifecycleWorkflowCategory](../resources/identitygovernance-workflow.md)|The category of the workflow. The possible values are: `joiner`, `leaver`, `unknownFutureValue`. Can be only one value.| +|category|[microsoft.graph.identityGovernance.lifecycleWorkflowCategory](../resources/identitygovernance-workflow.md)|The category of the workflow. The possible values are: `joiner`, `leaver`, `unknownFutureValue`. Can be only one value. Required.| |description|String|A string that describes the purpose of the workflow for administrative use.|-|displayName|String|A unique string that identifies the workflow. | -|executionConditions|[microsoft.graph.identityGovernance.workflowExecutionConditions](../resources/identitygovernance-workflowexecutionconditions.md)|Defines for who and when a workflow will run. | +|displayName|String|A unique string that identifies the workflow. Required.| +|executionConditions|[microsoft.graph.identityGovernance.workflowExecutionConditions](../resources/identitygovernance-workflowexecutionconditions.md)|Defines for who and when a workflow will run. Required. | |id|String|Identifier used for individually addressing a specific workflow.| |isEnabled|Boolean|A Boolean value that denotes whether the workflow is set to run or not.| |isSchedulingEnabled|Boolean|A Boolean value that denotes whether scheduling is enabled or not. | You can specify the following properties when creating a **workflow**. ## Response -If successful, this method returns a `201 Created` response code and a [workflow](../resources/identitygovernance-workflow.md) object in the response body. +If successful, this method returns a `201 Created` response code and a [microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md) object in the response body. ## Examples ### Request -The following is an example of a request. +The following is an example of a request that creates a workflow with the following configuration: ++ It's a "leaver" workflow that's enabled and schedule to run.++ It runs for new users that are based in Australia, on their employeeHireDate.++ Two tasks are carried out when the workflow runs: the user's account is enabled and a "Welcome" email is sent to the user. # [HTTP](#tab/http) <!-- { The following is an example of a request. ``` http POST https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows Content-Type: application/json-Content-length: 454 { "category": "joiner", Content-length: 454 [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-create-workflow-from--go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-create-workflow-from--php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Run Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-run-get.md | Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a [run](../resources/identitygovernance-run.md) object in the response body. +If successful, this method returns a `200 OK` response code and a [microsoft.graph.identityGovernance.run](../resources/identitygovernance-run.md) object in the response body. ## Examples -### Request +### Example 1: Get a run report for a workflow ++#### Request The following is an example of a request. GET https://graph.microsoft.com/beta/IdentityGovernance/lifecycleWorkflows/workf [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-get-workflow-run-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-get-workflow-run-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] GET https://graph.microsoft.com/beta/IdentityGovernance/lifecycleWorkflows/workf -### Response +#### Response The following is an example of the response >**Note:** The response object shown here might be shortened for readability. Content-Type: application/json "workflowExecutionType": "onDemand" } ```++### Example 2: Get specific properties of a run report for a workflow ++#### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "lifecycleworkflows_get_workflow_run" +} +--> +``` http +GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/15239232-66ed-445b-8292-2f5bbb2eb833/runs/e65e08a0-d68d-41dc-915b-8c4019af5cc2?$select=id,failedTasksCount,failedUsersCount,processingStatus,totalTasksCount,totalUnprocessedTasksCount,totalUsersCount +``` ++#### Response +++The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.identityGovernance.run" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('15239232-66ed-445b-8292-2f5bbb2eb833')/runs(id,failedTasksCount,failedUsersCount,processingStatus,totalTasksCount,totalUnprocessedTasksCount,totalUsersCount)/$entity", + "id": "e65e08a0-d68d-41dc-915b-8c4019af5cc2", + "failedTasksCount": 0, + "failedUsersCount": 0, + "processingStatus": "completed", + "totalTasksCount": 3, + "totalUsersCount": 1, + "totalUnprocessedTasksCount": 0 +} +``` |
v1.0 | Identitygovernance Run List Taskprocessingresults | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-run-list-taskprocessingresults.md | GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/runs/{runId}/u ## Optional query parameters -This method supports the `$select`, `$orderby`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). +This method supports the `$select`, `$orderBy`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [taskProcessingResult](../resources/identitygovernance-taskprocessingresult.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.identityGovernance.taskProcessingResult](../resources/identitygovernance-taskprocessingresult.md) objects in the response body. ## Examples -### Request +### Example 1: Get the task processing results for a user processing result in a run report for a workflow ++#### Request The following is an example of a request. GET https://graph.microsoft.com/beta/IdentityGovernance/lifecycleWorkflows/workf [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-list-run-taskprocessingresult-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-list-run-taskprocessingresult-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] GET https://graph.microsoft.com/beta/IdentityGovernance/lifecycleWorkflows/workf -### Response +#### Response The following is an example of the response >**Note:** The response object shown here might be shortened for readability. Content-Type: application/json ] } ```++### Example 2: Get the specific properties of task processing results for a user processing result in a run report for a workflow ++#### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "lifecycleworkflows_list_run_taskprocessingresult_select" +} +--> +``` http +GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/15239232-66ed-445b-8292-2f5bbb2eb833/runs/e65e08a0-d68d-41dc-915b-8c4019af5cc2/userProcessingResults/40efc576-840f-47d0-ab95-5abca800f8a2//taskProcessingResults?$select=id,failureReason,processingStatus,subject,task +``` ++#### Response ++The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "Collection(microsoft.graph.identityGovernance.taskProcessingResult)" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('15239232-66ed-445b-8292-2f5bbb2eb833')/runs('e65e08a0-d68d-41dc-915b-8c4019af5cc2')/userProcessingResults('40efc576-840f-47d0-ab95-5abca800f8a2')/taskProcessingResults(id,failureReason,processingStatus,subject,task)", + "value": [ + { + "id": "78650318-7238-4e7e-852f-2c36cbeff340", + "processingStatus": "completed", + "failureReason": null, + "subject": { + "id": "df744d9e-2148-4922-88a8-633896c1e929" + }, + "task": { + "category": "leaver", + "continueOnError": false, + "description": "Remove all licenses assigned to the user", + "displayName": "Remove all licenses for user", + "executionSequence": 1, + "id": "f71246b2-269c-4ba6-ab8e-afc1a05114cb", + "isEnabled": true, + "taskDefinitionId": "8fa97d28-3e52-4985-b3a9-a1126f9b8b4e", + "arguments": [] + } + }, + { + "id": "3d2e459d-5614-42e4-952b-0e917b5f6646", + "processingStatus": "completed", + "failureReason": null, + "subject": { + "id": "df744d9e-2148-4922-88a8-633896c1e929" + }, + "task": { + "category": "leaver", + "continueOnError": false, + "description": "Remove user from all Teams memberships", + "displayName": "Remove user from all Teams", + "executionSequence": 2, + "id": "ed545f03-e8d8-45fb-9cbd-15c937f2a866", + "isEnabled": true, + "taskDefinitionId": "81f7b200-2816-4b3b-8c5d-dc556f07b024", + "arguments": [] + } + }, + { + "id": "03359fa6-c63c-4573-92c2-4c9518ca98aa", + "processingStatus": "completed", + "failureReason": null, + "subject": { + "id": "df744d9e-2148-4922-88a8-633896c1e929" + }, + "task": { + "category": "leaver", + "continueOnError": false, + "description": "Delete user account in Azure AD", + "displayName": "Delete User Account", + "executionSequence": 3, + "id": "b4cefaa0-6ceb-461d-bbf5-ec69246463fd", + "isEnabled": true, + "taskDefinitionId": "8d18588d-9ad3-4c0f-99d0-ec215f0e3dff", + "arguments": [] + } + } + ] +} +``` |
v1.0 | Identitygovernance Run List Userprocessingresults | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-run-list-userprocessingresults.md | Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [userProcessingResults](../resources/identitygovernance-userprocessingresult.md) object in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.identityGovernance.userProcessingResults](../resources/identitygovernance-userprocessingresult.md) object in the response body. ## Examples -### Request +### Example 1: List the user processing results in a run report for a workflow ++#### Request The following is an example of a request. GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-get-run-taskprocessingresult-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-get-run-taskprocessingresult-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf -### Response +#### Response The following is an example of the response <!-- { Content-Type: application/json ] } ```++### Example 2: List the user processing results for a run in a workflow and select specific properties ++#### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "lifecycleworkflows_get_run_taskprocessingresult_select" +} +--> +``` http +GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/15239232-66ed-445b-8292-2f5bbb2eb833/runs/e65e08a0-d68d-41dc-915b-8c4019af5cc2/userProcessingResults?$select=id,failedTasksCount,processingStatus,totalTasksCount,totalUnprocessedTasksCount,subject +``` ++#### Response ++The following is an example of the response +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.identityGovernance.run" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('15239232-66ed-445b-8292-2f5bbb2eb833')/runs('e65e08a0-d68d-41dc-915b-8c4019af5cc2')/userProcessingResults(id,failedTasksCount,processingStatus,totalTasksCount,totalUnprocessedTasksCount,subject)", + "value": [ + { + "id": "40efc576-840f-47d0-ab95-5abca800f8a2", + "failedTasksCount": 0, + "processingStatus": "completed", + "totalTasksCount": 3, + "totalUnprocessedTasksCount": 0, + "subject": { + "id": "df744d9e-2148-4922-88a8-633896c1e929" + } + } + ] +} +``` |
v1.0 | Identitygovernance Run Summary | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-run-summary.md | Do not supply a request body for this method. ## Response -If successful, this function returns a `200 OK` response code and a [runSummary](../resources/identitygovernance-runsummary.md) in the response body. +If successful, this function returns a `200 OK` response code and a [microsoft.graph.identityGovernance.runSummary](../resources/identitygovernance-runsummary.md) in the response body. ## Examples GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-runthissummary-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-runthissummary-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Task Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-task-get.md | GET /identityGovernance/lifecycleWorkflows/workflow/{workflowId}/tasks/{taskId} Fetch tasks for a lifecycle workflow version. <!-- {- "blockType": "ignored" + "blockType": "ignored", + "sampleKeys": ["156ce798-1eb6-4e0a-8515-e79f54d04390", "2", "4d9d41d7-a8e1-4f2f-8c8c-a883bc02e6ee"] } --> ``` http Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a [task](../resources/identitygovernance-task.md) object in the response body. +If successful, this method returns a `200 OK` response code and a [microsoft.graph.identityGovernance.task](../resources/identitygovernance-task.md) object in the response body. ## Examples The following is an example of a request to get a task from a workflow version. # [HTTP](#tab/http) <!-- { "blockType": "request",- "name": "lifecycleworkflows_get_workflowVersion_task" + "name": "lifecycleworkflows_get_workflowVersion_task", + "sampleKeys": ["156ce798-1eb6-4e0a-8515-e79f54d04390", "2", "4d9d41d7-a8e1-4f2f-8c8c-a883bc02e6ee"] } --> ``` http |
v1.0 | Identitygovernance Taskdefinition Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-taskdefinition-get.md | Title: "Get taskDefinition" -description: "Read the properties and relationships of a taskDefinition object." +description: "Read the details of a built-in workflow task." ms.localizationpriority: medium ms.prod: "governance" Namespace: microsoft.graph.identityGovernance [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -Read the properties and relationships of a [taskDefinition](../resources/identitygovernance-taskdefinition.md) object. +Read the details of a built-in workflow [task](../resources/identitygovernance-taskdefinition.md). ## Permissions Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a [taskDefinition](../resources/identitygovernance-taskdefinition.md) object in the response body. +If successful, this method returns a `200 OK` response code and a [microsoft.graph.identityGovernance.taskDefinition](../resources/identitygovernance-taskdefinition.md) object in the response body. ## Examples GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/taskD [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-get-taskdefinition-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-get-taskdefinition-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Taskprocessingresult Resume | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-taskprocessingresult-resume.md | The following is an example of a request. } --> ``` http-POST https://graph.microsoft.com/beta//identityGovernance/lifecycleWorkflows/workflows/4f36da05-5df8-457d-adb3-b132e7b59571/tasks/e07dcdb2-0a77-4ee3-8645-3801fbe1cf9f/taskProcessingResults/6e1ec336-8d06-4386-a377-79dbab1a2eb6/resume +POST https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/4f36da05-5df8-457d-adb3-b132e7b59571/tasks/e07dcdb2-0a77-4ee3-8645-3801fbe1cf9f/taskProcessingResults/6e1ec336-8d06-4386-a377-79dbab1a2eb6/resume Content-Type: application/json Content-length: 155 |
v1.0 | Identitygovernance Taskreport List Taskprocessingresults | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-taskreport-list-taskprocessingresults.md | GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/taskReports/{t ## Optional query parameters -This method supports the `$select`, `$orderby`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). +This method supports the `$select`, `$orderBy`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [taskProcessingResult](../resources/identitygovernance-taskprocessingresult.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.identityGovernance.taskProcessingResult](../resources/identitygovernance-taskprocessingresult.md) objects in the response body. ## Examples -### Request +### Example 1: List the task processing results that are included in a task report for a workflow ++#### Request The following is an example of a request. GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-list-taskreport-taskprocessingresult-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-list-taskreport-taskprocessingresult-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] Content-Type: application/json ] } ```++### Example 2: List the task processing results that are included in a task report for a workflow, and retrieve specific properties ++#### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "lifecycleworkflows_list_taskreport_taskprocessingresult_select" +} +--> +``` http +GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/15239232-66ed-445b-8292-2f5bbb2eb833/taskReports/443c7611-45df-48c0-bf5e-dc6068c402f0/taskProcessingResults?$select=id,failureReason,processingStatus,subject,task +``` ++#### Response ++The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "Collection(microsoft.graph.identityGovernance.taskProcessingResult)" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('15239232-66ed-445b-8292-2f5bbb2eb833')/taskReports('443c7611-45df-48c0-bf5e-dc6068c402f0')/taskProcessingResults(id,failureReason,processingStatus,subject,task)", + "value": [ + { + "id": "78650318-7238-4e7e-852f-2c36cbeff340", + "processingStatus": "completed", + "failureReason": null, + "subject": { + "id": "df744d9e-2148-4922-88a8-633896c1e929" + }, + "task": { + "category": "leaver", + "continueOnError": false, + "description": "Remove all licenses assigned to the user", + "displayName": "Remove all licenses for user", + "executionSequence": 1, + "id": "f71246b2-269c-4ba6-ab8e-afc1a05114cb", + "isEnabled": true, + "taskDefinitionId": "8fa97d28-3e52-4985-b3a9-a1126f9b8b4e", + "arguments": [] + } + } + ] +} +``` |
v1.0 | Identitygovernance Taskreport Summary | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-taskreport-summary.md | Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a [taskReportSummary](../resources/identitygovernance-taskreportsummary.md) object in the response body. +If successful, this method returns a `200 OK` response code and a [microsoft.graph.identityGovernance.taskReportSummary](../resources/identitygovernance-taskreportsummary.md) object in the response body. ## Examples GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-get-taskreportsummary-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-get-taskreportsummary-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Userprocessingresult Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-userprocessingresult-get.md | Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a [userProcessingResult](../resources/identitygovernance-userprocessingresult.md) object in the response body. +If successful, this method returns a `200 OK` response code and a [microsoft.graph.identityGovernance.userProcessingResult](../resources/identitygovernance-userprocessingresult.md) object in the response body. ## Examples -### Request +### Example 1: Get a user processing result in a run report ++#### Request The following is an example of a request. GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-get-run-userprocessingresult-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-get-run-userprocessingresult-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf -### Response +#### Response The following is an example of the response >**Note:** The response object shown here might be shortened for readability. Content-Type: application/json } } ```++### Example 2: Get a user processing results for a workflow run ++#### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "lifecycleworkflows_get_run_userprocessingresult" +} +--> +``` http +GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/15239232-66ed-445b-8292-2f5bbb2eb833/runs/e65e08a0-d68d-41dc-915b-8c4019af5cc2/userProcessingResults/40efc576-840f-47d0-ab95-5abca800f8a2?$select=id,failedTasksCount,processingStatus,totalTasksCount,totalUnprocessedTasksCount,subject +``` ++#### Response ++The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.identityGovernance.run" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('15239232-66ed-445b-8292-2f5bbb2eb833')/runs('e65e08a0-d68d-41dc-915b-8c4019af5cc2')/userProcessingResults(id,failedTasksCount,processingStatus,totalTasksCount,totalUnprocessedTasksCount,subject)/$entity", + "id": "40efc576-840f-47d0-ab95-5abca800f8a2", + "failedTasksCount": 0, + "processingStatus": "completed", + "totalTasksCount": 3, + "totalUnprocessedTasksCount": 0, + "subject": { + "id": "df744d9e-2148-4922-88a8-633896c1e929" + } +} +``` + |
v1.0 | Identitygovernance Userprocessingresult List Taskprocessingresults | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-userprocessingresult-list-taskprocessingresults.md | GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/userProcessing ## Optional query parameters -This method supports the `$select`, `$orderby`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). +This method supports the `$select`, `$orderBy`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [taskProcessingResult](../resources/identitygovernance-taskprocessingresult.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.identityGovernance.taskProcessingResult](../resources/identitygovernance-taskprocessingresult.md) objects in the response body. ## Examples -### Request +### Example 1: List the results of the tasks processed for a user in a workflow ++#### Request The following is an example of a request. GET https://graph.microsoft.com/beta/IdentityGovernance/lifecycleWorkflows/workf [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-list-workflow-userprocessingresult-taskprocessingresult-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-list-workflow-userprocessingresult-taskprocessingresult-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] GET https://graph.microsoft.com/beta/IdentityGovernance/lifecycleWorkflows/workf -### Response +#### Response The following is an example of the response >**Note:** The response object shown here might be shortened for readability. Content-Type: application/json ] } ```++### Example 2: List the results of the tasks processed for a user in a workflow and select specific properties ++#### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "lifecycleworkflows_list_workflow_userprocessingresult_taskprocessingresult_select" +} +--> +``` http +GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/15239232-66ed-445b-8292-2f5bbb2eb833/userProcessingResults/40efc576-840f-47d0-ab95-5abca800f8a2/taskProcessingResults?$select=id,processingStatus,failureReason,subject,task +``` ++#### Response +++The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "Collection(microsoft.graph.identityGovernance.taskProcessingResult)" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('15239232-66ed-445b-8292-2f5bbb2eb833')/userProcessingResults('40efc576-840f-47d0-ab95-5abca800f8a2')/taskProcessingResults(id,processingStatus,failureReason,subject,task)", + "value": [ + { + "id": "78650318-7238-4e7e-852f-2c36cbeff340", + "processingStatus": "completed", + "failureReason": null, + "subject": { + "id": "df744d9e-2148-4922-88a8-633896c1e929" + }, + "task": { + "category": "leaver", + "continueOnError": false, + "description": "Remove all licenses assigned to the user", + "displayName": "Remove all licenses for user", + "executionSequence": 1, + "id": "f71246b2-269c-4ba6-ab8e-afc1a05114cb", + "isEnabled": true, + "taskDefinitionId": "8fa97d28-3e52-4985-b3a9-a1126f9b8b4e", + "arguments": [] + } + }, + { + "id": "3d2e459d-5614-42e4-952b-0e917b5f6646", + "processingStatus": "completed", + "failureReason": null, + "subject": { + "id": "df744d9e-2148-4922-88a8-633896c1e929" + }, + "task": { + "category": "leaver", + "continueOnError": false, + "description": "Remove user from all Teams memberships", + "displayName": "Remove user from all Teams", + "executionSequence": 2, + "id": "ed545f03-e8d8-45fb-9cbd-15c937f2a866", + "isEnabled": true, + "taskDefinitionId": "81f7b200-2816-4b3b-8c5d-dc556f07b024", + "arguments": [] + } + }, + { + "id": "03359fa6-c63c-4573-92c2-4c9518ca98aa", + "processingStatus": "completed", + "failureReason": null, + "subject": { + "id": "df744d9e-2148-4922-88a8-633896c1e929" + }, + "task": { + "category": "leaver", + "continueOnError": false, + "description": "Delete user account in Azure AD", + "displayName": "Delete User Account", + "executionSequence": 3, + "id": "b4cefaa0-6ceb-461d-bbf5-ec69246463fd", + "isEnabled": true, + "taskDefinitionId": "8d18588d-9ad3-4c0f-99d0-ec215f0e3dff", + "arguments": [] + } + } + ] +} +``` |
v1.0 | Identitygovernance Userprocessingresult Summary | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-userprocessingresult-summary.md | In the request URL, provide the following query parameters with values. |startDateTime|DateTimeOffset|The start date and time of the user processing result summary.| |endDateTime|DateTimeOffset|The end date and time of the user processing result summary| +## Optional query parameters ++This method supports the `$count`, `$orderBy`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ++ ## Request headers |Name|Description| Do not supply a request body for this method. ## Response -If successful, this function returns a `200 OK` response code and a [userSummary](../resources/identitygovernance-usersummary.md) in the response body. +If successful, this function returns a `200 OK` response code and a [microsoft.graph.identityGovernance.userSummary](../resources/identitygovernance-usersummary.md) in the response body. ## Examples GET https://graph.microsoft.com/beta/IdentityGovernance/lifecycleWorkflows/workf [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-userprocessingresultthissummary-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-userprocessingresultthissummary-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Workflow Activate | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-activate.md | Namespace: microsoft.graph.identityGovernance [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -Activate (run on-demand) a [workflow](../resources/identitygovernance-workflow.md) object. +Run a [workflow](../resources/identitygovernance-workflow.md) object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the "Real-time employee termination" template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions. ## Permissions Content-Type: application/json [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-workflowthisactivate-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-workflowthisactivate-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Workflow Createnewversion | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-createnewversion.md | The following table shows the parameters that can be used with this action. ## Response -If successful, this action returns a `200 OK` response code and a [workflow](../resources/identitygovernance-workflow.md) in the response body. +If successful, this action returns a `200 OK` response code and a [microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md) in the response body. ## Examples Content-length: 631 [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-workflowthiscreatenewversion-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-workflowthiscreatenewversion-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Workflow Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-delete.md | DELETE https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/wo [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-delete-workflow-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-delete-workflow-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Workflow Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-get.md | Title: "Get workflow (lifecycle workflow)" + Title: "Get workflow (in Lifecycle Workflows)" description: "Read the properties and relationships of a workflow object." ms.localizationpriority: medium ms.prod: "governance" doc_type: apiPageType -# Get workflow (lifecycle workflow) +# Get workflow (in Lifecycle Workflows) Namespace: microsoft.graph.identityGovernance GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId} ## Optional query parameters -This method supports the `$select` and `$expand` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). +This method supports the `$select` and `$expand` OData query parameters to help customize the response. The **tasks** relationship is expanded by default and `$expand` is supported by the **createdBy** and **lastModifiedBy** relationships. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a [workflow](../resources/identitygovernance-workflow.md) object in the response body. +If successful, this method returns a `200 OK` response code and a [microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md) object in the response body. ## Examples -### Request +### Example 1: Retrieve the details of a workflow ++#### Request The following is an example of a request. GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-get-workflow-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-get-workflow-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf -### Response +#### Response The following is an example of the response Content-Type: application/json } } ```+++### Example 2: Retrieve specific properties of a workflow ++#### Request ++```http +GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/c0548e6c-8849-46e8-be14-8b6d2b04957e?$select=id,displayName,executionConditions,category +``` ++#### Response ++<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.identityGovernance.workflow" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows(id,displayName,executionConditions,category)/$entity", + "category": "leaver", + "displayName": "Pre-Offboarding employees in the R&D department", + "id": "c0548e6c-8849-46e8-be14-8b6d2b04957e", + "executionConditions": { + "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions", + "scope": { + "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet", + "rule": "(department eq 'R&D')" + }, + "trigger": { + "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger", + "timeBasedAttribute": "employeeLeaveDateTime", + "offsetInDays": -7 + } + } +} +``` |
v1.0 | Identitygovernance Workflow List Runs | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-list-runs.md | GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/runs/ ## Optional query parameters -This method supports the `$select`, `$orderby`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). +This method supports the `$select`, `$orderBy`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [run](../resources/identitygovernance-run.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.identityGovernance.run](../resources/identitygovernance-run.md) objects in the response body. ## Examples -### Request +### Example 1: List the run reports for a workflow ++#### Request The following is an example of a request. GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-list-run-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-list-run-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf -### Response +#### Response The following is an example of the response >**Note:** The response object shown here might be shortened for readability. Content-Type: application/json ] } ```++### Example 2: List the run reports for a workflow and select specific properties ++#### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "lifecycleworkflows_list_run_select" +} +--> +``` http +GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/15239232-66ed-445b-8292-2f5bbb2eb833/runs?$select=id,failedTasksCount,failedUsersCount,processingStatus,totalTasksCount,totalUnprocessedTasksCount,totalUsersCount,id +``` ++#### Response ++The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "Collection(microsoft.graph.identityGovernance.run)" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('15239232-66ed-445b-8292-2f5bbb2eb833')/runs(id,failedTasksCount,failedUsersCount,processingStatus,totalTasksCount,totalUnprocessedTasksCount,totalUsersCount)", + "value": [ + { + "id": "e65e08a0-d68d-41dc-915b-8c4019af5cc2", + "failedTasksCount": 0, + "failedUsersCount": 0, + "processingStatus": "completed", + "totalTasksCount": 3, + "totalUsersCount": 1, + "totalUnprocessedTasksCount": 0 + } + ] +} +``` |
v1.0 | Identitygovernance Workflow List Task | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-list-task.md | Title: "List tasks (in a lifecycle workflow)" -description: "Get a list of the task objects and their properties in a lifecycle workflow." +description: "Retrieve the details of the built-in tasks in Lifecycle Workflows." ms.localizationpriority: medium ms.prod: "governance" Namespace: microsoft.graph.identityGovernance [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -Get the task resources from the tasks navigation property. +Retrieve the details of the built-in tasks in Lifecycle Workflows. ## Permissions GET /identityGovernance/lifecycleWorkflows/workflow/{workflowId}/tasks ## Optional query parameters -This method supports the `$search`, `$orderby`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). +This method supports the `$search`, `$orderBy`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [task](../resources/identitygovernance-task.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.identityGovernance.task](../resources/identitygovernance-task.md) objects in the response body. ## Examples |
v1.0 | Identitygovernance Workflow List Taskreports | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-list-taskreports.md | Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [taskReport](../resources/identitygovernance-taskreport.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.identityGovernance.taskReport](../resources/identitygovernance-taskreport.md) objects in the response body. ## Examples -### Request +### Example 1: List the task reports for a workflow ++#### Request The following is an example of a request. GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-list-taskreport-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-list-taskreport-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf -### Response +#### Response The following is an example of the response >**Note:** The response object shown here might be shortened for readability. Content-Type: application/json ] } ```++### Example 2: List the task reports for a workflow ++#### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "lifecycleworkflows_list_taskreport_select" +} +--> +``` http +GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/15239232-66ed-445b-8292-2f5bbb2eb833/taskReports?$select=id,failedUsersCount,processingStatus,successfulUsersCount,totalUsersCount,unprocessedUsersCount,taskDefinition,taskProcessingResults +``` ++#### Response ++The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "Collection(microsoft.graph.identityGovernance.taskReport)" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('15239232-66ed-445b-8292-2f5bbb2eb833')/taskReports(id,failedUsersCount,processingStatus,successfulUsersCount,totalUsersCount,unprocessedUsersCount,taskDefinition,taskProcessingResults)", + "value": [ + { + "id": "443c7611-45df-48c0-bf5e-dc6068c402f0", + "processingStatus": "completed", + "successfulUsersCount": 1, + "failedUsersCount": 0, + "unprocessedUsersCount": 0, + "totalUsersCount": 1 + }, + { + "id": "92bbb4a0-3815-48a7-8f83-f5dadc4f6793", + "processingStatus": "completed", + "successfulUsersCount": 1, + "failedUsersCount": 0, + "unprocessedUsersCount": 0, + "totalUsersCount": 1 + }, + { + "id": "d64d2b78-3823-4ec8-b6d3-efd3d41a5e98", + "processingStatus": "completed", + "successfulUsersCount": 1, + "failedUsersCount": 0, + "unprocessedUsersCount": 0, + "totalUsersCount": 1 + } + ] +} +``` |
v1.0 | Identitygovernance Workflow List Userprocessingresults | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-list-userprocessingresults.md | Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [userProcessingResult](../resources/identitygovernance-userprocessingresult.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.identityGovernance.userProcessingResult](../resources/identitygovernance-userprocessingresult.md) objects in the response body. ## Examples -### Request +### Example 1: List the user processing results for a workflow ++#### Request The following is an example of a request. The following is an example of a request. } --> ``` http-GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/{workflowid}/userProcessingResults +GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/156ce798-1eb6-4e0a-8515-e79f54d04390/userProcessingResults ``` # [C#](#tab/csharp) GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-list-userprocessingresult-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-list-userprocessingresult-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf -### Response +#### Response The following is an example of the response >**Note:** The response object shown here might be shortened for readability. Content-Type: application/json "workflowExecutionType": "onDemand", "workflowVersion": 1, "subject": {- "@odata.type": "microsoft.graph.user", "id": "b276ff04-835d-414c-a2a7-5c59e37cccc9" } }, Content-Type: application/json "workflowExecutionType": "onDemand", "workflowVersion": 1, "subject": {- "@odata.type": "microsoft.graph.user", "id": "b276ff04-835d-414c-a2a7-5c59e37cccc9" } }, Content-Type: application/json "workflowExecutionType": "onDemand", "workflowVersion": 13, "subject": {- "@odata.type": "microsoft.graph.user", "id": "ea09ac2e-77e3-4134-85f2-25ccf3c33387" } } ] } ```++### Example 2: List specific properties of user processing results for a workflow ++#### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "lifecycleworkflows_list_userprocessingresult_select" +} +--> +``` http +GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/156ce798-1eb6-4e0a-8515-e79f54d04390/userProcessingResults?$select=id,failedTasksCount,processingStatus,totalTasksCount,totalUnprocessedTasksCount,workflowExecutionType,subject +``` ++#### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "Collection(microsoft.graph.identityGovernance.userProcessingResult)" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('156ce798-1eb6-4e0a-8515-e79f54d04390')/userProcessingResults", + "value": [ + { + "id": "e831ffea-4156-482a-ba43-a8161f83efa8", + "failedTasksCount": 1, + "processingStatus": "failed", + "totalTasksCount": 3, + "totalUnprocessedTasksCount": 2, + "workflowExecutionType": "onDemand", + "subject": { + "id": "b276ff04-835d-414c-a2a7-5c59e37cccc9" + } + }, + { + "id": "c1fab0b4-222d-4bdf-ab09-eb99fc5a8061", + "failedTasksCount": 1, + "processingStatus": "failed", + "totalTasksCount": 3, + "totalUnprocessedTasksCount": 2, + "workflowExecutionType": "onDemand", + "subject": { + "id": "b276ff04-835d-414c-a2a7-5c59e37cccc9" + } + }, + { + "id": "0481a153-f437-45f0-b07c-ebe1008f10c5", + "failedTasksCount": 0, + "processingStatus": "completed", + "totalTasksCount": 2, + "totalUnprocessedTasksCount": 0, + "workflowExecutionType": "onDemand", + "subject": { + "@odata.type": "microsoft.graph.user", + "id": "ea09ac2e-77e3-4134-85f2-25ccf3c33387" + } + } + ] +} +``` |
v1.0 | Identitygovernance Workflow List Versions | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-list-versions.md | GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/versions ## Optional query parameters -This method supports the `$select`, `$count`, `$search`, `$orderby`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). +This method supports the `$select`, `$count`, `$search`, `$orderBy`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [workflowVersion](../resources/identitygovernance-workflowversion.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.identityGovernance.workflowVersion](../resources/identitygovernance-workflowversion.md) objects in the response body. ## Examples -### Request +### Example 1: Retrieve the versions of a workflow ++#### Request The following is an example of a request. GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-list-workflowversion-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-list-workflowversion-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf -### Response +#### Response The following is an example of the response Content-Type: application/json "category": "joiner", "description": "Configure new hire tasks for onboarding employees on their first day", "displayName": "Global onboard new hire employee",+ "isEnabled": true, + "isSchedulingEnabled": true, "lastModifiedDateTime": "2022-08-24T19:33:03.8664941Z", "versionNumber": 3, "createdDateTime": "2022-08-24T19:31:33.5534766Z" Content-Type: application/json "category": "joiner", "description": "Configure new hire tasks for onboarding employees on their first day", "displayName": "Onboard new hire employee",+ "isEnabled": true, + "isSchedulingEnabled": false, "lastModifiedDateTime": "2022-08-24T19:31:33.4303233Z", "versionNumber": 2, "createdDateTime": "2022-08-24T19:18:18.6841471Z" Content-Type: application/json "category": "joiner", "description": "Configure new hire tasks for onboarding employees on their first day", "displayName": "Onboard new hire employee",+ "isEnabled": true, + "isSchedulingEnabled": false, "lastModifiedDateTime": "2022-08-24T19:18:18.5633638Z", "versionNumber": 1, "createdDateTime": "2022-08-24T15:39:17.6496784Z" Content-Type: application/json ] } ```++### Example 12: Retrieve specific properties of all versions of a workflow ++#### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "lifecycleworkflows_list_workflowversion_select" +} +--> +``` http +GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/15239232-66ed-445b-8292-2f5bbb2eb833/versions?$select=category,displayName,versionNumber +``` ++#### Response ++<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "Collection(microsoft.graph.identityGovernance.workflowVersion)" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('15239232-66ed-445b-8292-2f5bbb2eb833')/versions(category,displayName,versionNumber)", + "value": [ + { + "category": "leaver", + "displayName": "Post-Offboarding of an employee", + "versionNumber": 2 + }, + { + "category": "leaver", + "displayName": "Post-Offboarding of an employee", + "versionNumber": 1 + } + ] +} +``` |
v1.0 | Identitygovernance Workflow Restore | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-restore.md | Do not supply a request body for this method. ## Response -If successful, this action returns a `200 OK` response code and a [workflow](../resources/identitygovernance-workflow.md) in the response body. +If successful, this action returns a `200 OK` response code and a [microsoft.graph.identityGovernance.workflow](../resources/identitygovernance-workflow.md) in the response body. ## Examples POST https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/dele [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-workflowthisrestore-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-workflowthisrestore-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Workflow Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflow-update.md | Content-length: 454 [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-update-workflow-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-update-workflow-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Workflowtemplate Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflowtemplate-get.md | Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a [workflowTemplate](../resources/identitygovernance-workflowtemplate.md) object in the response body. +If successful, this method returns a `200 OK` response code and a [microsoft.graph.identityGovernance.workflowTemplate](../resources/identitygovernance-workflowtemplate.md) object in the response body. ## Examples GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-get-workflowtemplate-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-get-workflowtemplate-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Identitygovernance Workflowversion Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflowversion-get.md | Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a [workflowVersion](../resources/identitygovernance-workflowversion.md) object in the response body. +If successful, this method returns a `200 OK` response code and a [microsoft.graph.identityGovernance.workflowVersion](../resources/identitygovernance-workflowversion.md) object in the response body. ## Examples -### Request +### Example 1: Get a workflow version ++#### Request The following is an example of a request. # [HTTP](#tab/http) <!-- { "blockType": "request",- "name": "lifecycleworkflows_get_workflowversion" + "name": "lifecycleworkflows_get_workflowversion", + "sampleKeys": ["156ce798-1eb6-4e0a-8515-e79f54d04390", "3"] } --> ``` http GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf [!INCLUDE [sample-code](../includes/snippets/go/lifecycleworkflows-get-workflowversion-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] +# [PowerShell](#tab/powershell) + # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/lifecycleworkflows-get-workflowversion-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workf -### Response +#### Response The following is an example of the response Content-Type: application/json "category": "joiner", "description": "Configure new hire tasks for onboarding employees on their first day", "displayName": "Global onboard new hire employee",+ "isEnabled": true, + "isSchedulingEnabled": false, "lastModifiedDateTime": "2022-08-24T19:33:03.8664941Z", "versionNumber": 3, "createdDateTime": "2022-08-24T19:31:33.5534766Z", Content-Type: application/json } } ```++### Example 2: Get specific properties of a version of a workflow ++#### Request ++The following is an example of a request. ++<!-- { + "blockType": "request", + "name": "lifecycleworkflows_get_workflowversion_select" +} +--> +``` http +GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/15239232-66ed-445b-8292-2f5bbb2eb833/versions/2?$select=category,displayName,versionNumber,executionConditions&$expand=tasks +``` ++#### Response +<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.identityGovernance.workflowVersion" +} +--> +``` http +HTTP/1.1 200 OK +Content-Type: application/json ++{ + "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('15239232-66ed-445b-8292-2f5bbb2eb833')/versions(category,displayName,versionNumber,executionConditions,tasks())/$entity", + "category": "leaver", + "displayName": "Post-Offboarding of an employee", + "versionNumber": 2, + "executionConditions": { + "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions", + "scope": { + "@odata.type": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet", + "rule": "department eq 'Marketing'" + }, + "trigger": { + "@odata.type": "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger", + "timeBasedAttribute": "employeeLeaveDateTime", + "offsetInDays": 7 + } + }, + "tasks@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/workflows('15239232-66ed-445b-8292-2f5bbb2eb833')/versions(2)/tasks", + "tasks": [ + { + "category": "leaver", + "continueOnError": false, + "description": "Send offboarding email to userΓÇÖs manager before the last day of work", + "displayName": "Send email before userΓÇÖs last day", + "executionSequence": 1, + "id": "320c8e32-225a-4624-a9fb-ef3da9d63713", + "isEnabled": true, + "taskDefinitionId": "52853a3e-f4e5-4eb8-bb24-1ac09a1da935", + "arguments": [] + }, + { + "category": "leaver", + "continueOnError": false, + "description": "Delete user account in Azure AD", + "displayName": "Delete User Account", + "executionSequence": 2, + "id": "c455fb46-da19-4755-ab28-d9b3ff4f5662", + "isEnabled": true, + "taskDefinitionId": "8d18588d-9ad3-4c0f-99d0-ec215f0e3dff", + "arguments": [] + }, + { + "category": "leaver", + "continueOnError": false, + "description": "Remove all licenses assigned to the user", + "displayName": "Remove all licenses for user", + "executionSequence": 3, + "id": "08feb85b-4ce4-4d7e-98fe-aceb0c1a8439", + "isEnabled": true, + "taskDefinitionId": "8fa97d28-3e52-4985-b3a9-a1126f9b8b4e", + "arguments": [] + }, + { + "category": "leaver", + "continueOnError": false, + "description": "Remove user from all Teams memberships", + "displayName": "Remove user from all Teams", + "executionSequence": 4, + "id": "950a0190-a76b-4287-a610-2efaa97a64f3", + "isEnabled": true, + "taskDefinitionId": "81f7b200-2816-4b3b-8c5d-dc556f07b024", + "arguments": [] + } + ] +} +``` |
v1.0 | Identitygovernance Workflowversion List Tasks | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identitygovernance-workflowversion-list-tasks.md | GET /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/versions/{vers ## Optional query parameters -This method supports the `$select`, `$top`, `$count`, `$search`, `$orderby`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). +This method supports the `$top`, `$count`, `$search`, `$orderBy`, `$expand`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a collection of [task](../resources/identitygovernance-task.md) objects in the response body. +If successful, this method returns a `200 OK` response code and a collection of [microsoft.graph.identityGovernance.task](../resources/identitygovernance-task.md) objects in the response body. ## Examples The following is an example of a request. # [HTTP](#tab/http) <!-- { "blockType": "request",- "name": "lifecycleworkflows_list_workflowversion_task" + "name": "lifecycleworkflows_list_workflowversion_task", + "sampleKeys": ["156ce798-1eb6-4e0a-8515-e79f54d04390", "2"] } --> ``` http |
v1.0 | Identityuserflow Post Userflows | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/identityuserflow-post-userflows.md | Content-type: application/json [!INCLUDE [sample-code](../includes/snippets/go/create-identityuserflow-from-identitycontainer-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] -# [PowerShell](#tab/powershell) - # [PHP](#tab/php) [!INCLUDE [sample-code](../includes/snippets/php/create-identityuserflow-from-identitycontainer-php-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] |
v1.0 | Insightssettings Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/insightssettings-update.md | Namespace: microsoft.graph [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -Update the privacy settings to display or return the specified type of insights in an organization. The type of settings can be item insights or people insights. +Update the privacy settings to display or return the specified type of insights in an organization. The type of settings can be contact insights, item insights, or people insights. To learn more about customizing insights privacy for your organization, see: - [Customize item insights privacy](/graph/insights-customize-item-insights-privacy) To learn more about customizing insights privacy for your organization, see: ## 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). +To update settings for contact insights, one of the following permissions is required to call this API. To learn more, including how to choose permissions, see [permissions](/graph/permissions-reference). ++|Permission type | Permissions (from least to most privileged) | +|:--|:| +|Delegated (work or school account) | Organization.ReadWrite.All | +|Delegated (personal Microsoft account) | Not supported. | +|Application | Not supported. | ++To update settings for item insights or people insights, 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) | |:--|:| One of the following permissions is required to call this API. To learn more, in |Application | Not supported. | ->**Note:** Using delegated permissions for this operation requires the signed-in user to have a global administrator role. +>**Note:** Using delegated permissions for this operation to update insights for contacts, item, or people requires the signed-in user to have a global administrator role. ++ ## HTTP request +To update settings for contact insights: +<!-- { "blockType": "ignored" } --> ++```http +PATCH /organization/{organizationId}/settings/contactInsights +``` + To update settings for item insights: <!-- { "blockType": "ignored" } --> If successful, this method returns a `200 OK` response code and [insightsSetting ## Examples -### Example 1: Update settings for item insights +### Example 1: Update settings for contact insights +#### Request ++The following is an example of a request that shows how an admin updates **isEnabledInOrganization** to enable contact insights for the specified organization; the default for **isEnabledInOrganization** is false, disabling contact insights. The example also sets the **disabledForGroup** privacy setting to prohibit displaying user's contact insights in a particular Azure AD group. +++# [HTTP](#tab/http) +<!-- { + "blockType": "request", + "name": "update_insightssettings_contactinsightsrequest" +}--> +```http +PATCH https://graph.microsoft.com/beta/organization/{organizationId}/settings/contactInsights +Content-type: application/json ++{ + "isEnabledInOrganization": true, + "disabledForGroup": "edbfe4fb-ec70-4300-928f-dbb2ae86c981" +} +``` ++# [C#](#tab/csharp) ++# [JavaScript](#tab/javascript) ++# [Java](#tab/java) ++# [Go](#tab/go) ++# [PowerShell](#tab/powershell) ++# [PHP](#tab/php) ++++++### Response ++The following is an example of the response. ++>**Note:** The response object shown here might be shortened for readability. ++<!-- { + "blockType": "response", + "truncated": true, + "@odata.type": "microsoft.graph.insightsSettings", + "name": "update_insightssettings_contactinsightsrequest" +} --> +```http +HTTP/1.1 200 OK +Content-type: application/json ++{ + "isEnabledInOrganization": true, + "disabledForGroup": "edbfe4fb-ec70-4300-928f-dbb2ae86c981" +} +``` ++### Example 2: Update settings for item insights #### Request Here is an example request that shows how an admin updates "**disabledForGroup**" privacy setting in order to prohibit displaying item insights of users in a particular Azure AD group. Content-type: application/json ``` -### Example 2: Update settings for people insights +### Example 3: Update settings for people insights #### Request The following is an example of a request that shows how an admin updates "**disabledForGroup**" privacy setting in order to prohibit displaying people insights of users in a particular Azure AD group. Content-type: application/json ``` - 107 api-reference/bet + |
v1.0 | Intune Androidforwork Androiddeviceownerenrollmentprofile Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-create.md | Content-Length: 1120 - |
v1.0 | Intune Androidforwork Androiddeviceownerenrollmentprofile Createtoken | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-createtoken.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Androidforwork Androiddeviceownerenrollmentprofile Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Androidforwork Androiddeviceownerenrollmentprofile Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-get.md | Content-Length: 1195 - |
v1.0 | Intune Androidforwork Androiddeviceownerenrollmentprofile List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-list.md | Content-Length: 1265 - |
v1.0 | Intune Androidforwork Androiddeviceownerenrollmentprofile Revoketoken | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-revoketoken.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Androidforwork Androiddeviceownerenrollmentprofile Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-update.md | Content-Length: 1120 - |
v1.0 | Intune Androidforwork Androidforworkappconfigurationschema Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkappconfigurationschema-create.md | Content-Length: 844 - |
v1.0 | Intune Androidforwork Androidforworkappconfigurationschema Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkappconfigurationschema-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Androidforwork Androidforworkappconfigurationschema Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkappconfigurationschema-get.md | Content-Length: 913 - |
v1.0 | Intune Androidforwork Androidforworkappconfigurationschema List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkappconfigurationschema-list.md | Content-Length: 977 - |
v1.0 | Intune Androidforwork Androidforworkappconfigurationschema Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkappconfigurationschema-update.md | Content-Length: 844 - |
v1.0 | Intune Androidforwork Androidforworkenrollmentprofile Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkenrollmentprofile-create.md | Content-Length: 668 - |
v1.0 | Intune Androidforwork Androidforworkenrollmentprofile Createtoken | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkenrollmentprofile-createtoken.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Androidforwork Androidforworkenrollmentprofile Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkenrollmentprofile-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Androidforwork Androidforworkenrollmentprofile Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkenrollmentprofile-get.md | Content-Length: 719 - |
v1.0 | Intune Androidforwork Androidforworkenrollmentprofile List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkenrollmentprofile-list.md | Content-Length: 765 - |
v1.0 | Intune Androidforwork Androidforworkenrollmentprofile Revoketoken | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkenrollmentprofile-revoketoken.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Androidforwork Androidforworkenrollmentprofile Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworkenrollmentprofile-update.md | Content-Length: 668 - |
v1.0 | Intune Androidforwork Androidforworksettings Completesignup | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworksettings-completesignup.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Androidforwork Androidforworksettings Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworksettings-get.md | Content-Length: 613 - |
v1.0 | Intune Androidforwork Androidforworksettings Requestsignupurl | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworksettings-requestsignupurl.md | Content-Length: 56 - |
v1.0 | Intune Androidforwork Androidforworksettings Syncapps | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworksettings-syncapps.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Androidforwork Androidforworksettings Unbind | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworksettings-unbind.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Androidforwork Androidforworksettings Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidforworksettings-update.md | Content-Length: 568 - |
v1.0 | Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Approveapps | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-approveapps.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Completesignup | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-completesignup.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Creategoogleplaywebtoken | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-creategoogleplaywebtoken.md | Content-Length: 53 - |
v1.0 | Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-get.md | Content-Length: 1192 - |
v1.0 | Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Requestsignupurl | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-requestsignupurl.md | Content-Length: 56 - |
v1.0 | Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Setandroiddeviceownerfullymanagedenrollmentstate | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-setandroiddeviceownerfullymanagedenrollmentstate.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Syncapps | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-syncapps.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Unbind | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-unbind.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-update.md | Content-Length: 1115 - |
v1.0 | Intune Androidforwork Androidmanagedstoreappconfigurationschema Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreappconfigurationschema-create.md | Content-Length: 1634 - |
v1.0 | Intune Androidforwork Androidmanagedstoreappconfigurationschema Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreappconfigurationschema-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Androidforwork Androidmanagedstoreappconfigurationschema Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreappconfigurationschema-get.md | Content-Length: 1755 - |
v1.0 | Intune Androidforwork Androidmanagedstoreappconfigurationschema List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreappconfigurationschema-list.md | Content-Length: 1871 - |
v1.0 | Intune Androidforwork Androidmanagedstoreappconfigurationschema Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidforwork-androidmanagedstoreappconfigurationschema-update.md | Content-Length: 1634 - |
v1.0 | Intune Androidfotaservice Devicemanagementreports Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-devicemanagementreports-get.md | Content-Length: 86 - |
v1.0 | Intune Androidfotaservice Devicemanagementreports Getzebrafotadeploymentreport | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-devicemanagementreports-getzebrafotadeploymentreport.md | Content-Length: 95 - |
v1.0 | Intune Androidfotaservice Devicemanagementreports Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-devicemanagementreports-update.md | Content-Length: 65 - |
v1.0 | Intune Androidfotaservice Zebrafotaartifact Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaartifact-create.md | Content-Length: 399 - |
v1.0 | Intune Androidfotaservice Zebrafotaartifact Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaartifact-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Androidfotaservice Zebrafotaartifact Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaartifact-get.md | Content-Length: 434 - |
v1.0 | Intune Androidfotaservice Zebrafotaartifact List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaartifact-list.md | Content-Length: 464 - |
v1.0 | Intune Androidfotaservice Zebrafotaartifact Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaartifact-update.md | Content-Length: 399 - |
v1.0 | Intune Androidfotaservice Zebrafotaconnector Approvefotaapps | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaconnector-approvefotaapps.md | Content-Length: 21 - |
v1.0 | Intune Androidfotaservice Zebrafotaconnector Connect | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaconnector-connect.md | Content-Length: 21 - |
v1.0 | Intune Androidfotaservice Zebrafotaconnector Disconnect | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaconnector-disconnect.md | Content-Length: 21 - |
v1.0 | Intune Androidfotaservice Zebrafotaconnector Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaconnector-get.md | Content-Length: 388 - |
v1.0 | Intune Androidfotaservice Zebrafotaconnector Hasactivedeployments | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaconnector-hasactivedeployments.md | Content-Length: 21 - |
v1.0 | Intune Androidfotaservice Zebrafotaconnector Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotaconnector-update.md | Content-Length: 355 - |
v1.0 | Intune Androidfotaservice Zebrafotadeployment Cancel | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotadeployment-cancel.md | Content-Length: 21 - |
v1.0 | Intune Androidfotaservice Zebrafotadeployment Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotadeployment-create.md | Here is an example of the request. ``` http POST https://graph.microsoft.com/beta/deviceManagement/zebraFotaDeployments Content-type: application/json-Content-length: 1936 +Content-length: 2024 { "@odata.type": "#microsoft.graph.zebraFotaDeployment", Content-length: 1936 "deviceModel": "Device Model value", "updateType": "latest", "timeZoneOffsetInMinutes": 7,+ "firmwareTargetArtifactDescription": "Firmware Target Artifact Description value", "firmwareTargetBoardSupportPackageVersion": "Firmware Target Board Support Package Version value", "firmwareTargetPatch": "Firmware Target Patch value", "firmwareTargetOsVersion": "Firmware Target Os Version value", Here is an example of the response. Note: The response object shown here may be ``` http HTTP/1.1 201 Created Content-Type: application/json-Content-Length: 1985 +Content-Length: 2073 { "@odata.type": "#microsoft.graph.zebraFotaDeployment", Content-Length: 1985 "deviceModel": "Device Model value", "updateType": "latest", "timeZoneOffsetInMinutes": 7,+ "firmwareTargetArtifactDescription": "Firmware Target Artifact Description value", "firmwareTargetBoardSupportPackageVersion": "Firmware Target Board Support Package Version value", "firmwareTargetPatch": "Firmware Target Patch value", "firmwareTargetOsVersion": "Firmware Target Os Version value", Content-Length: 1985 - |
v1.0 | Intune Androidfotaservice Zebrafotadeployment Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotadeployment-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Androidfotaservice Zebrafotadeployment Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotadeployment-get.md | Here is an example of the response. Note: The response object shown here may be ``` http HTTP/1.1 200 OK Content-Type: application/json-Content-Length: 2104 +Content-Length: 2194 { "value": { Content-Length: 2104 "deviceModel": "Device Model value", "updateType": "latest", "timeZoneOffsetInMinutes": 7,+ "firmwareTargetArtifactDescription": "Firmware Target Artifact Description value", "firmwareTargetBoardSupportPackageVersion": "Firmware Target Board Support Package Version value", "firmwareTargetPatch": "Firmware Target Patch value", "firmwareTargetOsVersion": "Firmware Target Os Version value", Content-Length: 2104 - |
v1.0 | Intune Androidfotaservice Zebrafotadeployment List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotadeployment-list.md | Here is an example of the response. Note: The response object shown here may be ``` http HTTP/1.1 200 OK Content-Type: application/json-Content-Length: 2218 +Content-Length: 2310 { "value": [ Content-Length: 2218 "deviceModel": "Device Model value", "updateType": "latest", "timeZoneOffsetInMinutes": 7,+ "firmwareTargetArtifactDescription": "Firmware Target Artifact Description value", "firmwareTargetBoardSupportPackageVersion": "Firmware Target Board Support Package Version value", "firmwareTargetPatch": "Firmware Target Patch value", "firmwareTargetOsVersion": "Firmware Target Os Version value", Content-Length: 2218 - |
v1.0 | Intune Androidfotaservice Zebrafotadeployment Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-androidfotaservice-zebrafotadeployment-update.md | Here is an example of the request. ``` http PATCH https://graph.microsoft.com/beta/deviceManagement/zebraFotaDeployments/{zebraFotaDeploymentId} Content-type: application/json-Content-length: 1936 +Content-length: 2024 { "@odata.type": "#microsoft.graph.zebraFotaDeployment", Content-length: 1936 "deviceModel": "Device Model value", "updateType": "latest", "timeZoneOffsetInMinutes": 7,+ "firmwareTargetArtifactDescription": "Firmware Target Artifact Description value", "firmwareTargetBoardSupportPackageVersion": "Firmware Target Board Support Package Version value", "firmwareTargetPatch": "Firmware Target Patch value", "firmwareTargetOsVersion": "Firmware Target Os Version value", Here is an example of the response. Note: The response object shown here may be ``` http HTTP/1.1 200 OK Content-Type: application/json-Content-Length: 1985 +Content-Length: 2073 { "@odata.type": "#microsoft.graph.zebraFotaDeployment", Content-Length: 1985 "deviceModel": "Device Model value", "updateType": "latest", "timeZoneOffsetInMinutes": 7,+ "firmwareTargetArtifactDescription": "Firmware Target Artifact Description value", "firmwareTargetBoardSupportPackageVersion": "Firmware Target Board Support Package Version value", "firmwareTargetPatch": "Firmware Target Patch value", "firmwareTargetOsVersion": "Firmware Target Os Version value", Content-Length: 1985 - |
v1.0 | Intune Apps Androidforworkapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkapp-create.md | Content-Length: 1132 - |
v1.0 | Intune Apps Androidforworkapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Androidforworkapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkapp-get.md | Content-Length: 1215 - |
v1.0 | Intune Apps Androidforworkapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkapp-list.md | Content-Length: 1293 - |
v1.0 | Intune Apps Androidforworkapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkapp-update.md | Content-Length: 1132 - |
v1.0 | Intune Apps Androidforworkmobileappconfiguration Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkmobileappconfiguration-create.md | Content-Length: 814 - |
v1.0 | Intune Apps Androidforworkmobileappconfiguration Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkmobileappconfiguration-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Androidforworkmobileappconfiguration Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkmobileappconfiguration-get.md | Content-Length: 881 - |
v1.0 | Intune Apps Androidforworkmobileappconfiguration List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkmobileappconfiguration-list.md | Content-Length: 943 - |
v1.0 | Intune Apps Androidforworkmobileappconfiguration Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidforworkmobileappconfiguration-update.md | Content-Length: 814 - |
v1.0 | Intune Apps Androidlobapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidlobapp-create.md | Content-Length: 1682 - |
v1.0 | Intune Apps Androidlobapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidlobapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Androidlobapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidlobapp-get.md | Content-Length: 1809 - |
v1.0 | Intune Apps Androidlobapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidlobapp-list.md | Content-Length: 1931 - |
v1.0 | Intune Apps Androidlobapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidlobapp-update.md | Content-Length: 1682 - |
v1.0 | Intune Apps Androidmanagedstoreapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreapp-create.md | Content-Length: 1397 - |
v1.0 | Intune Apps Androidmanagedstoreapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Androidmanagedstoreapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreapp-get.md | Content-Length: 1500 - |
v1.0 | Intune Apps Androidmanagedstoreapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreapp-list.md | Content-Length: 1598 - |
v1.0 | Intune Apps Androidmanagedstoreapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreapp-update.md | Content-Length: 1397 - |
v1.0 | Intune Apps Androidmanagedstoreappconfiguration Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreappconfiguration-create.md | Content-Length: 846 - |
v1.0 | Intune Apps Androidmanagedstoreappconfiguration Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreappconfiguration-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Androidmanagedstoreappconfiguration Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreappconfiguration-get.md | Content-Length: 915 - |
v1.0 | Intune Apps Androidmanagedstoreappconfiguration List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreappconfiguration-list.md | Content-Length: 979 - |
v1.0 | Intune Apps Androidmanagedstoreappconfiguration Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstoreappconfiguration-update.md | Content-Length: 846 - |
v1.0 | Intune Apps Androidmanagedstorewebapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstorewebapp-create.md | Content-Length: 1400 - |
v1.0 | Intune Apps Androidmanagedstorewebapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstorewebapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Androidmanagedstorewebapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstorewebapp-get.md | Content-Length: 1503 - |
v1.0 | Intune Apps Androidmanagedstorewebapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstorewebapp-list.md | Content-Length: 1601 - |
v1.0 | Intune Apps Androidmanagedstorewebapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidmanagedstorewebapp-update.md | Content-Length: 1400 - |
v1.0 | Intune Apps Androidstoreapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidstoreapp-create.md | Content-Length: 1499 - |
v1.0 | Intune Apps Androidstoreapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidstoreapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Androidstoreapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidstoreapp-get.md | Content-Length: 1616 - |
v1.0 | Intune Apps Androidstoreapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidstoreapp-list.md | Content-Length: 1728 - |
v1.0 | Intune Apps Androidstoreapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-androidstoreapp-update.md | Content-Length: 1499 - |
v1.0 | Intune Apps Enterprisecodesigningcertificate Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-enterprisecodesigningcertificate-create.md | Content-Length: 439 - |
v1.0 | Intune Apps Enterprisecodesigningcertificate Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-enterprisecodesigningcertificate-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Enterprisecodesigningcertificate Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-enterprisecodesigningcertificate-get.md | Content-Length: 478 - |
v1.0 | Intune Apps Enterprisecodesigningcertificate List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-enterprisecodesigningcertificate-list.md | Content-Length: 512 - |
v1.0 | Intune Apps Enterprisecodesigningcertificate Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-enterprisecodesigningcertificate-update.md | Content-Length: 439 - |
v1.0 | Intune Apps Iosipadoswebclip Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosipadoswebclip-create.md | Content-Length: 1018 - |
v1.0 | Intune Apps Iosipadoswebclip Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosipadoswebclip-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Iosipadoswebclip Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosipadoswebclip-get.md | Content-Length: 1095 - |
v1.0 | Intune Apps Iosipadoswebclip List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosipadoswebclip-list.md | Content-Length: 1167 - |
v1.0 | Intune Apps Iosipadoswebclip Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosipadoswebclip-update.md | Content-Length: 1018 - |
v1.0 | Intune Apps Ioslobapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobapp-create.md | Content-Length: 1680 - |
v1.0 | Intune Apps Ioslobapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Ioslobapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobapp-get.md | Content-Length: 1801 - |
v1.0 | Intune Apps Ioslobapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobapp-list.md | Content-Length: 1917 - |
v1.0 | Intune Apps Ioslobapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobapp-update.md | Content-Length: 1680 - |
v1.0 | Intune Apps Ioslobappprovisioningconfigurationassignment Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobappprovisioningconfigurationassignment-create.md | Content-Length: 400 - |
v1.0 | Intune Apps Ioslobappprovisioningconfigurationassignment Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobappprovisioningconfigurationassignment-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Ioslobappprovisioningconfigurationassignment Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobappprovisioningconfigurationassignment-get.md | Content-Length: 433 - |
v1.0 | Intune Apps Ioslobappprovisioningconfigurationassignment List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobappprovisioningconfigurationassignment-list.md | Content-Length: 461 - |
v1.0 | Intune Apps Ioslobappprovisioningconfigurationassignment Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-ioslobappprovisioningconfigurationassignment-update.md | Content-Length: 400 - |
v1.0 | Intune Apps Iosmobileappconfiguration Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosmobileappconfiguration-create.md | Content-Length: 768 - |
v1.0 | Intune Apps Iosmobileappconfiguration Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosmobileappconfiguration-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Iosmobileappconfiguration Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosmobileappconfiguration-get.md | Content-Length: 831 - |
v1.0 | Intune Apps Iosmobileappconfiguration List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosmobileappconfiguration-list.md | Content-Length: 889 - |
v1.0 | Intune Apps Iosmobileappconfiguration Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosmobileappconfiguration-update.md | Content-Length: 768 - |
v1.0 | Intune Apps Iosstoreapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosstoreapp-create.md | Content-Length: 1429 - |
v1.0 | Intune Apps Iosstoreapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosstoreapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Iosstoreapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosstoreapp-get.md | Content-Length: 1538 - |
v1.0 | Intune Apps Iosstoreapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosstoreapp-list.md | Content-Length: 1642 - |
v1.0 | Intune Apps Iosstoreapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosstoreapp-update.md | Content-Length: 1429 - |
v1.0 | Intune Apps Iosvppapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppapp-create.md | Content-Length: 2228 - |
v1.0 | Intune Apps Iosvppapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Iosvppapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppapp-get.md | Content-Length: 2371 - |
v1.0 | Intune Apps Iosvppapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppapp-list.md | Content-Length: 2509 - |
v1.0 | Intune Apps Iosvppapp Revokealllicenses | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppapp-revokealllicenses.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Iosvppapp Revokedevicelicense | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppapp-revokedevicelicense.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Iosvppapp Revokeuserlicense | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppapp-revokeuserlicense.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Iosvppapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppapp-update.md | Content-Length: 2228 - |
v1.0 | Intune Apps Iosvppappassigneddevicelicense Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneddevicelicense-create.md | Content-Length: 376 - |
v1.0 | Intune Apps Iosvppappassigneddevicelicense Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneddevicelicense-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Iosvppappassigneddevicelicense Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneddevicelicense-get.md | Content-Length: 411 - |
v1.0 | Intune Apps Iosvppappassigneddevicelicense List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneddevicelicense-list.md | Content-Length: 441 - |
v1.0 | Intune Apps Iosvppappassigneddevicelicense Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneddevicelicense-update.md | Content-Length: 376 - |
v1.0 | Intune Apps Iosvppappassignedlicense Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassignedlicense-create.md | Content-Length: 283 - |
v1.0 | Intune Apps Iosvppappassignedlicense Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassignedlicense-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Iosvppappassignedlicense Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassignedlicense-get.md | Content-Length: 314 - |
v1.0 | Intune Apps Iosvppappassignedlicense List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassignedlicense-list.md | Content-Length: 340 - |
v1.0 | Intune Apps Iosvppappassignedlicense Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassignedlicense-update.md | Content-Length: 283 - |
v1.0 | Intune Apps Iosvppappassigneduserlicense Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneduserlicense-create.md | Content-Length: 287 - |
v1.0 | Intune Apps Iosvppappassigneduserlicense Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneduserlicense-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Iosvppappassigneduserlicense Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneduserlicense-get.md | Content-Length: 318 - |
v1.0 | Intune Apps Iosvppappassigneduserlicense List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneduserlicense-list.md | Content-Length: 344 - |
v1.0 | Intune Apps Iosvppappassigneduserlicense Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-iosvppappassigneduserlicense-update.md | Content-Length: 287 - |
v1.0 | Intune Apps Macosdmgapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosdmgapp-create.md | Here is an example of the request. ``` http POST https://graph.microsoft.com/beta/deviceAppManagement/mobileApps Content-type: application/json-Content-length: 1545 +Content-length: 1565 { "@odata.type": "#microsoft.graph.macOSDmgApp", Content-length: 1545 "v10_14": true, "v10_15": true, "v11_0": true,- "v12_0": true + "v12_0": true, + "v13_0": true } } ``` Here is an example of the response. Note: The response object shown here may be ``` http HTTP/1.1 201 Created Content-Type: application/json-Content-Length: 1717 +Content-Length: 1737 { "@odata.type": "#microsoft.graph.macOSDmgApp", Content-Length: 1717 "v10_14": true, "v10_15": true, "v11_0": true,- "v12_0": true + "v12_0": true, + "v13_0": true } } ``` Content-Length: 1717 - |
v1.0 | Intune Apps Macosdmgapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosdmgapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Macosdmgapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosdmgapp-get.md | Here is an example of the response. Note: The response object shown here may be ``` http HTTP/1.1 200 OK Content-Type: application/json-Content-Length: 1844 +Content-Length: 1866 { "value": { Content-Length: 1844 "v10_14": true, "v10_15": true, "v11_0": true,- "v12_0": true + "v12_0": true, + "v13_0": true } } } Content-Length: 1844 - |
v1.0 | Intune Apps Macosdmgapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosdmgapp-list.md | Here is an example of the response. Note: The response object shown here may be ``` http HTTP/1.1 200 OK Content-Type: application/json-Content-Length: 1966 +Content-Length: 1990 { "value": [ Content-Length: 1966 "v10_14": true, "v10_15": true, "v11_0": true,- "v12_0": true + "v12_0": true, + "v13_0": true } } ] Content-Length: 1966 - |
v1.0 | Intune Apps Macosdmgapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosdmgapp-update.md | Here is an example of the request. ``` http PATCH https://graph.microsoft.com/beta/deviceAppManagement/mobileApps/{mobileAppId} Content-type: application/json-Content-length: 1545 +Content-length: 1565 { "@odata.type": "#microsoft.graph.macOSDmgApp", Content-length: 1545 "v10_14": true, "v10_15": true, "v11_0": true,- "v12_0": true + "v12_0": true, + "v13_0": true } } ``` Here is an example of the response. Note: The response object shown here may be ``` http HTTP/1.1 200 OK Content-Type: application/json-Content-Length: 1717 +Content-Length: 1737 { "@odata.type": "#microsoft.graph.macOSDmgApp", Content-Length: 1717 "v10_14": true, "v10_15": true, "v11_0": true,- "v12_0": true + "v12_0": true, + "v13_0": true } } ``` Content-Length: 1717 - |
v1.0 | Intune Apps Macoslobapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macoslobapp-create.md | Here is an example of the request. ``` http POST https://graph.microsoft.com/beta/deviceAppManagement/mobileApps Content-type: application/json-Content-length: 1742 +Content-length: 1762 { "@odata.type": "#microsoft.graph.macOSLobApp", Content-length: 1742 "v10_14": true, "v10_15": true, "v11_0": true,- "v12_0": true + "v12_0": true, + "v13_0": true }, "buildNumber": "Build Number value", "versionNumber": "Version Number value", Here is an example of the response. Note: The response object shown here may be ``` http HTTP/1.1 201 Created Content-Type: application/json-Content-Length: 1914 +Content-Length: 1934 { "@odata.type": "#microsoft.graph.macOSLobApp", Content-Length: 1914 "v10_14": true, "v10_15": true, "v11_0": true,- "v12_0": true + "v12_0": true, + "v13_0": true }, "buildNumber": "Build Number value", "versionNumber": "Version Number value", Content-Length: 1914 - |
v1.0 | Intune Apps Macoslobapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macoslobapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Macoslobapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macoslobapp-get.md | Here is an example of the response. Note: The response object shown here may be ``` http HTTP/1.1 200 OK Content-Type: application/json-Content-Length: 2057 +Content-Length: 2079 { "value": { Content-Length: 2057 "v10_14": true, "v10_15": true, "v11_0": true,- "v12_0": true + "v12_0": true, + "v13_0": true }, "buildNumber": "Build Number value", "versionNumber": "Version Number value", Content-Length: 2057 - |
v1.0 | Intune Apps Macoslobapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macoslobapp-list.md | Here is an example of the response. Note: The response object shown here may be ``` http HTTP/1.1 200 OK Content-Type: application/json-Content-Length: 2195 +Content-Length: 2219 { "value": [ Content-Length: 2195 "v10_14": true, "v10_15": true, "v11_0": true,- "v12_0": true + "v12_0": true, + "v13_0": true }, "buildNumber": "Build Number value", "versionNumber": "Version Number value", Content-Length: 2195 - |
v1.0 | Intune Apps Macoslobapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macoslobapp-update.md | Here is an example of the request. ``` http PATCH https://graph.microsoft.com/beta/deviceAppManagement/mobileApps/{mobileAppId} Content-type: application/json-Content-length: 1742 +Content-length: 1762 { "@odata.type": "#microsoft.graph.macOSLobApp", Content-length: 1742 "v10_14": true, "v10_15": true, "v11_0": true,- "v12_0": true + "v12_0": true, + "v13_0": true }, "buildNumber": "Build Number value", "versionNumber": "Version Number value", Here is an example of the response. Note: The response object shown here may be ``` http HTTP/1.1 200 OK Content-Type: application/json-Content-Length: 1914 +Content-Length: 1934 { "@odata.type": "#microsoft.graph.macOSLobApp", Content-Length: 1914 "v10_14": true, "v10_15": true, "v11_0": true,- "v12_0": true + "v12_0": true, + "v13_0": true }, "buildNumber": "Build Number value", "versionNumber": "Version Number value", Content-Length: 1914 - |
v1.0 | Intune Apps Macosmdatpapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmdatpapp-create.md | Content-Length: 941 - |
v1.0 | Intune Apps Macosmdatpapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmdatpapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Macosmdatpapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmdatpapp-get.md | Content-Length: 1014 - |
v1.0 | Intune Apps Macosmdatpapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmdatpapp-list.md | Content-Length: 1082 - |
v1.0 | Intune Apps Macosmdatpapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmdatpapp-update.md | Content-Length: 941 - |
v1.0 | Intune Apps Macosmicrosoftedgeapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmicrosoftedgeapp-create.md | Content-Length: 971 - |
v1.0 | Intune Apps Macosmicrosoftedgeapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmicrosoftedgeapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Macosmicrosoftedgeapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmicrosoftedgeapp-get.md | Content-Length: 1046 - |
v1.0 | Intune Apps Macosmicrosoftedgeapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmicrosoftedgeapp-list.md | Content-Length: 1116 - |
v1.0 | Intune Apps Macosmicrosoftedgeapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosmicrosoftedgeapp-update.md | Content-Length: 971 - |
v1.0 | Intune Apps Macosofficesuiteapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosofficesuiteapp-create.md | Content-Length: 947 - |
v1.0 | Intune Apps Macosofficesuiteapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosofficesuiteapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Macosofficesuiteapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosofficesuiteapp-get.md | Content-Length: 1020 - |
v1.0 | Intune Apps Macosofficesuiteapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosofficesuiteapp-list.md | Content-Length: 1088 - |
v1.0 | Intune Apps Macosofficesuiteapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosofficesuiteapp-update.md | Content-Length: 947 - |
v1.0 | Intune Apps Macosvppapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppapp-create.md | Content-Length: 2098 - |
v1.0 | Intune Apps Macosvppapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Macosvppapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppapp-get.md | Content-Length: 2231 - |
v1.0 | Intune Apps Macosvppapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppapp-list.md | Content-Length: 2359 - |
v1.0 | Intune Apps Macosvppapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppapp-update.md | Content-Length: 2098 - |
v1.0 | Intune Apps Macosvppappassignedlicense Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppappassignedlicense-create.md | Content-Length: 285 - |
v1.0 | Intune Apps Macosvppappassignedlicense Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppappassignedlicense-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Macosvppappassignedlicense Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppappassignedlicense-get.md | Content-Length: 316 - |
v1.0 | Intune Apps Macosvppappassignedlicense List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppappassignedlicense-list.md | Content-Length: 342 - |
v1.0 | Intune Apps Macosvppappassignedlicense Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-macosvppappassignedlicense-update.md | Content-Length: 285 - |
v1.0 | Intune Apps Managedandroidlobapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidlobapp-create.md | Content-Length: 1760 - |
v1.0 | Intune Apps Managedandroidlobapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidlobapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Managedandroidlobapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidlobapp-get.md | Content-Length: 1891 - |
v1.0 | Intune Apps Managedandroidlobapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidlobapp-list.md | Content-Length: 2017 - |
v1.0 | Intune Apps Managedandroidlobapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidlobapp-update.md | Content-Length: 1760 - |
v1.0 | Intune Apps Managedandroidstoreapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidstoreapp-create.md | Content-Length: 1533 - |
v1.0 | Intune Apps Managedandroidstoreapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidstoreapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Managedandroidstoreapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidstoreapp-get.md | Content-Length: 1652 - |
v1.0 | Intune Apps Managedandroidstoreapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidstoreapp-list.md | Content-Length: 1766 - |
v1.0 | Intune Apps Managedandroidstoreapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedandroidstoreapp-update.md | Content-Length: 1533 - |
v1.0 | Intune Apps Managedapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedapp-get.md | Content-Length: 1086 - |
v1.0 | Intune Apps Managedapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedapp-list.md | Content-Length: 1158 - |
v1.0 | Intune Apps Manageddevicemobileappconfiguration Assign | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfiguration-assign.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Manageddevicemobileappconfiguration Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfiguration-get.md | Content-Length: 519 - |
v1.0 | Intune Apps Manageddevicemobileappconfiguration List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfiguration-list.md | Content-Length: 559 - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationassignment Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationassignment-create.md | Content-Length: 395 - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationassignment Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationassignment-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationassignment Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationassignment-get.md | Content-Length: 428 - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationassignment List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationassignment-list.md | Content-Length: 456 - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationassignment Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationassignment-update.md | Content-Length: 395 - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationdevicestatus Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create.md | Content-Length: 512 - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationdevicestatus Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationdevicestatus Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get.md | Content-Length: 551 - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationdevicestatus List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list.md | Content-Length: 585 - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationdevicestatus Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-update.md | Content-Length: 512 - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationdevicesummary Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get.md | Content-Length: 450 - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationdevicesummary Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-update.md | Content-Length: 409 - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationuserstatus Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationuserstatus-create.md | Content-Length: 355 - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationuserstatus Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationuserstatus-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationuserstatus Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationuserstatus-get.md | Content-Length: 388 - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationuserstatus List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationuserstatus-list.md | Content-Length: 416 - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationuserstatus Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationuserstatus-update.md | Content-Length: 355 - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationusersummary Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationusersummary-get.md | Content-Length: 409 - |
v1.0 | Intune Apps Manageddevicemobileappconfigurationusersummary Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-manageddevicemobileappconfigurationusersummary-update.md | Content-Length: 370 - |
v1.0 | Intune Apps Managedioslobapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedioslobapp-create.md | Content-Length: 1758 - |
v1.0 | Intune Apps Managedioslobapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedioslobapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Managedioslobapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedioslobapp-get.md | Content-Length: 1883 - |
v1.0 | Intune Apps Managedioslobapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedioslobapp-list.md | Content-Length: 2003 - |
v1.0 | Intune Apps Managedioslobapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedioslobapp-update.md | Content-Length: 1758 - |
v1.0 | Intune Apps Managediosstoreapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managediosstoreapp-create.md | Content-Length: 1507 - |
v1.0 | Intune Apps Managediosstoreapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managediosstoreapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Managediosstoreapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managediosstoreapp-get.md | Content-Length: 1620 - |
v1.0 | Intune Apps Managediosstoreapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managediosstoreapp-list.md | Content-Length: 1728 - |
v1.0 | Intune Apps Managediosstoreapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managediosstoreapp-update.md | Content-Length: 1507 - |
v1.0 | Intune Apps Managedmobilelobapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedmobilelobapp-get.md | Content-Length: 1214 - |
v1.0 | Intune Apps Managedmobilelobapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-managedmobilelobapp-list.md | Content-Length: 1292 - |
v1.0 | Intune Apps Microsoftstoreforbusinessapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinessapp-create.md | Content-Length: 1361 - |
v1.0 | Intune Apps Microsoftstoreforbusinessapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinessapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Microsoftstoreforbusinessapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinessapp-get.md | Content-Length: 1458 - |
v1.0 | Intune Apps Microsoftstoreforbusinessapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinessapp-list.md | Content-Length: 1550 - |
v1.0 | Intune Apps Microsoftstoreforbusinessapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinessapp-update.md | Content-Length: 1361 - |
v1.0 | Intune Apps Microsoftstoreforbusinesscontainedapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinesscontainedapp-create.md | Content-Length: 176 - |
v1.0 | Intune Apps Microsoftstoreforbusinesscontainedapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinesscontainedapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Microsoftstoreforbusinesscontainedapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinesscontainedapp-get.md | Content-Length: 201 - |
v1.0 | Intune Apps Microsoftstoreforbusinesscontainedapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinesscontainedapp-list.md | Content-Length: 221 - |
v1.0 | Intune Apps Microsoftstoreforbusinesscontainedapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-microsoftstoreforbusinesscontainedapp-update.md | Content-Length: 176 - |
v1.0 | Intune Apps Mobileapp Validatexml | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileapp-validatexml.md | Content-Length: 37 - |
v1.0 | Intune Apps Mobileappassignment Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappassignment-create.md | Content-Length: 1022 - |
v1.0 | Intune Apps Mobileappassignment Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappassignment-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Mobileappassignment Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappassignment-get.md | Content-Length: 1091 - |
v1.0 | Intune Apps Mobileappassignment List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappassignment-list.md | Content-Length: 1155 - |
v1.0 | Intune Apps Mobileappassignment Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappassignment-update.md | Content-Length: 1022 - |
v1.0 | Intune Apps Mobileappcategory Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcategory-create.md | Content-Length: 212 - |
v1.0 | Intune Apps Mobileappcategory Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcategory-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Mobileappcategory Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcategory-get.md | Content-Length: 239 - |
v1.0 | Intune Apps Mobileappcategory List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcategory-list.md | Content-Length: 261 - |
v1.0 | Intune Apps Mobileappcategory Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcategory-update.md | Content-Length: 212 - |
v1.0 | Intune Apps Mobileappcontent Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontent-create.md | Content-Length: 107 - |
v1.0 | Intune Apps Mobileappcontent Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontent-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Mobileappcontent Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontent-get.md | Content-Length: 130 - |
v1.0 | Intune Apps Mobileappcontent List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontent-list.md | Content-Length: 148 - |
v1.0 | Intune Apps Mobileappcontent Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontent-update.md | Content-Length: 107 - |
v1.0 | Intune Apps Mobileappcontentfile Commit | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontentfile-commit.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Mobileappcontentfile Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontentfile-create.md | Content-Length: 503 - |
v1.0 | Intune Apps Mobileappcontentfile Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontentfile-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Mobileappcontentfile Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontentfile-get.md | Content-Length: 548 - |
v1.0 | Intune Apps Mobileappcontentfile List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontentfile-list.md | Content-Length: 588 - |
v1.0 | Intune Apps Mobileappcontentfile Renewupload | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontentfile-renewupload.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Mobileappcontentfile Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappcontentfile-update.md | Content-Length: 503 - |
v1.0 | Intune Apps Mobileappdependency Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappdependency-create.md | Content-Length: 421 - |
v1.0 | Intune Apps Mobileappdependency Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappdependency-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Mobileappdependency Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappdependency-get.md | Content-Length: 460 - |
v1.0 | Intune Apps Mobileappdependency List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappdependency-list.md | Content-Length: 494 - |
v1.0 | Intune Apps Mobileappdependency Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappdependency-update.md | Content-Length: 421 - |
v1.0 | Intune Apps Mobileappinstallstatus Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappinstallstatus-create.md | Content-Length: 604 - |
v1.0 | Intune Apps Mobileappinstallstatus Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappinstallstatus-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Mobileappinstallstatus Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappinstallstatus-get.md | Content-Length: 651 - |
v1.0 | Intune Apps Mobileappinstallstatus List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappinstallstatus-list.md | Content-Length: 693 - |
v1.0 | Intune Apps Mobileappinstallstatus Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappinstallstatus-update.md | Content-Length: 604 - |
v1.0 | Intune Apps Mobileappinstallsummary Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappinstallsummary-get.md | Content-Length: 466 - |
v1.0 | Intune Apps Mobileappinstallsummary Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappinstallsummary-update.md | Content-Length: 423 - |
v1.0 | Intune Apps Mobileappprovisioningconfiggroupassignment Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappprovisioningconfiggroupassignment-create.md | Content-Length: 178 - |
v1.0 | Intune Apps Mobileappprovisioningconfiggroupassignment Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappprovisioningconfiggroupassignment-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Mobileappprovisioningconfiggroupassignment Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappprovisioningconfiggroupassignment-get.md | Content-Length: 203 - |
v1.0 | Intune Apps Mobileappprovisioningconfiggroupassignment List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappprovisioningconfiggroupassignment-list.md | Content-Length: 223 - |
v1.0 | Intune Apps Mobileappprovisioningconfiggroupassignment Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappprovisioningconfiggroupassignment-update.md | Content-Length: 178 - |
v1.0 | Intune Apps Mobileapprelationship Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileapprelationship-get.md | Content-Length: 366 - |
v1.0 | Intune Apps Mobileapprelationship List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileapprelationship-list.md | Content-Length: 394 - |
v1.0 | Intune Apps Mobileappsupersedence Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappsupersedence-create.md | Content-Length: 424 - |
v1.0 | Intune Apps Mobileappsupersedence Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappsupersedence-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Mobileappsupersedence Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappsupersedence-get.md | Content-Length: 463 - |
v1.0 | Intune Apps Mobileappsupersedence List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappsupersedence-list.md | Content-Length: 497 - |
v1.0 | Intune Apps Mobileappsupersedence Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobileappsupersedence-update.md | Content-Length: 424 - |
v1.0 | Intune Apps Mobilecontainedapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobilecontainedapp-get.md | Content-Length: 132 - |
v1.0 | Intune Apps Mobilecontainedapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobilecontainedapp-list.md | Content-Length: 150 - |
v1.0 | Intune Apps Mobilelobapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobilelobapp-get.md | Content-Length: 1132 - |
v1.0 | Intune Apps Mobilelobapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-mobilelobapp-list.md | Content-Length: 1206 - |
v1.0 | Intune Apps Officesuiteapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-officesuiteapp-create.md | Content-Length: 1908 -- |
v1.0 | Intune Apps Officesuiteapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-officesuiteapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Officesuiteapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-officesuiteapp-get.md | Content-Length: 2049 - |
v1.0 | Intune Apps Officesuiteapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-officesuiteapp-list.md | Content-Length: 2185 - |
v1.0 | Intune Apps Officesuiteapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-officesuiteapp-update.md | Content-Length: 1908 -- |
v1.0 | Intune Apps Symanteccodesigningcertificate Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-symanteccodesigningcertificate-get.md | Content-Length: 511 - |
v1.0 | Intune Apps Symanteccodesigningcertificate Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-symanteccodesigningcertificate-update.md | Content-Length: 470 - |
v1.0 | Intune Apps Userappinstallstatus Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-userappinstallstatus-create.md | Content-Length: 288 - |
v1.0 | Intune Apps Userappinstallstatus Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-userappinstallstatus-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Userappinstallstatus Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-userappinstallstatus-get.md | Content-Length: 321 - |
v1.0 | Intune Apps Userappinstallstatus List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-userappinstallstatus-list.md | Content-Length: 349 - |
v1.0 | Intune Apps Userappinstallstatus Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-userappinstallstatus-update.md | Content-Length: 288 - |
v1.0 | Intune Apps Webapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-webapp-create.md | Content-Length: 1008 - |
v1.0 | Intune Apps Webapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-webapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Webapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-webapp-get.md | Content-Length: 1085 - |
v1.0 | Intune Apps Webapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-webapp-list.md | Content-Length: 1157 - |
v1.0 | Intune Apps Webapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-webapp-update.md | Content-Length: 1008 - |
v1.0 | Intune Apps Win32lobapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-win32lobapp-create.md | Content-Length: 3659 - |
v1.0 | Intune Apps Win32lobapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-win32lobapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Win32lobapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-win32lobapp-get.md | Content-Length: 3904 - |
v1.0 | Intune Apps Win32lobapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-win32lobapp-list.md | Content-Length: 4144 - |
v1.0 | Intune Apps Win32lobapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-win32lobapp-update.md | Content-Length: 3659 - |
v1.0 | Intune Apps Windowsappx Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsappx-create.md | Content-Length: 1734 - |
v1.0 | Intune Apps Windowsappx Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsappx-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Windowsappx Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsappx-get.md | Content-Length: 1857 - |
v1.0 | Intune Apps Windowsappx List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsappx-list.md | Content-Length: 1975 - |
v1.0 | Intune Apps Windowsappx Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsappx-update.md | Content-Length: 1734 - |
v1.0 | Intune Apps Windowsmicrosoftedgeapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmicrosoftedgeapp-create.md | Content-Length: 1034 - |
v1.0 | Intune Apps Windowsmicrosoftedgeapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmicrosoftedgeapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Windowsmicrosoftedgeapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmicrosoftedgeapp-get.md | Content-Length: 1111 - |
v1.0 | Intune Apps Windowsmicrosoftedgeapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmicrosoftedgeapp-list.md | Content-Length: 1183 - |
v1.0 | Intune Apps Windowsmicrosoftedgeapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmicrosoftedgeapp-update.md | Content-Length: 1034 - |
v1.0 | Intune Apps Windowsmobilemsi Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmobilemsi-create.md | Content-Length: 1295 - |
v1.0 | Intune Apps Windowsmobilemsi Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmobilemsi-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Windowsmobilemsi Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmobilemsi-get.md | Content-Length: 1386 - |
v1.0 | Intune Apps Windowsmobilemsi List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmobilemsi-list.md | Content-Length: 1472 - |
v1.0 | Intune Apps Windowsmobilemsi Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsmobilemsi-update.md | Content-Length: 1295 - |
v1.0 | Intune Apps Windowsphone81appx Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appx-create.md | Content-Length: 1834 - |
v1.0 | Intune Apps Windowsphone81appx Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appx-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Windowsphone81appx Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appx-get.md | Content-Length: 1959 - |
v1.0 | Intune Apps Windowsphone81appx List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appx-list.md | Content-Length: 2079 - |
v1.0 | Intune Apps Windowsphone81appx Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appx-update.md | Content-Length: 1834 - |
v1.0 | Intune Apps Windowsphone81appxbundle Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appxbundle-create.md | Content-Length: 2740 - |
v1.0 | Intune Apps Windowsphone81appxbundle Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appxbundle-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Windowsphone81appxbundle Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appxbundle-get.md | Content-Length: 2919 - |
v1.0 | Intune Apps Windowsphone81appxbundle List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appxbundle-list.md | Content-Length: 3093 - |
v1.0 | Intune Apps Windowsphone81appxbundle Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81appxbundle-update.md | Content-Length: 2740 - |
v1.0 | Intune Apps Windowsphone81storeapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81storeapp-create.md | Content-Length: 1004 - |
v1.0 | Intune Apps Windowsphone81storeapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81storeapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Windowsphone81storeapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81storeapp-get.md | Content-Length: 1079 - |
v1.0 | Intune Apps Windowsphone81storeapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81storeapp-list.md | Content-Length: 1149 - |
v1.0 | Intune Apps Windowsphone81storeapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphone81storeapp-update.md | Content-Length: 1004 - |
v1.0 | Intune Apps Windowsphonexap Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphonexap-create.md | Content-Length: 1558 - |
v1.0 | Intune Apps Windowsphonexap Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphonexap-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Windowsphonexap Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphonexap-get.md | Content-Length: 1673 - |
v1.0 | Intune Apps Windowsphonexap List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphonexap-list.md | Content-Length: 1783 - |
v1.0 | Intune Apps Windowsphonexap Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsphonexap-update.md | Content-Length: 1558 - |
v1.0 | Intune Apps Windowsstoreapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsstoreapp-create.md | Content-Length: 997 - |
v1.0 | Intune Apps Windowsstoreapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsstoreapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Windowsstoreapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsstoreapp-get.md | Content-Length: 1072 - |
v1.0 | Intune Apps Windowsstoreapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsstoreapp-list.md | Content-Length: 1142 - |
v1.0 | Intune Apps Windowsstoreapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsstoreapp-update.md | Content-Length: 997 - |
v1.0 | Intune Apps Windowsuniversalappx Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappx-create.md | Content-Length: 1782 - |
v1.0 | Intune Apps Windowsuniversalappx Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappx-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Windowsuniversalappx Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappx-get.md | Content-Length: 1907 - |
v1.0 | Intune Apps Windowsuniversalappx List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappx-list.md | Content-Length: 2027 - |
v1.0 | Intune Apps Windowsuniversalappx Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappx-update.md | Content-Length: 1782 - |
v1.0 | Intune Apps Windowsuniversalappxcontainedapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappxcontainedapp-create.md | Content-Length: 171 - |
v1.0 | Intune Apps Windowsuniversalappxcontainedapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappxcontainedapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Windowsuniversalappxcontainedapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappxcontainedapp-get.md | Content-Length: 196 - |
v1.0 | Intune Apps Windowsuniversalappxcontainedapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappxcontainedapp-list.md | Content-Length: 216 - |
v1.0 | Intune Apps Windowsuniversalappxcontainedapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowsuniversalappxcontainedapp-update.md | Content-Length: 171 - |
v1.0 | Intune Apps Windowswebapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowswebapp-create.md | Content-Length: 985 - |
v1.0 | Intune Apps Windowswebapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowswebapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Windowswebapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowswebapp-get.md | Content-Length: 1060 - |
v1.0 | Intune Apps Windowswebapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowswebapp-list.md | Content-Length: 1130 - |
v1.0 | Intune Apps Windowswebapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-windowswebapp-update.md | Content-Length: 985 - |
v1.0 | Intune Apps Wingetapp Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-wingetapp-create.md | Content-Length: 1115 - |
v1.0 | Intune Apps Wingetapp Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-wingetapp-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Apps Wingetapp Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-wingetapp-get.md | Content-Length: 1198 - |
v1.0 | Intune Apps Wingetapp List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-wingetapp-list.md | Content-Length: 1276 - |
v1.0 | Intune Apps Wingetapp Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-apps-wingetapp-update.md | Content-Length: 1115 - |
v1.0 | Intune Auditing Auditevent Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-auditing-auditevent-create.md | Content-Length: 1852 - |
v1.0 | Intune Auditing Auditevent Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-auditing-auditevent-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Auditing Auditevent Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-auditing-auditevent-get.md | Content-Length: 1973 - |
v1.0 | Intune Auditing Auditevent Getauditactivitytypes | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-auditing-auditevent-getauditactivitytypes.md | Content-Length: 61 - |
v1.0 | Intune Auditing Auditevent Getauditcategories | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-auditing-auditevent-getauditcategories.md | Content-Length: 57 - |
v1.0 | Intune Auditing Auditevent List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-auditing-auditevent-list.md | Content-Length: 2089 - |
v1.0 | Intune Auditing Auditevent Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-auditing-auditevent-update.md | Content-Length: 1852 - |
v1.0 | Intune Books Deviceinstallstate Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-deviceinstallstate-create.md | Content-Length: 423 - |
v1.0 | Intune Books Deviceinstallstate Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-deviceinstallstate-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Books Deviceinstallstate Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-deviceinstallstate-get.md | Content-Length: 462 - |
v1.0 | Intune Books Deviceinstallstate List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-deviceinstallstate-list.md | Content-Length: 496 - |
v1.0 | Intune Books Deviceinstallstate Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-deviceinstallstate-update.md | Content-Length: 423 - |
v1.0 | Intune Books Ebookinstallsummary Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-ebookinstallsummary-get.md | Content-Length: 320 - |
v1.0 | Intune Books Ebookinstallsummary Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-ebookinstallsummary-update.md | Content-Length: 285 - |
v1.0 | Intune Books Iosvppebook Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebook-create.md | Content-Length: 1026 - |
v1.0 | Intune Books Iosvppebook Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebook-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Books Iosvppebook Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebook-get.md | Content-Length: 1101 - |
v1.0 | Intune Books Iosvppebook List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebook-list.md | Content-Length: 1171 - |
v1.0 | Intune Books Iosvppebook Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebook-update.md | Content-Length: 1026 - |
v1.0 | Intune Books Iosvppebookassignment Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebookassignment-create.md | Content-Length: 409 - |
v1.0 | Intune Books Iosvppebookassignment Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebookassignment-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Books Iosvppebookassignment Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebookassignment-get.md | Content-Length: 444 - |
v1.0 | Intune Books Iosvppebookassignment List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebookassignment-list.md | Content-Length: 474 - |
v1.0 | Intune Books Iosvppebookassignment Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-iosvppebookassignment-update.md | Content-Length: 409 - |
v1.0 | Intune Books Managedebook Assign | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebook-assign.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Books Managedebook Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebook-get.md | Content-Length: 712 - |
v1.0 | Intune Books Managedebook List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebook-list.md | Content-Length: 756 - |
v1.0 | Intune Books Managedebookassignment Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookassignment-create.md | Content-Length: 404 - |
v1.0 | Intune Books Managedebookassignment Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookassignment-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Books Managedebookassignment Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookassignment-get.md | Content-Length: 439 - |
v1.0 | Intune Books Managedebookassignment List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookassignment-list.md | Content-Length: 469 - |
v1.0 | Intune Books Managedebookassignment Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookassignment-update.md | Content-Length: 404 - |
v1.0 | Intune Books Managedebookcategory Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookcategory-create.md | Content-Length: 215 - |
v1.0 | Intune Books Managedebookcategory Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookcategory-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Books Managedebookcategory Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookcategory-get.md | Content-Length: 242 - |
v1.0 | Intune Books Managedebookcategory List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookcategory-list.md | Content-Length: 264 - |
v1.0 | Intune Books Managedebookcategory Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-managedebookcategory-update.md | Content-Length: 215 - |
v1.0 | Intune Books Userinstallstatesummary Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-userinstallstatesummary-create.md | Content-Length: 238 - |
v1.0 | Intune Books Userinstallstatesummary Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-userinstallstatesummary-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Books Userinstallstatesummary Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-userinstallstatesummary-get.md | Content-Length: 269 - |
v1.0 | Intune Books Userinstallstatesummary List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-userinstallstatesummary-list.md | Content-Length: 295 - |
v1.0 | Intune Books Userinstallstatesummary Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-books-userinstallstatesummary-update.md | Content-Length: 238 - |
v1.0 | Intune Chromebooksync Chromeosonboardingsettings Connect | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-chromebooksync-chromeosonboardingsettings-connect.md | Content-Length: 29 - |
v1.0 | Intune Chromebooksync Chromeosonboardingsettings Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-chromebooksync-chromeosonboardingsettings-create.md | Content-Length: 351 - |
v1.0 | Intune Chromebooksync Chromeosonboardingsettings Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-chromebooksync-chromeosonboardingsettings-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Chromebooksync Chromeosonboardingsettings Disconnect | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-chromebooksync-chromeosonboardingsettings-disconnect.md | Content-Length: 29 - |
v1.0 | Intune Chromebooksync Chromeosonboardingsettings Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-chromebooksync-chromeosonboardingsettings-get.md | Content-Length: 382 - |
v1.0 | Intune Chromebooksync Chromeosonboardingsettings List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-chromebooksync-chromeosonboardingsettings-list.md | Content-Length: 408 - |
v1.0 | Intune Chromebooksync Chromeosonboardingsettings Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-chromebooksync-chromeosonboardingsettings-update.md | Content-Length: 351 - |
v1.0 | Intune Cirrus Officeclientconfiguration Assign | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-officeclientconfiguration-assign.md | Content-Length: 274 - |
v1.0 | Intune Cirrus Officeclientconfiguration Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-officeclientconfiguration-get.md | Content-Length: 1137 - |
v1.0 | Intune Cirrus Officeclientconfiguration List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-officeclientconfiguration-list.md | Content-Length: 1207 - |
v1.0 | Intune Cirrus Officeclientconfiguration Updatepriorities | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-officeclientconfiguration-updatepriorities.md | HTTP/1.1 200 OK - |
v1.0 | Intune Cirrus Officeclientconfigurationassignment Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-officeclientconfigurationassignment-create.md | Content-Length: 221 - |
v1.0 | Intune Cirrus Officeclientconfigurationassignment Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-officeclientconfigurationassignment-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Cirrus Officeclientconfigurationassignment Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-officeclientconfigurationassignment-get.md | Content-Length: 250 - |
v1.0 | Intune Cirrus Officeclientconfigurationassignment List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-officeclientconfigurationassignment-list.md | Content-Length: 274 - |
v1.0 | Intune Cirrus Officeclientconfigurationassignment Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-officeclientconfigurationassignment-update.md | Content-Length: 221 - |
v1.0 | Intune Cirrus Windowsofficeclientconfiguration Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientconfiguration-create.md | Content-Length: 1069 - |
v1.0 | Intune Cirrus Windowsofficeclientconfiguration Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientconfiguration-delete.md | HTTP/1.1 200 OK - |
v1.0 | Intune Cirrus Windowsofficeclientconfiguration Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientconfiguration-get.md | Content-Length: 1144 - |
v1.0 | Intune Cirrus Windowsofficeclientconfiguration List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientconfiguration-list.md | Content-Length: 1214 - |
v1.0 | Intune Cirrus Windowsofficeclientconfiguration Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientconfiguration-update.md | Content-Length: 1069 - |
v1.0 | Intune Cirrus Windowsofficeclientsecurityconfiguration Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientsecurityconfiguration-create.md | Content-Length: 1077 - |
v1.0 | Intune Cirrus Windowsofficeclientsecurityconfiguration Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientsecurityconfiguration-delete.md | HTTP/1.1 200 OK - |
v1.0 | Intune Cirrus Windowsofficeclientsecurityconfiguration Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientsecurityconfiguration-get.md | Content-Length: 1152 - |
v1.0 | Intune Cirrus Windowsofficeclientsecurityconfiguration List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientsecurityconfiguration-list.md | Content-Length: 1222 - |
v1.0 | Intune Cirrus Windowsofficeclientsecurityconfiguration Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-cirrus-windowsofficeclientsecurityconfiguration-update.md | Content-Length: 1077 - |
v1.0 | Intune Companyterms Termsandconditions Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditions-create.md | Content-Length: 567 - |
v1.0 | Intune Companyterms Termsandconditions Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditions-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Companyterms Termsandconditions Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditions-get.md | Content-Length: 614 - |
v1.0 | Intune Companyterms Termsandconditions List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditions-list.md | Content-Length: 656 - |
v1.0 | Intune Companyterms Termsandconditions Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditions-update.md | Content-Length: 567 - |
v1.0 | Intune Companyterms Termsandconditionsacceptancestatus Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsacceptancestatus-create.md | Content-Length: 313 - |
v1.0 | Intune Companyterms Termsandconditionsacceptancestatus Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsacceptancestatus-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Companyterms Termsandconditionsacceptancestatus Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsacceptancestatus-get.md | Content-Length: 344 - |
v1.0 | Intune Companyterms Termsandconditionsacceptancestatus List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsacceptancestatus-list.md | Content-Length: 370 - |
v1.0 | Intune Companyterms Termsandconditionsacceptancestatus Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsacceptancestatus-update.md | Content-Length: 313 - |
v1.0 | Intune Companyterms Termsandconditionsassignment Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsassignment-create.md | Content-Length: 436 - |
v1.0 | Intune Companyterms Termsandconditionsassignment Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsassignment-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Companyterms Termsandconditionsassignment Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsassignment-get.md | Content-Length: 471 - |
v1.0 | Intune Companyterms Termsandconditionsassignment List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsassignment-list.md | Content-Length: 501 - |
v1.0 | Intune Companyterms Termsandconditionsassignment Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsassignment-update.md | Content-Length: 436 - |
v1.0 | Intune Companyterms Termsandconditionsgroupassignment Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsgroupassignment-create.md | Content-Length: 169 - |
v1.0 | Intune Companyterms Termsandconditionsgroupassignment Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsgroupassignment-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Companyterms Termsandconditionsgroupassignment Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsgroupassignment-get.md | Content-Length: 194 - |
v1.0 | Intune Companyterms Termsandconditionsgroupassignment List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsgroupassignment-list.md | Content-Length: 214 - |
v1.0 | Intune Companyterms Termsandconditionsgroupassignment Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-companyterms-termsandconditionsgroupassignment-update.md | Content-Length: 169 - |
v1.0 | Intune Deviceconfig Advancedthreatprotectiononboardingdevicesettingstate Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-create.md | Content-Length: 622 - |
v1.0 | Intune Deviceconfig Advancedthreatprotectiononboardingdevicesettingstate Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Deviceconfig Advancedthreatprotectiononboardingdevicesettingstate Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-get.md | Content-Length: 669 - |
v1.0 | Intune Deviceconfig Advancedthreatprotectiononboardingdevicesettingstate List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-list.md | Content-Length: 711 - |
v1.0 | Intune Deviceconfig Advancedthreatprotectiononboardingdevicesettingstate Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-update.md | Content-Length: 622 - |
v1.0 | Intune Deviceconfig Advancedthreatprotectiononboardingstatesummary Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-advancedthreatprotectiononboardingstatesummary-get.md | Content-Length: 419 - |
v1.0 | Intune Deviceconfig Advancedthreatprotectiononboardingstatesummary Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-advancedthreatprotectiononboardingstatesummary-update.md | Content-Length: 380 - |
v1.0 | Intune Deviceconfig Androidcertificateprofilebase Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcertificateprofilebase-get.md | Content-Length: 1723 - |
v1.0 | Intune Deviceconfig Androidcertificateprofilebase List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcertificateprofilebase-list.md | Content-Length: 1825 - |
v1.0 | Intune Deviceconfig Androidcompliancepolicy Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcompliancepolicy-create.md | Content-Length: 1922 - |
v1.0 | Intune Deviceconfig Androidcompliancepolicy Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcompliancepolicy-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Deviceconfig Androidcompliancepolicy Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcompliancepolicy-get.md | Content-Length: 2031 - |
v1.0 | Intune Deviceconfig Androidcompliancepolicy List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcompliancepolicy-list.md | Content-Length: 2135 - |
v1.0 | Intune Deviceconfig Androidcompliancepolicy Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcompliancepolicy-update.md | Content-Length: 1922 - |
v1.0 | Intune Deviceconfig Androidcustomconfiguration Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcustomconfiguration-create.md | Content-Length: 1509 - |
v1.0 | Intune Deviceconfig Androidcustomconfiguration Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcustomconfiguration-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Deviceconfig Androidcustomconfiguration Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcustomconfiguration-get.md | Content-Length: 1612 - |
v1.0 | Intune Deviceconfig Androidcustomconfiguration List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcustomconfiguration-list.md | Content-Length: 1710 - |
v1.0 | Intune Deviceconfig Androidcustomconfiguration Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androidcustomconfiguration-update.md | Content-Length: 1509 - |
v1.0 | Intune Deviceconfig Androiddeviceownercertificateprofilebase Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownercertificateprofilebase-get.md | Content-Length: 1734 - |
v1.0 | Intune Deviceconfig Androiddeviceownercertificateprofilebase List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownercertificateprofilebase-list.md | Content-Length: 1836 - |
v1.0 | Intune Deviceconfig Androiddeviceownercompliancepolicy Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownercompliancepolicy-create.md | Content-Length: 1441 - |
v1.0 | Intune Deviceconfig Androiddeviceownercompliancepolicy Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownercompliancepolicy-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Deviceconfig Androiddeviceownercompliancepolicy Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownercompliancepolicy-get.md | Content-Length: 1524 - |
v1.0 | Intune Deviceconfig Androiddeviceownercompliancepolicy List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownercompliancepolicy-list.md | Content-Length: 1602 - |
v1.0 | Intune Deviceconfig Androiddeviceownercompliancepolicy Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownercompliancepolicy-update.md | Content-Length: 1441 - |
v1.0 | Intune Deviceconfig Androiddeviceownerderivedcredentialauthenticationconfiguration Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-create.md | Content-Length: 1462 - |
v1.0 | Intune Deviceconfig Androiddeviceownerderivedcredentialauthenticationconfiguration Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Deviceconfig Androiddeviceownerderivedcredentialauthenticationconfiguration Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-get.md | Content-Length: 1559 - |
v1.0 | Intune Deviceconfig Androiddeviceownerderivedcredentialauthenticationconfiguration List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-list.md | Content-Length: 1651 - |
v1.0 | Intune Deviceconfig Androiddeviceownerderivedcredentialauthenticationconfiguration Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-update.md | Content-Length: 1462 - |
v1.0 | Intune Deviceconfig Androiddeviceownerenterprisewificonfiguration Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-create.md | Content-Length: 2132 - |
v1.0 | Intune Deviceconfig Androiddeviceownerenterprisewificonfiguration Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Deviceconfig Androiddeviceownerenterprisewificonfiguration Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-get.md | Content-Length: 2255 - |
v1.0 | Intune Deviceconfig Androiddeviceownerenterprisewificonfiguration List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-list.md | Content-Length: 2373 - |
v1.0 | Intune Deviceconfig Androiddeviceownerenterprisewificonfiguration Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-update.md | Content-Length: 2132 - |
v1.0 | Intune Deviceconfig Androiddeviceownergeneraldeviceconfiguration Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-create.md | Content-Length: 10262 - |
v1.0 | Intune Deviceconfig Androiddeviceownergeneraldeviceconfiguration Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Deviceconfig Androiddeviceownergeneraldeviceconfiguration Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-get.md | Content-Length: 10805 - |
v1.0 | Intune Deviceconfig Androiddeviceownergeneraldeviceconfiguration List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-list.md | Content-Length: 11343 - |
v1.0 | Intune Deviceconfig Androiddeviceownergeneraldeviceconfiguration Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-update.md | Content-Length: 10262 - |
v1.0 | Intune Deviceconfig Androiddeviceownerimportedpfxcertificateprofile Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-create.md | Content-Length: 1900 - |
v1.0 | Intune Deviceconfig Androiddeviceownerimportedpfxcertificateprofile Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Deviceconfig Androiddeviceownerimportedpfxcertificateprofile Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-get.md | Content-Length: 2023 - |
v1.0 | Intune Deviceconfig Androiddeviceownerimportedpfxcertificateprofile List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-list.md | Content-Length: 2141 - |
v1.0 | Intune Deviceconfig Androiddeviceownerimportedpfxcertificateprofile Update | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-update.md | Content-Length: 1900 - |
v1.0 | Intune Deviceconfig Androiddeviceownerpkcscertificateprofile Create | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-create.md | Content-Length: 2475 - |
v1.0 | Intune Deviceconfig Androiddeviceownerpkcscertificateprofile Delete | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-delete.md | HTTP/1.1 204 No Content - |
v1.0 | Intune Deviceconfig Androiddeviceownerpkcscertificateprofile Get | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-get.md | Content-Length: 2624 - |
v1.0 | Intune Deviceconfig Androiddeviceownerpkcscertificateprofile List | https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-list.md | Content-Length: 2768 - |
v1.0 |