OBJECT
SecurityReportConfiguration
Report Configuration.
link GraphQL Schema definition
- type SecurityReportConfiguration implements Node, NodeVersion {
- # Context is the visibility scope of the object.
- SecurityContext! :
- # Timestamp for the creation of the Report Configuration.
- DateTime :
- # Criteria for report.
- SecurityCriterion!] : [
- # Description of the Report Configuration
- String :
- # Enable or disable scheduled report generation.
- Boolean! :
- # Format of generated Report.
- SecurityReportFormat! :
- # Node-compatible opaque global identifier
- ID! :
- # A list of preconfigured integrations which will be used to send the messages.
- SecurityReportConfigurationIntegrationInfo!] : [
- # Timestamp for the last update of the resource in date-time format.
- DateTime :
- # 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.)
- SecurityReportConfigurationLayout :
- # A list of Management Endpoints that this Report Configuration is active for.
- ManagementEndpoint!] : [
- # Name of the Report Configuration.
- String! :
- # Opaque version string for this graph node instance
- ID! :
- # The resource owner.
- String :
- # IDs of the projects' resource is part of (resource's context).
- String!] : [
- # Node-compatible opaque global identifier
- String! :
- # Schedule of the periodic reports. Leave empty for one-time reports.
- SecurityReportConfigurationSchedule :
- # Report Configuration Status holds details about the report health
- SecurityReportConfigurationStatus :
- # Type of the Report Configuration
- SecurityReportConfigurationType! :
- }