gws-cloudidentityby Google
Google Cloud Identity: Manage identity groups and memberships.
npx skills add https://github.com/googleworkspace/cli --skill gws-cloudidentitycloudidentity (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.get— Retrieves the specified device.list— Lists/Searches devices.wipe— Wipes all data on the specified device.deviceUsers— Operations on the 'deviceUsers' resource
groups
create— Creates a Group.delete— Deletes aGroup.get— Retrieves aGroup.getSecuritySettings— Get Security Settingslist— Lists theGroupresources under a customer or namespace.lookup— Looks up the resource name of aGroupby itsEntityKey.patch— Updates aGroup.search— Searches forGroupresources matching a specified query.updateSecuritySettings— Update Security Settingsmemberships— Operations on the 'memberships' resource
inboundOidcSsoProfiles
create— Creates an InboundOidcSsoProfile for a customer. When the target customer has enabled Multi-party approval for sensitive actions, theOperationin the response will have"done": false, it will not have a response, and the metadata will have"state": "awaiting-multi-party-approval".delete— Deletes an InboundOidcSsoProfile.get— Gets an InboundOidcSsoProfile.list— Lists InboundOidcSsoProfile objects for a Google enterprise customer.patch— Updates an InboundOidcSsoProfile. When the target customer has enabled Multi-party approval for sensitive actions, theOperationin the response will have"done": false, it will not have a response, and the metadata will have"state": "awaiting-multi-party-approval".
inboundSamlSsoProfiles
create— Creates an InboundSamlSsoProfile for a customer. When the target customer has enabled Multi-party approval for sensitive actions, theOperationin the response will have"done": false, it will not have a response, and the metadata will have"state": "awaiting-multi-party-approval".delete— Deletes an InboundSamlSsoProfile.get— Gets an InboundSamlSsoProfile.list— Lists InboundSamlSsoProfiles for a customer.patch— Updates an InboundSamlSsoProfile. When the target customer has enabled Multi-party approval for sensitive actions, theOperationin the response will have"done": false, it will not have a response, and the metadata will have"state": "awaiting-multi-party-approval".idpCredentials— Operations on the 'idpCredentials' resource
inboundSsoAssignments
create— Creates an InboundSsoAssignment for users and devices in aCustomerunder a givenGrouporOrgUnit.delete— Deletes an InboundSsoAssignment. To disable SSO, Create (or Update) an assignment that hassso_mode==SSO_OFF.get— Gets an InboundSsoAssignment.list— Lists the InboundSsoAssignments for aCustomer.patch— Updates an InboundSsoAssignment. The body of this request is theinbound_sso_assignmentfield and theupdate_maskis relative to that. For example: a PATCH to/v1/inboundSsoAssignments/0abcdefg1234567&update_mask=rankwith a body of{ "rank": 1 }moves that (presumably group-targeted) SSO assignment to the highest priority and shifts any other group-targeted assignments down in priority.
policies
get— Get a policy.list— List policies.
Discovering Commands
Before calling any API method, inspect it:
# Browse resources and methods
gws cloudidentity --help
# Inspect a method's required params, types, and defaults
gws schema cloudidentity.<resource>.<method>
Use gws schema output to build your --params and --json flags.
More skills from Google
gws-groupssettings
by Google
Manage Google Groups settings.
gws-modelarmor-sanitize-response
by Google
Google Model Armor: Sanitize a model response through a Model Armor template.
gws-people
by Google
Google People: Manage contacts and profiles.
gws-reseller
by Google
Google Workspace Reseller: Manage Workspace subscriptions.
gws-shared
by Google
gws CLI: Shared patterns for authentication, global flags, and output formatting.
gws-sheets
by Google
Google Sheets: Read and write spreadsheets.
gws-sheets-append
by Google
Google Sheets: Append a row to a spreadsheet.
gws-sheets-read
by Google
Google Sheets: Read values from a spreadsheet.