mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Jun 12 09:25:04 UTC 2024
This commit is contained in:
parent
40ba53d37f
commit
04a1e3ce77
205 changed files with 8281 additions and 231 deletions
|
|
@ -3,18 +3,17 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha audit-manager enrollments add --eligible-gcs-buckets=BUCKET
|
||||
URI,[BUCKET URI,...] --location=LOCATION
|
||||
(--folder=FOLDER | --project=PROJECT) [GCLOUD_WIDE_FLAG ...]
|
||||
URI,[BUCKET URI,...] (--folder=FOLDER | --project=PROJECT)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Enroll a new scope.
|
||||
|
||||
EXAMPLES
|
||||
To enroll a project with ID 123 in the us-central1 region with
|
||||
gs://test-bucket-1 and gs://my-bucket-2 as eligible storage buckets, run:
|
||||
To enroll a project with ID 123 with gs://test-bucket-1 and
|
||||
gs://my-bucket-2 as eligible storage buckets, run:
|
||||
|
||||
$ gcloud alpha audit-manager enrollments add --project=123 \
|
||||
--location=us-central1 \
|
||||
--eligible-gcs-buckets="gs://test-bucket-1,gs://my-bucket-2"
|
||||
|
||||
REQUIRED FLAGS
|
||||
|
|
@ -22,9 +21,6 @@ REQUIRED FLAGS
|
|||
Eligible cloud storage buckets where report and evidence can be
|
||||
uploaded.
|
||||
|
||||
--location=LOCATION
|
||||
The location where to enroll.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--folder=FOLDER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue