INPUT_OBJECT
SecurityUpdateReportConfigurationInput
link GraphQL Schema definition
- input SecurityUpdateReportConfigurationInput {
- # Context is the visibility scope of the object.
- SecurityContext :
- # A list of finding filters.
- SecurityCriterionInput!] : [
- # Description of the Report resource
- String :
- # Enable or disable scheduled report generation.
- Boolean! :
- # Format of generated Report.
- SecurityReportFormat! :
- # A list of preconfigured integrations which will be used to send the messages.
- SecurityIntegrationInput!] : [
- # 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.)
- SecurityReportConfigurationLayoutInput :
- # 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).
- String!] : [
- # ID of the Report Configuration
- String! :
- # Schedule of the periodic reports. Leave empty for one-time reports.
- SecurityReportConfigurationScheduleInput :
- }