INPUT_OBJECT
SendScheduledReportAsyncInput
Description
Input for sending report email to one or more recipients.
link GraphQL Schema definition
- input SendScheduledReportAsyncInput {
- # ID of the report that needs to be emailed.
- Int! :
- # Auth0 IDs of Rubrik user recipients of the report.
- String!] : [
- # Email addresses of non-Rubrik user recipients of the report.
- String!] : [
- # Report attachment types, which can be CSV, PDF, both, or none.
- ReportAttachmentType!] : [
- }