Google Vault Configuration
To configure the section
-
Login to https://console.cloud.google.com/ using an Administrator account, click Select a project, then NEW PROJECT.
-
Enter a name for the project and click CREATE.
-
Once the project is created, and there are multiple projects, click SELECT PROJECT from the Notifications. You will be navigated to the created project dashboard.Note: If this is the first project created, you will automatically be navigated to the project dashboard.
-
Hover APIs & Services, then select Library.
-
In the Search for APIs & Services search box, type Gmail.
-
Click Gmail API.
-
Once you are in the Gmail API page, click ENABLE.
-
Click Credentials.
-
Click Manage service accounts.
-
Click \+ CREATE SERVICE ACCOUNT.
-
Enter a name and a description for the service account and click CREATE AND CONTINUE.
-
Select Owner as a role and click CONTINUE, then click DONE.
-
You will be redirected to the Service Accounts page. Click the kebab icon and select Manage keys.
-
Select ADD KEY > Create new key.
-
Select JSON as a key type and click CREATE.
-
Once the key is created, you should get prompted to save the file on your computer, save it somewhere secure, you will need it when configuring the collector.
-
To grant permissions to the application, go to https://admin.google.com > Security > API controls.
-
Scroll down to Domain wide delegation section and click MANAGE DOMAIN WIDE DELEGATION.
-
Click Add new.
-
Open the key file that you saved as JSON above, copy the value of client_id, then paste it in the Client ID field. Enter
https://www.googleapis.com/auth/gmail.insertin OAuth scopes field and click AUTHORIZE.
Related information