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

Alerts from Device Management Rules configured by Admin.

Attributes

  • 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.
  • email (type: String.t, default: nil) - The email of the user this alert was created for.
  • id (type: String.t, default: nil) - ID of the rule that triggered the alert
  • iosVendorId (type: String.t, default: nil) - Required for iOS, empty for others.
  • ownerId (type: String.t, default: nil) - Obfuscated ID of the owner of the device
  • resourceId (type: String.t, default: nil) - The device resource ID.
  • ruleAction (type: String.t, default: nil) - Action taken as result of the rule
  • 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.DeviceManagementRule{
  deviceId: String.t() | nil,
  deviceModel: String.t() | nil,
  deviceType: String.t() | nil,
  email: String.t() | nil,
  id: String.t() | nil,
  iosVendorId: String.t() | nil,
  ownerId: String.t() | nil,
  resourceId: String.t() | nil,
  ruleAction: String.t() | nil,
  serialNumber: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.