OBJECT

FindingNotificationTarget

Describes a Notification Target

link GraphQL Schema definition

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