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:
parent
03f0979970
commit
d3074f94bb
224 changed files with 6432 additions and 626 deletions
31
gcloud/vmware/dns-bind-permission/describe
Normal file
31
gcloud/vmware/dns-bind-permission/describe
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue