Show / Hide Table of Contents

Class GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse

Response containing counts for devices that need attention.

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

Properties

ETag

The ETag of the item.

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

NoRecentPolicySyncCount

Number of ChromeOS devices have not synced policies in the past 28 days.

Declaration
[JsonProperty("noRecentPolicySyncCount")]
public virtual long? NoRecentPolicySyncCount { get; set; }
Property Value
Type Description
long?

NoRecentUserActivityCount

Number of ChromeOS devices that have not seen any user activity in the past 28 days.

Declaration
[JsonProperty("noRecentUserActivityCount")]
public virtual long? NoRecentUserActivityCount { get; set; }
Property Value
Type Description
long?

OsVersionNotCompliantCount

Number of devices whose OS version is not compliant.

Declaration
[JsonProperty("osVersionNotCompliantCount")]
public virtual long? OsVersionNotCompliantCount { get; set; }
Property Value
Type Description
long?

PendingUpdate

Number of devices that are pending an OS update.

Declaration
[JsonProperty("pendingUpdate")]
public virtual long? PendingUpdate { get; set; }
Property Value
Type Description
long?

UnsupportedPolicyCount

Number of devices that are unable to apply a policy due to an OS version mismatch.

Declaration
[JsonProperty("unsupportedPolicyCount")]
public virtual long? UnsupportedPolicyCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX