File: //snap/google-cloud-cli/396/help/man/man1/gcloud_container_hub_rbacrolebindingactuation_update.1
.TH "GCLOUD_CONTAINER_HUB_RBACROLEBINDINGACTUATION_UPDATE" 1
.SH "NAME"
.HP
gcloud container hub rbacrolebindingactuation update \- update RbacRoleBinding Actuation Feature
.SH "SYNOPSIS"
.HP
\f5gcloud container hub rbacrolebindingactuation update\fR (\fB\-\-add\-allowed\-custom\-role\fR=\fIADD_ALLOWED_CUSTOM_ROLE\fR\ |\ \fB\-\-allowed\-custom\-roles\fR=[\fIROLES\fR,...]\ |\ \fB\-\-remove\-allowed\-custom\-role\fR=\fIREMOVE_ALLOWED_CUSTOM_ROLE\fR) [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
This command updates RbacRoleBinding Actuation Feature in a fleet.
.SH "EXAMPLES"
To update the RbacRoleBinding Actuation Feature, run:
.RS 2m
$ gcloud container fleet rbacrolebinding\-actuation update \e
\-\-allowed\-custom\-roles=role1,role2
.RE
.RS 2m
$ gcloud container fleet rbacrolebinding\-actuation update \e
\-\-add\-allowed\-custom\-role=role1
.RE
.RS 2m
$ gcloud container fleet rbacrolebinding\-actuation update \e
\-\-remove\-allowed\-custom\-role=role2
.RE
.SH "REQUIRED FLAGS"
.RS 2m
.TP 2m
Exactly one of these must be specified:
.RS 2m
.TP 2m
\fB\-\-add\-allowed\-custom\-role\fR=\fIADD_ALLOWED_CUSTOM_ROLE\fR
Add a single custom role to the allowed custom roles list.
.TP 2m
\fB\-\-allowed\-custom\-roles\fR=[\fIROLES\fR,...]
The list of allowed custom roles that can be used in scope RBACRoleBindings.
.TP 2m
\fB\-\-remove\-allowed\-custom\-role\fR=\fIREMOVE_ALLOWED_CUSTOM_ROLE\fR
Remove a single custom role from the allowed custom roles list.
.RE
.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.
.SH "NOTES"
These variants are also available:
.RS 2m
$ gcloud alpha container hub rbacrolebindingactuation update
.RE
.RS 2m
$ gcloud beta container hub rbacrolebindingactuation update
.RE