mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 18:31:38 +00:00
Ci Groups API doc update
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
## API documentation
|
## API documentation
|
||||||
* [Cloud Identity Groups Overview](https://cloud.google.com/identity/docs/groups)
|
* [Cloud Identity Groups Overview](https://cloud.google.com/identity/docs/groups)
|
||||||
* [Create and Manage Groups uning API](https://support.google.com/a/answer/10427204)
|
* [Create and Manage Groups using API](https://support.google.com/a/answer/10427204)
|
||||||
* [Cloud Identity Groups API - Groups](https://cloud.google.com/identity/docs/reference/rest/v1/groups)
|
* [Cloud Identity Groups API - Groups](https://cloud.google.com/identity/docs/reference/rest/v1/groups)
|
||||||
* [Restrict Group Membership](https://support.google.com/a/answer/11192679)
|
* [Restrict Group Membership](https://support.google.com/a/answer/11192679)
|
||||||
* [Lock Groups Beta](https://workspaceupdates.googleblog.com/2024/12/locked-groups-open-beta.html)
|
* [Lock Groups Beta](https://workspaceupdates.googleblog.com/2024/12/locked-groups-open-beta.html)
|
||||||
@@ -26,15 +26,6 @@
|
|||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
In version 7.02.01 options `locked` and `unlocked` wre added to `gam update cigroups` that allow locking 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)
|
|
||||||
```
|
|
||||||
|
|
||||||
In the Admin Directory API a group has the following characteristics:
|
In the Admin Directory API a group has the following characteristics:
|
||||||
* `id` - The unique ID of a group
|
* `id` - The unique ID of a group
|
||||||
* `email` - The group's email address
|
* `email` - The group's email address
|
||||||
|
|||||||
@@ -15,6 +15,9 @@ See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Ins
|
|||||||
Added option `addcsvdata <FieldName> <String>` to `gam print courses`
|
Added option `addcsvdata <FieldName> <String>` to `gam print courses`
|
||||||
that adds additional columns of data to the CSV file output.
|
that adds additional columns of data to the CSV file output.
|
||||||
|
|
||||||
|
The following scope is no longer necessary: `Cloud Identity API - Groups Beta (Enables group locking/unlocking)`
|
||||||
|
as this scope `Cloud Identity API - Groups` now provides group locking/unlocking.
|
||||||
|
|
||||||
### 7.27.04
|
### 7.27.04
|
||||||
|
|
||||||
Added options to `gam <UserTypeEntity> create delegate` that support
|
Added options to `gam <UserTypeEntity> create delegate` that support
|
||||||
|
|||||||
Reference in New Issue
Block a user