MongoDBMongoDB Atlas 管理 API v2
DELETE/api/atlas/v2/groups/{groupId}/userSecurity/customerX509
管理disable Group User Security Customer X509。
MongoDB Atlas Administration API 中用于 disable Group User Security Customer X509 的保留合约 DELETE Endpoint。资源相关值由调用方在运行时提供。
覆盖固定 Apache-2.0 OpenAPI revision 中全部 540 个 MongoDB Atlas 管理 Endpoint。Hub 提供文档与独立 SDK/CLI,但不代理账户、组织、项目、网络、备份或运行数据;调用方通过本地凭证直连。
请求
- operationId
disableGroupUserSecurityCustomerX509- 服务器
https://cloud.mongodb.com- 认证
- ServiceAccounts, DigestAuth
请求参数
envelope
queryboolean
Atlas Administration API 合约中的 envelope 值。
groupId
pathstring必填
Atlas Administration API 合约中的 group Id 值。
32b6e34b3d91647abb20e7b8
响应
202
UserSecurityapplication/vnd.atlas.2023-01-01+json
供应商成功响应。
字段: customerX509ldaplinks
401
ApiErrorapplication/json
供应商返回 HTTP 状态 401。
字段: badRequestDetaildetailerrorerrorCodeparametersreason
403
ApiErrorapplication/json
供应商返回 HTTP 状态 403。
字段: badRequestDetaildetailerrorerrorCodeparametersreason
404
ApiErrorapplication/json
供应商返回 HTTP 状态 404。
字段: badRequestDetaildetailerrorerrorCodeparametersreason
429
ApiErrorapplication/json
供应商返回 HTTP 状态 429。
字段: badRequestDetaildetailerrorerrorCodeparametersreason
500
ApiErrorapplication/json
供应商返回 HTTP 状态 500。
字段: badRequestDetaildetailerrorerrorCodeparametersreason
{
"customerX509": {
"links": {
"href": "https://cloud.mongodb.com/api/atlas",
"rel": "self"
}
},
"ldap": {
"authenticationEnabled": false,
"authorizationEnabled": false,
"authzQueryTemplate": "{USER}?memberOf?base",
"bindUsername": "CN=BindUser,CN=Users,DC=myldapserver,DC=mycompany,DC=com",
"links": {
"href": "https://cloud.mongodb.com/api/atlas",
"rel": "self"
}
},
"links": {
"href": "https://cloud.mongodb.com/api/atlas",
"rel": "self"
}
}