atlas api serviceAccounts
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.
オプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-h, --help | false | help for serviceAccounts |
継承されたオプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-P, --profile | string | false | 構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルの詳細については、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。 |
関連コマンド
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.