platformType property
The platform type reported. Possible string values are:
- "PLATFORM_TYPE_UNSPECIFIED" : Unknown platform.
- "WINDOWS" : Threat posed to Windows.
- "LINUX" : Threat posed to Linux.
- "ANDROID" : Threat posed to Android.
- "OSX" : Threat posed to OS X.
- "IOS" : Threat posed to iOS.
- "ANY_PLATFORM" : Threat posed to at least one of the defined platforms.
- "ALL_PLATFORMS" : Threat posed to all defined platforms.
- "CHROME" : Threat posed to Chrome.
Implementation
core.String? platformType;