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/AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ public class AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResour
27
27
28
28
/**
29
29
* The Access Package Display Name.
30
-
*
30
+
* Display name of the access package to which access has been granted.
@@ -60,14 +60,14 @@ public class AdministrativeUnit extends DirectoryObject implements IJsonBackedOb
60
60
61
61
/**
62
62
* The Members.
63
-
* Users and groups that are members of this administrative unit. HTTP Methods: GET (list members), POST (add members), DELETE (remove members).
63
+
* Users and groups that are members of this administrative unit. Supports $expand.
64
64
*/
65
65
@Nullable
66
66
publicDirectoryObjectCollectionPagemembers;
67
67
68
68
/**
69
69
* The Scoped Role Members.
70
-
* Scoped-role members of this administrative unit. HTTP Methods: GET (list scopedRoleMemberships), POST (add scopedRoleMembership), DELETE (remove scopedRoleMembership).
70
+
* Scoped-role members of this administrative unit.
@@ -49,7 +49,7 @@ public class DirectoryRole extends DirectoryObject implements IJsonBackedObject
49
49
50
50
/**
51
51
* The Role Template Id.
52
-
* The id of the directoryRoleTemplate that this role is based on. The property must be specified when activating a directory role in a tenant with a POST operation. After the directory role has been activated, the property is read only.
52
+
* The id of the directoryRoleTemplate that this role is based on. The property must be specified when activating a directory role in a tenant with a POST operation. After the directory role has been activated, the property is read only. Supports $filter (eq), $select.
0 commit comments