1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +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

@ -1,31 +1,31 @@
NAME
gcloud beta pam - manage Privileged Access Manager Entitlements and Grants
gcloud beta pam - manage Privileged Access Manager entitlements and grants
SYNOPSIS
gcloud beta pam GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) 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 beta 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 beta pam check-onboarding-status --folder=sample-folder \
$ gcloud beta 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 beta 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
(BETA) Manage Privileged Access Manager (PAM) Entitlements.
(BETA) Manage Privileged Access Manager (PAM) entitlements.
grants
(BETA) Manage Privileged Access Manager (PAM) Grants.
(BETA) Manage Privileged Access Manager (PAM) grants.
operations
(BETA) Manage Privileged Access Manager (PAM) Long Running Operations.