google_api_cloud_identity v0.4.0 GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1alpha1Device View Source

Resource representing a Device.

Attributes

  • androidSpecificAttributes (type: GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1alpha1AndroidAttributes.t, default: nil) - Output only. Attributes specific to Android devices.
  • assetTag (type: String.t, default: nil) - Asset tag of the device.
  • brand (type: String.t, default: nil) - Output only. Device brand. Example: Samsung.
  • compromisedState (type: String.t, default: nil) - Output only. Represents whether the Device is compromised.
  • createTime (type: DateTime.t, default: nil) - Output only. When the Company-Owned device was imported. This field is empty for BYOD devices.
  • deviceType (type: String.t, default: nil) - Output only. Type of device.
  • imei (type: String.t, default: nil) - Output only. IMEI number of device if GSM device; empty otherwise.
  • lastSyncTime (type: DateTime.t, default: nil) - Most recent time when device synced with this service.
  • managementState (type: String.t, default: nil) - Output only. Management state of the device
  • manufacturer (type: String.t, default: nil) - Output only. Device manufacturer. Example: Motorola.
  • meid (type: String.t, default: nil) - Output only. MEID number of device if CDMA device; empty otherwise.
  • model (type: String.t, default: nil) - Output only. Model name of device. Example: Pixel 3.
  • name (type: String.t, default: nil) - Output only. Resource name of the Device in format: devices/{device_id}, where device_id is the unique id assigned to the Device.
  • networkOperator (type: String.t, default: nil) - Output only. Mobile or network operator of device, if available.
  • osVersion (type: String.t, default: nil) - Output only. OS version of the device. Example: Android 8.1.0.
  • ownerType (type: String.t, default: nil) - Whether the device is owned by the company or an individual
  • releaseVersion (type: String.t, default: nil) - Output only. OS release version. Example: 6.0.
  • serialNumber (type: String.t, default: nil) - Serial Number of device. Example: HT82V1A01076.
  • wifiMacAddresses (type: list(String.t), default: nil) - WiFi MAC addresses of device.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1alpha1Device{
    androidSpecificAttributes:
      GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1alpha1AndroidAttributes.t(),
    assetTag: String.t(),
    brand: String.t(),
    compromisedState: String.t(),
    createTime: DateTime.t(),
    deviceType: String.t(),
    imei: String.t(),
    lastSyncTime: DateTime.t(),
    managementState: String.t(),
    manufacturer: String.t(),
    meid: String.t(),
    model: String.t(),
    name: String.t(),
    networkOperator: String.t(),
    osVersion: String.t(),
    ownerType: String.t(),
    releaseVersion: String.t(),
    serialNumber: String.t(),
    wifiMacAddresses: [String.t()]
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.