gcloud alpha audit-manager enrollments add

NAME
gcloud alpha audit-manager enrollments add - enroll a new scope
SYNOPSIS
gcloud alpha audit-manager enrollments add --eligible-gcs-buckets=BUCKET URI,[BUCKET URI,…] --location=LOCATION (--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:
gcloud alpha audit-manager enrollments add --project=123 --location=us-central1 --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.
--location=LOCATION
The location where to enroll.
Exactly one of these must be specified:
--folder=FOLDER
Folder 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 command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist.