1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +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

@ -14,9 +14,9 @@ DESCRIPTION
entitlement.
EXAMPLES
The following command creates 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
The following command creates a new grant against the 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:
$ gcloud alpha pam grants create --entitlement=ENTITLEMENT_NAME \
@ -28,8 +28,8 @@ REQUIRED FLAGS
--requested-duration=REQUESTED_DURATION
Duration of the grant being created.
Entitlement resource - Entitlement under which the grant is to be created
The arguments in this group can be used to specify the attributes of this
Entitlement resource - Entitlement the grant is to be created against. The
arguments in this group can be used to specify the attributes of this
resource. (NOTE) Some attributes are not given arguments in this group but
can be set in other ways.
@ -85,8 +85,8 @@ REQUIRED FLAGS
OPTIONAL FLAGS
--additional-email-recipients=[ADDITIONAL_EMAIL_RECIPIENTS,...]
Additional email addresses who will be notified for all the actions
performed on the grant.
Additional email addresses that are notified for all actions performed
on the grant.
--justification=JUSTIFICATION
Justification for the grant.