- NAME
-
- gcloud alpha pam settings - manage Privileged Access Manager Settings
- SYNOPSIS
-
-
gcloud alpha pam settings
COMMAND
[GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
-
(ALPHA)
Thegcloud pam settings
command group lets you manage Privileged Access Manager (PAM) settings. - EXAMPLES
-
To describe the PAM Settings on a project named
sample-project
and in locationglobal
, run:gcloud alpha pam settings describe --project=sample-project --location=global
To describe the PAM Settings on a folder with ID
and in locationFOLDER_ID
global
, run:gcloud alpha pam settings describe --folder=FOLDER_ID --location=global
To describe the PAM Settings on an organization with ID
and in locationORGANIZATION_ID
global
, run:gcloud alpha pam settings describe --organization=ORGANIZATION_ID --location=global
To describe the effective PAM Settings on a project named
sample-project
and in locationglobal
, run:gcloud alpha pam settings describe-effective --project=sample-project --location=global
To describe the effective PAM Settings on a folder with ID
and in locationFOLDER_ID
global
, run:gcloud alpha pam settings describe-effective --folder=FOLDER_ID --location=global
To describe the effective PAM Settings on an organization with ID
and in locationORGANIZATION_ID
global
, run:gcloud alpha pam settings describe-effective --organization=ORGANIZATION_ID --location=global
To export the PAM Settings configured on a project named
sample-project
, and in locationglobal
to a local YAML file namedpam-settings.yaml
, run:gcloud alpha pam settings export --project=sample-project --location=global --destination=pam-settings.yaml
To export the PAM Settings configured on a folder with ID
, and in locationFOLDER_ID
global
to a local YAML file namedpam-settings.yaml
, run:gcloud alpha pam settings export --folder=FOLDER_ID --location=global --destination=pam-settings.yaml
To export the PAM settings configured for an organization with ID
ORGANIZATION_ID
in locationglobal
to a local YAML file namedpam-settings.yaml
, run:gcloud alpha pam settings export --organization=ORGANIZATION_ID --location=global --destination=pam-settings.yaml
To update the PAM Settings on a project named
sample-project
and in locationglobal
, and the new updated settings configuration stored in a file namedpam-settings.yaml
, run:gcloud alpha pam settings update --project=sample-project --location=global --settings-file=pam-settings.yaml
To update the PAM Settings on a folder with ID
and in locationFOLDER_ID
global
, and the new updated settings configuration stored in a file namedpam-settings.yaml
, run:gcloud alpha pam settings update --folder=FOLDER_ID --location=global --settings-file=pam-settings.yaml
To update the PAM Settings on an organization with ID
and in locationORGANIZATION_ID
global
, and the new updated settings configuration stored in a file namedpam-settings.yaml
, run:gcloud alpha 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 help
for details. - COMMANDS
-
is one of the following:COMMAND
describe
-
(ALPHA)
Show details of Privileged Access Manager (PAM) settings on a resource. describe-effective
-
(ALPHA)
Show effective Privileged Access Manager (PAM) settings on a resource. export
-
(ALPHA)
Export Privileged Access Manager (PAM) settings configured on a project, folder, or organization to a local YAML file. update
-
(ALPHA)
Update Privileged Access Manager (PAM) settings configured on a project, folder, or organization.
- NOTES
- This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist.
gcloud alpha 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 2025-09-24 UTC.