mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +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
|
|
@ -1,31 +1,31 @@
|
|||
NAME
|
||||
gcloud alpha pam - manage Privileged Access Manager Entitlements and Grants
|
||||
gcloud alpha pam - manage Privileged Access Manager entitlements and grants
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha pam GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) The gcloud pam command group lets you manage Privileged Access
|
||||
Manager (PAM) Entitlements and Grants.
|
||||
Manager (PAM) entitlements and grants.
|
||||
|
||||
EXAMPLES
|
||||
To check the PAM onboarding status for a project sample-project and
|
||||
location global, run:
|
||||
To check the PAM onboarding status for a project named sample-project and
|
||||
in location global, run:
|
||||
|
||||
$ gcloud alpha pam check-onboarding-status \
|
||||
--project=sample-project --location=global
|
||||
|
||||
To check the PAM onboarding status for a folder sample-folder and location
|
||||
global, run:
|
||||
To check the PAM onboarding status for a folder with ID FOLDER_ID and in
|
||||
location global, run:
|
||||
|
||||
$ gcloud alpha pam check-onboarding-status --folder=sample-folder \
|
||||
$ gcloud alpha pam check-onboarding-status --folder=FOLDER_ID \
|
||||
--location=global
|
||||
|
||||
To check the PAM onboarding status for an organization sample-organization
|
||||
and location global, run:
|
||||
To check the PAM onboarding status for an organization with ID
|
||||
ORGANIZATION_ID and in location global, run:
|
||||
|
||||
$ gcloud alpha pam check-onboarding-status \
|
||||
--organization=sample-organization --location=global
|
||||
--organization=ORGANIZATION_ID --location=global
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -36,10 +36,10 @@ GROUPS
|
|||
GROUP is one of the following:
|
||||
|
||||
entitlements
|
||||
(ALPHA) Manage Privileged Access Manager (PAM) Entitlements.
|
||||
(ALPHA) Manage Privileged Access Manager (PAM) entitlements.
|
||||
|
||||
grants
|
||||
(ALPHA) Manage Privileged Access Manager (PAM) Grants.
|
||||
(ALPHA) Manage Privileged Access Manager (PAM) grants.
|
||||
|
||||
operations
|
||||
(ALPHA) Manage Privileged Access Manager (PAM) Long Running Operations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue