mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed May 8 09:17:12 UTC 2024
This commit is contained in:
parent
48fac7efd4
commit
e8259d86b1
110 changed files with 1686 additions and 651 deletions
|
|
@ -7,30 +7,30 @@ SYNOPSIS
|
|||
|
||||
DESCRIPTION
|
||||
(ALPHA) 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 alpha 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 alpha 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 alpha pam operations list --folder=sample-folder \
|
||||
$ gcloud alpha 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 alpha pam operations list \
|
||||
--organization=sample-organization --location=global
|
||||
$ gcloud alpha pam operations list --organization=ORGANIZATION_ID \
|
||||
--location=global
|
||||
|
||||
To delete an operation with the full name OPERATION_NAME, run:
|
||||
|
||||
|
|
|
|||
|
|
@ -13,29 +13,29 @@ DESCRIPTION
|
|||
under a project/folder/organization location.
|
||||
|
||||
EXAMPLES
|
||||
The following command lists all operations under a project sample-project
|
||||
and location global:
|
||||
The following command lists all operations in a project named
|
||||
sample-project and in location global:
|
||||
|
||||
$ gcloud alpha pam operations list --project=sample-project \
|
||||
--location=global
|
||||
|
||||
The following command list all operations under a folder sample-folder and
|
||||
location global:
|
||||
The following command lists all operations in a folder with ID FOLDER_ID
|
||||
and in location global:
|
||||
|
||||
$ gcloud alpha pam operations list --folder=sample-folder \
|
||||
$ gcloud alpha pam operations list --folder=FOLDER_ID \
|
||||
--location=global
|
||||
|
||||
The following command list all operations under an organization
|
||||
sample-organization and location global:
|
||||
The following command lists all operations in an organization with ID
|
||||
ORGANIZATION_ID and in location global:
|
||||
|
||||
$ gcloud alpha pam operations list \
|
||||
--organization=sample-organization --location=global
|
||||
$ gcloud alpha pam operations list --organization=ORGANIZATION_ID \
|
||||
--location=global
|
||||
|
||||
REQUIRED FLAGS
|
||||
Location resource - Location under which the operations are to be listed.
|
||||
The arguments in this group can be used to specify the attributes of this
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
can be set in other ways.
|
||||
Location resource - Location of the operations. The arguments in this
|
||||
group can be used to specify the attributes of this resource. (NOTE) Some
|
||||
attributes are not given arguments in this group but can be set in other
|
||||
ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument --location on the command line with a fully
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue