Class GoogleChromeManagementV1NetworkInfo
Network device information. * 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 * Granular permission needed: TELEMETRY_API_NETWORK_INFO
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1NetworkInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkDevices
Output only. List of network devices.
Declaration
[JsonProperty("networkDevices")]
public virtual IList<GoogleChromeManagementV1NetworkDevice> NetworkDevices { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChromeManagementV1NetworkDevice> |