Example searches: “_id”, “name”, “The root API resource and starting point for the App Services API.”, “List API keys”, “access_token”
利用可能な認証プロバイダが正常に列挙されました。
認証プロバイダの名前。この値は、 type の値と同じである必要があります。
type
値は、anon-user、local-userpass、api-key、oauth2-apple、oauth2-google、oauth2-facebook、custom-token、または custom-function です。
anon-user
local-userpass
api-key
oauth2-apple
oauth2-google
oauth2-facebook
custom-token
custom-function
true の場合、認証プロバイダーは無効化されます。プロバイダーが有効化されるまで、ユーザーはプロバイダー経由でログインできません。
true
curl \ --request GET 'https://services.cloud.mongodb.com/api/admin/v3.0/auth/providers'
[ { "name": "string", "type": "anon-user", "disabled": true } ]