Access Context Manager Client - Class DeviceManagementLevel (0.5.5)

Reference documentation and code samples for the Access Context Manager Client class DeviceManagementLevel.

The degree to which the device is managed by the Cloud organization.

Protobuf type google.identity.accesscontextmanager.type.DeviceManagementLevel

Namespace

Google \ Identity \ AccessContextManager \ Type

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MANAGEMENT_UNSPECIFIED

Value: 0

The device's management level is not specified or not known.

Generated from protobuf enum MANAGEMENT_UNSPECIFIED = 0;

NONE

Value: 1

The device is not managed.

Generated from protobuf enum NONE = 1;

BASIC

Value: 2

Basic management is enabled, which is generally limited to monitoring and wiping the corporate account.

Generated from protobuf enum BASIC = 2;

COMPLETE

Value: 3

Complete device management. This includes more thorough monitoring and the ability to directly manage the device (such as remote wiping). This can be enabled through the Android Enterprise Platform.

Generated from protobuf enum COMPLETE = 3;