1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 14:26:34 +00:00
gcloud-help/gcloud/beta/pam/help

62 lines
1.7 KiB
Text
Raw Normal View History

2024-05-01 09:26:55 +00:00
NAME
2024-05-08 09:17:12 +00:00
gcloud beta pam - manage Privileged Access Manager entitlements and grants
2024-05-01 09:26:55 +00:00
SYNOPSIS
gcloud beta pam GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) The gcloud pam command group lets you manage Privileged Access
2024-05-08 09:17:12 +00:00
Manager (PAM) entitlements and grants.
2024-05-01 09:26:55 +00:00
EXAMPLES
2024-05-08 09:17:12 +00:00
To check the PAM onboarding status for a project named sample-project and
in location global, run:
2024-05-01 09:26:55 +00:00
$ gcloud beta pam check-onboarding-status --project=sample-project \
--location=global
2024-05-08 09:17:12 +00:00
To check the PAM onboarding status for a folder with ID FOLDER_ID and in
location global, run:
2024-05-01 09:26:55 +00:00
2024-05-08 09:17:12 +00:00
$ gcloud beta pam check-onboarding-status --folder=FOLDER_ID \
2024-05-01 09:26:55 +00:00
--location=global
2024-05-08 09:17:12 +00:00
To check the PAM onboarding status for an organization with ID
ORGANIZATION_ID and in location global, run:
2024-05-01 09:26:55 +00:00
$ gcloud beta pam check-onboarding-status \
2024-05-08 09:17:12 +00:00
--organization=ORGANIZATION_ID --location=global
2024-05-01 09:26:55 +00:00
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUPS
GROUP is one of the following:
entitlements
2024-05-08 09:17:12 +00:00
(BETA) Manage Privileged Access Manager (PAM) entitlements.
2024-05-01 09:26:55 +00:00
grants
2024-05-08 09:17:12 +00:00
(BETA) Manage Privileged Access Manager (PAM) grants.
2024-05-01 09:26:55 +00:00
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
2024-07-31 09:35:16 +00:00
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud pam
2024-05-01 09:26:55 +00:00
$ gcloud alpha pam