View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryUser (google_api_chrome_management v0.6.1)

Telemetry data collected from a managed user. * Granular permission needed: TELEMETRY_API_USER

Attributes

  • customer (type: String.t, default: nil) - G Suite Customer whose enterprise enrolled the device.
  • name (type: String.t, default: nil) - Resource name of the user.
  • orgUnitId (type: String.t, default: nil) - Organization unit of the user.
  • userDevice (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryUserDevice.t), default: nil) - Telemetry data collected from a managed user and device.
  • userEmail (type: String.t, default: nil) - Email address of the user.
  • userId (type: String.t, default: nil) - Directory ID of the user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryUser{
    customer: String.t() | nil,
    name: String.t() | nil,
    orgUnitId: String.t() | nil,
    userDevice:
      [
        GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryUserDevice.t()
      ]
      | nil,
    userEmail: String.t() | nil,
    userId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.