- NAME
-
- gcloud beta pam settings - manage Privileged Access Manager Settings
- SYNOPSIS
-
-
gcloud beta pam settingsCOMMAND[GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(BETA)Thegcloud pam settingscommand group lets you manage Privileged Access Manager (PAM) settings. - EXAMPLES
- To describe the PAM Settings on a project named
sample-projectand in locationglobal, run:gcloud beta pam settings describe --project = sample-project --location = globalTo describe the PAM Settings on a folder with ID
and in locationFOLDER_IDglobal, run:gcloud beta pam settings describe --folder = FOLDER_ID --location = globalTo describe the PAM Settings on an organization with ID
and in locationORGANIZATION_IDglobal, run:gcloud beta pam settings describe --organization = ORGANIZATION_ID --location = globalTo describe the effective PAM Settings on a project named
sample-projectand in locationglobal, run:gcloud beta pam settings describe-effective --project = sample-project --location = globalTo describe the effective PAM Settings on a folder with ID
and in locationFOLDER_IDglobal, run:gcloud beta pam settings describe-effective --folder = FOLDER_ID --location = globalTo describe the effective PAM Settings on an organization with ID
and in locationORGANIZATION_IDglobal, run:gcloud beta pam settings describe-effective --organization = ORGANIZATION_ID --location = globalTo export the PAM Settings configured on a project named
sample-project, and in locationglobalto a local YAML file namedpam-settings.yaml, run:gcloud beta pam settings export --project = sample-project --location = global --destination = pam-settings.yamlTo export the PAM Settings configured on a folder with ID
, and in locationFOLDER_IDglobalto a local YAML file namedpam-settings.yaml, run:gcloud beta pam settings export --folder = FOLDER_ID --location = global --destination = pam-settings.yamlTo export the PAM settings configured for an organization with ID
ORGANIZATION_IDin locationglobalto a local YAML file namedpam-settings.yaml, run:gcloud beta pam settings export --organization = ORGANIZATION_ID --location = global --destination = pam-settings.yamlTo update the PAM Settings on a project named
sample-projectand in locationglobal, and the new updated settings configuration stored in a file namedpam-settings.yaml, run:gcloud beta pam settings update --project = sample-project --location = global --settings-file = pam-settings.yamlTo update the PAM Settings on a folder with ID
and in locationFOLDER_IDglobal, and the new updated settings configuration stored in a file namedpam-settings.yaml, run:gcloud beta pam settings update --folder = FOLDER_ID --location = global --settings-file = pam-settings.yamlTo update the PAM Settings on an organization with ID
and in locationORGANIZATION_IDglobal, and the new updated settings configuration stored in a file namedpam-settings.yaml, run:gcloud beta pam settings update --organization = ORGANIZATION_ID --location = global --settings-file = pam-settings.yaml - GCLOUD WIDE FLAGS
- These flags are available to all commands:
--help.Run
$ gcloud helpfor details. - COMMANDS
-
is one of the following:COMMAND-
describe -
(BETA)Show details of Privileged Access Manager (PAM) settings on a resource. -
describe-effective -
(BETA)Show effective Privileged Access Manager (PAM) settings on a resource. -
export -
(BETA)Export Privileged Access Manager (PAM) settings configured on a project, folder, or organization to a local YAML file. -
update -
(BETA)Update Privileged Access Manager (PAM) settings configured on a project, folder, or organization.
-
- NOTES
- This command is currently in beta and might change without notice. This variant
is also available:
gcloud alpha pam settings
gcloud beta pam settings
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.

