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
Namespace
Google \ Cloud \ OsLogin \ CommonMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;