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

76 lines
2.2 KiB
Text
Raw Normal View History

2024-05-01 09:26:55 +00:00
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
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 alpha 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 alpha 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 alpha 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 alpha 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 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
2024-07-31 09:35:16 +00:00
access allowlist. These variants are also available:
$ gcloud pam operations
2024-05-01 09:26:55 +00:00
$ gcloud beta pam operations