gws-cloudidentity by googleworkspace/cli
npx skills add https://github.com/googleworkspace/cli --skill gws-cloudidentity前提条件: 请先阅读
../gws-shared/SKILL.md以了解认证、全局标志和安全规则。如果文件缺失,请运行gws generate-skills命令来创建它。
gws cloudidentity <resource> <method> [flags]
userinvitations — 对 'userinvitations' 资源执行的操作cancelWipe — 取消一个未完成的设备擦除操作。此操作可用于在擦除操作返回成功与设备被实际擦除之间的间隙取消设备擦除。当设备处于“待擦除”状态时,此操作才可能执行。当发出擦除设备命令但尚未发送到设备时,设备会进入“待擦除”状态。如果擦除命令已发送到设备,取消擦除将会失败。create — 创建设备。只能创建公司拥有的设备。注意:此方法仅对拥有以下任一 SKU 的客户可用:Enterprise Standard、Enterprise Plus、Enterprise for Education 和 Cloud Identity Premium。广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
delete — 删除指定的设备。get — 检索指定的设备。list — 列出/搜索设备。wipe — 擦除指定设备上的所有数据。deviceUsers — 对 'deviceUsers' 资源执行的操作create — 创建一个群组。delete — 删除一个 Group。get — 检索一个 Group。getSecuritySettings — 获取安全设置list — 列出客户或命名空间下的 Group 资源。lookup — 通过其 EntityKey 查找 Group 的资源名称。patch — 更新一个 Group。search — 搜索与指定查询匹配的 Group 资源。updateSecuritySettings — 更新安全设置memberships — 对 'memberships' 资源执行的操作create — 为客户创建一个 InboundOidcSsoProfile。当目标客户启用了敏感操作的多方审批时,响应中的 Operation 将具有 "done": false,不会有响应体,并且元数据中将包含 "state": "awaiting-multi-party-approval"。delete — 删除一个 InboundOidcSsoProfile。get — 获取一个 InboundOidcSsoProfile。list — 为 Google 企业客户列出 InboundOidcSsoProfile 对象。patch — 更新一个 InboundOidcSsoProfile。当目标客户启用了敏感操作的多方审批时,响应中的 Operation 将具有 "done": false,不会有响应体,并且元数据中将包含 "state": "awaiting-multi-party-approval"。create — 为客户创建一个 InboundSamlSsoProfile。当目标客户启用了敏感操作的多方审批时,响应中的 Operation 将具有 "done": false,不会有响应体,并且元数据中将包含 "state": "awaiting-multi-party-approval"。delete — 删除一个 InboundSamlSsoProfile。get — 获取一个 InboundSamlSsoProfile。list — 为客户列出 InboundSamlSsoProfiles。patch — 更新一个 InboundSamlSsoProfile。当目标客户启用了敏感操作的多方审批时,响应中的 Operation 将具有 "done": false,不会有响应体,并且元数据中将包含 "state": "awaiting-multi-party-approval"。idpCredentials — 对 'idpCredentials' 资源执行的操作create — 为给定 Group 或 OrgUnit 下的 Customer 中的用户和设备创建一个 InboundSsoAssignment。delete — 删除一个 InboundSsoAssignment。要禁用 SSO,请创建(或更新)一个 sso_mode 为 SSO_OFF 的分配。get — 获取一个 InboundSsoAssignment。list — 列出 Customer 的 InboundSsoAssignments。patch — 更新一个 InboundSsoAssignment。此请求的正文是 inbound_sso_assignment 字段,update_mask 是相对于该字段的。例如:向 /v1/inboundSsoAssignments/0abcdefg1234567&update_mask=rank 发送一个 PATCH 请求,正文为 { "rank": 1 },会将那个(大概是针对群组的)SSO 分配移动到最高优先级,并将任何其他针对群组的分配优先级降低。get — 获取一个策略。list — 列出策略。在调用任何 API 方法之前,请先检查它:
# 浏览资源和方法
gws cloudidentity --help
# 检查方法的必需参数、类型和默认值
gws schema cloudidentity.<resource>.<method>
使用 gws schema 的输出内容来构建你的 --params 和 --json 标志。
每周安装量
568
代码仓库
GitHub 星标数
22.2K
首次出现
2026年3月4日
安全审计
安装于
opencode553
codex553
gemini-cli551
github-copilot551
cursor551
kimi-cli550
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws cloudidentity <resource> <method> [flags]
userinvitations — Operations on the 'userinvitations' resourcecancelWipe — 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' resourcecreate — Creates a Group.delete — Deletes a Group.get — Retrieves a Group.getSecuritySettings — Get Security Settingslist — Lists the Group resources under a customer or namespace.lookup — Looks up the resource name of a Group by its .create — Creates an InboundOidcSsoProfile for a customer. When the target customer has enabled Multi-party approval for sensitive actions, the Operation in 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, the in the response will have , it will not have a response, and the metadata will have .create — Creates an InboundSamlSsoProfile for a customer. When the target customer has enabled Multi-party approval for sensitive actions, the Operation in 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, the Operation in the response will have , it will not have a response, and the metadata will have .create — Creates an InboundSsoAssignment for users and devices in a Customer under a given Group or OrgUnit.delete — Deletes an InboundSsoAssignment. To disable SSO, Create (or Update) an assignment that has sso_mode == SSO_OFF.get — Gets an InboundSsoAssignment.list — Lists the InboundSsoAssignments for a Customer.patch — Updates an InboundSsoAssignment. The body of this request is the field and the is relative to that. For example: a PATCH to with a body of moves that (presumably group-targeted) SSO assignment to the highest priority and shifts any other group-targeted assignments down in priority.get — Get a policy.list — List policies.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.
Weekly Installs
568
Repository
GitHub Stars
22.2K
First Seen
Mar 4, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode553
codex553
gemini-cli551
github-copilot551
cursor551
kimi-cli550
Supabase Postgres 最佳实践指南 - 8大类别性能优化规则与SQL示例
54,100 周安装
OpenAPI 转 TypeScript 工具 - 自动生成 API 接口与类型守卫
563 周安装
数据库模式设计器 - 内置最佳实践,自动生成生产级SQL/NoSQL数据库架构
564 周安装
Rust Unsafe代码检查器 - 安全使用Unsafe Rust的完整指南与最佳实践
564 周安装
.NET并发编程模式指南:async/await、Channels、Akka.NET选择决策树
565 周安装
韩语语法检查器 - 基于国立国语院标准的拼写、空格、语法、标点错误检测与纠正
565 周安装
技能安全扫描器 - 检测Claude技能安全漏洞,防范提示注入与恶意代码
565 周安装
EntityKeypatch — Updates a Group.search — Searches for Group resources matching a specified query.updateSecuritySettings — Update Security Settingsmemberships — Operations on the 'memberships' resourceOperation"done": false"state": "awaiting-multi-party-approval""done": false"state": "awaiting-multi-party-approval"idpCredentials — Operations on the 'idpCredentials' resourceinbound_sso_assignmentupdate_mask/v1/inboundSsoAssignments/0abcdefg1234567&update_mask=rank{ "rank": 1 }