Enum DeviceManagementLevel (1.42.0)

public enum DeviceManagementLevel extends Enum<DeviceManagementLevel> implements ProtocolMessageEnum

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

Protobuf enum google.identity.accesscontextmanager.type.DeviceManagementLevel

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BASIC

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

BASIC = 2;

BASIC_VALUE

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

BASIC = 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.

COMPLETE = 3;

COMPLETE_VALUE

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.

COMPLETE = 3;

MANAGEMENT_UNSPECIFIED

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

MANAGEMENT_UNSPECIFIED = 0;

MANAGEMENT_UNSPECIFIED_VALUE

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

MANAGEMENT_UNSPECIFIED = 0;

NONE

The device is not managed.

NONE = 1;

NONE_VALUE

The device is not managed.

NONE = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()