Skip to content

Commit

Permalink
Add support for locking/unlocking cigroups #1728
Browse files Browse the repository at this point in the history
  • Loading branch information
taers232c committed Dec 14, 2024
1 parent 2ea6f77 commit 0b16bde
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 77 deletions.
1 change: 1 addition & 0 deletions src/GamCommands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3929,6 +3929,7 @@ gam update cigroup <GroupEntity> [copyfrom <GroupItem>] <GroupAttribute>
[security|makesecuritygroup|
dynamicsecurity|makedynamicsecuritygroup|
lockedsecurity|makelockedsecuritygroup]
[locked|unlocked]
[dynamic <QueryDynamicGroup>]
[memberrestrictions <QueryMemberRestrictions>]
gam update cigroups <GroupEntity> create|add [<GroupRole>]
Expand Down
11 changes: 11 additions & 0 deletions src/GamUpdate.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
7.02.01

Added options `locked` and `unlocked` to `gam update cigroups` that allow locking/unlocking groups.

* See: https://workspaceupdates.googleblog.com/2024/12/locked-groups-open-beta.html

You'll have to do a `gam oauth create` and enable the following scope to use these options:
```
[*] 22) Cloud Identity Groups API Beta (Enables group locking/unlocking)
```

7.02.00

Improved the error message displayed for user service account access commands when:
Expand Down
Loading

0 comments on commit 0b16bde

Please sign in to comment.