Method: projects.getConfig

Identity Toolkit プロジェクト構成を取得します。

HTTP リクエスト

GET https://identitytoolkit.googleapis.com/admin/v2/{name=projects/*/config}

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
name

string

構成のリソース名(例:「projects/my-awesome-project/config」)。

認可には、指定されたリソース name に対する次の IAM の権限が必要です。

  • firebaseauth.configs.get

リクエストの本文

リクエストの本文は空にする必要があります。

レスポンスの本文

成功した場合、レスポンスの本文には Config のインスタンスが含まれます。

認可スコープ

以下のいずれかの OAuth スコープが必要です。

  • https://www.googleapis.com/auth/identitytoolkit
  • https://www.googleapis.com/auth/cloud-platform

詳細については、Authentication Overview をご覧ください。