atlas api serviceAccounts
On this page
Public Preview: please provide feedback at: Endpoints for managing Service Accounts and secrets.
Service Accounts are used for programmatic access to the Atlas Admin API through the OAuth 2.0 Client Credentials flow. This feature is available as a Preview feature.
Options
Name | Type | Required | Description |
---|---|---|---|
-h, --help | false | help for serviceAccounts |
Inherited Options
Name | Type | Required | Description |
---|---|---|---|
-P, --profile | string | false | Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings. |
Related Commands
atlas api serviceAccounts addProjectServiceAccount - Public Preview: please provide feedback at: Assigns the specified Service Account to the specified Project.
atlas api serviceAccounts createProjectServiceAccount - Public Preview: please provide feedback at: Creates one Service Account for the specified Project.
atlas api serviceAccounts createProjectServiceAccountAccessList - Public Preview: please provide feedback at: Add Access List Entries for the specified Service Account for the project.
atlas api serviceAccounts createProjectServiceAccountSecret - Public Preview: please provide feedback at: Create a secret for the specified Service Account in the specified Project.
atlas api serviceAccounts createServiceAccount - Public Preview: please provide feedback at: Creates one Service Account for the specified Organization.
atlas api serviceAccounts createServiceAccountAccessList - Public Preview: please provide feedback at: Add Access List Entries for the specified Service Account for the organization.
atlas api serviceAccounts createServiceAccountSecret - Public Preview: please provide feedback at: Create a secret for the specified Service Account.
atlas api serviceAccounts deleteProjectServiceAccount - Public Preview: please provide feedback at: Removes the specified Service Account from the specified project.
atlas api serviceAccounts deleteProjectServiceAccountAccessListEntry - Public Preview: please provide feedback at: Removes the specified access list entry from the specified Service Account for the project.
atlas api serviceAccounts deleteProjectServiceAccountSecret - Public Preview: please provide feedback at: Deletes the specified Service Account secret.
atlas api serviceAccounts deleteServiceAccount - Public Preview: please provide feedback at: Deletes the specified Service Account.
atlas api serviceAccounts deleteServiceAccountAccessListEntry - Public Preview: please provide feedback at: Removes the specified access list entry from the specified Service Account for the organization.
atlas api serviceAccounts deleteServiceAccountSecret - Public Preview: please provide feedback at: Deletes the specified Service Account secret.
atlas api serviceAccounts getProjectServiceAccount - Public Preview: please provide feedback at: Returns one Service Account in the specified Project.
atlas api serviceAccounts getServiceAccount - Public Preview: please provide feedback at: Returns the specified Service Account.
atlas api serviceAccounts listProjectServiceAccountAccessList - Public Preview: please provide feedback at: Returns all access list entries that you configured for the specified Service Account for the project.
atlas api serviceAccounts listProjectServiceAccounts - Public Preview: please provide feedback at: Returns all Service Accounts for the specified Project.
atlas api serviceAccounts listServiceAccountAccessList - Public Preview: please provide feedback at: Returns all access list entries that you configured for the specified Service Account for the organization.
atlas api serviceAccounts listServiceAccountProjects - Public Preview: please provide feedback at: Returns a list of all projects the specified Service Account is a part of.
atlas api serviceAccounts listServiceAccounts - Public Preview: please provide feedback at: Returns all Service Accounts for the specified Organization.
atlas api serviceAccounts updateProjectServiceAccount - Public Preview: please provide feedback at: Updates one Service Account in the specified Project.
atlas api serviceAccounts updateServiceAccount - Public Preview: please provide feedback at: Updates the specified Service Account in the specified Organization.