INPUT_OBJECT
FindingPatchReportConfigurationInput
link GraphQL Schema definition
- input FindingPatchReportConfigurationInput {
- # Enable or disable scheduled report generation.
- 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.)
- FindingReportConfigurationLayoutInput :
- # Name of the Report Configuration.
- String :
- # Opaque version string for this graph node instance
- ID! :
- # ID of the Report Configuration
- String! :
- # Schedule of the periodic reports. Leave empty for one-time reports.
- FindingReportConfigurationScheduleInput :
- }