gws-cloudidentity
Installation
Summary
Manage Google Cloud Identity groups, devices, memberships, and inbound SSO profiles via CLI.
- Covers six resource categories: customers, devices, groups, inbound OIDC/SAML SSO profiles, and SSO assignments
- Device operations include creation, deletion, wiping, and user management; group operations support CRUD, search, lookup, and security settings
- SSO profile management supports OIDC and SAML configurations with multi-party approval workflows for sensitive actions
- Requires Google Workspace authentication and gws CLI; use
gws schemato inspect method parameters before execution
SKILL.md
cloudidentity (v1)
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws cloudidentity <resource> <method> [flags]
API Resources
customers
userinvitations— Operations on the 'userinvitations' resource
devices
cancelWipe— Cancels an unfinished device wipe. This operation can be used to cancel device wipe in the gap between the wipe operation returning success and the device being wiped. This operation is possible when the device is in a "pending wipe" state. The device enters the "pending wipe" state when a wipe device command is issued, but has not yet been sent to the device. The cancel wipe will fail if the wipe command has already been issued to the device.create— Creates a device. Only company-owned device may be created. Note: This method is available only to customers who have one of the following SKUs: Enterprise Standard, Enterprise Plus, Enterprise for Education, and Cloud Identity Premiumdelete— Deletes the specified device.
Related skills
More from googleworkspace/cli
gws-gmail
Gmail: Send, read, and manage email.
26.1Kgws-docs
Read and write Google Docs.
26.0Kgws-drive
Google Drive: Manage files, folders, and shared drives.
26.0Kgws-sheets
Google Sheets: Read and write spreadsheets.
24.7Kgws-calendar
Google Calendar: Manage calendars and events.
24.6Kgws-docs-write
Google Docs: Append text to a document.
21.8K