Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.38 KB

accessreviewapplyaction.md

File metadata and controls

38 lines (29 loc) · 1.38 KB
title description author ms.localizationpriority ms.subservice doc_type
accessReviewApplyAction resource type
Represents the action to take on reviewed users after an access review instance is completed.
jyothig123
medium
entra-id-governance
resourcePageType

accessReviewApplyAction resource type

Namespace: microsoft.graph

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 nondefault 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"
}