HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/394/help/man/man1/gcloud_vmware_dns-bind-permission_grant.1
.TH "GCLOUD_VMWARE_DNS\-BIND\-PERMISSION_GRANT" 1



.SH "NAME"
.HP
gcloud vmware dns\-bind\-permission grant \- grants a DNS Bind Permission



.SH "SYNOPSIS"
.HP
\f5gcloud vmware dns\-bind\-permission grant\fR (\fB\-\-service\-account\fR=\fISERVICE_ACCOUNT\fR\ |\ \fB\-\-user\fR=\fIUSER\fR) [\fB\-\-async\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]



.SH "DESCRIPTION"

Grants the bind permission to the customer provided user/service account to bind
their DNS zone with the intranet VPC associated with the project.



.SH "EXAMPLES"

To grant the bind permission to the customer provided user \f5user@abc.com\fR to
bind their DNS zone with the intranet VPC associated with project
\f5my\-project\fR, run:

.RS 2m
$ gcloud vmware dns\-bind\-permission grant \-\-user=user@abc.com \e
    \-\-project=my\-project
.RE

Or:

.RS 2m
$ gcloud vmware dns\-bind\-permission grant \-\-user=user@abc.com
.RE

In the second example, the project is taken from gcloud properties core/project.

To grant the bind permission to the customer provided service account
\f5service\-account@gserviceaccount.com\fR to bind their DNS zone with the
intranet VPC associated with project \f5my\-project\fR, run:

.RS 2m
$ gcloud vmware dns\-bind\-permission grant \e
    \-\-service\-account=service\-account@gserviceaccount.com \e
    \-\-project=my\-project
.RE

Or:

.RS 2m
$ gcloud vmware dns\-bind\-permission grant \e
    \-\-service\-account=service\-account@gserviceaccount.com
.RE

In the second example, the project is taken from gcloud properties core/project.



.SH "REQUIRED FLAGS"

.RS 2m
.TP 2m

Exactly one of these must be specified:


.RS 2m
.TP 2m
\fB\-\-service\-account\fR=\fISERVICE_ACCOUNT\fR

The consumer provided service account which needs to be granted permission to
bind with the intranet VPC corresponding to the consumer project. If this field
is not provided then the user should be provided.

.TP 2m
\fB\-\-user\fR=\fIUSER\fR

The consumer provided user which needs to be granted permission to bind with the
intranet VPC corresponding to the consumer project. If this field is not
provided then the service\-account should be provided.


.RE
.RE
.sp

.SH "OPTIONAL FLAGS"

.RS 2m
.TP 2m
\fB\-\-async\fR

Return immediately, without waiting for the operation in progress to complete.
The default is \fBTrue\fR. Enabled by default, use \fB\-\-no\-async\fR to
disable.


.RE
.sp

.SH "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 \fB$ gcloud help\fR for details.