INPUT_OBJECT

SendPdfReportInput

Description

Input for sending report email to one or more recipients.

link GraphQL Schema definition

  • input SendPdfReportInput {
  • # User IDs of Rubrik user accounts receiving the report.
  • rubrikRecipientUserIds: [String!]!
  • # Email addresses of non-Rubrik user accounts receiving the report.
  • nonRubrikRecipientEmailIds: [String!]!
  • # The encryption password of the report.
  • password: String!
  • }

link Require by