GoogleChromeManagementV1TotalMemoryEncryptionInfo class

Memory encryption information of a device.

  • This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: ReportDeviceMemoryInfo
  • Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A

Constructors

GoogleChromeManagementV1TotalMemoryEncryptionInfo({String? encryptionAlgorithm, String? encryptionState, String? keyLength, String? maxKeys})
GoogleChromeManagementV1TotalMemoryEncryptionInfo.fromJson(Map json_)

Properties

encryptionAlgorithm String?
Memory encryption algorithm. Possible string values are:
getter/setter pair
encryptionState String?
The state of memory encryption on the device. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyLength String?
The length of the encryption keys.
getter/setter pair
maxKeys String?
The maximum number of keys that can be used for encryption.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited