- NAME
-
- gcloud audit-manager audit-schedules create - create Audit Schedule
- SYNOPSIS
-
-
gcloud audit-manager audit-schedules create--audit-schedule-id=AUDIT_SCHEDULE_ID--compliance-framework=COMPLIANCE_FRAMEWORK--frequency=FREQUENCY--gcs-uri=GCS_URI--location=LOCATION--report-format=REPORT_FORMAT--start-time=START_TIME(--folder=FOLDER|--organization=ORGANIZATION|--project=PROJECT) [--display-name=DISPLAY_NAME] [--end-time=END_TIME] [--time-zone=TIME_ZONE] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
- Create a new Audit Schedule.
- EXAMPLES
-
To create an Audit Schedule in the
us-central1region, for a project with ID123for compliance frameworkfedramp_moderateinodfformat, run:gcloud audit-manager audit-schedules create --project=123 --location=us-central1 --audit-schedule-id=my-schedule --compliance-framework=fedramp_moderate --report-format=odf --gcs-uri=gs://testbucketauditmanager --start-time="2026-03-01T00:00:00Z" --frequency=DAILY - REQUIRED FLAGS
-
--audit-schedule-id=AUDIT_SCHEDULE_ID- ID to use for the audit schedule.
--compliance-framework=COMPLIANCE_FRAMEWORK- Compliance Framework against which the Report must be generated. Eg: FEDRAMP_MODERATE
--frequency=FREQUENCY-
Frequency of audit runs.
FREQUENCYmust be one of:daily,weekly,monthly,quarterly,annually. --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 audit schedule should be created.
--report-format=REPORT_FORMAT-
The format in which the audit report should be created.
REPORT_FORMATmust be (only one value is supported):odf. --start-time=START_TIME- Date and time when the first audit run is triggered in RFC 3339 format.
-
Exactly one of these must be specified:
--folder=FOLDER- Folder Id for which to create audit schedule
--organization=ORGANIZATION- Organization Id for which to create audit schedule
--project=PROJECT- Project Id for which to create audit schedule
- OPTIONAL FLAGS
-
--display-name=DISPLAY_NAME- Display name for the audit schedule.
--end-time=END_TIME- Date and time that the schedule stops in RFC 3339 format.
--time-zone=TIME_ZONE- Time zone for the audit schedule in IANA format (e.g. America/New_York).
- 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 helpfor details. - NOTES
-
This variant is also available:
gcloud alpha audit-manager audit-schedules create
gcloud audit-manager audit-schedules create
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-09-22 UTC.