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

gcloud: Wed Nov 15 11:42:54 UTC 2023

This commit is contained in:
Automated 2023-11-15 11:42:54 +00:00
parent 03f0979970
commit d3074f94bb
224 changed files with 6432 additions and 626 deletions

View file

@ -0,0 +1,31 @@
NAME
gcloud vmware dns-bind-permission describe - get all users and service
accounts having bind permission
SYNOPSIS
gcloud vmware dns-bind-permission describe [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Gets all the users and service accounts having bind permission on the
intranet VPC associated with the consumer project granted by the Grant API.
EXAMPLES
To get all the users and service accounts having bind permission on the
intranet VPC associated with the consumer project my-project, run:
$ gcloud vmware dns-bind-permission describe --project=my-project
Or:
$ gcloud vmware dns-bind-permission describe
In the second example, the project is taken from gcloud properties
core/project.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.