Access Context Manager Client - Class OsType (0.5.5)

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 \ Type

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OS_UNSPECIFIED

Value: 0

The operating system of the device is not specified or not known.

Generated from protobuf enum OS_UNSPECIFIED = 0;

DESKTOP_MAC

Value: 1

A desktop Mac operating system.

Generated from protobuf enum DESKTOP_MAC = 1;

DESKTOP_WINDOWS

Value: 2

A desktop Windows operating system.

Generated from protobuf enum DESKTOP_WINDOWS = 2;

DESKTOP_LINUX

Value: 3

A desktop Linux operating system.

Generated from protobuf enum DESKTOP_LINUX = 3;

DESKTOP_CHROME_OS

Value: 6

A desktop ChromeOS operating system.

Generated from protobuf enum DESKTOP_CHROME_OS = 6;

ANDROID

Value: 4

An Android operating system.

Generated from protobuf enum ANDROID = 4;

IOS

Value: 5

An iOS operating system.

Generated from protobuf enum IOS = 5;