atlas api serviceAccounts
On this page
experimental: 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 - experimental: Assigns the specified Service Account to the specified Project.
atlas api serviceAccounts createProjectServiceAccount - experimental: Creates one Service Account for the specified Project.
atlas api serviceAccounts createProjectServiceAccountAccessList - experimental: Add Access List Entries for the specified Service Account for the project.
atlas api serviceAccounts createProjectServiceAccountSecret - experimental: Create a secret for the specified Service Account in the specified Project.
atlas api serviceAccounts createServiceAccount - experimental: Creates one Service Account for the specified Organization.
atlas api serviceAccounts createServiceAccountAccessList - experimental: Add Access List Entries for the specified Service Account for the organization.
atlas api serviceAccounts createServiceAccountSecret - experimental: Create a secret for the specified Service Account.
atlas api serviceAccounts deleteProjectServiceAccount - experimental: Removes the specified Service Account from the specified project.
atlas api serviceAccounts deleteProjectServiceAccountAccessListEntry - experimental: Removes the specified access list entry from the specified Service Account for the project.
atlas api serviceAccounts deleteProjectServiceAccountSecret - experimental: Deletes the specified Service Account secret.
atlas api serviceAccounts deleteServiceAccount - experimental: Deletes the specified Service Account.
atlas api serviceAccounts deleteServiceAccountAccessListEntry - experimental: Removes the specified access list entry from the specified Service Account for the organization.
atlas api serviceAccounts deleteServiceAccountSecret - experimental: Deletes the specified Service Account secret.
atlas api serviceAccounts getProjectServiceAccount - experimental: Returns one Service Account in the specified Project.
atlas api serviceAccounts getServiceAccount - experimental: Returns the specified Service Account.
atlas api serviceAccounts listProjectServiceAccountAccessList - experimental: Returns all access list entries that you configured for the specified Service Account for the project.
atlas api serviceAccounts listProjectServiceAccounts - experimental: Returns all Service Accounts for the specified Project.
atlas api serviceAccounts listServiceAccountAccessList - experimental: Returns all access list entries that you configured for the specified Service Account for the organization.
atlas api serviceAccounts listServiceAccountProjects - experimental: Returns a list of all projects the specified Service Account is a part of.
atlas api serviceAccounts listServiceAccounts - experimental: Returns all Service Accounts for the specified Organization.
atlas api serviceAccounts updateProjectServiceAccount - experimental: Updates one Service Account in the specified Project.
atlas api serviceAccounts updateServiceAccount - experimental: Updates the specified Service Account in the specified Organization.