atlas api serviceAccounts
Public Preview: please provide feedback: Endpoints for managing Service Accounts and secrets.
Public Preview: The atlas api sub-command, automatically generated from the MongoDB Atlas Admin API, offers full coverage of the Admin API and is currently in Public Preview (please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli). Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link.
Service Accounts are used for programmatic access to the Atlas Admin API through the OAuth 2.0 Client Credentials flow.
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: Assigns the specified Service Account to the specified Project.
atlas api serviceAccounts createProjectServiceAccount - Public Preview: please provide feedback: Creates one Service Account for the specified Project.
atlas api serviceAccounts createProjectServiceAccountAccessList - Public Preview: please provide feedback: Add Access List Entries for the specified Service Account for the project.
atlas api serviceAccounts createProjectServiceAccountSecret - Public Preview: please provide feedback: Create a secret for the specified Service Account in the specified Project.
atlas api serviceAccounts createServiceAccount - Public Preview: please provide feedback: Creates one Service Account for the specified Organization.
atlas api serviceAccounts createServiceAccountAccessList - Public Preview: please provide feedback: Add Access List Entries for the specified Service Account for the organization.
atlas api serviceAccounts createServiceAccountSecret - Public Preview: please provide feedback: Create a secret for the specified Service Account.
atlas api serviceAccounts deleteProjectServiceAccount - Public Preview: please provide feedback: Removes the specified Service Account from the specified project.
atlas api serviceAccounts deleteProjectServiceAccountAccessListEntry - Public Preview: please provide feedback: Removes the specified access list entry from the specified Service Account for the project.
atlas api serviceAccounts deleteProjectServiceAccountSecret - Public Preview: please provide feedback: Deletes the specified Service Account secret.
atlas api serviceAccounts deleteServiceAccount - Public Preview: please provide feedback: Deletes the specified Service Account.
atlas api serviceAccounts deleteServiceAccountAccessListEntry - Public Preview: please provide feedback: Removes the specified access list entry from the specified Service Account for the organization.
atlas api serviceAccounts deleteServiceAccountSecret - Public Preview: please provide feedback: Deletes the specified Service Account secret.
atlas api serviceAccounts getProjectServiceAccount - Public Preview: please provide feedback: Returns one Service Account in the specified Project.
atlas api serviceAccounts getServiceAccount - Public Preview: please provide feedback: Returns the specified Service Account.
atlas api serviceAccounts listProjectServiceAccountAccessList - Public Preview: please provide feedback: 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: Returns all Service Accounts for the specified Project.
atlas api serviceAccounts listServiceAccountAccessList - Public Preview: please provide feedback: 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: Returns a list of all projects the specified Service Account is a part of.
atlas api serviceAccounts listServiceAccounts - Public Preview: please provide feedback: Returns all Service Accounts for the specified Organization.
atlas api serviceAccounts updateProjectServiceAccount - Public Preview: please provide feedback: Updates one Service Account in the specified Project.
atlas api serviceAccounts updateServiceAccount - Public Preview: please provide feedback: Updates the specified Service Account in the specified Organization.