1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/beta/pam/operations/help
2024-07-31 09:35:16 +00:00

72 lines
2 KiB
Text

NAME
gcloud beta pam operations - manage Privileged Access Manager Long Running
Operations
SYNOPSIS
gcloud beta pam operations COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) 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:
$ gcloud beta pam operations describe OPERATION_NAME
To list all operations in a project named sample-project and in location
global, run:
$ gcloud beta pam operations list --project=sample-project \
--location=global
To list all operations in a folder with ID FOLDER_ID and in location
global, run:
$ gcloud beta pam operations list --folder=FOLDER_ID \
--location=global
To list all operations in an organization with ID ORGANIZATION_ID and in
location global, run:
$ gcloud beta pam operations list --organization=ORGANIZATION_ID \
--location=global
To delete an operation with the full name OPERATION_NAME, run:
$ gcloud beta pam operations delete OPERATION_NAME
To poll an operation with the full name OPERATION_NAME, run:
$ gcloud beta pam operations wait OPERATION_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
(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 operations
$ gcloud alpha pam operations