mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
53 lines
1.5 KiB
Text
53 lines
1.5 KiB
Text
NAME
|
|
gcloud organizations - create and manage Google Cloud Platform
|
|
Organizations
|
|
|
|
SYNOPSIS
|
|
gcloud organizations COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
The gcloud organizations group lets you create and manage Cloud
|
|
Organizations. Google Cloud Platform resources form a hierarchy with
|
|
Organizations at the root. Organizations contain projects, and Projects
|
|
contain the remaining Google Cloud Platform resources.
|
|
|
|
More information on the Cloud Platform Resource Hierarchy and the
|
|
Organization resource can be found here:
|
|
https://cloud.google.com/resource-manager/docs/creating-managing-organization
|
|
and detailed documentation on creating and managing organizations can be
|
|
found here:
|
|
https://cloud.google.com/resource-manager/docs/creating-managing-organization
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-iam-policy-binding
|
|
Add IAM policy binding for an organization.
|
|
|
|
describe
|
|
Show metadata for an organization.
|
|
|
|
get-iam-policy
|
|
Get IAM policy for an organization.
|
|
|
|
list
|
|
List organizations accessible by the active account.
|
|
|
|
remove-iam-policy-binding
|
|
Remove IAM policy binding for an organization.
|
|
|
|
set-iam-policy
|
|
Set IAM policy for an organization.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha organizations
|
|
|
|
$ gcloud beta organizations
|
|
|