org
Organization
GeneralGCP
General
General information about the service.
Description
Google Cloud Organization represents the root node of the GCP resource hierarchy, providing centralized control over all resources.
Service ID
cloudresourcemanager.googleapis.comResource Pattern
organizations/{organization}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
org-{company}Length
1-255
Valid Characters
Letters, numbers, hyphens, periods
Scope
global
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_organization_policy" "main" {2 org_id = var.org_id3 constraint = "constraints/compute.disableSerialPortAccess"45 boolean_policy {6 enforced = true7 }8}
Utilities
Utilities to support app deployment or configuration.