From a90175776f25187dfc2a603f41b8a1e263205114 Mon Sep 17 00:00:00 2001 From: Sebastien Quioc Date: Thu, 14 Sep 2023 10:52:14 +0200 Subject: [PATCH] fix(Google): fix layout --- .../integrations/cloud_and_saas/google/google_reports.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/xdr/features/collect/integrations/cloud_and_saas/google/google_reports.md b/docs/xdr/features/collect/integrations/cloud_and_saas/google/google_reports.md index c8788c8183..854f18d426 100644 --- a/docs/xdr/features/collect/integrations/cloud_and_saas/google/google_reports.md +++ b/docs/xdr/features/collect/integrations/cloud_and_saas/google/google_reports.md @@ -28,8 +28,8 @@ To create a service account you have to : - Create a project - Turn on the APIs for the service account - Set up the OAuth consent screen with the following scopes (see [Choose Reports API scopes](https://developers.google.com/admin-sdk/reports/auth)): - - https://www.googleapis.com/auth/admin.reports.audit.readonly - - https://www.googleapis.com/auth/admin.reports.usage.readonly + - https://www.googleapis.com/auth/admin.reports.audit.readonly + - https://www.googleapis.com/auth/admin.reports.usage.readonly - Create the service account For more details in each steps please read this [Documentation](https://support.google.com/a/answer/7378726?hl=en)