OBJECT
FindingReportConfiguration
Report Configuration.
link GraphQL Schema definition
- type FindingReportConfiguration implements Node, NodeVersion {
- # Context is the visibility scope of the object.
- FindingReportContext! :
- # Timestamp for the creation of the Report Configuration.
- DateTime :
- # Criteria for report.
- FindingCriterion!] : [
- # List of CSP Project Entities that this Report Configuration is scoped to
- Entity!] : [
- # Description of the Report Configuration
- String :
- # Enable or disable scheduled report generation.
- Boolean! :
- # Format of generated Report.
- FindingReportFormat! :
- # Node-compatible opaque global identifier
- ID! :
- # 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.)
- FindingReportLayout :
- # 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.
- User :
- # IDs of the projects' resource is part of (resource's context).
- String!] : [
- # Report Configuration Id
- String! :
- # Schedule of the periodic reports. Leave empty for one-time reports.
- FindingReportSchedule :
- # Report Configuration Status holds details about the report health
- FindingReportConfigurationStatus :
- # A list of preconfigured Notification Target(s) which will be used to send the
- # messages.
- FindingReportNotificationTargetInfo!] : [
- # Type of the Report Configuration
- FindingReportType! :
- }