Module: Google::Identity::AccessContextManager::Type::DeviceEncryptionStatus

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

Overview

The encryption state of the device.

Constant Summary collapse

ENCRYPTION_UNSPECIFIED =

The encryption status of the device is not specified or not known.

0
ENCRYPTION_UNSUPPORTED =

The device does not support encryption.

1
UNENCRYPTED =

The device supports encryption, but is currently unencrypted.

2
ENCRYPTED =

The device is encrypted.

3