INPUT_OBJECT

SecurityPatchReportConfigurationInput

link GraphQL Schema definition

  • input SecurityPatchReportConfigurationInput {
  • # Enable or disable scheduled report generation.
  • enabled: Boolean
  • # Layout of the generated report. If layout is not specified, the
  • # generated report will include all the layout sections, relevant to the report
  • # type (columns/widgets/etc.)
  • layout: SecurityReportConfigurationLayoutInput
  • # Name of the Report Configuration.
  • name: String
  • # Opaque version string for this graph node instance
  • nodeVersion: ID!
  • # ID of the Report Configuration
  • reportConfigurationId: String!
  • # Schedule of the periodic reports. Leave empty for one-time reports.
  • schedule: SecurityReportConfigurationScheduleInput
  • }