mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed May 1 09:26:55 UTC 2024
This commit is contained in:
parent
3740758467
commit
48fac7efd4
454 changed files with 11765 additions and 12790 deletions
61
gcloud/alpha/pam/help
Normal file
61
gcloud/alpha/pam/help
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
NAME
|
||||
gcloud alpha pam - manage Privileged Access Manager Entitlements and Grants
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha pam GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) 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 alpha 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 alpha 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 alpha 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
|
||||
(ALPHA) Manage Privileged Access Manager (PAM) Entitlements.
|
||||
|
||||
grants
|
||||
(ALPHA) Manage Privileged Access Manager (PAM) Grants.
|
||||
|
||||
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
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud beta pam
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue