mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 00:46:53 +00:00
59 lines
1.6 KiB
Text
59 lines
1.6 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 sample-project and
|
|
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:
|
|
|
|
$ gcloud beta pam check-onboarding-status --folder=sample-folder \
|
|
--location=global
|
|
|
|
To check the PAM onboarding status for an organization sample-organization
|
|
and location global, run:
|
|
|
|
$ gcloud beta pam check-onboarding-status \
|
|
--organization=sample-organization --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. This
|
|
variant is also available:
|
|
|
|
$ gcloud alpha pam
|
|
|