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: 0The operating system type associated with the user account information is unspecified.
Generated from protobuf enum OPERATING_SYSTEM_TYPE_UNSPECIFIED = 0;
LINUX
Value: 1Linux user account information.
Generated from protobuf enum LINUX = 1;
WINDOWS
Value: 2Windows user account information.
Generated from protobuf enum WINDOWS = 2;