gcloud_organizations_describe (1)
NAME
- gcloud organizations describe - show metadata for an organization
SYNOPSIS
-
gcloud organizations describe ORGANIZATION_ID [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
This command can fail for the following reasons:
-
- *
- The organization specified does not exist.
- *
- The active account does not have permission to access the given organization.
POSITIONAL ARGUMENTS
-
- ORGANIZATION_ID
-
ID for the organization you want to describe.
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
EXAMPLES
The following command prints metadata for an organization with the ID 3589215982:
- $ gcloud organizations describe 3589215982
NOTES
These variants are also available:
- $ gcloud alpha organizations describe $ gcloud beta organizations describe