๐ก๏ธ Google Organization Essential Contacts is not configured๐ข
- Contextual name: ๐ก๏ธ Organization Essential Contacts is not configured๐ข
- ID:
/ce/ca/google/iam/essential-contacts-for-organization - Tags:
- ๐ข Policy with categories
- ๐ข Policy with type
- ๐ข Production policy
- Policy Type:
COMPLIANCE_POLICY - Policy Categories:
SECURITY
Logicโ
- ๐ง prod.logic.yaml๐ข
Similar Policiesโ
- Cloud Conformity: Configure Essential Contacts for Organizations
Descriptionโ
Descriptionโ
It is recommended that Essential Contacts is configured to designate email addresses for Google Cloud services to notify of important technical or security information.
Rationaleโ
Many Google Cloud services, such as Cloud Billing, send out notifications to share important information with Google Cloud users. By default, these notifications are sent to members with certain Identity and Access Management (IAM) roles. With Essential Contacts, you can customize who receives notifications by providing your own list of contacts.
Impactโ
There is no charge for Essential Contacts except for the 'Technical Incidents' category that is only available to premium support customers.
Auditโ
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.
... see more
Remediationโ
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
Confirm 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
SaveFrom 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>