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 \ TypeMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MANAGEMENT_UNSPECIFIED
Value: 0The device's management level is not specified or not known.
Generated from protobuf enum MANAGEMENT_UNSPECIFIED = 0;
NONE
Value: 1The device is not managed.
Generated from protobuf enum NONE = 1;
BASIC
Value: 2Basic management is enabled, which is generally limited to monitoring and wiping the corporate account.
Generated from protobuf enum BASIC = 2;
COMPLETE
Value: 3Complete 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;