GCP 从命令行或通过 API 创建组织

GCP create organization from command line or through API

有没有一种方法可以使用 gcloud 命令或 API 在 GCP 中以编程方式创建组织。我有几个小组织,在这些组织下有部门,然后是团队,最后是产品(项目)。我希望对安全策略、标准、共享存储进行干净的继承,这些可以在顶层定义并跨项目应用,我还希望在组织级别拥有计费指标,以便可以轻松跟踪支出的去向。 .

组织只能在控制台上创建,尽管在 documentation for gcloud organizations 命令中的描述是:

create and manage Google Cloud Platform Organizations

但是没有创建命令。

看着你的例子,我不认为维护多个组织是个好主意,因为在另一个 doc 我发现:

The Organization resource is the root node

据我所知,这意味着只有一个。

不过,我建议使用 here. This concept is designed to create organization structure, and there is both API and for creation of folders 中描述的“文件夹”概念。