1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 21:20:07 +00:00

gcloud: Wed May 18 08:41:01 UTC 2022

This commit is contained in:
Automated 2022-05-18 08:41:01 +00:00
parent 379049f21a
commit 9f95235d93
258 changed files with 7569 additions and 441 deletions

View file

@ -21,17 +21,20 @@ EXAMPLES
POSITIONAL ARGUMENTS
POLICY_ID
Id of the policy.
Policy ID that is unique for the resource to which the policy is
attached.
REQUIRED FLAGS
--attachment-point=ATTACHMENT_POINT
Resource to which the policy is attached.
Resource to which the policy is attached. For valid formats, see
https://cloud.google.com/iam/help/deny/attachment-point.
--kind=KIND
Kind of the policy.
Policy type. Use denypolicies for deny policies.
--policy-file=POLICY_FILE
Contents of the policy.
Path to the file that contains the policy, in JSON or YAML format. For
valid syntax, see https://cloud.google.com/iam/help/deny/policy-syntax.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -18,23 +18,23 @@ EXAMPLES
--attachment-point=cloudresourcemanager.googleapis.com/\
projects/123 --kind=denypolicies --etag=abc
If etag isn't provided, the command will try to get the etag using the
calling user permissions.
POSITIONAL ARGUMENTS
POLICY_ID
Id of the policy.
Policy ID that is unique for the resource to which the policy is
attached.
REQUIRED FLAGS
--attachment-point=ATTACHMENT_POINT
Resource to which the policy is attached.
Resource to which the policy is attached. For valid formats, see
https://cloud.google.com/iam/help/deny/attachment-point.
--kind=KIND
Kind of the policy.
Policy type. Use denypolicies for deny policies.
OPTIONAL FLAGS
--etag=ETAG
Etag of the existing policy.
Etag that identifies the version of the existing policy. If omitted,
the command gets the etag for the current version of the policy.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -19,14 +19,16 @@ EXAMPLES
POSITIONAL ARGUMENTS
POLICY_ID
Id of the policy.
Policy ID that is unique for the resource to which the policy is
attached.
REQUIRED FLAGS
--attachment-point=ATTACHMENT_POINT
Resource to which the policy is attached.
Resource to which the policy is attached. For valid formats, see
https://cloud.google.com/iam/help/deny/attachment-point.
--kind=KIND
Kind of the policy.
Policy type. Use denypolicies for deny policies.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -21,14 +21,16 @@ EXAMPLES
REQUIRED FLAGS
--attachment-point=ATTACHMENT_POINT
Resource to which the policy is attached.
Resource to which the policy is attached. For valid formats, see
https://cloud.google.com/iam/help/deny/attachment-point.
--kind=KIND
Kind of the policy.
Policy type. Use denypolicies for deny policies.
FLAGS
--page_token=PAGE_TOKEN
Page token received from a previous call.
Page token received from a previous call. Provide this token to
retrieve the next page.
LIST COMMAND FLAGS
--filter=EXPRESSION

View file

@ -20,26 +20,27 @@ EXAMPLES
projects/123 --kind=denypolicies --policy-file=policy.json \
--etag=abc
If etag isn't provided, the command will try to get the etag using the
calling user permissions.
POSITIONAL ARGUMENTS
POLICY_ID
Id of the policy.
Policy ID that is unique for the resource to which the policy is
attached.
REQUIRED FLAGS
--attachment-point=ATTACHMENT_POINT
Resource to which the policy is attached.
Resource to which the policy is attached. For valid formats, see
https://cloud.google.com/iam/help/deny/attachment-point.
--kind=KIND
Kind of the policy.
Policy type. Use denypolicies for deny policies.
--policy-file=POLICY_FILE
Contents of the policy.
Path to the file that contains the policy, in JSON or YAML format. For
valid syntax, see https://cloud.google.com/iam/help/deny/policy-syntax.
OPTIONAL FLAGS
--etag=ETAG
Etag of the existing policy.
Etag that identifies the version of the existing policy. If omitted,
the command gets the etag for the current version of the policy.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,