OBJECT

_NotificationTargetPrivate

link GraphQL Schema definition

  • type _NotificationTargetPrivate 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!
  • # Name for this notification target provider.
  • providerName: String!
  • # Status holds details about the healthiness of the notification target
  • status: NotificationTargetStatus!
  • # Notification target type
  • type: _NotificationTargetTypePrivate!
  • }