Remediation
From Google Cloud Console
- Go to
Essential Contactsby visiting https://console.cloud.google.com/iam-admin/essential-contacts - Make sure the organization appears in the resource selector at the top of the page. The resource selector tells you what project, folder, or organization you are currently managing contacts for.
- Click
+Add contact - In the
EmailandConfirm Emailfields, enter the email address of the contact. - From the
Notification categoriesdrop-down menu, select the notification categories that you want the contact to receive communications for. - Click
Save
From Google Cloud CLI
-
To add an organization Essential Contacts run a command:
gcloud essential-contacts create --email="<EMAIL>" \
--notification-categories="<NOTIFICATION_CATEGORIES>" \
--organization=<ORGANIZATION_ID>