mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
31 lines
1.1 KiB
Text
31 lines
1.1 KiB
Text
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.
|