Show / Hide Table of Contents

Class GoogleChromeManagementV1TelemetryNotificationFilter

Configures how the telemetry data should be filtered.

Inheritance
object
GoogleChromeManagementV1TelemetryNotificationFilter
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 GoogleChromeManagementV1TelemetryNotificationFilter : IDirectResponseSchema

Properties

DeviceId

If set, only sends notifications for telemetry data coming from this device.

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

DeviceOrgUnitId

If set, only sends notifications for telemetry data coming from devices in this org unit.

Declaration
[JsonProperty("deviceOrgUnitId")]
public virtual string DeviceOrgUnitId { 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

TelemetryEventNotificationFilter

Only sends notifications for the telemetry events matching this filter.

Declaration
[JsonProperty("telemetryEventNotificationFilter")]
public virtual GoogleChromeManagementV1TelemetryEventNotificationFilter TelemetryEventNotificationFilter { get; set; }
Property Value
Type Description
GoogleChromeManagementV1TelemetryEventNotificationFilter

UserEmail

If set, only sends notifications for telemetry data coming from devices owned by this user.

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

UserOrgUnitId

If set, only sends notifications for telemetry data coming from devices owned by users in this org unit.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX