mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed May 7 10:56:18 UTC 2025
This commit is contained in:
parent
b03a332ad8
commit
dfebca5b6c
222 changed files with 6775 additions and 1046 deletions
|
|
@ -4,6 +4,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud access-approval settings update
|
||||
[--active_key_version=ACTIVE_KEY_VERSION]
|
||||
[--approval_policy=APPROVAL_POLICY]
|
||||
[--enrolled_services=ENROLLED_SERVICES]
|
||||
[--notification_emails=NOTIFICATION_EMAILS]
|
||||
[--notification_pubsub_topic=NOTIFICATION_PUBSUB_TOPIC]
|
||||
|
|
@ -64,11 +65,21 @@ EXAMPLES
|
|||
$ gcloud access-approval settings update --project=p1 \
|
||||
--request_scope_max_width_preference=PROJECT
|
||||
|
||||
Update approval policy for project p1:
|
||||
|
||||
$ gcloud access-approval settings update --project=p1 \
|
||||
--approval_policy=transparency
|
||||
|
||||
FLAGS
|
||||
--active_key_version=ACTIVE_KEY_VERSION
|
||||
The asymmetric crypto key version to use for signing approval requests.
|
||||
Use '' to remove the custom signing key.
|
||||
|
||||
--approval_policy=APPROVAL_POLICY
|
||||
The preference to configure the approval policy for access requests.
|
||||
APPROVAL_POLICY must be one of: transparency, streamlined-support,
|
||||
access-approval, inherit-policy-from-parent.
|
||||
|
||||
--enrolled_services=ENROLLED_SERVICES
|
||||
Comma-separated list of services to enroll for Access Approval or 'all'
|
||||
for all supported services. Note for project and folder enrollments,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue