- NAME
-
- gcloud beta pam operations - manage Privileged Access Manager Long Running Operations
- SYNOPSIS
-
-
gcloud beta pam operationsCOMMAND[GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(BETA)Thegcloud pam operationscommand group lets you manage Privileged Access Manager (PAM) operations. - EXAMPLES
- To describe an operation with the full name
, run:OPERATION_NAMEgcloud beta pam operations describe OPERATION_NAMETo list all operations in a project named
sample-projectand in locationglobal, run:gcloud beta pam operations list --project = sample-project --location = globalTo list all operations in a folder with ID
and in locationFOLDER_IDglobal, run:gcloud beta pam operations list --folder = FOLDER_ID --location = globalTo list all operations in an organization with ID
and in locationORGANIZATION_IDglobal, run:gcloud beta pam operations list --organization = ORGANIZATION_ID --location = globalTo delete an operation with the full name
, run:OPERATION_NAMEgcloud beta pam operations delete OPERATION_NAMETo poll an operation with the full name
, run:OPERATION_NAMEgcloud beta pam operations wait OPERATION_NAME - GCLOUD WIDE FLAGS
- These flags are available to all commands:
--help.Run
$ gcloud helpfor details. - COMMANDS
-
is one of the following:COMMAND-
delete -
(BETA)Delete a Privileged Access Manager (PAM) long running operation. -
describe -
(BETA)Show details of a Privileged Access Manager (PAM) long running operation. -
list -
(BETA)List all Privileged Access Manager (PAM) long running operations under a location. -
wait -
(BETA)Poll a Privileged Access Manager (PAM) long running operation.
-
- NOTES
- This command is currently in beta and might change without notice. These
variants are also available:
gcloud pam operationsgcloud alpha pam operations
gcloud beta pam operations
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.

