gcloud pam operations

NAME
gcloud pam operations - manage Privileged Access Manager Long Running Operations
SYNOPSIS
gcloud pam operations COMMAND [GCLOUD_WIDE_FLAG]
DESCRIPTION
The gcloud pam operations command group lets you manage Privileged Access Manager (PAM) operations.
EXAMPLES
To describe an operation with the full name OPERATION_NAME, run:
gcloudpamoperationsdescribeOPERATION_NAME

To list all operations in a project named sample-project and in location global, run:

gcloudpamoperationslist --project=sample-project--location=global

To list all operations in a folder with ID FOLDER_ID and in location global, run:

gcloudpamoperationslist --folder=FOLDER_ID--location=global

To list all operations in an organization with ID ORGANIZATION_ID and in location global, run:

gcloudpamoperationslist --organization=ORGANIZATION_ID--location=global

To delete an operation with the full name OPERATION_NAME, run:

gcloudpamoperationsdeleteOPERATION_NAME

To poll an operation with the full name OPERATION_NAME, run:

gcloudpamoperationswaitOPERATION_NAME
GCLOUD WIDE FLAGS
These flags are available to all commands: --help .

Run $ gcloud help for details.

COMMANDS
COMMAND is one of the following:
delete
Delete a Privileged Access Manager (PAM) long running operation.
describe
Show details of a Privileged Access Manager (PAM) long running operation.
list
List all Privileged Access Manager (PAM) long running operations under a location.
wait
Poll a Privileged Access Manager (PAM) long running operation.
NOTES
These variants are also available:
gcloudalphapamoperations 
gcloudbetapamoperations 

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.