gcloud audit-manager audit-schedules create

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-central1 region, for a project with ID 123 for compliance framework fedramp_moderate in odf format, 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. FREQUENCY must 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_FORMAT must 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 help for details.

NOTES
This variant is also available:
gcloud alpha audit-manager audit-schedules create