Google Cloud OsLogin Client - Class OperatingSystemType (1.4.6)

Reference documentation and code samples for the Google Cloud OsLogin Client class OperatingSystemType.

The operating system options for account entries.

Protobuf type google.cloud.oslogin.common.OperatingSystemType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

OPERATING_SYSTEM_TYPE_UNSPECIFIED

Value: 0

The operating system type associated with the user account information is unspecified.

Generated from protobuf enum OPERATING_SYSTEM_TYPE_UNSPECIFIED = 0;

LINUX

Value: 1

Linux user account information.

Generated from protobuf enum LINUX = 1;

WINDOWS

Value: 2

Windows user account information.

Generated from protobuf enum WINDOWS = 2;