Module: Google::Identity::AccessContextManager::Type::DeviceManagementLevel

Defined in:
proto_docs/google/identity/accesscontextmanager/type/device_resources.rb

Overview

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

Constant Summary collapse

MANAGEMENT_UNSPECIFIED =

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

0
NONE =

The device is not managed.

1
BASIC =

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

2
COMPLETE =

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.

3