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.com

Resource Pattern

organizations/{organization}

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

org-{company}

Length

1-255

Valid Characters

Letters, numbers, hyphens, periods

Scope

global

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_organization_policy" "main" {
2 org_id = var.org_id
3 constraint = "constraints/compute.disableSerialPortAccess"
4
5 boolean_policy {
6 enforced = true
7 }
8}
Utilities

Utilities to support app deployment or configuration.