gum logofield manual
ServicesCloud IdentityGoogle APIs for agents and terminals

Cloud Identity

Cloud Identity has 4 operations in gum's generated catalog. Start with search when you know the task, use describe to inspect request fields and scopes, then dispatch through the command that matches the operation risk class.

Count Value
Family Workspace administration
Operations 4
Risk classes 4 read
Auth strategies 4 byo_oauth

Start here

bash
gum search "cloud identity"
gum describe cloudidentity.groups.get
gum read cloudidentity.groups.get --args '{"name":"<name>"}' --output json

Operations

Operation Risk Auth Summary
cloudidentity.groups.get read byo_oauth Fetch a group by resource name (groups/<id>).
cloudidentity.groups.list read byo_oauth List groups under a parent (parent=customers/<id>; view=BASIC|FULL).
cloudidentity.groups.memberships.get read byo_oauth Fetch a single membership by resource name (groups/<id>/memberships/<id>).
cloudidentity.groups.memberships.list read byo_oauth List the memberships of a Cloud Identity group (parent=groups/<id>).

Next