Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.73 KB

File metadata and controls

54 lines (42 loc) · 1.73 KB
title accessReviewApplyAction resource type
description Represents the action to take on reviewed users after an access review instance is completed.
author jyothig123
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 03/21/2024

accessReviewApplyAction resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE accessreviews-disclaimer-v2]

Represents a base class for apply actions in the accessReviewScheduleSettings of an accessReviewScheduleDefinition object. The following derived types are supported:

  • removeAccessApplyAction indicates removing access of an entity being reviewed upon completion of the review. This is the default type for the applyActions property in accessReviewScheduleSettings and doesn't need to be specified.

  • disableAndDeleteUserApplyAction indicates disabling and deleting the user being reviewed upon completion of the review. This is the non-default type and must be explicitly specified in accessReviewScheduleSettings.

Properties

None.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessReviewApplyAction"
}