1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00
gcloud-help/gcloud/beta/pam/operations/help

73 lines
2 KiB
Text
Raw Normal View History

2024-05-01 09:26:55 +00:00
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
2024-05-08 09:17:12 +00:00
Access Manager (PAM) operations.
2024-05-01 09:26:55 +00:00
EXAMPLES
To describe an operation with the full name OPERATION_NAME, run:
$ gcloud beta pam operations describe OPERATION_NAME
2024-05-08 09:17:12 +00:00
To list all operations in a project named sample-project and in location
global, run:
2024-05-01 09:26:55 +00:00
$ gcloud beta pam operations list --project=sample-project \
--location=global
2024-05-08 09:17:12 +00:00
To list all operations in a folder with ID FOLDER_ID and in location
global, run:
2024-05-01 09:26:55 +00:00
2024-05-08 09:17:12 +00:00
$ gcloud beta pam operations list --folder=FOLDER_ID \
2024-05-01 09:26:55 +00:00
--location=global
2024-05-08 09:17:12 +00:00
To list all operations in an organization with ID ORGANIZATION_ID and in
2024-05-01 09:26:55 +00:00
location global, run:
2024-05-08 09:17:12 +00:00
$ gcloud beta pam operations list --organization=ORGANIZATION_ID \
--location=global
2024-05-01 09:26:55 +00:00
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
2024-07-31 09:35:16 +00:00
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud pam operations
2024-05-01 09:26:55 +00:00
$ gcloud alpha pam operations