1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Jun 8 09:13:38 UTC 2022

This commit is contained in:
Automated 2022-06-08 09:13:38 +00:00
parent 82063cbb03
commit 28d031b3c1
Failed to extract signature
240 changed files with 3156 additions and 1115 deletions

View file

@ -6,16 +6,16 @@ SYNOPSIS
gcloud alpha dns managed-zones get-iam-policy ZONE [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command displays the IAM Policy of the specified managed-zone.
(ALPHA) This command displays the IAM policy of the specified managed-zone.
EXAMPLES
To display the details of your managed-zone IAM Policy , run:
To view the details of your managed-zone IAM policy , run:
$ gcloud alpha dns managed-zones get-iam-policy my-zone
POSITIONAL ARGUMENTS
Zone resource - The name of the managed-zone to get IAM policy. This
represents a Cloud resource. (NOTE) Some attributes are not given
Zone resource - The name of the managed-zone to get the IAM policy for.
This represents a Cloud resource. (NOTE) Some attributes are not given
arguments in this group but can be set in other ways. To set the project
attribute:
◆ provide the argument zone on the command line with a fully specified
@ -42,5 +42,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta dns managed-zones get-iam-policy

View file

@ -7,7 +7,7 @@ SYNOPSIS
--policy-file=POLICY_FILE [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command sets the IAM Policy of the specified managed-zone.
(ALPHA) This command sets the IAM policy of the specified managed-zone.
EXAMPLES
To set the IAM policy of your managed-zone , run:
@ -16,8 +16,8 @@ EXAMPLES
--policy-file=policy.json
POSITIONAL ARGUMENTS
Zone resource - The name of the managed-zone to set IAM policy. This
represents a Cloud resource. (NOTE) Some attributes are not given
Zone resource - The name of the managed-zone to set the IAM policy for.
This represents a Cloud resource. (NOTE) Some attributes are not given
arguments in this group but can be set in other ways. To set the project
attribute:
◆ provide the argument zone on the command line with a fully specified
@ -48,5 +48,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta dns managed-zones set-iam-policy