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/AccessReviewHistoryDefinition.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ public class AccessReviewHistoryDefinition extends Entity implements IJsonBacked
89
89
90
90
/**
91
91
* The Schedule Settings.
92
-
* The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined.
92
+
* The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined. Not supported yet.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/models/DirectoryAudit.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ public class DirectoryAudit extends Entity implements IJsonBackedObject {
95
95
96
96
/**
97
97
* The Operation Type.
98
-
*
98
+
* Indicates the type of operation that was performed. The possible values include but are not limited to the following: Add, Assign, Update, Unassign, and Delete.
0 commit comments