File: //snap/google-cloud-cli/394/help/man/man1/gcloud_vmware_dns-bind-permission_revoke.1
.TH "GCLOUD_VMWARE_DNS\-BIND\-PERMISSION_REVOKE" 1
.SH "NAME"
.HP
gcloud vmware dns\-bind\-permission revoke \- revokes a DNS Bind Permission
.SH "SYNOPSIS"
.HP
\f5gcloud vmware dns\-bind\-permission revoke\fR (\fB\-\-service\-account\fR=\fISERVICE_ACCOUNT\fR\ |\ \fB\-\-user\fR=\fIUSER\fR) [\fB\-\-async\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
Revokes the bind permission from the customer provided user/service account on
the intranet VPC associated with the consumer project.
.SH "EXAMPLES"
To revoke the bind permission to the customer provided user \f5user@abc.com\fR
on the intranet VPC associated with the consumer project \f5my\-project\fR, run:
.RS 2m
$ gcloud vmware dns\-bind\-permission revoke \-\-user=user@abc.com \e
\-\-project=my\-project
.RE
Or:
.RS 2m
$ gcloud vmware dns\-bind\-permission revoke \-\-user=user@abc.com
.RE
In the second example, the project is taken from gcloud properties core/project.
To revoke the bind permission to the customer provided service account
\f5service\-account@gserviceaccount.com\fR on the intranet VPC associated with
the consumer project \f5my\-project\fR, run:
.RS 2m
$ gcloud vmware dns\-bind\-permission revoke \e
\-\-service\-account=service\-account@gserviceaccount.com \e
\-\-project=my\-project
.RE
Or:
.RS 2m
$ gcloud vmware dns\-bind\-permission revoke \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 whose permission needs to be revoked on
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 whose permission needs to be revoked on 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.