mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 07:40:10 +00:00
gcloud: Thu Nov 7 09:57:40 UTC 2024
This commit is contained in:
parent
d7d92f8000
commit
7da5872e5c
106 changed files with 3468 additions and 293 deletions
48
gcloud/audit-manager/enrollments/add
Normal file
48
gcloud/audit-manager/enrollments/add
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
NAME
|
||||
gcloud audit-manager enrollments add - enroll a new scope
|
||||
|
||||
SYNOPSIS
|
||||
gcloud audit-manager enrollments add --eligible-gcs-buckets=BUCKET
|
||||
URI,[BUCKET URI,...]
|
||||
(--folder=FOLDER | --organization=ORGANIZATION | --project=PROJECT)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Enroll a new scope.
|
||||
|
||||
EXAMPLES
|
||||
To enroll a project with ID 123 with gs://test-bucket-1 and
|
||||
gs://my-bucket-2 as eligible storage buckets, run:
|
||||
|
||||
$ gcloud audit-manager enrollments add --project=123 \
|
||||
--eligible-gcs-buckets="gs://test-bucket-1,gs://my-bucket-2"
|
||||
|
||||
REQUIRED FLAGS
|
||||
--eligible-gcs-buckets=BUCKET URI,[BUCKET URI,...]
|
||||
Eligible cloud storage buckets where report and evidence can be
|
||||
uploaded.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--folder=FOLDER
|
||||
Folder Id to enroll
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization Id to enroll
|
||||
|
||||
--project=PROJECT
|
||||
Project Id to enroll
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha audit-manager enrollments add
|
||||
|
||||
26
gcloud/audit-manager/enrollments/help
Normal file
26
gcloud/audit-manager/enrollments/help
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
NAME
|
||||
gcloud audit-manager enrollments - command group for Audit Manager
|
||||
Enrollments
|
||||
|
||||
SYNOPSIS
|
||||
gcloud audit-manager enrollments COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Command group for Audit Manager Enrollments.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
add
|
||||
Enroll a new scope.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha audit-manager enrollments
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue