Groups Settings API のスコープの選択
このドキュメントでは、Email Audit API 固有の認証と認可について説明します。
認証情報です。このドキュメントを読む前に、
Google Workspace の一般的な認証と認可情報については、
認証と認可について学習する。
OAuth 同意画面を構成してスコープを選択する
ユーザーやアプリのレビュアーに表示する情報を定義して、
有効にして後で公開できます
Groups Settings API のスコープ
アプリに付与するアクセスのレベルを定義するには、
認可スコープを宣言します。認可スコープは OAuth 2.0 URI 文字列で
Google Workspace アプリの名前、アクセスするデータの種類
制御できます。スコープとは、以下を含む Google Workspace データを操作するためのアプリのリクエストです。
ユーザーGoogle アカウントのデータ。
アプリのインストール時に、ユーザーは使用するスコープを検証するよう求められます。
管理できます。通常は、最も絞り込んだ対象範囲を選択すべきです
アプリで不要なスコープをリクエストしないようにします。ユーザー数の増加
明確に記述された制限付きのスコープへのアクセス権をすぐに付与する。
Groups Settings API は、次のスコープをサポートしています。
スコープ |
意味 |
https://www.googleapis.com/auth/apps.groups.settings |
Google グループの設定の表示と管理 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-29 UTC。
[null,null,["最終更新日 2024-08-29 UTC。"],[[["This document provides authorization and authentication details specifically for the Email Audit API, recommending prior review of general Google Workspace authentication information."],["Developers need to configure OAuth 2.0, including setting up the consent screen, choosing scopes, and registering the application for potential publishing."],["Authorization scopes are crucial for defining app access levels, with narrower, clearly defined scopes encouraged for better user acceptance."],["The `https://www.googleapis.com/auth/apps.groups.settings` scope allows applications to view and manage Google Groups settings."],["Public applications using specific scopes may require verification, prompting developers to submit a verification request if they see \"unverified app\" during testing."]]],["To utilize the Email Audit API, configure OAuth 2.0, defining authorization scopes that dictate data access levels. These scopes, presented as OAuth 2.0 URIs, detail the Google Workspace app, data accessed, and access levels. Users validate these scopes upon app installation. For public applications needing certain user data access, complete a verification process. The Groups Settings API scope, `https://www.googleapis.com/auth/apps.groups.settings`, allows viewing and managing Google Groups settings.\n"]]