gcloud_beta_resource-manager_org-policies_set-policy (1)
NAME
- gcloud beta resource-manager org-policies set-policy - set Organization Policy
SYNOPSIS
-
gcloud beta resource-manager org-policies set-policy POLICY_FILE [--folder=FOLDER_ID] [--organization=ORGANIZATION_ID] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Sets an Organization Policy associated with the specified resource
POSITIONAL ARGUMENTS
-
- POLICY_FILE
-
JSON or YAML file with the Organization Policy.
FLAGS
-
- --folder=FOLDER_ID
-
Folder ID for Org Policies.
- --organization=ORGANIZATION_ID
-
Organization ID for Org Policies.
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 sets an Organization Policy for a constraint on project foo-project from file /tmp/policy.yaml:
-
$ gcloud beta resource-manager org-policies set-policy \
--project=foo-project /tmp/policy.yaml
NOTES
This command is currently in BETA and may change without notice. This variant is also available:
- $ gcloud alpha resource-manager org-policies set-policy