encryptionState property

String? encryptionState
getter/setter pair

Device encryption state.

Output only. Possible string values are:

  • "ENCRYPTION_STATE_UNSPECIFIED" : Encryption Status is not set.
  • "UNSUPPORTED_BY_DEVICE" : Device doesn't support encryption.
  • "ENCRYPTED" : Device is encrypted.
  • "NOT_ENCRYPTED" : Device is not encrypted.

Implementation

core.String? encryptionState;