Skip to content

Latest commit

 

History

History
63 lines (55 loc) · 2.82 KB

accessreviewsettings.md

File metadata and controls

63 lines (55 loc) · 2.82 KB
title description ms.localizationpriority author ms.subservice doc_type
accessReviewSettings resource type (deprecated)
Provides more settings when creating an access review.
medium
shubhamguptacal
entra-id-governance
resourcePageType

accessReviewSettings resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE accessreviews-disclaimer]

Provides more settings when creating an access review, to control the feature behavior when starting an access review.

Properties

Property Type Description
mailNotificationsEnabled Boolean Indicates whether sending mails to reviewers and the review creator is enabled.
remindersEnabled Boolean Indicates whether sending reminder emails to reviewers is enabled.
justificationRequiredOnApproval Boolean Indicates whether reviewers are required to provide a justification when reviewing access.
activityDurationInDays Int64 The number of days of user activities to show to reviewers.
autoReviewEnabled Boolean Indicates whether a decision should be set if the reviewer didn't supply one. For use when, auto-apply is enabled. If you don't want to have a review decision recorded unless the reviewer makes an explicit choice, set it to false.
autoReviewSettings autoReviewSettings Detailed settings for how the feature should set the review decision. For use when, auto-apply is enabled.
recurrenceSettings accessReviewRecurrenceSettings Detailed settings for recurrence.
autoApplyReviewResultsEnabled Boolean Indicates whether the auto-apply capability, to automatically change the target object access resource, is enabled. If not enabled, a user must, after the review completes, apply the access review.
accessRecommendationsEnabled Boolean Indicates whether showing recommendations to reviewers is enabled.

JSON representation

{
  "mailNotificationsEnabled": true,
  "remindersEnabled": true,  
  "justificationRequiredOnApproval": true,
  "activityDurationInDays": 1024,
  "autoReviewEnabled": false,
  "autoReviewSettings": {"@odata.type": "microsoft.graph.autoReviewSettings"},
  "recurrenceSettings": {"@odata.type": "microsoft.graph.accessReviewRecurrenceSettings"},
  "autoApplyReviewResultsEnabled": false,
  "accessRecommendationsEnabled": false
}