OBJECT
FindingNotificationTarget
Describes a Notification Target
link GraphQL Schema definition
- type FindingNotificationTarget implements Node, NodeVersion, NotificationTarget {
- # Notification target context
- NotificationTargetContext! :
- # The time this Notification Target was created
- DateTime! :
- # Project entities that are included
- Entity!] : [
- # Name of this Notification Target
- String! :
- # Enabled turns the Notification Target on/off
- Boolean! :
- # Node-compatible opaque global identifier
- ID! :
- # The last time this Notification Target was successfully updated
- DateTime! :
- # Opaque version string for this graph node instance
- ID! :
- # Unique identifier of the notification target instance
- String! :
- # Project ids that are included
- String!] : [
- # The list of properties specific for the selected Notification Target Type
- FindingNotificationProperty!] : [
- # Name of this notification target's provider.
- String! :
- # Status holds details about the healthiness of the Notification Target
- NotificationTargetStatus! :
- # Notification target type
- FindingNotificationTargetType! :
- }