View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TotalMemoryEncryptionInfo (google_api_chrome_management v0.4.0)

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

Attributes

  • encryptionAlgorithm (type: String.t, default: nil) - Memory encryption algorithm.
  • encryptionState (type: String.t, default: nil) - The state of memory encryption on the device.
  • keyLength (type: String.t, default: nil) - The length of the encryption keys.
  • maxKeys (type: String.t, default: nil) - The maximum number of keys that can be used for encryption.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TotalMemoryEncryptionInfo{
    encryptionAlgorithm: String.t() | nil,
    encryptionState: String.t() | nil,
    keyLength: String.t() | nil,
    maxKeys: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.