1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-10 03:16:46 +00:00
gcloud-help/gcloud/alpha/pam/operations/help
2024-07-31 09:35:16 +00:00

75 lines
2.2 KiB
Text

NAME
gcloud alpha pam operations - manage Privileged Access Manager Long Running
Operations
SYNOPSIS
gcloud alpha pam operations COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) 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 alpha pam operations describe OPERATION_NAME
To list all operations in a project named sample-project and in location
global, run:
$ gcloud alpha 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 alpha 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 alpha pam operations list --organization=ORGANIZATION_ID \
--location=global
To delete an operation with the full name OPERATION_NAME, run:
$ gcloud alpha pam operations delete OPERATION_NAME
To poll an operation with the full name OPERATION_NAME, run:
$ gcloud alpha 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
(ALPHA) Delete a Privileged Access Manager (PAM) long running
operation.
describe
(ALPHA) Show details of a Privileged Access Manager (PAM) long running
operation.
list
(ALPHA) List all Privileged Access Manager (PAM) long running
operations under a location.
wait
(ALPHA) Poll a Privileged Access Manager (PAM) long running operation.
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. These variants are also available:
$ gcloud pam operations
$ gcloud beta pam operations