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

Details about the network device. This field provides device information, which is static and will not change over time. Data for this field is controlled via policy: ReportNetworkDeviceConfiguration 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

  • iccid (type: String.t, default: nil) - Output only. The integrated circuit card ID associated with the device's sim card.
  • imei (type: String.t, default: nil) - Output only. IMEI (if applicable) of the corresponding network device.
  • macAddress (type: String.t, default: nil) - Output only. MAC address (if applicable) of the corresponding network device.
  • mdn (type: String.t, default: nil) - Output only. The mobile directory number associated with the device's sim card.
  • meid (type: String.t, default: nil) - Output only. MEID (if applicable) of the corresponding network device.
  • type (type: String.t, default: nil) - Output only. Network device type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1NetworkDevice{
    iccid: String.t() | nil,
    imei: String.t() | nil,
    macAddress: String.t() | nil,
    mdn: String.t() | nil,
    meid: String.t() | nil,
    type: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.