INPUT_OBJECT
FindingUpdateReportConfigurationInput
link GraphQL Schema definition
- input FindingUpdateReportConfigurationInput {
- # Context is the visibility scope of the object.
- FindingReportContext! :
- # A list of finding filters.
- FindingCriterionInput!] : [
- # Description of the Report resource
- String :
- # Enable or disable scheduled report generation.
- Boolean! :
- # Format of generated Report.
- FindingReportFormat! :
- # 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 :
- # A list of cloud accounts that acts like a Criterion filter, but sits in its own
- # field.
- String!] : [
- # Name of the Report Configuration.
- String! :
- # Opaque version string for this graph node instance
- ID! :
- # IDs of the projects' resource is part of (resource's context).
- EntityId!] : [
- # ID of the Report Configuration
- String! :
- # Schedule of the periodic reports. Leave empty for one-time reports.
- FindingReportConfigurationScheduleInput :
- # A list of preconfigured Notification Target(s) which will be used to send the
- # messages.
- FindingNotificationTargetInput!] : [
- }