mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
52 lines
1.4 KiB
Text
52 lines
1.4 KiB
Text
NAME
|
|
gcloud org-policies - create and manage Organization Policies
|
|
|
|
SYNOPSIS
|
|
gcloud org-policies COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
The gcloud org-policies command group lets you create and manipulate
|
|
Organization Policies.
|
|
|
|
The Organization Policy Service gives you centralized and programmatic
|
|
control over your organization's cloud resources. As the organization
|
|
policy administrator, you will be able to configure restrictions across
|
|
your entire resource hierarchy.
|
|
|
|
More information on Organization Policies can be found here:
|
|
https://cloud.google.com/resource-manager/docs/organization-policy/overview
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
delete
|
|
Delete an organization policy.
|
|
|
|
delete-custom-constraint
|
|
Deletes a custom constraint.
|
|
|
|
describe
|
|
Describe an organization policy.
|
|
|
|
describe-custom-constraint
|
|
Describe a custom constraint.
|
|
|
|
list
|
|
List the policies set on a resource.
|
|
|
|
list-custom-constraints
|
|
Lists the custom constraints set on an organization.
|
|
|
|
reset
|
|
Reset the policy to the default for the constraint.
|
|
|
|
set-custom-constraint
|
|
Set a custom constraint from a JSON or YAML file.
|
|
|
|
set-policy
|
|
Set an organization policy from a JSON or YAML file.
|