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
Use case:
Controlling access to sensitive data or Admin roles with security groups. To achieve this, the Google Workspace group must have the security label applied. Currently this isn't possible Admin SDK API and tools that use this API exclusively.
Security labelled groups can be applied to Admin Roles, which reduces management overheads of onboarding admin users, as use can simply be added to groups , as opposed to each admin role directly.
Detail:
Setting Group labels is currently not possible with the Admin SDK API, as it lacks support for labels in the groups API.
The text was updated successfully, but these errors were encountered:
Feature:
Add support for to set group labels via Cloud Identity API (groups.patch method) https://cloud.google.com/identity/docs/reference/rest/v1/groups/patch
Use case:
Controlling access to sensitive data or Admin roles with security groups. To achieve this, the Google Workspace group must have the security label applied. Currently this isn't possible Admin SDK API and tools that use this API exclusively.
Security labelled groups can be applied to Admin Roles, which reduces management overheads of onboarding admin users, as use can simply be added to groups , as opposed to each admin role directly.
Detail:
Setting Group labels is currently not possible with the Admin SDK API, as it lacks support for labels in the groups API.
The text was updated successfully, but these errors were encountered: