Module: Google::Cloud::OsLogin::Common::OperatingSystemType

Defined in:
proto_docs/google/cloud/oslogin/common/common.rb

Overview

The operating system options for account entries.

Constant Summary collapse

OPERATING_SYSTEM_TYPE_UNSPECIFIED =

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

0
LINUX =

Linux user account information.

1
WINDOWS =

Windows user account information.

2