python-atlasapi
python-atlasapi copied to clipboard
Implement LDAP Configuration endpoints
-
[ ] Request verification of an LDAP configuration. Use this endpoint to test your LDAP configuration details before saving them.
-
[ ] Retrieve the status of a request for verification of an LDAP configuration.
-
[ ] Save an LDAP configuration for a Atlas project.
-
[ ] Get the current LDAP configuration for an Atlas project.
-
[ ] Delete the current userToDNMapping from the LDAP configuration for an Atlas project.
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/atlas/v1.0/groups/{GROUP-ID}/userSecurity/ldap/verify | Request verification of an LDAP configuration. Use this endpoint to test your LDAP configuration details before saving them. |
| GET | /api/atlas/v1.0/groups/{GROUP-ID}/userSecurity/ldap/verify/{REQUEST-ID} | Retrieve the status of a request for verification of an LDAP configuration. |
| PATCH | /api/atlas/v1.0/groups/{GROUP-ID}/userSecurity | Save an LDAP configuration for a Atlas project. |
| GET | /api/atlas/v1.0/groups/{GROUP-ID} | Get the current LDAP configuration for an Atlas project. |
| DELETE | /api/atlas/groups/{GROUP-ID}/userSecurity | Delete the current userToDNMapping from the LDAP configuration for an Atlas project. |