mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
61 lines
1.7 KiB
Text
61 lines
1.7 KiB
Text
NAME
|
|
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.
|
|
|
|
EXAMPLES
|
|
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 with ID FOLDER_ID and in
|
|
location global, run:
|
|
|
|
$ gcloud beta pam check-onboarding-status --folder=FOLDER_ID \
|
|
--location=global
|
|
|
|
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=ORGANIZATION_ID --location=global
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
entitlements
|
|
(BETA) Manage Privileged Access Manager (PAM) entitlements.
|
|
|
|
grants
|
|
(BETA) Manage Privileged Access Manager (PAM) grants.
|
|
|
|
operations
|
|
(BETA) Manage Privileged Access Manager (PAM) Long Running Operations.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
check-onboarding-status
|
|
(BETA) Check Privileged Access Manager (PAM) onboarding status for a
|
|
resource.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud pam
|
|
|
|
$ gcloud alpha pam
|
|
|