GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeDeviceCompromisedDeviceCompromisedSecurityDetail (google_api_alert_center v0.14.0) View Source

Detailed information of a single MDM device compromised event.

Attributes

  • deviceCompromisedState (type: String.t, default: nil) - The device compromised state. Possible values are "Compromised" or "Not Compromised".
  • deviceId (type: String.t, default: nil) - Required. The device ID.
  • deviceModel (type: String.t, default: nil) - The model of the device.
  • deviceType (type: String.t, default: nil) - The type of the device.
  • iosVendorId (type: String.t, default: nil) - Required for iOS, empty for others.
  • resourceId (type: String.t, default: nil) - The device resource ID.
  • serialNumber (type: String.t, default: nil) - The serial number of the device.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeDeviceCompromisedDeviceCompromisedSecurityDetail{
    deviceCompromisedState: String.t() | nil,
    deviceId: String.t() | nil,
    deviceModel: String.t() | nil,
    deviceType: String.t() | nil,
    iosVendorId: String.t() | nil,
    resourceId: String.t() | nil,
    serialNumber: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.