1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 04:58:26 +00:00

gcloud: Wed May 8 09:17:12 UTC 2024

This commit is contained in:
Automated 2024-05-08 09:17:12 +00:00
parent 48fac7efd4
commit e8259d86b1
110 changed files with 1686 additions and 651 deletions

View file

@ -1,17 +1,17 @@
NAME
gcloud alpha pam grants - manage Privileged Access Manager Grants
gcloud alpha pam grants - manage Privileged Access Manager grants
SYNOPSIS
gcloud alpha pam grants COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) The gcloud pam grants command group lets you manage Privileged
Access Manager (PAM) Grants.
Access Manager (PAM) grants.
EXAMPLES
To create a new grant under an entitlement with the full name
ENTITLEMENT_NAME, with requested duration 1 hour 30 minutes, a
justification some justification and two additional email recipients
To create a new grant against an entitlement with the full name
ENTITLEMENT_NAME, a requested duration of 1 hour 30 minutes, a
justification of some justification, and two additional email recipients
abc@example.com and xyz@example.com, run:
$ gcloud alpha pam grants create --entitlement=ENTITLEMENT_NAME \
@ -23,7 +23,7 @@ EXAMPLES
$ gcloud alpha pam grants describe GRANT_NAME
To list all grants under an entitlement with the full name
To list all grants associated with an entitlement with the full name
ENTITLEMENT_NAME, run:
$ gcloud alpha pam grants list --entitlement=ENTITLEMENT_NAME
@ -44,20 +44,21 @@ EXAMPLES
$ gcloud alpha pam grants revoke GRANT_NAME --reason="revoke reason"
To search and list all grants under an entitlement with the full name
ENTITLEMENT_NAME, which you had created, run:
To search for and list all grants that you have created that are associated
with an entitlement with the full name ENTITLEMENT_NAME, run:
$ gcloud alpha pam grants search --entitlement=ENTITLEMENT_NAME \
--caller-relationship=had-created
To search and list all grants under an entitlement with the full name
ENTITLEMENT_NAME, which you had approved or denied, run:
To search for and list all grants that you have approved or denied, that
are associated with an entitlement with the full name ENTITLEMENT_NAME,
run:
$ gcloud alpha pam grants search --entitlement=ENTITLEMENT_NAME \
--caller-relationship=had-approved
To search and list all grants under an entitlement with the full name
ENTITLEMENT_NAME, which you can approve, run:
To search for and list all grants that you can approve that are associated
with an entitlement with the full name ENTITLEMENT_NAME, run:
$ gcloud alpha pam grants search --entitlement=ENTITLEMENT_NAME \
--caller-relationship=can-approve
@ -83,16 +84,15 @@ COMMANDS
(ALPHA) Show details of a Privileged Access Manager (PAM) grant.
list
(ALPHA) List all Privileged Access Manager (PAM) grants under an
entitlement.
(ALPHA) List all Privileged Access Manager (PAM) grants associated with
an entitlement.
revoke
(ALPHA) Revoke a Privileged Access Manager (PAM) grant.
search
(ALPHA) Search and list all Privileged Access Manager (PAM) grants
under an entitlement which you had created, had approved or can
approve.
(ALPHA) Search for and list all Privileged Access Manager (PAM) grants
you have created, have approved, or can approve.
NOTES
This command is currently in alpha and might change without notice. If this