threatEntryType property

String? threatEntryType
getter/setter pair

The threat entry type matching this threat. Possible string values are:

  • "THREAT_ENTRY_TYPE_UNSPECIFIED" : Unspecified.
  • "URL" : A URL.
  • "EXECUTABLE" : An executable program.
  • "IP_RANGE" : An IP range.
  • "CHROME_EXTENSION" : Chrome extension.
  • "FILENAME" : Filename.
  • "CERT" : CERT

Implementation

core.String? threatEntryType;