Reference documentation and code samples for the Access Context Manager Client class DeviceEncryptionStatus.
The encryption state of the device.
Protobuf type google.identity.accesscontextmanager.type.DeviceEncryptionStatus
Namespace
Google \ Identity \ AccessContextManager \ TypeMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ENCRYPTION_UNSPECIFIED
Value: 0The encryption status of the device is not specified or not known.
Generated from protobuf enum ENCRYPTION_UNSPECIFIED = 0;
ENCRYPTION_UNSUPPORTED
Value: 1The device does not support encryption.
Generated from protobuf enum ENCRYPTION_UNSUPPORTED = 1;
UNENCRYPTED
Value: 2The device supports encryption, but is currently unencrypted.
Generated from protobuf enum UNENCRYPTED = 2;
ENCRYPTED
Value: 3The device is encrypted.
Generated from protobuf enum ENCRYPTED = 3;