mongocli iam 组织邀请更新
此版本的文档已存档,不再提供支持。 查看 最新文档,学习;了解如何升级MongoCLI 版本。
通过 InvitationId 或电子邮件更新针对您指定项目的待处理邀请。
语法
mongocli iam organizations invitations update [invitationId] [options]
参数
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
invitationId | 字符串 | false |
选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
--email | 字符串 | false | 用户的电子邮件解决。 |
-h,--help | false | 更新帮助 | |
--orgId | 字符串 | false | 要使用的组织ID 。 覆盖配置文件或环境变量设置。 |
-o, --output | 字符串 | false | Output format. Valid values: json|json-path|go-template|go-template-file |
--role | 字符串 | true | 用户在关联组织中的角色。 |
继承选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-P, --profile | 字符串 | false | 配置文件中要使用的配置文件。 |
由MongoDB CLI在 8 -Jul- 2021 自动生成