mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Thu Feb 22 10:25:44 UTC 2024
This commit is contained in:
parent
5bf6fb3fc0
commit
8778dcbd7e
245 changed files with 9946 additions and 513 deletions
60
gcloud/alpha/audit-manager/audit-reports/generate
Normal file
60
gcloud/alpha/audit-manager/audit-reports/generate
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
NAME
|
||||
gcloud alpha audit-manager audit-reports generate - generate Audit Report
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha audit-manager audit-reports generate
|
||||
--compliance-standard=COMPLIANCE_STANDARD --gcs-uri=GCS_URI
|
||||
--location=LOCATION --report-format=REPORT_FORMAT
|
||||
(--folder=FOLDER | --project=PROJECT) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Generate a new Audit Report.
|
||||
|
||||
EXAMPLES
|
||||
To generate an Audit Report in the us-central1 region, for a project with
|
||||
ID 123 for compliance standard fedramp_moderate in odf format and store it
|
||||
in gs://testbucketauditmanager bucket, run:
|
||||
|
||||
$ gcloud alpha audit-manager audit-reports generate --project=123 \
|
||||
--location=us-central1 --compliance-standard=fedramp_moderate \
|
||||
--report-format=odf --gcs-uri=gs://testbucketauditmanager
|
||||
|
||||
REQUIRED FLAGS
|
||||
--compliance-standard=COMPLIANCE_STANDARD
|
||||
Compliance Standard against which the Report must be generated. Eg:
|
||||
FEDRAMP_MODERATE
|
||||
|
||||
--gcs-uri=GCS_URI
|
||||
Destination Cloud storage bucket where report and evidence must be
|
||||
uploaded. The Cloud storage bucket provided here must be selected among
|
||||
the buckets entered during the enrollment process.
|
||||
|
||||
--location=LOCATION
|
||||
The location where the report should be generated.
|
||||
|
||||
--report-format=REPORT_FORMAT
|
||||
The format in which the audit report should be created. REPORT_FORMAT
|
||||
must be (only one value is supported): odf.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--folder=FOLDER
|
||||
Folder Id for which to generate audit report
|
||||
|
||||
--project=PROJECT
|
||||
Project Id for which to generate audit report
|
||||
|
||||
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.
|
||||
|
||||
27
gcloud/alpha/audit-manager/audit-reports/help
Normal file
27
gcloud/alpha/audit-manager/audit-reports/help
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
NAME
|
||||
gcloud alpha audit-manager audit-reports - command group for Audit Manager
|
||||
Audit Reports
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha audit-manager audit-reports COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Command group for Audit Manager Audit Reports.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
generate
|
||||
(ALPHA) Generate Audit Report.
|
||||
|
||||
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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue