View Source GoogleApi.AndroidManagement.V1.Model.ProvisioningInfo (google_api_android_management v0.57.0)
Information about a device that is available during setup.
Attributes
-
apiLevel
(type:integer()
, default:nil
) - The API level of the Android platform version running on the device. -
authenticatedUserEmail
(type:String.t
, default:nil
) - The email address of the authenticated user (only present for Google Account provisioning method). -
brand
(type:String.t
, default:nil
) - The brand of the device. For example, Google. -
enterprise
(type:String.t
, default:nil
) - The name of the enterprise in the form enterprises/{enterprise}. -
imei
(type:String.t
, default:nil
) - For corporate-owned devices, IMEI number of the GSM device. For example, A1000031212. -
managementMode
(type:String.t
, default:nil
) - The management mode of the device or profile. -
meid
(type:String.t
, default:nil
) - For corporate-owned devices, MEID number of the CDMA device. For example, A00000292788E1. -
model
(type:String.t
, default:nil
) - The model of the device. For example, Asus Nexus 7. -
name
(type:String.t
, default:nil
) - The name of this resource in the form provisioningInfo/{provisioning_info}. -
ownership
(type:String.t
, default:nil
) - Ownership of the managed device. -
serialNumber
(type:String.t
, default:nil
) - For corporate-owned devices, The device serial number.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidManagement.V1.Model.ProvisioningInfo{ apiLevel: integer() | nil, authenticatedUserEmail: String.t() | nil, brand: String.t() | nil, enterprise: String.t() | nil, imei: String.t() | nil, managementMode: String.t() | nil, meid: String.t() | nil, model: String.t() | nil, name: String.t() | nil, ownership: String.t() | nil, serialNumber: String.t() | nil }