Show / Hide Table of Contents

Class ProvisioningInfo

Information about a device that is available during setup.

Inheritance
object
ProvisioningInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class ProvisioningInfo : IDirectResponseSchema

Properties

ApiLevel

The API level of the Android platform version running on the device.

Declaration
[JsonProperty("apiLevel")]
public virtual int? ApiLevel { get; set; }
Property Value
Type Description
int?

AuthenticatedUserEmail

The email address of the authenticated user (only present for Google Account provisioning method).

Declaration
[JsonProperty("authenticatedUserEmail")]
public virtual string AuthenticatedUserEmail { get; set; }
Property Value
Type Description
string

Brand

The brand of the device. For example, Google.

Declaration
[JsonProperty("brand")]
public virtual string Brand { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Enterprise

The name of the enterprise in the form enterprises/{enterprise}.

Declaration
[JsonProperty("enterprise")]
public virtual string Enterprise { get; set; }
Property Value
Type Description
string

Imei

For corporate-owned devices, IMEI number of the GSM device. For example, A1000031212.

Declaration
[JsonProperty("imei")]
public virtual string Imei { get; set; }
Property Value
Type Description
string

ManagementMode

The management mode of the device or profile.

Declaration
[JsonProperty("managementMode")]
public virtual string ManagementMode { get; set; }
Property Value
Type Description
string

Meid

For corporate-owned devices, MEID number of the CDMA device. For example, A00000292788E1.

Declaration
[JsonProperty("meid")]
public virtual string Meid { get; set; }
Property Value
Type Description
string

Model

The model of the device. For example, Asus Nexus 7.

Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Type Description
string

Name

The name of this resource in the form provisioningInfo/{provisioning_info}.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Ownership

Ownership of the managed device.

Declaration
[JsonProperty("ownership")]
public virtual string Ownership { get; set; }
Property Value
Type Description
string

SerialNumber

For corporate-owned devices, The device serial number.

Declaration
[JsonProperty("serialNumber")]
public virtual string SerialNumber { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX