OBJECT

SecurityReportConfigurationLayout

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.)

link GraphQL Schema definition

  • type SecurityReportConfigurationLayout {
  • # If no columns are specified the report will be generated with all currently
  • # available columns
  • columns: [String!]
  • widgets: [SecurityReportConfigurationWidget!]
  • }