Skip to content

Latest commit

 

History

History
108 lines (82 loc) · 3.98 KB

File metadata and controls

108 lines (82 loc) · 3.98 KB
title accessReviewInstance: stopApplyDecisions
description Stop the apply decision action on when accessReviewInstance when the decision is in the process of being applied.
author rahulsharm0210
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type apiPageType
ms.date 04/04/2024

accessReviewInstance: stopApplyDecisions

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Stop the apply decision action on a accessReviewInstance when the decision is in the process of being applied. You can stop the apply decision action only when the review is created with autoapply and autoreview settings, and the remediation option to disable and delete users. When you call this API on a current instance of a recurrence, it will not affect future instances.

[!INCLUDE national-cloud-support]

Permissions

Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions only if your app requires it. For details about delegated and application permissions, see Permission types. To learn more about these permissions, see the permissions reference.

[!INCLUDE permissions-table]

HTTP request

POST  /identityGovernance/accessReviews/definitions/{definition-id}/instances/{instance-id}/stopApplyDecisions

Request headers

None

Request body

Don't supply a request body for this method.

Response

If successful, this method returns a 204, No Content response code. It doesn't return anything in the response body.

Examples

POST  https://graph.microsoft.com/beta/identityGovernance/accessReviews/definitions/2b83cc42-09db-46f6-8c6e-16fec466a82d/instances/5d431f4b-56f2-4a50-938b-fb1e4e2c91b9/stopApplyDecisions

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]



Response

HTTP/1.1 204 No Content