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

gcloud: Wed May 8 09:17:12 UTC 2024

This commit is contained in:
Automated 2024-05-08 09:17:12 +00:00
parent 48fac7efd4
commit e8259d86b1
110 changed files with 1686 additions and 651 deletions

View file

@ -7,30 +7,30 @@ SYNOPSIS
DESCRIPTION
(BETA) The gcloud pam operations command group lets you manage Privileged
Access Manager (PAM) Operations.
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 under a project sample-project and location global,
run:
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 under a folder sample-folder and location global,
run:
To list all operations in a folder with ID FOLDER_ID and in location
global, run:
$ gcloud beta pam operations list --folder=sample-folder \
$ gcloud beta pam operations list --folder=FOLDER_ID \
--location=global
To list all operations under an organization sample-organization and
To list all operations in an organization with ID ORGANIZATION_ID and in
location global, run:
$ gcloud beta pam operations list \
--organization=sample-organization --location=global
$ gcloud beta pam operations list --organization=ORGANIZATION_ID \
--location=global
To delete an operation with the full name OPERATION_NAME, run: