Google Workspace アプリ プロファイル認証に必要な権限 (プレビュー)

カスタム Google アプリを使用して Google ワークスペースを管理できます。Google カスタム アプリを構成し、カスタム アプリに同意するためのアプリ プロファイルを作成するには、以下の説明を参照してください。

1.   AvePoint Online Services ユーザー ガイドの カスタム Google アプリの作成 セクションを参照して、カスタム Google アプリを構成します。

2.   必要な API を有効にするには、以下の情報を参照してください。

    ドメイン レポートおよびアクティビティ レポートを取得するには、Admin SDK API を有効にする必要があります。

    コンテナーのスキャンおよびファイルの管理を実行するには、Google Drive API を有効にする必要があります。

    ラベルを管理するには、Drive Labels API を有効にする必要があります。

3.   OAuth スコープ フィールドに以下のスコープを入力します。

https://www.googleapis.com/auth/admin.directory.group.readonly,https://www.googleapis.com/auth/admin.directory.user.readonly,https://www.googleapis.com/auth/admin.directory.domain.readonly,https://www.googleapis.com/auth/admin.reports.audit.readonly,https://www.googleapis.com/auth/drive.admin.labels,https://www.googleapis.com/auth/drive.labels,https://www.googleapis.com/auth/drive

スコープが必要な理由の詳細については、以下の表を参照してください。

サービス

API

範囲

目的

共通

Admin SDK API

https://www.googleapis.com/auth/admin.directory.group.readonly

ドメイン内のグループを取得します。

https://www.googleapis.com/auth/admin.directory.user.readonly

ドメイン内のユーザーを取得します。

https://www.googleapis.com/auth/admin.directory.domain.readonly

組織のドメインを取得します。

https://www.googleapis.com/auth/admin.reports.audit.readonly

アクティビティ レポートを取得します。

https://www.googleapis.com/auth/admin.reports.usage.readonly

すべてのマイ ドライブおよび共有ドライブのサイズ使用量を取得します。

ドライブ ラベル

Drive Labels API

https://www.googleapis.com/auth/drive.admin.labels

組織内のすべての Googleドライブラベルを取得します。

https://www.googleapis.com/auth/drive.labels

ファイルに適用されているラベルのすべての情報を取得します。

ドライブ

Google Drive API

https://www.googleapis.com/auth/drive

個人用ドライブおよび共有ドライブの配下にあるすべてのフォルダーとファイルを取得します。

https://www.googleapis.com/auth/drive.readonly

個人用ドライブおよび共有ドライブの配下にあるすべてのフォルダー情報を取得します。