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.comResource Pattern
organizations/{org}/sources/{source}References
Chat
Powered by AITalk 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 Documentation
terraform
1resource "google_scc_notification_config" "main" {2 config_id = "scc-${var.environment}"3 organization = var.org_id4 description = "SCC notifications"5 pubsub_topic = google_pubsub_topic.main.id67 streaming_config {8 filter = "category = \"OPEN_FIREWALL\""9 }10}
Utilities
Utilities to support app deployment or configuration.