notificationType property

String? notificationType
getter/setter pair

Type of notification Possible string values are:

  • "NOTIFICATION_TYPE_UNSPECIFIED" : Default type
  • "NOTIFICATION_TYPE_SECURITY_PRIVACY_ADVISORY" : Security and privacy advisory notifications
  • "NOTIFICATION_TYPE_SENSITIVE_ACTIONS" : Sensitive action notifications
  • "NOTIFICATION_TYPE_SECURITY_MSA" : General security MSA
  • "NOTIFICATION_TYPE_THREAT_HORIZONS" : Threat horizons MSA

Implementation

core.String? notificationType;