scc

Security Command Center

SecurityGCP
General

General information about the service.

Description

Google Security Command Center is a comprehensive security and risk management platform for Google Cloud.

Service ID

securitycenter.googleapis.com

Resource Pattern

organizations/{org}/sources/{source}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

scc-{workload}-{environment}

Length

1-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

project

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_scc_notification_config" "main" {
2 config_id = "scc-${var.environment}"
3 organization = var.org_id
4 description = "SCC notifications"
5 pubsub_topic = google_pubsub_topic.main.id
6
7 streaming_config {
8 filter = "category = \"OPEN_FIREWALL\""
9 }
10}
Utilities

Utilities to support app deployment or configuration.