View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse (google_api_chrome_management v0.6.1)
Response containing counts for devices that need attention.
Attributes
-
noRecentPolicySyncCount(type:String.t, default:nil) - Number of ChromeOS devices have not synced policies in the past 28 days. -
noRecentUserActivityCount(type:String.t, default:nil) - Number of ChromeOS devices that have not seen any user activity in the past 28 days. -
osVersionNotCompliantCount(type:String.t, default:nil) - Number of devices whose OS version is not compliant. -
pendingUpdate(type:String.t, default:nil) - Number of devices that are pending an OS update. -
unsupportedPolicyCount(type:String.t, default:nil) - Number of devices that are unable to apply a policy due to an OS version mismatch.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse{ noRecentPolicySyncCount: String.t() | nil, noRecentUserActivityCount: String.t() | nil, osVersionNotCompliantCount: String.t() | nil, pendingUpdate: String.t() | nil, unsupportedPolicyCount: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.