mongocli iam organizations apiKeys accessLists create
此版本的文档已存档,不再提供支持。查看最新文档,学习;了解如何升级MongoCLI 版本。
为 API 密钥创建 IP 访问列表。
语法
mongocli iam organizations apiKeys accessLists create [options]
选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
--apiKey | 字符串 | true | API密钥。 |
--cidr | 字符串 | false | 要为给定API密钥添加的采用 CIDR 表示法的白名单条目。 |
-h,--help | false | 创建帮助 | |
--ip | 字符串 | false | 允许用于给定API密钥的IP解决。 |
--orgId | 字符串 | false | 要使用的组织ID 。覆盖配置文件或环境变量设置。 |
-o, --output | 字符串 | false | Output format. Valid values: json|json-path|go-template|go-template-file |
继承选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-P, --profile | 字符串 | false | 配置文件中要使用的配置文件。 |
由MongoDB CLI在29 -Jun- 2021自动生成