mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Jan 25 10:09:52 UTC 2023
This commit is contained in:
parent
1248f773ec
commit
6dc17bdd4a
218 changed files with 6694 additions and 2033 deletions
|
|
@ -3,7 +3,8 @@ NAME
|
|||
YAML file
|
||||
|
||||
SYNOPSIS
|
||||
gcloud org-policies set-policy POLICY_FILE [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud org-policies set-policy POLICY_FILE [--update-mask=UPDATE_MASK]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Sets an organization policy from a JSON or YAML file. The policy will be
|
||||
|
|
@ -18,6 +19,13 @@ POSITIONAL ARGUMENTS
|
|||
POLICY_FILE
|
||||
Path to JSON or YAML file that contains the organization policy.
|
||||
|
||||
FLAGS
|
||||
--update-mask=UPDATE_MASK
|
||||
Field mask used to specify the fields to be overwritten in the policy
|
||||
by the set. The fields specified in the update_mask are relative to the
|
||||
policy, not the full request. The update-mask flag can be empty, or
|
||||
have values policy.spec, policy.dry_run_spec or *
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue