1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-14 00:46:53 +00:00
gcloud-help/gcloud/alpha/pam/help

64 lines
1.8 KiB
Text
Raw Normal View History

2024-05-01 09:26:55 +00:00
NAME
2024-05-08 09:17:12 +00:00
gcloud alpha pam - manage Privileged Access Manager entitlements and grants
2024-05-01 09:26:55 +00:00
SYNOPSIS
gcloud alpha pam GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) 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 alpha 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 alpha 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 alpha 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
(ALPHA) Manage Privileged Access Manager (PAM) entitlements.
2024-05-01 09:26:55 +00:00
grants
2024-05-08 09:17:12 +00:00
(ALPHA) Manage Privileged Access Manager (PAM) grants.
2024-05-01 09:26:55 +00:00
operations
(ALPHA) Manage Privileged Access Manager (PAM) Long Running Operations.
COMMANDS
COMMAND is one of the following:
check-onboarding-status
(ALPHA) Check Privileged Access Manager (PAM) onboarding status for a
resource.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
2024-07-31 09:35:16 +00:00
access allowlist. These variants are also available:
$ gcloud pam
2024-05-01 09:26:55 +00:00
$ gcloud beta pam