gws-cloudidentity
Original:🇺🇸 English
Translated
Google Cloud Identity: Manage identity groups and memberships.
492installs
Sourcegoogleworkspace/cli
Added on
NPX Install
npx skill4agent add googleworkspace/cli gws-cloudidentityTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →cloudidentity (v1)
PREREQUISITE: Readfor auth, global flags, and security rules. If missing, run../gws-shared/SKILL.mdto create it.gws generate-skills
bash
gws cloudidentity <resource> <method> [flags]API Resources
customers
- — Operations on the 'userinvitations' resource
userinvitations
devices
- — 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.
cancelWipe - — 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 Premium
create - — Deletes the specified device.
delete - — Retrieves the specified device.
get - — Lists/Searches devices.
list - — Wipes all data on the specified device.
wipe - — Operations on the 'deviceUsers' resource
deviceUsers
groups
- — Creates a Group.
create - — Deletes a
delete.Group - — Retrieves a
get.Group - — Get Security Settings
getSecuritySettings - — Lists the
listresources under a customer or namespace.Group - — Looks up the resource name of a
lookupby itsGroup.EntityKey - — Updates a
patch.Group - — Searches for
searchresources matching a specified query.Group - — Update Security Settings
updateSecuritySettings - — Operations on the 'memberships' resource
memberships
inboundOidcSsoProfiles
- — Creates an InboundOidcSsoProfile for a customer. When the target customer has enabled Multi-party approval for sensitive actions, the
createin the response will haveOperation, it will not have a response, and the metadata will have"done": false."state": "awaiting-multi-party-approval" - — Deletes an InboundOidcSsoProfile.
delete - — Gets an InboundOidcSsoProfile.
get - — Lists InboundOidcSsoProfile objects for a Google enterprise customer.
list - — Updates an InboundOidcSsoProfile. When the target customer has enabled Multi-party approval for sensitive actions, the
patchin the response will haveOperation, it will not have a response, and the metadata will have"done": false."state": "awaiting-multi-party-approval"
inboundSamlSsoProfiles
- — Creates an InboundSamlSsoProfile for a customer. When the target customer has enabled Multi-party approval for sensitive actions, the
createin the response will haveOperation, it will not have a response, and the metadata will have"done": false."state": "awaiting-multi-party-approval" - — Deletes an InboundSamlSsoProfile.
delete - — Gets an InboundSamlSsoProfile.
get - — Lists InboundSamlSsoProfiles for a customer.
list - — Updates an InboundSamlSsoProfile. When the target customer has enabled Multi-party approval for sensitive actions, the
patchin the response will haveOperation, it will not have a response, and the metadata will have"done": false."state": "awaiting-multi-party-approval" - — Operations on the 'idpCredentials' resource
idpCredentials
inboundSsoAssignments
- — Creates an InboundSsoAssignment for users and devices in a
createunder a givenCustomerorGroup.OrgUnit - — Deletes an InboundSsoAssignment. To disable SSO, Create (or Update) an assignment that has
delete==sso_mode.SSO_OFF - — Gets an InboundSsoAssignment.
get - — Lists the InboundSsoAssignments for a
list.Customer - — Updates an InboundSsoAssignment. The body of this request is the
patchfield and theinbound_sso_assignmentis relative to that. For example: a PATCH toupdate_maskwith a body of/v1/inboundSsoAssignments/0abcdefg1234567&update_mask=rankmoves that (presumably group-targeted) SSO assignment to the highest priority and shifts any other group-targeted assignments down in priority.{ "rank": 1 }
policies
- — Get a policy.
get - — List policies.
list
Discovering Commands
Before calling any API method, inspect it:
bash
# Browse resources and methods
gws cloudidentity --help
# Inspect a method's required params, types, and defaults
gws schema cloudidentity.<resource>.<method>Use output to build your and flags.
gws schema--params--json