Reference documentation and code samples for the Access Context Manager Client class OsType.
The operating system type of the device.
Next id: 7
Protobuf type google.identity.accesscontextmanager.type.OsType
Namespace
Google \ Identity \ AccessContextManager \ TypeMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
OS_UNSPECIFIED
Value: 0The operating system of the device is not specified or not known.
Generated from protobuf enum OS_UNSPECIFIED = 0;
DESKTOP_MAC
Value: 1A desktop Mac operating system.
Generated from protobuf enum DESKTOP_MAC = 1;
DESKTOP_WINDOWS
Value: 2A desktop Windows operating system.
Generated from protobuf enum DESKTOP_WINDOWS = 2;
DESKTOP_LINUX
Value: 3A desktop Linux operating system.
Generated from protobuf enum DESKTOP_LINUX = 3;
DESKTOP_CHROME_OS
Value: 6A desktop ChromeOS operating system.
Generated from protobuf enum DESKTOP_CHROME_OS = 6;
ANDROID
Value: 4An Android operating system.
Generated from protobuf enum ANDROID = 4;
IOS
Value: 5An iOS operating system.
Generated from protobuf enum IOS = 5;