INPUT_OBJECT
SecurityPatchAlertInput
link GraphQL Schema definition
- input SecurityPatchAlertInput {
- # ID of the Alert
- String! :
- # Enabled turns the alert on/off. If enabled=false new findings wouldn't trigger
- # the alert.
- Boolean :
- # A list of preconfigured integration ids which will be used to send the
- # finding(s).
- SecurityIntegrationInput!]! : [
- # Count for triggered alerts in limit window. After this count the alert will be
- # switched to summary.
- Int :
- # Length of limit window in seconds.
- Int :
- # A list of ManagementEndpoint Ids (Cloud Accounts for this alert, appends to the
- # Criterion Filter.
- String!] : [
- # Human-readable message to be sent along the finding details
- String :
- # Name of the 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 is assumed ot be in the organization context
- # (accessible for the entire org).
- String!] : [
- # Defines which finding property to make the summary for the alert.
- String :
- # The summary alert period in minutes.
- Int :
- # Alert Type to be updated/changed
- SecurityAlertType :
- }