OBJECT
FindingNotificationTargetType
Describes a Finding Target Type method
link GraphQL Schema definition
- type FindingNotificationTargetType implements Node, NotificationTargetType {
- # Categories is a list of intended use cases for the notification type
- FindingNotificationTargetTypeCategory!] : [
- # Node-compatible opaque global identifier
- ID! :
- # Lists the kinds events/messages supported by the notification type
- FindingNotificationTargetTypeKind!] : [
- # The list of properties that a notification target of this method type requires
- FindingNotificationTargetTypePropertyName!] : [
- # RequiresAddress shows whether this notification target type need an address to
- # be passed in order to work.
- # Examples of address are email address, Slack channel, etc. Relates to the
- # address field of requests.
- Boolean! :
- # Notification Target Type Method
- FindingNotificationTargetTypeMethod! :
- # Notification Target Type Method as String
- String! :
- }