operatingSystemType property

String? operatingSystemType
getter/setter pair

The operating system type where this account applies. Possible string values are:

  • "OPERATING_SYSTEM_TYPE_UNSPECIFIED" : The operating system type associated with the user account information is unspecified.
  • "LINUX" : Linux user account information.
  • "WINDOWS" : Windows user account information.

Implementation

core.String? operatingSystemType;