You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/models/AccessReviewInactiveUsersQueryScope.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ public class AccessReviewInactiveUsersQueryScope extends AccessReviewQueryScope
27
27
28
28
/**
29
29
* The Inactive Duration.
30
-
* Defines the length of the duration period of inactivity. Inactivity is based on the last sign in date of the user.
30
+
* Defines the duration of inactivity. Inactivity is based on the last sign in date of the user compared to the access review instance's start date. If this property is not specified, it's assigned the default value PT0S.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/models/AccessReviewReviewerScope.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ public final AdditionalDataManager additionalDataManager() {
48
48
49
49
/**
50
50
* The Query Root.
51
-
* In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.
51
+
* In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query, for example, ./manager, is specified. Possible value: decisions.
@@ -61,7 +61,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke
61
61
62
62
/**
63
63
* The Description For Reviewers.
64
-
* Description provided by review creators to provide more context of the review to reviewers. Reviewers will see this description in the email sent to them requesting their review.
64
+
* Description provided by review creators to provide more context of the review to reviewers. Reviewers will see this description in the email sent to them requesting their review. Supports $select.
@@ -79,7 +79,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke
79
79
80
80
/**
81
81
* The Fallback Reviewers.
82
-
*
82
+
* This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers will be notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner does not exist, or manager is specified as reviewer but a user's manager does not exist. Supports $select.
@@ -88,7 +88,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke
88
88
89
89
/**
90
90
* The Instance Enumeration Scope.
91
-
* In the case of a review of guest usersacross all Microsoft 365 groups, this determines the scope of which groups will be reviewed. Each group will become a unique accessReviewInstance of the access review series. For supported scopes, see accessReviewScope.
91
+
* This property is required when scoping a review to guest users' access across all Microsoft 365 groups and determines which Microsoft 365 groups are reviewed. Each group will become a unique accessReviewInstance of the access review series. For supported scopes, see accessReviewScope. Supports $select. For examples of options for configuring instanceEnumerationScope, see Configure the scope of your access review definition using the Microsoft Graph API.
@@ -106,7 +106,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke
106
106
107
107
/**
108
108
* The Reviewers.
109
-
* This collection of access review scopes is used to define who are the reviewers. See accessReviewReviewerScope. Required on create.
109
+
* This collection of access review scopes is used to define who are the reviewers. Required on create. Supports $select. For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API.
@@ -115,7 +115,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke
115
115
116
116
/**
117
117
* The Scope.
118
-
* Defines scope of users reviewed. For supported scopes, see accessReviewScope. Required on create.
118
+
* Defines scope of resources to review. For supported scopes, see accessReviewScope. Required on create. Supports $select and $filter (contains only). For examples of options for configuring scope, see Configure the scope of your access review definition using the Microsoft Graph API.
@@ -133,7 +133,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke
133
133
134
134
/**
135
135
* The Status.
136
-
* This read-only field specifies the status of an accessReview. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed.
136
+
* This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only).
@@ -142,7 +142,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke
142
142
143
143
/**
144
144
* The Instances.
145
-
* Set of access reviews instances for this access review series. Access reviews that do not recur will only have one instance; otherwise, there will be an instance for each recurrence.
145
+
* Set of access reviews instances for this access review series. Access reviews that do not recur will only have one instance; otherwise, there is an instance for each recurrence.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/models/AccessReviewScheduleSettings.java
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ public final AdditionalDataManager additionalDataManager() {
51
51
52
52
/**
53
53
* The Auto Apply Decisions Enabled.
54
-
* Flag to indicate whether auto-apply feature is enabled.
54
+
* Indicates whether decisions are automatically applied. When set to false, a user must apply the decisions manually once the reviewer completes the access review. When set to true, decisions are applied automatically after the access review instance duration ends, whether or not the reviewers have responded. Default value is false.
@@ -114,7 +114,7 @@ public final AdditionalDataManager additionalDataManager() {
114
114
115
115
/**
116
116
* The Recurrence.
117
-
* Detailed settings for recurrence. Using standard Outlook recurrence object. Note that dayOfMonth is not supported - use property startDate on recurrenceRange to determine the day the review will start on.
117
+
* Detailed settings for recurrence using the standard Outlook recurrence object. Only weekly and absoluteMonthly on recurrencePattern are supported. Use the property startDate on recurrenceRange to determine the day the review starts.
0 commit comments