INPUT_OBJECT
ScheduledReportCreate
link GraphQL Schema definition
- input ScheduledReportCreate {
- # ID of the report for which a schedule needs to be created.
- Int! :
- # Title of the report.
- String! :
- # Time of the day for daily report delivery.
- LocalTime :
- # Time of the day for weekly report delivery on the configured weekdays.
- LocalTime :
- # Date of the month for monthly report delivery.
- Int :
- # Time of the day for monthly report delivery on the configured monthly date.
- LocalTime :
- # List of Rubrik user IDs that are the intended recipients of the scheduled
- # report.
- String!]! : [
- # List of email addresses of non-Rubrik user recipients of the scheduled report.
- String!]! : [
- # Time zone of the schedule time in IANA format.
- String :
- # Specifies whether to update the creator with the current user. This is typically
- # used when the user account that was the schedule creator has been deleted from
- # Rubrik. It will be null in createScheduledReport.
- Boolean :
- # List of weekdays for weekly schedule of reports.
- WeekDay!] : [
- # List of attachment types for report emails.
- ReportAttachmentType!] : [
- }