Dieses Dokument enthält spezifische Informationen zur Autorisierung und Authentifizierung der Enterprise License Manager API. Bevor Sie dieses Dokument lesen, sollten Sie die allgemeinen Informationen zur Authentifizierung und Autorisierung von Google Workspace unter Informationen zur Authentifizierung und Autorisierung lesen.
Zum Festlegen der Zugriffsebene für Ihre Anwendung müssen Sie Autorisierungsbereiche angeben und deklarieren. Ein Autorisierungsbereich ist ein OAuth 2.0-URI-String, der den Namen der Google Workspace-Anwendung, die Art von Daten, auf die er zugreift, und die Zugriffsebene enthält. Bereiche sind die Anfragen Ihrer Anwendung zur Arbeit mit Google Workspace-Daten, einschließlich der Google-Kontodaten von Nutzern.
Bei der Installation Ihrer Anwendung wird ein Nutzer aufgefordert, die von der Anwendung verwendeten Bereiche zu validieren. Im Allgemeinen sollten Sie den eng gefassten Bereich auswählen und vermeiden, Bereiche anzufordern, die Ihre Anwendung nicht benötigt. Nutzer gewähren leichter Zugriff auf begrenzte, klar beschriebene Bereiche.
Die Enterprise License Manager API unterstützt die folgenden Bereiche:
Umfang
Bedeutung
https://www.googleapis.com/auth/apps.licensing
Lese-/Schreibzugriff auf die Enterprise License Manager API.
[null,null,["Zuletzt aktualisiert: 2024-08-29 (UTC)."],[[["This document provides specific authentication and authorization details for the Enterprise License Manager API within Google Workspace."],["Before using this API, you should familiarize yourself with Google Workspace's general authentication and authorization process."],["To control data access, configure OAuth 2.0 scopes, specifying the level of access your application needs to Google Workspace data."],["The `https://www.googleapis.com/auth/apps.licensing` scope grants read/write access to the Enterprise License Manager API."],["Public applications using specific scopes might require a verification process; refer to the provided links for more information on unverified apps."]]],["To utilize the Enterprise License Manager API, configure OAuth 2.0, including defining the OAuth consent screen and registering your app. Specify authorization scopes to determine the app's access level to Google Workspace data. Select the most specific scopes required, as users prefer limited, clearly defined permissions. Public applications requesting access to user data must undergo a verification process to avoid being flagged as \"unverified.\" The API uses `https://www.googleapis.com/auth/apps.licensing` for read/write access.\n"]]