View Source GoogleApi.AlertCenter.V1beta1.Model.DeviceCompromisedSecurityDetail (google_api_alert_center v0.24.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.DeviceCompromisedSecurityDetail{
  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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.