public enum DeviceManagementLevel extends Enum<DeviceManagementLevel> implements ProtocolMessageEnumThe degree to which the device is managed by the Cloud organization.
Protobuf enum google.identity.accesscontextmanager.type.DeviceManagementLevel
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| BASIC | Basic management is enabled, which is generally limited to monitoring and wiping the corporate account. |
| BASIC_VALUE | Basic management is enabled, which is generally limited to monitoring and wiping the corporate account. |
| 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_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. |
| MANAGEMENT_UNSPECIFIED | The device's management level is not specified or not known. |
| MANAGEMENT_UNSPECIFIED_VALUE | The device's management level is not specified or not known. |
| NONE | The device is not managed. |
| NONE_VALUE | The device is not managed. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |