Show / Hide Table of Contents

Class GoogleChromeManagementV1NetworkDevice

Details about the network device. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: ReportNetworkDeviceConfiguration * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A

Inheritance
object
GoogleChromeManagementV1NetworkDevice
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.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1NetworkDevice : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Iccid

Output only. The integrated circuit card ID associated with the device's sim card.

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

Imei

Output only. IMEI (if applicable) of the corresponding network device.

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

MacAddress

Output only. MAC address (if applicable) of the corresponding network device.

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

Mdn

Output only. The mobile directory number associated with the device's sim card.

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

Meid

Output only. MEID (if applicable) of the corresponding network device.

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

Type

Output only. Network device type.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX