OBJECT
SecurityAlert
link GraphQL Schema definition
- type SecurityAlert implements Node, NodeVersion {
- # Node-compatible opaque global identifier
- String! :
- SecurityContext :
- # The Alert Author
- SecurityUserInfo! :
- # Timestamp for the creation of the resource in date-time format. Field is
- # readonly.
- DateTime! :
- # The list of filters that determines when a new finding will trigger the alert.
- # If a new finding is generated it will trigger the alert only if it matches all
- # the criteria.
- SecurityCriterion!]! : [
- # Enabled turns the alert on/off. If enabled=false new findings wouldn't trigger
- # the alert.
- Boolean! :
- # Node-compatible opaque global identifier
- ID! :
- # Integrations used by this Alert
- SecurityAlertIntegrationInfo!]! : [
- # Timestamp for the last update of the resource in date-time format. Field is
- # readonly.
- DateTime! :
- # Count for triggered alerts in limit window. After this count the alert will be
- # switched to summary.
- Int :
- # Length of alert limit window in seconds.
- Int :
- # A list of Management Endpoints that this Alert is active for.
- ManagementEndpoint!] : [
- # Human-readable message to be sent along the finding details
- String :
- # Name of the alert resource
- String! :
- # Opaque version string for this graph node instance
- ID! :
- # IDs of the projects the alert resource is part of (the alert's context).
- # If the list is empty the alert in the organization context (accessible for the
- # entire org).
- String!] : [
- # Status holds details about the healthiness of the alert resource.
- SecurityAlertStatus! :
- # Defines which finding property to make the summary for the alert.
- String :
- # The summary alert period in minutes.
- Int :
- # Alert Type
- SecurityAlertType! :
- }