File: //snap/google-cloud-cli/396/help/man/man1/gcloud_beta_pam_settings.1
.TH "GCLOUD_BETA_PAM_SETTINGS" 1
.SH "NAME"
.HP
gcloud beta pam settings \- manage Privileged Access Manager Settings
.SH "SYNOPSIS"
.HP
\f5gcloud beta pam settings\fR \fICOMMAND\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(BETA)\fR The \f5gcloud pam settings\fR command group lets you manage
Privileged Access Manager (PAM) settings.
.SH "EXAMPLES"
To describe the PAM Settings on a project named \f5sample\-project\fR and in
location \f5global\fR, run:
.RS 2m
$ gcloud beta pam settings describe \-\-project=sample\-project \e
\-\-location=global
.RE
To describe the PAM Settings on a folder with ID \f5\fIFOLDER_ID\fR\fR and in
location \f5global\fR, run:
.RS 2m
$ gcloud beta pam settings describe \-\-folder=FOLDER_ID \e
\-\-location=global
.RE
To describe the PAM Settings on an organization with ID
\f5\fIORGANIZATION_ID\fR\fR and in location \f5global\fR, run:
.RS 2m
$ gcloud beta pam settings describe \-\-organization=ORGANIZATION_ID \e
\-\-location=global
.RE
To describe the effective PAM Settings on a project named \f5sample\-project\fR
and in location \f5global\fR, run:
.RS 2m
$ gcloud beta pam settings describe\-effective \e
\-\-project=sample\-project \-\-location=global
.RE
To describe the effective PAM Settings on a folder with ID \f5\fIFOLDER_ID\fR\fR
and in location \f5global\fR, run:
.RS 2m
$ gcloud beta pam settings describe\-effective \-\-folder=FOLDER_ID \e
\-\-location=global
.RE
To describe the effective PAM Settings on an organization with ID
\f5\fIORGANIZATION_ID\fR\fR and in location \f5global\fR, run:
.RS 2m
$ gcloud beta pam settings describe\-effective \e
\-\-organization=ORGANIZATION_ID \-\-location=global
.RE
To export the PAM Settings configured on a project named \f5sample\-project\fR,
and in location \f5global\fR to a local YAML file named
\f5pam\-settings.yaml\fR, run:
.RS 2m
$ gcloud beta pam settings export \-\-project=sample\-project \e
\-\-location=global \-\-destination=pam\-settings.yaml
.RE
To export the PAM Settings configured on a folder with ID \f5\fIFOLDER_ID\fR\fR,
and in location \f5global\fR to a local YAML file named
\f5pam\-settings.yaml\fR, run:
.RS 2m
$ gcloud beta pam settings export \-\-folder=FOLDER_ID \e
\-\-location=global \-\-destination=pam\-settings.yaml
.RE
To export the PAM settings configured for an organization with ID
\f5ORGANIZATION_ID\fR in location \f5global\fR to a local YAML file named
\f5pam\-settings.yaml\fR, run:
.RS 2m
$ gcloud beta pam settings export \-\-organization=ORGANIZATION_ID \e
\-\-location=global \-\-destination=pam\-settings.yaml
.RE
To update the PAM Settings on a project named \f5sample\-project\fR and in
location \f5global\fR, and the new updated settings configuration stored in a
file named \f5pam\-settings.yaml\fR, run:
.RS 2m
$ gcloud beta pam settings update \-\-project=sample\-project \e
\-\-location=global \-\-settings\-file=pam\-settings.yaml
.RE
To update the PAM Settings on a folder with ID \f5\fIFOLDER_ID\fR\fR and in
location \f5global\fR, and the new updated settings configuration stored in a
file named \f5pam\-settings.yaml\fR, run:
.RS 2m
$ gcloud beta pam settings update \-\-folder=FOLDER_ID \e
\-\-location=global \-\-settings\-file=pam\-settings.yaml
.RE
To update the PAM Settings on an organization with ID
\f5\fIORGANIZATION_ID\fR\fR and in location \f5global\fR, and the new updated
settings configuration stored in a file named \f5pam\-settings.yaml\fR, run:
.RS 2m
$ gcloud beta pam settings update \-\-organization=ORGANIZATION_ID \e
\-\-location=global \-\-settings\-file=pam\-settings.yaml
.RE
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-help.
Run \fB$ gcloud help\fR for details.
.SH "COMMANDS"
\f5\fICOMMAND\fR\fR is one of the following:
.RS 2m
.TP 2m
\fBdescribe\fR
\fB(BETA)\fR Show details of Privileged Access Manager (PAM) settings on a
resource.
.TP 2m
\fBdescribe\-effective\fR
\fB(BETA)\fR Show effective Privileged Access Manager (PAM) settings on a
resource.
.TP 2m
\fBexport\fR
\fB(BETA)\fR Export Privileged Access Manager (PAM) settings configured on a
project, folder, or organization to a local YAML file.
.TP 2m
\fBupdate\fR
\fB(BETA)\fR Update Privileged Access Manager (PAM) settings configured on a
project, folder, or organization.
.RE
.sp
.SH "NOTES"
This command is currently in beta and might change without notice. This variant
is also available:
.RS 2m
$ gcloud alpha pam settings
.RE