chore: update generated docs (#1115)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets

- [x] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/androidmanagement_v1.enterprises.devices.html b/docs/dyn/androidmanagement_v1.enterprises.devices.html
index 1667bba..9941936 100644
--- a/docs/dyn/androidmanagement_v1.enterprises.devices.html
+++ b/docs/dyn/androidmanagement_v1.enterprises.devices.html
@@ -145,67 +145,48 @@
   An object of the form:
 
     { # A device owned by an enterprise. Unless otherwise noted, all fields are read-only and can't be modified by enterprises.devices.patch.
-    "appliedPolicyVersion": "A String", # The version of the policy currently applied to the device.
+    "lastPolicyComplianceReportTime": "A String", # Deprecated.
+    "state": "A String", # The state to be applied to the device. This field can be modified by a patch request. Note that when calling enterprises.devices.patch, ACTIVE and DISABLED are the only allowable values. To enter the device into a DELETED state, call enterprises.devices.delete.
+    "apiLevel": 42, # The API level of the Android platform version running on the device.
+    "userName": "A String", # The resource name of the user that owns this device in the form enterprises/{enterpriseId}/users/{userId}.
+    "memoryInfo": { # Information about device memory and storage. # Memory information. This information is only available if memoryInfoEnabled is true in the device's policy.
+      "totalRam": "A String", # Total RAM on device in bytes.
+      "totalInternalStorage": "A String", # Total internal storage on device in bytes.
+    },
+    "policyCompliant": True or False, # Whether the device is compliant with its policy.
+    "enrollmentTokenData": "A String", # If the device was enrolled with an enrollment token with additional data provided, this field contains that data.
+    "appliedPolicyName": "A String", # The name of the policy currently applied to the device.
     "hardwareStatusSamples": [ # Hardware status samples in chronological order. This information is only available if hardwareStatusEnabled is true in the device's policy.
       { # Hardware status. Temperatures may be compared to the temperature thresholds available in hardwareInfo to determine hardware health.
-        "createTime": "A String", # The time the measurements were taken.
-        "fanSpeeds": [ # Fan speeds in RPM for each fan on the device. Empty array means that there are no fans or fan speed is not supported on the system.
-          3.14,
-        ],
-        "batteryTemperatures": [ # Current battery temperatures in Celsius for each battery on the device.
-          3.14,
-        ],
         "gpuTemperatures": [ # Current GPU temperatures in Celsius for each GPU on the device.
           3.14,
         ],
-        "cpuTemperatures": [ # Current CPU temperatures in Celsius for each CPU on the device.
-          3.14,
-        ],
         "skinTemperatures": [ # Current device skin temperatures in Celsius.
           3.14,
         ],
+        "batteryTemperatures": [ # Current battery temperatures in Celsius for each battery on the device.
+          3.14,
+        ],
         "cpuUsages": [ # CPU usages in percentage for each core available on the device. Usage is 0 for each unplugged core. Empty array implies that CPU usage is not supported in the system.
           3.14,
         ],
+        "fanSpeeds": [ # Fan speeds in RPM for each fan on the device. Empty array means that there are no fans or fan speed is not supported on the system.
+          3.14,
+        ],
+        "cpuTemperatures": [ # Current CPU temperatures in Celsius for each CPU on the device.
+          3.14,
+        ],
+        "createTime": "A String", # The time the measurements were taken.
       },
     ],
-    "powerManagementEvents": [ # Power management events on the device in chronological order. This information is only available if powerManagementEventsEnabled is true in the device's policy.
-      { # A power management event.
+    "appliedState": "A String", # The state currently applied to the device.
+    "memoryEvents": [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device's policy.
+      { # An event related to memory and storage measurements.
+        "byteCount": "A String", # The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.
         "createTime": "A String", # The creation time of the event.
         "eventType": "A String", # Event type.
-        "batteryLevel": 3.14, # For BATTERY_LEVEL_COLLECTED events, the battery level as a percentage.
       },
     ],
-    "managementMode": "A String", # The type of management mode Android Device Policy takes on the device. This influences which policy settings are supported.
-    "previousDeviceNames": [ # If the same physical device has been enrolled multiple times, this field contains its previous device names. The serial number is used as the unique identifier to determine if the same physical device has enrolled previously. The names are in chronological order.
-      "A String",
-    ],
-    "networkInfo": { # Device network info. # Device network information. This information is only available if networkInfoEnabled is true in the device's policy.
-      "meid": "A String", # MEID number of the CDMA device. For example, A00000292788E1.
-      "networkOperatorName": "A String", # Alphabetic name of current registered operator. For example, Vodafone.
-      "imei": "A String", # IMEI number of the GSM device. For example, A1000031212.
-      "wifiMacAddress": "A String", # Wi-Fi MAC address of the device. For example, 7c:11:11:11:11:11.
-    },
-    "softwareInfo": { # Information about device software. # Detailed information about the device software. This information is only available if softwareInfoEnabled is true in the device's policy.
-      "deviceBuildSignature": "A String", # SHA-256 hash of android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the system package, which can be used to verify that the system build hasn't been modified.
-      "androidDevicePolicyVersionName": "A String", # The Android Device Policy app version as displayed to the user.
-      "bootloaderVersion": "A String", # The system bootloader version number, e.g. 0.6.7.
-      "androidVersion": "A String", # The user-visible Android version string. For example, 6.0.1.
-      "androidBuildNumber": "A String", # Android build ID string meant for displaying to the user. For example, shamu-userdebug 6.0.1 MOB30I 2756745 dev-keys.
-      "securityPatchLevel": "A String", # Security patch level, e.g. 2016-05-01.
-      "primaryLanguageCode": "A String", # An IETF BCP 47 language code for the primary locale on the device.
-      "androidDevicePolicyVersionCode": 42, # The Android Device Policy app version code.
-      "deviceKernelVersion": "A String", # Kernel version, for example, 2.6.32.9-g103d848.
-      "androidBuildTime": "A String", # Build time.
-      "systemUpdateInfo": { # Information about a potential pending system update. # Information about a potential pending system update.
-        "updateStatus": "A String", # The status of an update: whether an update exists and what type it is.
-        "updateReceivedTime": "A String", # The time when the update was first available. A zero value indicates that this field is not set. This field is set only if an update is available (that is, updateStatus is neither UPDATE_STATUS_UNKNOWN nor UP_TO_DATE).
-      },
-    },
-    "enrollmentTokenData": "A String", # If the device was enrolled with an enrollment token with additional data provided, this field contains that data.
-    "userName": "A String", # The resource name of the user that owns this device in the form enterprises/{enterpriseId}/users/{userId}.
-    "lastPolicyComplianceReportTime": "A String", # Deprecated.
-    "appliedPolicyName": "A String", # The name of the policy currently applied to the device.
     "disabledReason": { # Provides a user-facing message with locale info. The maximum message length is 4096 characters. # If the device state is DISABLED, an optional message that is displayed on the device indicating the reason the device is disabled. This field can be modified by a patch request.
       "localizedMessages": { # A map containing pairs, where locale is a well-formed BCP 47 language (https://www.w3.org/International/articles/language-tags/) code, such as en-US, es-ES, or fr.
         "a_key": "A String",
@@ -213,22 +194,95 @@
       "defaultMessage": "A String", # The default message displayed if no localized message is specified or the user's locale doesn't match with any of the localized messages. A default message must be provided if any localized messages are provided.
     },
     "policyName": "A String", # The name of the policy applied to the device, in the form enterprises/{enterpriseId}/policies/{policyId}. If not specified, the policy_name for the device's user is applied. This field can be modified by a patch request. You can specify only the policyId when calling enterprises.devices.patch, as long as the policyId doesn’t contain any slashes. The rest of the policy name is inferred.
+    "enrollmentTime": "A String", # The time of device enrollment.
+    "lastPolicySyncTime": "A String", # The last time the device fetched its policy.
+    "systemProperties": { # Map of selected system properties name and value related to the device. This information is only available if systemPropertiesEnabled is true in the device's policy.
+      "a_key": "A String",
+    },
+    "commonCriteriaModeInfo": { # Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device's policy. # Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device's policy.
+      "commonCriteriaModeStatus": "A String", # Whether Common Criteria Mode is enabled.
+    },
+    "lastStatusReportTime": "A String", # The last time the device sent a status report.
+    "applicationReports": [ # Reports for apps installed on the device. This information is only available when application_reports_enabled is true in the device's policy.
+      { # Information reported about an installed app.
+        "displayName": "A String", # The display name of the app.
+        "packageName": "A String", # Package name of the app.
+        "state": "A String", # Application state.
+        "signingKeyCertFingerprints": [ # The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.
+          "A String",
+        ],
+        "installerPackageName": "A String", # The package name of the app that installed this app.
+        "packageSha256Hash": "A String", # The SHA-256 hash of the app's APK file, which can be used to verify the app hasn't been modified. Each byte of the hash value is represented as a two-digit hexadecimal number.
+        "keyedAppStates": [ # List of keyed app states reported by the app.
+          { # Keyed app state reported by the app.
+            "severity": "A String", # The severity of the app state.
+            "message": "A String", # Optionally, a free-form message string to explain the app state. If the state was triggered by a particular value (e.g. a managed configuration value), it should be included in the message.
+            "key": "A String", # The key for the app state. Acts as a point of reference for what the app is providing state for. For example, when providing managed configuration feedback, this key could be the managed configuration key.
+            "createTime": "A String", # The creation time of the app state on the device.
+            "lastUpdateTime": "A String", # The time the app state was most recently updated.
+            "data": "A String", # Optionally, a machine-readable value to be read by the EMM. For example, setting values that the admin can choose to query against in the EMM console (e.g. “notify me if the battery_warning data < 10”).
+          },
+        ],
+        "applicationSource": "A String", # The source of the package.
+        "versionName": "A String", # The app version as displayed to the user.
+        "versionCode": 42, # The app version code, which can be used to determine whether one version is more recent than another.
+        "events": [ # List of app events. The most recent 20 events are stored in the list.
+          { # An app-related event.
+            "createTime": "A String", # The creation time of the event.
+            "eventType": "A String", # App event type.
+          },
+        ],
+      },
+    ],
+    "powerManagementEvents": [ # Power management events on the device in chronological order. This information is only available if powerManagementEventsEnabled is true in the device's policy.
+      { # A power management event.
+        "batteryLevel": 3.14, # For BATTERY_LEVEL_COLLECTED events, the battery level as a percentage.
+        "createTime": "A String", # The creation time of the event.
+        "eventType": "A String", # Event type.
+      },
+    ],
+    "user": { # A user belonging to an enterprise. # The user who owns the device.
+      "accountIdentifier": "A String", # A unique identifier you create for this user, such as user342 or asset#44418. This field must be set when the user is created and can't be updated. This field must not contain personally identifiable information (PII). This identifier must be 1024 characters or less; otherwise, the update policy request will fail.
+    },
     "deviceSettings": { # Information about security related device settings on device. # Device settings information. This information is only available if deviceSettingsEnabled is true in the device's policy.
-      "unknownSourcesEnabled": True or False, # Whether installing apps from unknown sources is enabled.
       "isEncrypted": True or False, # Whether the storage encryption is enabled.
-      "adbEnabled": True or False, # Whether ADB (https://developer.android.com/studio/command-line/adb.html) is enabled on the device.
-      "verifyAppsEnabled": True or False, # Whether Verify Apps (Google Play Protect (https://support.google.com/googleplay/answer/2812853)) is enabled on the device.
-      "developmentSettingsEnabled": True or False, # Whether developer mode is enabled on the device.
       "isDeviceSecure": True or False, # Whether the device is secured with PIN/password.
+      "verifyAppsEnabled": True or False, # Whether Verify Apps (Google Play Protect (https://support.google.com/googleplay/answer/2812853)) is enabled on the device.
+      "unknownSourcesEnabled": True or False, # Whether installing apps from unknown sources is enabled.
+      "developmentSettingsEnabled": True or False, # Whether developer mode is enabled on the device.
       "encryptionStatus": "A String", # Encryption status from DevicePolicyManager.
+      "adbEnabled": True or False, # Whether ADB (https://developer.android.com/studio/command-line/adb.html) is enabled on the device.
     },
     "ownership": "A String", # Ownership of the managed device.
+    "displays": [ # Detailed information about displays on the device. This information is only available if displayInfoEnabled is true in the device's policy.
+      { # Device display information.
+        "name": "A String", # Name of the display.
+        "density": 42, # Display density expressed as dots-per-inch.
+        "state": "A String", # State of the display.
+        "width": 42, # Display width in pixels.
+        "height": 42, # Display height in pixels.
+        "refreshRate": 42, # Refresh rate of the display in frames per second.
+        "displayId": 42, # Unique display id.
+      },
+    ],
+    "enrollmentTokenName": "A String", # If the device was enrolled with an enrollment token, this field contains the name of the token.
     "hardwareInfo": { # Information about device hardware. The fields related to temperature thresholds are only available if hardwareStatusEnabled is true in the device's policy. # Detailed information about the device hardware.
-      "serialNumber": "A String", # The device serial number.
-      "hardware": "A String", # Name of the hardware. For example, Angler.
       "batteryShutdownTemperatures": [ # Battery shutdown temperature thresholds in Celsius for each battery on the device.
         3.14,
       ],
+      "model": "A String", # The model of the device. For example, Asus Nexus 7.
+      "deviceBasebandVersion": "A String", # Baseband version. For example, MDM9625_104662.22.05.34p.
+      "skinShutdownTemperatures": [ # Device skin shutdown temperature thresholds in Celsius.
+        3.14,
+      ],
+      "gpuShutdownTemperatures": [ # GPU shutdown temperature thresholds in Celsius for each GPU on the device.
+        3.14,
+      ],
+      "hardware": "A String", # Name of the hardware. For example, Angler.
+      "brand": "A String", # Brand of the device. For example, Google.
+      "cpuThrottlingTemperatures": [ # CPU throttling temperature thresholds in Celsius for each CPU on the device.
+        3.14,
+      ],
       "batteryThrottlingTemperatures": [ # Battery throttling temperature thresholds in Celsius for each battery on the device.
         3.14,
       ],
@@ -238,80 +292,32 @@
       "skinThrottlingTemperatures": [ # Device skin throttling temperature thresholds in Celsius.
         3.14,
       ],
-      "skinShutdownTemperatures": [ # Device skin shutdown temperature thresholds in Celsius.
-        3.14,
-      ],
-      "gpuShutdownTemperatures": [ # GPU shutdown temperature thresholds in Celsius for each GPU on the device.
-        3.14,
-      ],
-      "brand": "A String", # Brand of the device. For example, Google.
-      "model": "A String", # The model of the device. For example, Asus Nexus 7.
-      "deviceBasebandVersion": "A String", # Baseband version. For example, MDM9625_104662.22.05.34p.
-      "cpuThrottlingTemperatures": [ # CPU throttling temperature thresholds in Celsius for each CPU on the device.
-        3.14,
-      ],
-      "manufacturer": "A String", # Manufacturer. For example, Motorola.
       "gpuThrottlingTemperatures": [ # GPU throttling temperature thresholds in Celsius for each GPU on the device.
         3.14,
       ],
+      "serialNumber": "A String", # The device serial number.
+      "manufacturer": "A String", # Manufacturer. For example, Motorola.
     },
-    "enrollmentTime": "A String", # The time of device enrollment.
-    "name": "A String", # The name of the device in the form enterprises/{enterpriseId}/devices/{deviceId}.
-    "user": { # A user belonging to an enterprise. # The user who owns the device.
-      "accountIdentifier": "A String", # A unique identifier you create for this user, such as user342 or asset#44418. This field must be set when the user is created and can't be updated. This field must not contain personally identifiable information (PII). This identifier must be 1024 characters or less; otherwise, the update policy request will fail.
-    },
-    "commonCriteriaModeInfo": { # Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device's policy. # Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device's policy.
-      "commonCriteriaModeStatus": "A String", # Whether Common Criteria Mode is enabled.
-    },
-    "systemProperties": { # Map of selected system properties name and value related to the device. This information is only available if systemPropertiesEnabled is true in the device's policy.
-      "a_key": "A String",
-    },
-    "nonComplianceDetails": [ # Details about policy settings that the device is not compliant with.
-      { # Provides detail about non-compliance with a policy setting.
-        "installationFailureReason": "A String", # If package_name is set and the non-compliance reason is APP_NOT_INSTALLED or APP_NOT_UPDATED, the detailed reason the app can't be installed or updated.
-        "fieldPath": "A String", # For settings with nested fields, if a particular nested field is out of compliance, this specifies the full path to the offending field. The path is formatted in the same way the policy JSON field would be referenced in JavaScript, that is: 1) For object-typed fields, the field name is followed by a dot then by a subfield name. 2) For array-typed fields, the field name is followed by the array index enclosed in brackets. For example, to indicate a problem with the url field in the externalData field in the 3rd application, the path would be applications[2].externalData.url
-        "packageName": "A String", # The package name indicating which app is out of compliance, if applicable.
-        "settingName": "A String", # The name of the policy setting. This is the JSON field name of a top-level Policy field.
-        "nonComplianceReason": "A String", # The reason the device is not in compliance with the setting.
-        "currentValue": "", # If the policy setting could not be applied, the current value of the setting on the device.
+    "softwareInfo": { # Information about device software. # Detailed information about the device software. This information is only available if softwareInfoEnabled is true in the device's policy.
+      "androidDevicePolicyVersionName": "A String", # The Android Device Policy app version as displayed to the user.
+      "androidDevicePolicyVersionCode": 42, # The Android Device Policy app version code.
+      "androidBuildNumber": "A String", # Android build ID string meant for displaying to the user. For example, shamu-userdebug 6.0.1 MOB30I 2756745 dev-keys.
+      "systemUpdateInfo": { # Information about a potential pending system update. # Information about a potential pending system update.
+        "updateReceivedTime": "A String", # The time when the update was first available. A zero value indicates that this field is not set. This field is set only if an update is available (that is, updateStatus is neither UPDATE_STATUS_UNKNOWN nor UP_TO_DATE).
+        "updateStatus": "A String", # The status of an update: whether an update exists and what type it is.
       },
-    ],
-    "applicationReports": [ # Reports for apps installed on the device. This information is only available when application_reports_enabled is true in the device's policy.
-      { # Information reported about an installed app.
-        "applicationSource": "A String", # The source of the package.
-        "displayName": "A String", # The display name of the app.
-        "state": "A String", # Application state.
-        "packageName": "A String", # Package name of the app.
-        "versionName": "A String", # The app version as displayed to the user.
-        "keyedAppStates": [ # List of keyed app states reported by the app.
-          { # Keyed app state reported by the app.
-            "severity": "A String", # The severity of the app state.
-            "message": "A String", # Optionally, a free-form message string to explain the app state. If the state was triggered by a particular value (e.g. a managed configuration value), it should be included in the message.
-            "key": "A String", # The key for the app state. Acts as a point of reference for what the app is providing state for. For example, when providing managed configuration feedback, this key could be the managed configuration key.
-            "createTime": "A String", # The creation time of the app state on the device.
-            "data": "A String", # Optionally, a machine-readable value to be read by the EMM. For example, setting values that the admin can choose to query against in the EMM console (e.g. “notify me if the battery_warning data < 10”).
-            "lastUpdateTime": "A String", # The time the app state was most recently updated.
-          },
-        ],
-        "events": [ # List of app events. The most recent 20 events are stored in the list.
-          { # An app-related event.
-            "eventType": "A String", # App event type.
-            "createTime": "A String", # The creation time of the event.
-          },
-        ],
-        "signingKeyCertFingerprints": [ # The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.
-          "A String",
-        ],
-        "installerPackageName": "A String", # The package name of the app that installed this app.
-        "versionCode": 42, # The app version code, which can be used to determine whether one version is more recent than another.
-        "packageSha256Hash": "A String", # The SHA-256 hash of the app's APK file, which can be used to verify the app hasn't been modified. Each byte of the hash value is represented as a two-digit hexadecimal number.
-      },
-    ],
+      "bootloaderVersion": "A String", # The system bootloader version number, e.g. 0.6.7.
+      "androidBuildTime": "A String", # Build time.
+      "androidVersion": "A String", # The user-visible Android version string. For example, 6.0.1.
+      "deviceKernelVersion": "A String", # Kernel version, for example, 2.6.32.9-g103d848.
+      "primaryLanguageCode": "A String", # An IETF BCP 47 language code for the primary locale on the device.
+      "securityPatchLevel": "A String", # Security patch level, e.g. 2016-05-01.
+      "deviceBuildSignature": "A String", # SHA-256 hash of android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the system package, which can be used to verify that the system build hasn't been modified.
+    },
     "securityPosture": { # The security posture of the device, as determined by the current device state and the policies applied. # Device's security posture value that reflects how secure the device is.
       "devicePosture": "A String", # Device's security posture value.
       "postureDetails": [ # Additional details regarding the security posture of the device.
         { # Additional details regarding the security posture of the device.
-          "securityRisk": "A String", # A specific security risk that negatively affects the security posture of the device.
           "advice": [ # Corresponding admin-facing advice to mitigate this security risk and improve the security posture of the device.
             { # Provides a user-facing message with locale info. The maximum message length is 4096 characters.
               "localizedMessages": { # A map containing pairs, where locale is a well-formed BCP 47 language (https://www.w3.org/International/articles/language-tags/) code, such as en-US, es-ES, or fr.
@@ -320,38 +326,32 @@
               "defaultMessage": "A String", # The default message displayed if no localized message is specified or the user's locale doesn't match with any of the localized messages. A default message must be provided if any localized messages are provided.
             },
           ],
+          "securityRisk": "A String", # A specific security risk that negatively affects the security posture of the device.
         },
       ],
     },
-    "displays": [ # Detailed information about displays on the device. This information is only available if displayInfoEnabled is true in the device's policy.
-      { # Device display information.
-        "height": 42, # Display height in pixels.
-        "refreshRate": 42, # Refresh rate of the display in frames per second.
-        "displayId": 42, # Unique display id.
-        "width": 42, # Display width in pixels.
-        "density": 42, # Display density expressed as dots-per-inch.
-        "name": "A String", # Name of the display.
-        "state": "A String", # State of the display.
+    "nonComplianceDetails": [ # Details about policy settings that the device is not compliant with.
+      { # Provides detail about non-compliance with a policy setting.
+        "packageName": "A String", # The package name indicating which app is out of compliance, if applicable.
+        "installationFailureReason": "A String", # If package_name is set and the non-compliance reason is APP_NOT_INSTALLED or APP_NOT_UPDATED, the detailed reason the app can't be installed or updated.
+        "fieldPath": "A String", # For settings with nested fields, if a particular nested field is out of compliance, this specifies the full path to the offending field. The path is formatted in the same way the policy JSON field would be referenced in JavaScript, that is: 1) For object-typed fields, the field name is followed by a dot then by a subfield name. 2) For array-typed fields, the field name is followed by the array index enclosed in brackets. For example, to indicate a problem with the url field in the externalData field in the 3rd application, the path would be applications[2].externalData.url
+        "nonComplianceReason": "A String", # The reason the device is not in compliance with the setting.
+        "currentValue": "", # If the policy setting could not be applied, the current value of the setting on the device.
+        "settingName": "A String", # The name of the policy setting. This is the JSON field name of a top-level Policy field.
       },
     ],
-    "appliedState": "A String", # The state currently applied to the device.
-    "enrollmentTokenName": "A String", # If the device was enrolled with an enrollment token, this field contains the name of the token.
-    "lastStatusReportTime": "A String", # The last time the device sent a status report.
-    "memoryEvents": [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device's policy.
-      { # An event related to memory and storage measurements.
-        "byteCount": "A String", # The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.
-        "eventType": "A String", # Event type.
-        "createTime": "A String", # The creation time of the event.
-      },
-    ],
-    "policyCompliant": True or False, # Whether the device is compliant with its policy.
-    "apiLevel": 42, # The API level of the Android platform version running on the device.
-    "state": "A String", # The state to be applied to the device. This field can be modified by a patch request. Note that when calling enterprises.devices.patch, ACTIVE and DISABLED are the only allowable values. To enter the device into a DELETED state, call enterprises.devices.delete.
-    "lastPolicySyncTime": "A String", # The last time the device fetched its policy.
-    "memoryInfo": { # Information about device memory and storage. # Memory information. This information is only available if memoryInfoEnabled is true in the device's policy.
-      "totalRam": "A String", # Total RAM on device in bytes.
-      "totalInternalStorage": "A String", # Total internal storage on device in bytes.
+    "networkInfo": { # Device network info. # Device network information. This information is only available if networkInfoEnabled is true in the device's policy.
+      "networkOperatorName": "A String", # Alphabetic name of current registered operator. For example, Vodafone.
+      "imei": "A String", # IMEI number of the GSM device. For example, A1000031212.
+      "meid": "A String", # MEID number of the CDMA device. For example, A00000292788E1.
+      "wifiMacAddress": "A String", # Wi-Fi MAC address of the device. For example, 7c:11:11:11:11:11.
     },
+    "managementMode": "A String", # The type of management mode Android Device Policy takes on the device. This influences which policy settings are supported.
+    "appliedPolicyVersion": "A String", # The version of the policy currently applied to the device.
+    "name": "A String", # The name of the device in the form enterprises/{enterpriseId}/devices/{deviceId}.
+    "previousDeviceNames": [ # If the same physical device has been enrolled multiple times, this field contains its previous device names. The serial number is used as the unique identifier to determine if the same physical device has enrolled previously. The names are in chronological order.
+      "A String",
+    ],
   }</pre>
 </div>
 
@@ -365,15 +365,15 @@
     The object takes the form of:
 
 { # A command.
-    &quot;errorCode&quot;: &quot;A String&quot;, # If the command failed, an error code explaining the failure. This is not set when the command is cancelled by the caller.
-    &quot;duration&quot;: &quot;A String&quot;, # The duration for which the command is valid. The command will expire if not executed by the device during this time. The default duration if unspecified is ten minutes. There is no maximum duration.
+    &quot;createTime&quot;: &quot;A String&quot;, # The timestamp at which the command was created. The timestamp is automatically generated by the server.
     &quot;userName&quot;: &quot;A String&quot;, # The resource name of the user that owns the device in the form enterprises/{enterpriseId}/users/{userId}. This is automatically generated by the server based on the device the command is sent to.
+    &quot;errorCode&quot;: &quot;A String&quot;, # If the command failed, an error code explaining the failure. This is not set when the command is cancelled by the caller.
+    &quot;type&quot;: &quot;A String&quot;, # The type of the command.
     &quot;resetPasswordFlags&quot;: [ # For commands of type RESET_PASSWORD, optionally specifies flags.
       &quot;A String&quot;,
     ],
-    &quot;type&quot;: &quot;A String&quot;, # The type of the command.
     &quot;newPassword&quot;: &quot;A String&quot;, # For commands of type RESET_PASSWORD, optionally specifies the new password.
-    &quot;createTime&quot;: &quot;A String&quot;, # The timestamp at which the command was created. The timestamp is automatically generated by the server.
+    &quot;duration&quot;: &quot;A String&quot;, # The duration for which the command is valid. The command will expire if not executed by the device during this time. The default duration if unspecified is ten minutes. There is no maximum duration.
   }
 
   x__xgafv: string, V1 error format.
@@ -385,23 +385,23 @@
   An object of the form:
 
     { # This resource represents a long-running operation that is the result of a network API call.
-    &quot;done&quot;: True or False, # If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.
-    &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
-      &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
-    },
-    &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the name should be a resource name ending with operations/{unique_id}.
-    &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.
-      &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
-    },
     &quot;error&quot;: { # The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each Status message contains three pieces of data: error code, error message, and error details.You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
-      &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
+      &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
       &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
         {
           &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
         },
       ],
-      &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+      &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
     },
+    &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.
+      &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
+    },
+    &quot;done&quot;: True or False, # If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.
+    &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+      &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
+    },
+    &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the name should be a resource name ending with operations/{unique_id}.
   }</pre>
 </div>
 
@@ -425,67 +425,48 @@
     &quot;nextPageToken&quot;: &quot;A String&quot;, # If there are more results, a token to retrieve next page of results.
     &quot;devices&quot;: [ # The list of devices.
       { # A device owned by an enterprise. Unless otherwise noted, all fields are read-only and can&#x27;t be modified by enterprises.devices.patch.
-        &quot;appliedPolicyVersion&quot;: &quot;A String&quot;, # The version of the policy currently applied to the device.
+        &quot;lastPolicyComplianceReportTime&quot;: &quot;A String&quot;, # Deprecated.
+        &quot;state&quot;: &quot;A String&quot;, # The state to be applied to the device. This field can be modified by a patch request. Note that when calling enterprises.devices.patch, ACTIVE and DISABLED are the only allowable values. To enter the device into a DELETED state, call enterprises.devices.delete.
+        &quot;apiLevel&quot;: 42, # The API level of the Android platform version running on the device.
+        &quot;userName&quot;: &quot;A String&quot;, # The resource name of the user that owns this device in the form enterprises/{enterpriseId}/users/{userId}.
+        &quot;memoryInfo&quot;: { # Information about device memory and storage. # Memory information. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
+          &quot;totalRam&quot;: &quot;A String&quot;, # Total RAM on device in bytes.
+          &quot;totalInternalStorage&quot;: &quot;A String&quot;, # Total internal storage on device in bytes.
+        },
+        &quot;policyCompliant&quot;: True or False, # Whether the device is compliant with its policy.
+        &quot;enrollmentTokenData&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token with additional data provided, this field contains that data.
+        &quot;appliedPolicyName&quot;: &quot;A String&quot;, # The name of the policy currently applied to the device.
         &quot;hardwareStatusSamples&quot;: [ # Hardware status samples in chronological order. This information is only available if hardwareStatusEnabled is true in the device&#x27;s policy.
           { # Hardware status. Temperatures may be compared to the temperature thresholds available in hardwareInfo to determine hardware health.
-            &quot;createTime&quot;: &quot;A String&quot;, # The time the measurements were taken.
-            &quot;fanSpeeds&quot;: [ # Fan speeds in RPM for each fan on the device. Empty array means that there are no fans or fan speed is not supported on the system.
-              3.14,
-            ],
-            &quot;batteryTemperatures&quot;: [ # Current battery temperatures in Celsius for each battery on the device.
-              3.14,
-            ],
             &quot;gpuTemperatures&quot;: [ # Current GPU temperatures in Celsius for each GPU on the device.
               3.14,
             ],
-            &quot;cpuTemperatures&quot;: [ # Current CPU temperatures in Celsius for each CPU on the device.
-              3.14,
-            ],
             &quot;skinTemperatures&quot;: [ # Current device skin temperatures in Celsius.
               3.14,
             ],
+            &quot;batteryTemperatures&quot;: [ # Current battery temperatures in Celsius for each battery on the device.
+              3.14,
+            ],
             &quot;cpuUsages&quot;: [ # CPU usages in percentage for each core available on the device. Usage is 0 for each unplugged core. Empty array implies that CPU usage is not supported in the system.
               3.14,
             ],
+            &quot;fanSpeeds&quot;: [ # Fan speeds in RPM for each fan on the device. Empty array means that there are no fans or fan speed is not supported on the system.
+              3.14,
+            ],
+            &quot;cpuTemperatures&quot;: [ # Current CPU temperatures in Celsius for each CPU on the device.
+              3.14,
+            ],
+            &quot;createTime&quot;: &quot;A String&quot;, # The time the measurements were taken.
           },
         ],
-        &quot;powerManagementEvents&quot;: [ # Power management events on the device in chronological order. This information is only available if powerManagementEventsEnabled is true in the device&#x27;s policy.
-          { # A power management event.
+        &quot;appliedState&quot;: &quot;A String&quot;, # The state currently applied to the device.
+        &quot;memoryEvents&quot;: [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
+          { # An event related to memory and storage measurements.
+            &quot;byteCount&quot;: &quot;A String&quot;, # The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.
             &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
             &quot;eventType&quot;: &quot;A String&quot;, # Event type.
-            &quot;batteryLevel&quot;: 3.14, # For BATTERY_LEVEL_COLLECTED events, the battery level as a percentage.
           },
         ],
-        &quot;managementMode&quot;: &quot;A String&quot;, # The type of management mode Android Device Policy takes on the device. This influences which policy settings are supported.
-        &quot;previousDeviceNames&quot;: [ # If the same physical device has been enrolled multiple times, this field contains its previous device names. The serial number is used as the unique identifier to determine if the same physical device has enrolled previously. The names are in chronological order.
-          &quot;A String&quot;,
-        ],
-        &quot;networkInfo&quot;: { # Device network info. # Device network information. This information is only available if networkInfoEnabled is true in the device&#x27;s policy.
-          &quot;meid&quot;: &quot;A String&quot;, # MEID number of the CDMA device. For example, A00000292788E1.
-          &quot;networkOperatorName&quot;: &quot;A String&quot;, # Alphabetic name of current registered operator. For example, Vodafone.
-          &quot;imei&quot;: &quot;A String&quot;, # IMEI number of the GSM device. For example, A1000031212.
-          &quot;wifiMacAddress&quot;: &quot;A String&quot;, # Wi-Fi MAC address of the device. For example, 7c:11:11:11:11:11.
-        },
-        &quot;softwareInfo&quot;: { # Information about device software. # Detailed information about the device software. This information is only available if softwareInfoEnabled is true in the device&#x27;s policy.
-          &quot;deviceBuildSignature&quot;: &quot;A String&quot;, # SHA-256 hash of android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the system package, which can be used to verify that the system build hasn&#x27;t been modified.
-          &quot;androidDevicePolicyVersionName&quot;: &quot;A String&quot;, # The Android Device Policy app version as displayed to the user.
-          &quot;bootloaderVersion&quot;: &quot;A String&quot;, # The system bootloader version number, e.g. 0.6.7.
-          &quot;androidVersion&quot;: &quot;A String&quot;, # The user-visible Android version string. For example, 6.0.1.
-          &quot;androidBuildNumber&quot;: &quot;A String&quot;, # Android build ID string meant for displaying to the user. For example, shamu-userdebug 6.0.1 MOB30I 2756745 dev-keys.
-          &quot;securityPatchLevel&quot;: &quot;A String&quot;, # Security patch level, e.g. 2016-05-01.
-          &quot;primaryLanguageCode&quot;: &quot;A String&quot;, # An IETF BCP 47 language code for the primary locale on the device.
-          &quot;androidDevicePolicyVersionCode&quot;: 42, # The Android Device Policy app version code.
-          &quot;deviceKernelVersion&quot;: &quot;A String&quot;, # Kernel version, for example, 2.6.32.9-g103d848.
-          &quot;androidBuildTime&quot;: &quot;A String&quot;, # Build time.
-          &quot;systemUpdateInfo&quot;: { # Information about a potential pending system update. # Information about a potential pending system update.
-            &quot;updateStatus&quot;: &quot;A String&quot;, # The status of an update: whether an update exists and what type it is.
-            &quot;updateReceivedTime&quot;: &quot;A String&quot;, # The time when the update was first available. A zero value indicates that this field is not set. This field is set only if an update is available (that is, updateStatus is neither UPDATE_STATUS_UNKNOWN nor UP_TO_DATE).
-          },
-        },
-        &quot;enrollmentTokenData&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token with additional data provided, this field contains that data.
-        &quot;userName&quot;: &quot;A String&quot;, # The resource name of the user that owns this device in the form enterprises/{enterpriseId}/users/{userId}.
-        &quot;lastPolicyComplianceReportTime&quot;: &quot;A String&quot;, # Deprecated.
-        &quot;appliedPolicyName&quot;: &quot;A String&quot;, # The name of the policy currently applied to the device.
         &quot;disabledReason&quot;: { # Provides a user-facing message with locale info. The maximum message length is 4096 characters. # If the device state is DISABLED, an optional message that is displayed on the device indicating the reason the device is disabled. This field can be modified by a patch request.
           &quot;localizedMessages&quot;: { # A map containing pairs, where locale is a well-formed BCP 47 language (https://www.w3.org/International/articles/language-tags/) code, such as en-US, es-ES, or fr.
             &quot;a_key&quot;: &quot;A String&quot;,
@@ -493,22 +474,95 @@
           &quot;defaultMessage&quot;: &quot;A String&quot;, # The default message displayed if no localized message is specified or the user&#x27;s locale doesn&#x27;t match with any of the localized messages. A default message must be provided if any localized messages are provided.
         },
         &quot;policyName&quot;: &quot;A String&quot;, # The name of the policy applied to the device, in the form enterprises/{enterpriseId}/policies/{policyId}. If not specified, the policy_name for the device&#x27;s user is applied. This field can be modified by a patch request. You can specify only the policyId when calling enterprises.devices.patch, as long as the policyId doesn’t contain any slashes. The rest of the policy name is inferred.
+        &quot;enrollmentTime&quot;: &quot;A String&quot;, # The time of device enrollment.
+        &quot;lastPolicySyncTime&quot;: &quot;A String&quot;, # The last time the device fetched its policy.
+        &quot;systemProperties&quot;: { # Map of selected system properties name and value related to the device. This information is only available if systemPropertiesEnabled is true in the device&#x27;s policy.
+          &quot;a_key&quot;: &quot;A String&quot;,
+        },
+        &quot;commonCriteriaModeInfo&quot;: { # Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device&#x27;s policy. # Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device&#x27;s policy.
+          &quot;commonCriteriaModeStatus&quot;: &quot;A String&quot;, # Whether Common Criteria Mode is enabled.
+        },
+        &quot;lastStatusReportTime&quot;: &quot;A String&quot;, # The last time the device sent a status report.
+        &quot;applicationReports&quot;: [ # Reports for apps installed on the device. This information is only available when application_reports_enabled is true in the device&#x27;s policy.
+          { # Information reported about an installed app.
+            &quot;displayName&quot;: &quot;A String&quot;, # The display name of the app.
+            &quot;packageName&quot;: &quot;A String&quot;, # Package name of the app.
+            &quot;state&quot;: &quot;A String&quot;, # Application state.
+            &quot;signingKeyCertFingerprints&quot;: [ # The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.
+              &quot;A String&quot;,
+            ],
+            &quot;installerPackageName&quot;: &quot;A String&quot;, # The package name of the app that installed this app.
+            &quot;packageSha256Hash&quot;: &quot;A String&quot;, # The SHA-256 hash of the app&#x27;s APK file, which can be used to verify the app hasn&#x27;t been modified. Each byte of the hash value is represented as a two-digit hexadecimal number.
+            &quot;keyedAppStates&quot;: [ # List of keyed app states reported by the app.
+              { # Keyed app state reported by the app.
+                &quot;severity&quot;: &quot;A String&quot;, # The severity of the app state.
+                &quot;message&quot;: &quot;A String&quot;, # Optionally, a free-form message string to explain the app state. If the state was triggered by a particular value (e.g. a managed configuration value), it should be included in the message.
+                &quot;key&quot;: &quot;A String&quot;, # The key for the app state. Acts as a point of reference for what the app is providing state for. For example, when providing managed configuration feedback, this key could be the managed configuration key.
+                &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the app state on the device.
+                &quot;lastUpdateTime&quot;: &quot;A String&quot;, # The time the app state was most recently updated.
+                &quot;data&quot;: &quot;A String&quot;, # Optionally, a machine-readable value to be read by the EMM. For example, setting values that the admin can choose to query against in the EMM console (e.g. “notify me if the battery_warning data &lt; 10”).
+              },
+            ],
+            &quot;applicationSource&quot;: &quot;A String&quot;, # The source of the package.
+            &quot;versionName&quot;: &quot;A String&quot;, # The app version as displayed to the user.
+            &quot;versionCode&quot;: 42, # The app version code, which can be used to determine whether one version is more recent than another.
+            &quot;events&quot;: [ # List of app events. The most recent 20 events are stored in the list.
+              { # An app-related event.
+                &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
+                &quot;eventType&quot;: &quot;A String&quot;, # App event type.
+              },
+            ],
+          },
+        ],
+        &quot;powerManagementEvents&quot;: [ # Power management events on the device in chronological order. This information is only available if powerManagementEventsEnabled is true in the device&#x27;s policy.
+          { # A power management event.
+            &quot;batteryLevel&quot;: 3.14, # For BATTERY_LEVEL_COLLECTED events, the battery level as a percentage.
+            &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
+            &quot;eventType&quot;: &quot;A String&quot;, # Event type.
+          },
+        ],
+        &quot;user&quot;: { # A user belonging to an enterprise. # The user who owns the device.
+          &quot;accountIdentifier&quot;: &quot;A String&quot;, # A unique identifier you create for this user, such as user342 or asset#44418. This field must be set when the user is created and can&#x27;t be updated. This field must not contain personally identifiable information (PII). This identifier must be 1024 characters or less; otherwise, the update policy request will fail.
+        },
         &quot;deviceSettings&quot;: { # Information about security related device settings on device. # Device settings information. This information is only available if deviceSettingsEnabled is true in the device&#x27;s policy.
-          &quot;unknownSourcesEnabled&quot;: True or False, # Whether installing apps from unknown sources is enabled.
           &quot;isEncrypted&quot;: True or False, # Whether the storage encryption is enabled.
-          &quot;adbEnabled&quot;: True or False, # Whether ADB (https://developer.android.com/studio/command-line/adb.html) is enabled on the device.
-          &quot;verifyAppsEnabled&quot;: True or False, # Whether Verify Apps (Google Play Protect (https://support.google.com/googleplay/answer/2812853)) is enabled on the device.
-          &quot;developmentSettingsEnabled&quot;: True or False, # Whether developer mode is enabled on the device.
           &quot;isDeviceSecure&quot;: True or False, # Whether the device is secured with PIN/password.
+          &quot;verifyAppsEnabled&quot;: True or False, # Whether Verify Apps (Google Play Protect (https://support.google.com/googleplay/answer/2812853)) is enabled on the device.
+          &quot;unknownSourcesEnabled&quot;: True or False, # Whether installing apps from unknown sources is enabled.
+          &quot;developmentSettingsEnabled&quot;: True or False, # Whether developer mode is enabled on the device.
           &quot;encryptionStatus&quot;: &quot;A String&quot;, # Encryption status from DevicePolicyManager.
+          &quot;adbEnabled&quot;: True or False, # Whether ADB (https://developer.android.com/studio/command-line/adb.html) is enabled on the device.
         },
         &quot;ownership&quot;: &quot;A String&quot;, # Ownership of the managed device.
+        &quot;displays&quot;: [ # Detailed information about displays on the device. This information is only available if displayInfoEnabled is true in the device&#x27;s policy.
+          { # Device display information.
+            &quot;name&quot;: &quot;A String&quot;, # Name of the display.
+            &quot;density&quot;: 42, # Display density expressed as dots-per-inch.
+            &quot;state&quot;: &quot;A String&quot;, # State of the display.
+            &quot;width&quot;: 42, # Display width in pixels.
+            &quot;height&quot;: 42, # Display height in pixels.
+            &quot;refreshRate&quot;: 42, # Refresh rate of the display in frames per second.
+            &quot;displayId&quot;: 42, # Unique display id.
+          },
+        ],
+        &quot;enrollmentTokenName&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token, this field contains the name of the token.
         &quot;hardwareInfo&quot;: { # Information about device hardware. The fields related to temperature thresholds are only available if hardwareStatusEnabled is true in the device&#x27;s policy. # Detailed information about the device hardware.
-          &quot;serialNumber&quot;: &quot;A String&quot;, # The device serial number.
-          &quot;hardware&quot;: &quot;A String&quot;, # Name of the hardware. For example, Angler.
           &quot;batteryShutdownTemperatures&quot;: [ # Battery shutdown temperature thresholds in Celsius for each battery on the device.
             3.14,
           ],
+          &quot;model&quot;: &quot;A String&quot;, # The model of the device. For example, Asus Nexus 7.
+          &quot;deviceBasebandVersion&quot;: &quot;A String&quot;, # Baseband version. For example, MDM9625_104662.22.05.34p.
+          &quot;skinShutdownTemperatures&quot;: [ # Device skin shutdown temperature thresholds in Celsius.
+            3.14,
+          ],
+          &quot;gpuShutdownTemperatures&quot;: [ # GPU shutdown temperature thresholds in Celsius for each GPU on the device.
+            3.14,
+          ],
+          &quot;hardware&quot;: &quot;A String&quot;, # Name of the hardware. For example, Angler.
+          &quot;brand&quot;: &quot;A String&quot;, # Brand of the device. For example, Google.
+          &quot;cpuThrottlingTemperatures&quot;: [ # CPU throttling temperature thresholds in Celsius for each CPU on the device.
+            3.14,
+          ],
           &quot;batteryThrottlingTemperatures&quot;: [ # Battery throttling temperature thresholds in Celsius for each battery on the device.
             3.14,
           ],
@@ -518,80 +572,32 @@
           &quot;skinThrottlingTemperatures&quot;: [ # Device skin throttling temperature thresholds in Celsius.
             3.14,
           ],
-          &quot;skinShutdownTemperatures&quot;: [ # Device skin shutdown temperature thresholds in Celsius.
-            3.14,
-          ],
-          &quot;gpuShutdownTemperatures&quot;: [ # GPU shutdown temperature thresholds in Celsius for each GPU on the device.
-            3.14,
-          ],
-          &quot;brand&quot;: &quot;A String&quot;, # Brand of the device. For example, Google.
-          &quot;model&quot;: &quot;A String&quot;, # The model of the device. For example, Asus Nexus 7.
-          &quot;deviceBasebandVersion&quot;: &quot;A String&quot;, # Baseband version. For example, MDM9625_104662.22.05.34p.
-          &quot;cpuThrottlingTemperatures&quot;: [ # CPU throttling temperature thresholds in Celsius for each CPU on the device.
-            3.14,
-          ],
-          &quot;manufacturer&quot;: &quot;A String&quot;, # Manufacturer. For example, Motorola.
           &quot;gpuThrottlingTemperatures&quot;: [ # GPU throttling temperature thresholds in Celsius for each GPU on the device.
             3.14,
           ],
+          &quot;serialNumber&quot;: &quot;A String&quot;, # The device serial number.
+          &quot;manufacturer&quot;: &quot;A String&quot;, # Manufacturer. For example, Motorola.
         },
-        &quot;enrollmentTime&quot;: &quot;A String&quot;, # The time of device enrollment.
-        &quot;name&quot;: &quot;A String&quot;, # The name of the device in the form enterprises/{enterpriseId}/devices/{deviceId}.
-        &quot;user&quot;: { # A user belonging to an enterprise. # The user who owns the device.
-          &quot;accountIdentifier&quot;: &quot;A String&quot;, # A unique identifier you create for this user, such as user342 or asset#44418. This field must be set when the user is created and can&#x27;t be updated. This field must not contain personally identifiable information (PII). This identifier must be 1024 characters or less; otherwise, the update policy request will fail.
-        },
-        &quot;commonCriteriaModeInfo&quot;: { # Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device&#x27;s policy. # Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device&#x27;s policy.
-          &quot;commonCriteriaModeStatus&quot;: &quot;A String&quot;, # Whether Common Criteria Mode is enabled.
-        },
-        &quot;systemProperties&quot;: { # Map of selected system properties name and value related to the device. This information is only available if systemPropertiesEnabled is true in the device&#x27;s policy.
-          &quot;a_key&quot;: &quot;A String&quot;,
-        },
-        &quot;nonComplianceDetails&quot;: [ # Details about policy settings that the device is not compliant with.
-          { # Provides detail about non-compliance with a policy setting.
-            &quot;installationFailureReason&quot;: &quot;A String&quot;, # If package_name is set and the non-compliance reason is APP_NOT_INSTALLED or APP_NOT_UPDATED, the detailed reason the app can&#x27;t be installed or updated.
-            &quot;fieldPath&quot;: &quot;A String&quot;, # For settings with nested fields, if a particular nested field is out of compliance, this specifies the full path to the offending field. The path is formatted in the same way the policy JSON field would be referenced in JavaScript, that is: 1) For object-typed fields, the field name is followed by a dot then by a subfield name. 2) For array-typed fields, the field name is followed by the array index enclosed in brackets. For example, to indicate a problem with the url field in the externalData field in the 3rd application, the path would be applications[2].externalData.url
-            &quot;packageName&quot;: &quot;A String&quot;, # The package name indicating which app is out of compliance, if applicable.
-            &quot;settingName&quot;: &quot;A String&quot;, # The name of the policy setting. This is the JSON field name of a top-level Policy field.
-            &quot;nonComplianceReason&quot;: &quot;A String&quot;, # The reason the device is not in compliance with the setting.
-            &quot;currentValue&quot;: &quot;&quot;, # If the policy setting could not be applied, the current value of the setting on the device.
+        &quot;softwareInfo&quot;: { # Information about device software. # Detailed information about the device software. This information is only available if softwareInfoEnabled is true in the device&#x27;s policy.
+          &quot;androidDevicePolicyVersionName&quot;: &quot;A String&quot;, # The Android Device Policy app version as displayed to the user.
+          &quot;androidDevicePolicyVersionCode&quot;: 42, # The Android Device Policy app version code.
+          &quot;androidBuildNumber&quot;: &quot;A String&quot;, # Android build ID string meant for displaying to the user. For example, shamu-userdebug 6.0.1 MOB30I 2756745 dev-keys.
+          &quot;systemUpdateInfo&quot;: { # Information about a potential pending system update. # Information about a potential pending system update.
+            &quot;updateReceivedTime&quot;: &quot;A String&quot;, # The time when the update was first available. A zero value indicates that this field is not set. This field is set only if an update is available (that is, updateStatus is neither UPDATE_STATUS_UNKNOWN nor UP_TO_DATE).
+            &quot;updateStatus&quot;: &quot;A String&quot;, # The status of an update: whether an update exists and what type it is.
           },
-        ],
-        &quot;applicationReports&quot;: [ # Reports for apps installed on the device. This information is only available when application_reports_enabled is true in the device&#x27;s policy.
-          { # Information reported about an installed app.
-            &quot;applicationSource&quot;: &quot;A String&quot;, # The source of the package.
-            &quot;displayName&quot;: &quot;A String&quot;, # The display name of the app.
-            &quot;state&quot;: &quot;A String&quot;, # Application state.
-            &quot;packageName&quot;: &quot;A String&quot;, # Package name of the app.
-            &quot;versionName&quot;: &quot;A String&quot;, # The app version as displayed to the user.
-            &quot;keyedAppStates&quot;: [ # List of keyed app states reported by the app.
-              { # Keyed app state reported by the app.
-                &quot;severity&quot;: &quot;A String&quot;, # The severity of the app state.
-                &quot;message&quot;: &quot;A String&quot;, # Optionally, a free-form message string to explain the app state. If the state was triggered by a particular value (e.g. a managed configuration value), it should be included in the message.
-                &quot;key&quot;: &quot;A String&quot;, # The key for the app state. Acts as a point of reference for what the app is providing state for. For example, when providing managed configuration feedback, this key could be the managed configuration key.
-                &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the app state on the device.
-                &quot;data&quot;: &quot;A String&quot;, # Optionally, a machine-readable value to be read by the EMM. For example, setting values that the admin can choose to query against in the EMM console (e.g. “notify me if the battery_warning data &lt; 10”).
-                &quot;lastUpdateTime&quot;: &quot;A String&quot;, # The time the app state was most recently updated.
-              },
-            ],
-            &quot;events&quot;: [ # List of app events. The most recent 20 events are stored in the list.
-              { # An app-related event.
-                &quot;eventType&quot;: &quot;A String&quot;, # App event type.
-                &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
-              },
-            ],
-            &quot;signingKeyCertFingerprints&quot;: [ # The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.
-              &quot;A String&quot;,
-            ],
-            &quot;installerPackageName&quot;: &quot;A String&quot;, # The package name of the app that installed this app.
-            &quot;versionCode&quot;: 42, # The app version code, which can be used to determine whether one version is more recent than another.
-            &quot;packageSha256Hash&quot;: &quot;A String&quot;, # The SHA-256 hash of the app&#x27;s APK file, which can be used to verify the app hasn&#x27;t been modified. Each byte of the hash value is represented as a two-digit hexadecimal number.
-          },
-        ],
+          &quot;bootloaderVersion&quot;: &quot;A String&quot;, # The system bootloader version number, e.g. 0.6.7.
+          &quot;androidBuildTime&quot;: &quot;A String&quot;, # Build time.
+          &quot;androidVersion&quot;: &quot;A String&quot;, # The user-visible Android version string. For example, 6.0.1.
+          &quot;deviceKernelVersion&quot;: &quot;A String&quot;, # Kernel version, for example, 2.6.32.9-g103d848.
+          &quot;primaryLanguageCode&quot;: &quot;A String&quot;, # An IETF BCP 47 language code for the primary locale on the device.
+          &quot;securityPatchLevel&quot;: &quot;A String&quot;, # Security patch level, e.g. 2016-05-01.
+          &quot;deviceBuildSignature&quot;: &quot;A String&quot;, # SHA-256 hash of android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the system package, which can be used to verify that the system build hasn&#x27;t been modified.
+        },
         &quot;securityPosture&quot;: { # The security posture of the device, as determined by the current device state and the policies applied. # Device&#x27;s security posture value that reflects how secure the device is.
           &quot;devicePosture&quot;: &quot;A String&quot;, # Device&#x27;s security posture value.
           &quot;postureDetails&quot;: [ # Additional details regarding the security posture of the device.
             { # Additional details regarding the security posture of the device.
-              &quot;securityRisk&quot;: &quot;A String&quot;, # A specific security risk that negatively affects the security posture of the device.
               &quot;advice&quot;: [ # Corresponding admin-facing advice to mitigate this security risk and improve the security posture of the device.
                 { # Provides a user-facing message with locale info. The maximum message length is 4096 characters.
                   &quot;localizedMessages&quot;: { # A map containing pairs, where locale is a well-formed BCP 47 language (https://www.w3.org/International/articles/language-tags/) code, such as en-US, es-ES, or fr.
@@ -600,38 +606,32 @@
                   &quot;defaultMessage&quot;: &quot;A String&quot;, # The default message displayed if no localized message is specified or the user&#x27;s locale doesn&#x27;t match with any of the localized messages. A default message must be provided if any localized messages are provided.
                 },
               ],
+              &quot;securityRisk&quot;: &quot;A String&quot;, # A specific security risk that negatively affects the security posture of the device.
             },
           ],
         },
-        &quot;displays&quot;: [ # Detailed information about displays on the device. This information is only available if displayInfoEnabled is true in the device&#x27;s policy.
-          { # Device display information.
-            &quot;height&quot;: 42, # Display height in pixels.
-            &quot;refreshRate&quot;: 42, # Refresh rate of the display in frames per second.
-            &quot;displayId&quot;: 42, # Unique display id.
-            &quot;width&quot;: 42, # Display width in pixels.
-            &quot;density&quot;: 42, # Display density expressed as dots-per-inch.
-            &quot;name&quot;: &quot;A String&quot;, # Name of the display.
-            &quot;state&quot;: &quot;A String&quot;, # State of the display.
+        &quot;nonComplianceDetails&quot;: [ # Details about policy settings that the device is not compliant with.
+          { # Provides detail about non-compliance with a policy setting.
+            &quot;packageName&quot;: &quot;A String&quot;, # The package name indicating which app is out of compliance, if applicable.
+            &quot;installationFailureReason&quot;: &quot;A String&quot;, # If package_name is set and the non-compliance reason is APP_NOT_INSTALLED or APP_NOT_UPDATED, the detailed reason the app can&#x27;t be installed or updated.
+            &quot;fieldPath&quot;: &quot;A String&quot;, # For settings with nested fields, if a particular nested field is out of compliance, this specifies the full path to the offending field. The path is formatted in the same way the policy JSON field would be referenced in JavaScript, that is: 1) For object-typed fields, the field name is followed by a dot then by a subfield name. 2) For array-typed fields, the field name is followed by the array index enclosed in brackets. For example, to indicate a problem with the url field in the externalData field in the 3rd application, the path would be applications[2].externalData.url
+            &quot;nonComplianceReason&quot;: &quot;A String&quot;, # The reason the device is not in compliance with the setting.
+            &quot;currentValue&quot;: &quot;&quot;, # If the policy setting could not be applied, the current value of the setting on the device.
+            &quot;settingName&quot;: &quot;A String&quot;, # The name of the policy setting. This is the JSON field name of a top-level Policy field.
           },
         ],
-        &quot;appliedState&quot;: &quot;A String&quot;, # The state currently applied to the device.
-        &quot;enrollmentTokenName&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token, this field contains the name of the token.
-        &quot;lastStatusReportTime&quot;: &quot;A String&quot;, # The last time the device sent a status report.
-        &quot;memoryEvents&quot;: [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
-          { # An event related to memory and storage measurements.
-            &quot;byteCount&quot;: &quot;A String&quot;, # The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.
-            &quot;eventType&quot;: &quot;A String&quot;, # Event type.
-            &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
-          },
-        ],
-        &quot;policyCompliant&quot;: True or False, # Whether the device is compliant with its policy.
-        &quot;apiLevel&quot;: 42, # The API level of the Android platform version running on the device.
-        &quot;state&quot;: &quot;A String&quot;, # The state to be applied to the device. This field can be modified by a patch request. Note that when calling enterprises.devices.patch, ACTIVE and DISABLED are the only allowable values. To enter the device into a DELETED state, call enterprises.devices.delete.
-        &quot;lastPolicySyncTime&quot;: &quot;A String&quot;, # The last time the device fetched its policy.
-        &quot;memoryInfo&quot;: { # Information about device memory and storage. # Memory information. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
-          &quot;totalRam&quot;: &quot;A String&quot;, # Total RAM on device in bytes.
-          &quot;totalInternalStorage&quot;: &quot;A String&quot;, # Total internal storage on device in bytes.
+        &quot;networkInfo&quot;: { # Device network info. # Device network information. This information is only available if networkInfoEnabled is true in the device&#x27;s policy.
+          &quot;networkOperatorName&quot;: &quot;A String&quot;, # Alphabetic name of current registered operator. For example, Vodafone.
+          &quot;imei&quot;: &quot;A String&quot;, # IMEI number of the GSM device. For example, A1000031212.
+          &quot;meid&quot;: &quot;A String&quot;, # MEID number of the CDMA device. For example, A00000292788E1.
+          &quot;wifiMacAddress&quot;: &quot;A String&quot;, # Wi-Fi MAC address of the device. For example, 7c:11:11:11:11:11.
         },
+        &quot;managementMode&quot;: &quot;A String&quot;, # The type of management mode Android Device Policy takes on the device. This influences which policy settings are supported.
+        &quot;appliedPolicyVersion&quot;: &quot;A String&quot;, # The version of the policy currently applied to the device.
+        &quot;name&quot;: &quot;A String&quot;, # The name of the device in the form enterprises/{enterpriseId}/devices/{deviceId}.
+        &quot;previousDeviceNames&quot;: [ # If the same physical device has been enrolled multiple times, this field contains its previous device names. The serial number is used as the unique identifier to determine if the same physical device has enrolled previously. The names are in chronological order.
+          &quot;A String&quot;,
+        ],
       },
     ],
   }</pre>
@@ -661,67 +661,48 @@
     The object takes the form of:
 
 { # A device owned by an enterprise. Unless otherwise noted, all fields are read-only and can&#x27;t be modified by enterprises.devices.patch.
-  &quot;appliedPolicyVersion&quot;: &quot;A String&quot;, # The version of the policy currently applied to the device.
+  &quot;lastPolicyComplianceReportTime&quot;: &quot;A String&quot;, # Deprecated.
+  &quot;state&quot;: &quot;A String&quot;, # The state to be applied to the device. This field can be modified by a patch request. Note that when calling enterprises.devices.patch, ACTIVE and DISABLED are the only allowable values. To enter the device into a DELETED state, call enterprises.devices.delete.
+  &quot;apiLevel&quot;: 42, # The API level of the Android platform version running on the device.
+  &quot;userName&quot;: &quot;A String&quot;, # The resource name of the user that owns this device in the form enterprises/{enterpriseId}/users/{userId}.
+  &quot;memoryInfo&quot;: { # Information about device memory and storage. # Memory information. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
+    &quot;totalRam&quot;: &quot;A String&quot;, # Total RAM on device in bytes.
+    &quot;totalInternalStorage&quot;: &quot;A String&quot;, # Total internal storage on device in bytes.
+  },
+  &quot;policyCompliant&quot;: True or False, # Whether the device is compliant with its policy.
+  &quot;enrollmentTokenData&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token with additional data provided, this field contains that data.
+  &quot;appliedPolicyName&quot;: &quot;A String&quot;, # The name of the policy currently applied to the device.
   &quot;hardwareStatusSamples&quot;: [ # Hardware status samples in chronological order. This information is only available if hardwareStatusEnabled is true in the device&#x27;s policy.
     { # Hardware status. Temperatures may be compared to the temperature thresholds available in hardwareInfo to determine hardware health.
-      &quot;createTime&quot;: &quot;A String&quot;, # The time the measurements were taken.
-      &quot;fanSpeeds&quot;: [ # Fan speeds in RPM for each fan on the device. Empty array means that there are no fans or fan speed is not supported on the system.
-        3.14,
-      ],
-      &quot;batteryTemperatures&quot;: [ # Current battery temperatures in Celsius for each battery on the device.
-        3.14,
-      ],
       &quot;gpuTemperatures&quot;: [ # Current GPU temperatures in Celsius for each GPU on the device.
         3.14,
       ],
-      &quot;cpuTemperatures&quot;: [ # Current CPU temperatures in Celsius for each CPU on the device.
-        3.14,
-      ],
       &quot;skinTemperatures&quot;: [ # Current device skin temperatures in Celsius.
         3.14,
       ],
+      &quot;batteryTemperatures&quot;: [ # Current battery temperatures in Celsius for each battery on the device.
+        3.14,
+      ],
       &quot;cpuUsages&quot;: [ # CPU usages in percentage for each core available on the device. Usage is 0 for each unplugged core. Empty array implies that CPU usage is not supported in the system.
         3.14,
       ],
+      &quot;fanSpeeds&quot;: [ # Fan speeds in RPM for each fan on the device. Empty array means that there are no fans or fan speed is not supported on the system.
+        3.14,
+      ],
+      &quot;cpuTemperatures&quot;: [ # Current CPU temperatures in Celsius for each CPU on the device.
+        3.14,
+      ],
+      &quot;createTime&quot;: &quot;A String&quot;, # The time the measurements were taken.
     },
   ],
-  &quot;powerManagementEvents&quot;: [ # Power management events on the device in chronological order. This information is only available if powerManagementEventsEnabled is true in the device&#x27;s policy.
-    { # A power management event.
+  &quot;appliedState&quot;: &quot;A String&quot;, # The state currently applied to the device.
+  &quot;memoryEvents&quot;: [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
+    { # An event related to memory and storage measurements.
+      &quot;byteCount&quot;: &quot;A String&quot;, # The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.
       &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
       &quot;eventType&quot;: &quot;A String&quot;, # Event type.
-      &quot;batteryLevel&quot;: 3.14, # For BATTERY_LEVEL_COLLECTED events, the battery level as a percentage.
     },
   ],
-  &quot;managementMode&quot;: &quot;A String&quot;, # The type of management mode Android Device Policy takes on the device. This influences which policy settings are supported.
-  &quot;previousDeviceNames&quot;: [ # If the same physical device has been enrolled multiple times, this field contains its previous device names. The serial number is used as the unique identifier to determine if the same physical device has enrolled previously. The names are in chronological order.
-    &quot;A String&quot;,
-  ],
-  &quot;networkInfo&quot;: { # Device network info. # Device network information. This information is only available if networkInfoEnabled is true in the device&#x27;s policy.
-    &quot;meid&quot;: &quot;A String&quot;, # MEID number of the CDMA device. For example, A00000292788E1.
-    &quot;networkOperatorName&quot;: &quot;A String&quot;, # Alphabetic name of current registered operator. For example, Vodafone.
-    &quot;imei&quot;: &quot;A String&quot;, # IMEI number of the GSM device. For example, A1000031212.
-    &quot;wifiMacAddress&quot;: &quot;A String&quot;, # Wi-Fi MAC address of the device. For example, 7c:11:11:11:11:11.
-  },
-  &quot;softwareInfo&quot;: { # Information about device software. # Detailed information about the device software. This information is only available if softwareInfoEnabled is true in the device&#x27;s policy.
-    &quot;deviceBuildSignature&quot;: &quot;A String&quot;, # SHA-256 hash of android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the system package, which can be used to verify that the system build hasn&#x27;t been modified.
-    &quot;androidDevicePolicyVersionName&quot;: &quot;A String&quot;, # The Android Device Policy app version as displayed to the user.
-    &quot;bootloaderVersion&quot;: &quot;A String&quot;, # The system bootloader version number, e.g. 0.6.7.
-    &quot;androidVersion&quot;: &quot;A String&quot;, # The user-visible Android version string. For example, 6.0.1.
-    &quot;androidBuildNumber&quot;: &quot;A String&quot;, # Android build ID string meant for displaying to the user. For example, shamu-userdebug 6.0.1 MOB30I 2756745 dev-keys.
-    &quot;securityPatchLevel&quot;: &quot;A String&quot;, # Security patch level, e.g. 2016-05-01.
-    &quot;primaryLanguageCode&quot;: &quot;A String&quot;, # An IETF BCP 47 language code for the primary locale on the device.
-    &quot;androidDevicePolicyVersionCode&quot;: 42, # The Android Device Policy app version code.
-    &quot;deviceKernelVersion&quot;: &quot;A String&quot;, # Kernel version, for example, 2.6.32.9-g103d848.
-    &quot;androidBuildTime&quot;: &quot;A String&quot;, # Build time.
-    &quot;systemUpdateInfo&quot;: { # Information about a potential pending system update. # Information about a potential pending system update.
-      &quot;updateStatus&quot;: &quot;A String&quot;, # The status of an update: whether an update exists and what type it is.
-      &quot;updateReceivedTime&quot;: &quot;A String&quot;, # The time when the update was first available. A zero value indicates that this field is not set. This field is set only if an update is available (that is, updateStatus is neither UPDATE_STATUS_UNKNOWN nor UP_TO_DATE).
-    },
-  },
-  &quot;enrollmentTokenData&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token with additional data provided, this field contains that data.
-  &quot;userName&quot;: &quot;A String&quot;, # The resource name of the user that owns this device in the form enterprises/{enterpriseId}/users/{userId}.
-  &quot;lastPolicyComplianceReportTime&quot;: &quot;A String&quot;, # Deprecated.
-  &quot;appliedPolicyName&quot;: &quot;A String&quot;, # The name of the policy currently applied to the device.
   &quot;disabledReason&quot;: { # Provides a user-facing message with locale info. The maximum message length is 4096 characters. # If the device state is DISABLED, an optional message that is displayed on the device indicating the reason the device is disabled. This field can be modified by a patch request.
     &quot;localizedMessages&quot;: { # A map containing pairs, where locale is a well-formed BCP 47 language (https://www.w3.org/International/articles/language-tags/) code, such as en-US, es-ES, or fr.
       &quot;a_key&quot;: &quot;A String&quot;,
@@ -729,22 +710,95 @@
     &quot;defaultMessage&quot;: &quot;A String&quot;, # The default message displayed if no localized message is specified or the user&#x27;s locale doesn&#x27;t match with any of the localized messages. A default message must be provided if any localized messages are provided.
   },
   &quot;policyName&quot;: &quot;A String&quot;, # The name of the policy applied to the device, in the form enterprises/{enterpriseId}/policies/{policyId}. If not specified, the policy_name for the device&#x27;s user is applied. This field can be modified by a patch request. You can specify only the policyId when calling enterprises.devices.patch, as long as the policyId doesn’t contain any slashes. The rest of the policy name is inferred.
+  &quot;enrollmentTime&quot;: &quot;A String&quot;, # The time of device enrollment.
+  &quot;lastPolicySyncTime&quot;: &quot;A String&quot;, # The last time the device fetched its policy.
+  &quot;systemProperties&quot;: { # Map of selected system properties name and value related to the device. This information is only available if systemPropertiesEnabled is true in the device&#x27;s policy.
+    &quot;a_key&quot;: &quot;A String&quot;,
+  },
+  &quot;commonCriteriaModeInfo&quot;: { # Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device&#x27;s policy. # Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device&#x27;s policy.
+    &quot;commonCriteriaModeStatus&quot;: &quot;A String&quot;, # Whether Common Criteria Mode is enabled.
+  },
+  &quot;lastStatusReportTime&quot;: &quot;A String&quot;, # The last time the device sent a status report.
+  &quot;applicationReports&quot;: [ # Reports for apps installed on the device. This information is only available when application_reports_enabled is true in the device&#x27;s policy.
+    { # Information reported about an installed app.
+      &quot;displayName&quot;: &quot;A String&quot;, # The display name of the app.
+      &quot;packageName&quot;: &quot;A String&quot;, # Package name of the app.
+      &quot;state&quot;: &quot;A String&quot;, # Application state.
+      &quot;signingKeyCertFingerprints&quot;: [ # The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.
+        &quot;A String&quot;,
+      ],
+      &quot;installerPackageName&quot;: &quot;A String&quot;, # The package name of the app that installed this app.
+      &quot;packageSha256Hash&quot;: &quot;A String&quot;, # The SHA-256 hash of the app&#x27;s APK file, which can be used to verify the app hasn&#x27;t been modified. Each byte of the hash value is represented as a two-digit hexadecimal number.
+      &quot;keyedAppStates&quot;: [ # List of keyed app states reported by the app.
+        { # Keyed app state reported by the app.
+          &quot;severity&quot;: &quot;A String&quot;, # The severity of the app state.
+          &quot;message&quot;: &quot;A String&quot;, # Optionally, a free-form message string to explain the app state. If the state was triggered by a particular value (e.g. a managed configuration value), it should be included in the message.
+          &quot;key&quot;: &quot;A String&quot;, # The key for the app state. Acts as a point of reference for what the app is providing state for. For example, when providing managed configuration feedback, this key could be the managed configuration key.
+          &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the app state on the device.
+          &quot;lastUpdateTime&quot;: &quot;A String&quot;, # The time the app state was most recently updated.
+          &quot;data&quot;: &quot;A String&quot;, # Optionally, a machine-readable value to be read by the EMM. For example, setting values that the admin can choose to query against in the EMM console (e.g. “notify me if the battery_warning data &lt; 10”).
+        },
+      ],
+      &quot;applicationSource&quot;: &quot;A String&quot;, # The source of the package.
+      &quot;versionName&quot;: &quot;A String&quot;, # The app version as displayed to the user.
+      &quot;versionCode&quot;: 42, # The app version code, which can be used to determine whether one version is more recent than another.
+      &quot;events&quot;: [ # List of app events. The most recent 20 events are stored in the list.
+        { # An app-related event.
+          &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
+          &quot;eventType&quot;: &quot;A String&quot;, # App event type.
+        },
+      ],
+    },
+  ],
+  &quot;powerManagementEvents&quot;: [ # Power management events on the device in chronological order. This information is only available if powerManagementEventsEnabled is true in the device&#x27;s policy.
+    { # A power management event.
+      &quot;batteryLevel&quot;: 3.14, # For BATTERY_LEVEL_COLLECTED events, the battery level as a percentage.
+      &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
+      &quot;eventType&quot;: &quot;A String&quot;, # Event type.
+    },
+  ],
+  &quot;user&quot;: { # A user belonging to an enterprise. # The user who owns the device.
+    &quot;accountIdentifier&quot;: &quot;A String&quot;, # A unique identifier you create for this user, such as user342 or asset#44418. This field must be set when the user is created and can&#x27;t be updated. This field must not contain personally identifiable information (PII). This identifier must be 1024 characters or less; otherwise, the update policy request will fail.
+  },
   &quot;deviceSettings&quot;: { # Information about security related device settings on device. # Device settings information. This information is only available if deviceSettingsEnabled is true in the device&#x27;s policy.
-    &quot;unknownSourcesEnabled&quot;: True or False, # Whether installing apps from unknown sources is enabled.
     &quot;isEncrypted&quot;: True or False, # Whether the storage encryption is enabled.
-    &quot;adbEnabled&quot;: True or False, # Whether ADB (https://developer.android.com/studio/command-line/adb.html) is enabled on the device.
-    &quot;verifyAppsEnabled&quot;: True or False, # Whether Verify Apps (Google Play Protect (https://support.google.com/googleplay/answer/2812853)) is enabled on the device.
-    &quot;developmentSettingsEnabled&quot;: True or False, # Whether developer mode is enabled on the device.
     &quot;isDeviceSecure&quot;: True or False, # Whether the device is secured with PIN/password.
+    &quot;verifyAppsEnabled&quot;: True or False, # Whether Verify Apps (Google Play Protect (https://support.google.com/googleplay/answer/2812853)) is enabled on the device.
+    &quot;unknownSourcesEnabled&quot;: True or False, # Whether installing apps from unknown sources is enabled.
+    &quot;developmentSettingsEnabled&quot;: True or False, # Whether developer mode is enabled on the device.
     &quot;encryptionStatus&quot;: &quot;A String&quot;, # Encryption status from DevicePolicyManager.
+    &quot;adbEnabled&quot;: True or False, # Whether ADB (https://developer.android.com/studio/command-line/adb.html) is enabled on the device.
   },
   &quot;ownership&quot;: &quot;A String&quot;, # Ownership of the managed device.
+  &quot;displays&quot;: [ # Detailed information about displays on the device. This information is only available if displayInfoEnabled is true in the device&#x27;s policy.
+    { # Device display information.
+      &quot;name&quot;: &quot;A String&quot;, # Name of the display.
+      &quot;density&quot;: 42, # Display density expressed as dots-per-inch.
+      &quot;state&quot;: &quot;A String&quot;, # State of the display.
+      &quot;width&quot;: 42, # Display width in pixels.
+      &quot;height&quot;: 42, # Display height in pixels.
+      &quot;refreshRate&quot;: 42, # Refresh rate of the display in frames per second.
+      &quot;displayId&quot;: 42, # Unique display id.
+    },
+  ],
+  &quot;enrollmentTokenName&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token, this field contains the name of the token.
   &quot;hardwareInfo&quot;: { # Information about device hardware. The fields related to temperature thresholds are only available if hardwareStatusEnabled is true in the device&#x27;s policy. # Detailed information about the device hardware.
-    &quot;serialNumber&quot;: &quot;A String&quot;, # The device serial number.
-    &quot;hardware&quot;: &quot;A String&quot;, # Name of the hardware. For example, Angler.
     &quot;batteryShutdownTemperatures&quot;: [ # Battery shutdown temperature thresholds in Celsius for each battery on the device.
       3.14,
     ],
+    &quot;model&quot;: &quot;A String&quot;, # The model of the device. For example, Asus Nexus 7.
+    &quot;deviceBasebandVersion&quot;: &quot;A String&quot;, # Baseband version. For example, MDM9625_104662.22.05.34p.
+    &quot;skinShutdownTemperatures&quot;: [ # Device skin shutdown temperature thresholds in Celsius.
+      3.14,
+    ],
+    &quot;gpuShutdownTemperatures&quot;: [ # GPU shutdown temperature thresholds in Celsius for each GPU on the device.
+      3.14,
+    ],
+    &quot;hardware&quot;: &quot;A String&quot;, # Name of the hardware. For example, Angler.
+    &quot;brand&quot;: &quot;A String&quot;, # Brand of the device. For example, Google.
+    &quot;cpuThrottlingTemperatures&quot;: [ # CPU throttling temperature thresholds in Celsius for each CPU on the device.
+      3.14,
+    ],
     &quot;batteryThrottlingTemperatures&quot;: [ # Battery throttling temperature thresholds in Celsius for each battery on the device.
       3.14,
     ],
@@ -754,80 +808,32 @@
     &quot;skinThrottlingTemperatures&quot;: [ # Device skin throttling temperature thresholds in Celsius.
       3.14,
     ],
-    &quot;skinShutdownTemperatures&quot;: [ # Device skin shutdown temperature thresholds in Celsius.
-      3.14,
-    ],
-    &quot;gpuShutdownTemperatures&quot;: [ # GPU shutdown temperature thresholds in Celsius for each GPU on the device.
-      3.14,
-    ],
-    &quot;brand&quot;: &quot;A String&quot;, # Brand of the device. For example, Google.
-    &quot;model&quot;: &quot;A String&quot;, # The model of the device. For example, Asus Nexus 7.
-    &quot;deviceBasebandVersion&quot;: &quot;A String&quot;, # Baseband version. For example, MDM9625_104662.22.05.34p.
-    &quot;cpuThrottlingTemperatures&quot;: [ # CPU throttling temperature thresholds in Celsius for each CPU on the device.
-      3.14,
-    ],
-    &quot;manufacturer&quot;: &quot;A String&quot;, # Manufacturer. For example, Motorola.
     &quot;gpuThrottlingTemperatures&quot;: [ # GPU throttling temperature thresholds in Celsius for each GPU on the device.
       3.14,
     ],
+    &quot;serialNumber&quot;: &quot;A String&quot;, # The device serial number.
+    &quot;manufacturer&quot;: &quot;A String&quot;, # Manufacturer. For example, Motorola.
   },
-  &quot;enrollmentTime&quot;: &quot;A String&quot;, # The time of device enrollment.
-  &quot;name&quot;: &quot;A String&quot;, # The name of the device in the form enterprises/{enterpriseId}/devices/{deviceId}.
-  &quot;user&quot;: { # A user belonging to an enterprise. # The user who owns the device.
-    &quot;accountIdentifier&quot;: &quot;A String&quot;, # A unique identifier you create for this user, such as user342 or asset#44418. This field must be set when the user is created and can&#x27;t be updated. This field must not contain personally identifiable information (PII). This identifier must be 1024 characters or less; otherwise, the update policy request will fail.
-  },
-  &quot;commonCriteriaModeInfo&quot;: { # Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device&#x27;s policy. # Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device&#x27;s policy.
-    &quot;commonCriteriaModeStatus&quot;: &quot;A String&quot;, # Whether Common Criteria Mode is enabled.
-  },
-  &quot;systemProperties&quot;: { # Map of selected system properties name and value related to the device. This information is only available if systemPropertiesEnabled is true in the device&#x27;s policy.
-    &quot;a_key&quot;: &quot;A String&quot;,
-  },
-  &quot;nonComplianceDetails&quot;: [ # Details about policy settings that the device is not compliant with.
-    { # Provides detail about non-compliance with a policy setting.
-      &quot;installationFailureReason&quot;: &quot;A String&quot;, # If package_name is set and the non-compliance reason is APP_NOT_INSTALLED or APP_NOT_UPDATED, the detailed reason the app can&#x27;t be installed or updated.
-      &quot;fieldPath&quot;: &quot;A String&quot;, # For settings with nested fields, if a particular nested field is out of compliance, this specifies the full path to the offending field. The path is formatted in the same way the policy JSON field would be referenced in JavaScript, that is: 1) For object-typed fields, the field name is followed by a dot then by a subfield name. 2) For array-typed fields, the field name is followed by the array index enclosed in brackets. For example, to indicate a problem with the url field in the externalData field in the 3rd application, the path would be applications[2].externalData.url
-      &quot;packageName&quot;: &quot;A String&quot;, # The package name indicating which app is out of compliance, if applicable.
-      &quot;settingName&quot;: &quot;A String&quot;, # The name of the policy setting. This is the JSON field name of a top-level Policy field.
-      &quot;nonComplianceReason&quot;: &quot;A String&quot;, # The reason the device is not in compliance with the setting.
-      &quot;currentValue&quot;: &quot;&quot;, # If the policy setting could not be applied, the current value of the setting on the device.
+  &quot;softwareInfo&quot;: { # Information about device software. # Detailed information about the device software. This information is only available if softwareInfoEnabled is true in the device&#x27;s policy.
+    &quot;androidDevicePolicyVersionName&quot;: &quot;A String&quot;, # The Android Device Policy app version as displayed to the user.
+    &quot;androidDevicePolicyVersionCode&quot;: 42, # The Android Device Policy app version code.
+    &quot;androidBuildNumber&quot;: &quot;A String&quot;, # Android build ID string meant for displaying to the user. For example, shamu-userdebug 6.0.1 MOB30I 2756745 dev-keys.
+    &quot;systemUpdateInfo&quot;: { # Information about a potential pending system update. # Information about a potential pending system update.
+      &quot;updateReceivedTime&quot;: &quot;A String&quot;, # The time when the update was first available. A zero value indicates that this field is not set. This field is set only if an update is available (that is, updateStatus is neither UPDATE_STATUS_UNKNOWN nor UP_TO_DATE).
+      &quot;updateStatus&quot;: &quot;A String&quot;, # The status of an update: whether an update exists and what type it is.
     },
-  ],
-  &quot;applicationReports&quot;: [ # Reports for apps installed on the device. This information is only available when application_reports_enabled is true in the device&#x27;s policy.
-    { # Information reported about an installed app.
-      &quot;applicationSource&quot;: &quot;A String&quot;, # The source of the package.
-      &quot;displayName&quot;: &quot;A String&quot;, # The display name of the app.
-      &quot;state&quot;: &quot;A String&quot;, # Application state.
-      &quot;packageName&quot;: &quot;A String&quot;, # Package name of the app.
-      &quot;versionName&quot;: &quot;A String&quot;, # The app version as displayed to the user.
-      &quot;keyedAppStates&quot;: [ # List of keyed app states reported by the app.
-        { # Keyed app state reported by the app.
-          &quot;severity&quot;: &quot;A String&quot;, # The severity of the app state.
-          &quot;message&quot;: &quot;A String&quot;, # Optionally, a free-form message string to explain the app state. If the state was triggered by a particular value (e.g. a managed configuration value), it should be included in the message.
-          &quot;key&quot;: &quot;A String&quot;, # The key for the app state. Acts as a point of reference for what the app is providing state for. For example, when providing managed configuration feedback, this key could be the managed configuration key.
-          &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the app state on the device.
-          &quot;data&quot;: &quot;A String&quot;, # Optionally, a machine-readable value to be read by the EMM. For example, setting values that the admin can choose to query against in the EMM console (e.g. “notify me if the battery_warning data &lt; 10”).
-          &quot;lastUpdateTime&quot;: &quot;A String&quot;, # The time the app state was most recently updated.
-        },
-      ],
-      &quot;events&quot;: [ # List of app events. The most recent 20 events are stored in the list.
-        { # An app-related event.
-          &quot;eventType&quot;: &quot;A String&quot;, # App event type.
-          &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
-        },
-      ],
-      &quot;signingKeyCertFingerprints&quot;: [ # The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.
-        &quot;A String&quot;,
-      ],
-      &quot;installerPackageName&quot;: &quot;A String&quot;, # The package name of the app that installed this app.
-      &quot;versionCode&quot;: 42, # The app version code, which can be used to determine whether one version is more recent than another.
-      &quot;packageSha256Hash&quot;: &quot;A String&quot;, # The SHA-256 hash of the app&#x27;s APK file, which can be used to verify the app hasn&#x27;t been modified. Each byte of the hash value is represented as a two-digit hexadecimal number.
-    },
-  ],
+    &quot;bootloaderVersion&quot;: &quot;A String&quot;, # The system bootloader version number, e.g. 0.6.7.
+    &quot;androidBuildTime&quot;: &quot;A String&quot;, # Build time.
+    &quot;androidVersion&quot;: &quot;A String&quot;, # The user-visible Android version string. For example, 6.0.1.
+    &quot;deviceKernelVersion&quot;: &quot;A String&quot;, # Kernel version, for example, 2.6.32.9-g103d848.
+    &quot;primaryLanguageCode&quot;: &quot;A String&quot;, # An IETF BCP 47 language code for the primary locale on the device.
+    &quot;securityPatchLevel&quot;: &quot;A String&quot;, # Security patch level, e.g. 2016-05-01.
+    &quot;deviceBuildSignature&quot;: &quot;A String&quot;, # SHA-256 hash of android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the system package, which can be used to verify that the system build hasn&#x27;t been modified.
+  },
   &quot;securityPosture&quot;: { # The security posture of the device, as determined by the current device state and the policies applied. # Device&#x27;s security posture value that reflects how secure the device is.
     &quot;devicePosture&quot;: &quot;A String&quot;, # Device&#x27;s security posture value.
     &quot;postureDetails&quot;: [ # Additional details regarding the security posture of the device.
       { # Additional details regarding the security posture of the device.
-        &quot;securityRisk&quot;: &quot;A String&quot;, # A specific security risk that negatively affects the security posture of the device.
         &quot;advice&quot;: [ # Corresponding admin-facing advice to mitigate this security risk and improve the security posture of the device.
           { # Provides a user-facing message with locale info. The maximum message length is 4096 characters.
             &quot;localizedMessages&quot;: { # A map containing pairs, where locale is a well-formed BCP 47 language (https://www.w3.org/International/articles/language-tags/) code, such as en-US, es-ES, or fr.
@@ -836,38 +842,32 @@
             &quot;defaultMessage&quot;: &quot;A String&quot;, # The default message displayed if no localized message is specified or the user&#x27;s locale doesn&#x27;t match with any of the localized messages. A default message must be provided if any localized messages are provided.
           },
         ],
+        &quot;securityRisk&quot;: &quot;A String&quot;, # A specific security risk that negatively affects the security posture of the device.
       },
     ],
   },
-  &quot;displays&quot;: [ # Detailed information about displays on the device. This information is only available if displayInfoEnabled is true in the device&#x27;s policy.
-    { # Device display information.
-      &quot;height&quot;: 42, # Display height in pixels.
-      &quot;refreshRate&quot;: 42, # Refresh rate of the display in frames per second.
-      &quot;displayId&quot;: 42, # Unique display id.
-      &quot;width&quot;: 42, # Display width in pixels.
-      &quot;density&quot;: 42, # Display density expressed as dots-per-inch.
-      &quot;name&quot;: &quot;A String&quot;, # Name of the display.
-      &quot;state&quot;: &quot;A String&quot;, # State of the display.
+  &quot;nonComplianceDetails&quot;: [ # Details about policy settings that the device is not compliant with.
+    { # Provides detail about non-compliance with a policy setting.
+      &quot;packageName&quot;: &quot;A String&quot;, # The package name indicating which app is out of compliance, if applicable.
+      &quot;installationFailureReason&quot;: &quot;A String&quot;, # If package_name is set and the non-compliance reason is APP_NOT_INSTALLED or APP_NOT_UPDATED, the detailed reason the app can&#x27;t be installed or updated.
+      &quot;fieldPath&quot;: &quot;A String&quot;, # For settings with nested fields, if a particular nested field is out of compliance, this specifies the full path to the offending field. The path is formatted in the same way the policy JSON field would be referenced in JavaScript, that is: 1) For object-typed fields, the field name is followed by a dot then by a subfield name. 2) For array-typed fields, the field name is followed by the array index enclosed in brackets. For example, to indicate a problem with the url field in the externalData field in the 3rd application, the path would be applications[2].externalData.url
+      &quot;nonComplianceReason&quot;: &quot;A String&quot;, # The reason the device is not in compliance with the setting.
+      &quot;currentValue&quot;: &quot;&quot;, # If the policy setting could not be applied, the current value of the setting on the device.
+      &quot;settingName&quot;: &quot;A String&quot;, # The name of the policy setting. This is the JSON field name of a top-level Policy field.
     },
   ],
-  &quot;appliedState&quot;: &quot;A String&quot;, # The state currently applied to the device.
-  &quot;enrollmentTokenName&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token, this field contains the name of the token.
-  &quot;lastStatusReportTime&quot;: &quot;A String&quot;, # The last time the device sent a status report.
-  &quot;memoryEvents&quot;: [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
-    { # An event related to memory and storage measurements.
-      &quot;byteCount&quot;: &quot;A String&quot;, # The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.
-      &quot;eventType&quot;: &quot;A String&quot;, # Event type.
-      &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
-    },
-  ],
-  &quot;policyCompliant&quot;: True or False, # Whether the device is compliant with its policy.
-  &quot;apiLevel&quot;: 42, # The API level of the Android platform version running on the device.
-  &quot;state&quot;: &quot;A String&quot;, # The state to be applied to the device. This field can be modified by a patch request. Note that when calling enterprises.devices.patch, ACTIVE and DISABLED are the only allowable values. To enter the device into a DELETED state, call enterprises.devices.delete.
-  &quot;lastPolicySyncTime&quot;: &quot;A String&quot;, # The last time the device fetched its policy.
-  &quot;memoryInfo&quot;: { # Information about device memory and storage. # Memory information. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
-    &quot;totalRam&quot;: &quot;A String&quot;, # Total RAM on device in bytes.
-    &quot;totalInternalStorage&quot;: &quot;A String&quot;, # Total internal storage on device in bytes.
+  &quot;networkInfo&quot;: { # Device network info. # Device network information. This information is only available if networkInfoEnabled is true in the device&#x27;s policy.
+    &quot;networkOperatorName&quot;: &quot;A String&quot;, # Alphabetic name of current registered operator. For example, Vodafone.
+    &quot;imei&quot;: &quot;A String&quot;, # IMEI number of the GSM device. For example, A1000031212.
+    &quot;meid&quot;: &quot;A String&quot;, # MEID number of the CDMA device. For example, A00000292788E1.
+    &quot;wifiMacAddress&quot;: &quot;A String&quot;, # Wi-Fi MAC address of the device. For example, 7c:11:11:11:11:11.
   },
+  &quot;managementMode&quot;: &quot;A String&quot;, # The type of management mode Android Device Policy takes on the device. This influences which policy settings are supported.
+  &quot;appliedPolicyVersion&quot;: &quot;A String&quot;, # The version of the policy currently applied to the device.
+  &quot;name&quot;: &quot;A String&quot;, # The name of the device in the form enterprises/{enterpriseId}/devices/{deviceId}.
+  &quot;previousDeviceNames&quot;: [ # If the same physical device has been enrolled multiple times, this field contains its previous device names. The serial number is used as the unique identifier to determine if the same physical device has enrolled previously. The names are in chronological order.
+    &quot;A String&quot;,
+  ],
 }
 
   updateMask: string, The field mask indicating the fields to update. If not set, all modifiable fields will be modified.
@@ -880,67 +880,48 @@
   An object of the form:
 
     { # A device owned by an enterprise. Unless otherwise noted, all fields are read-only and can&#x27;t be modified by enterprises.devices.patch.
-    &quot;appliedPolicyVersion&quot;: &quot;A String&quot;, # The version of the policy currently applied to the device.
+    &quot;lastPolicyComplianceReportTime&quot;: &quot;A String&quot;, # Deprecated.
+    &quot;state&quot;: &quot;A String&quot;, # The state to be applied to the device. This field can be modified by a patch request. Note that when calling enterprises.devices.patch, ACTIVE and DISABLED are the only allowable values. To enter the device into a DELETED state, call enterprises.devices.delete.
+    &quot;apiLevel&quot;: 42, # The API level of the Android platform version running on the device.
+    &quot;userName&quot;: &quot;A String&quot;, # The resource name of the user that owns this device in the form enterprises/{enterpriseId}/users/{userId}.
+    &quot;memoryInfo&quot;: { # Information about device memory and storage. # Memory information. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
+      &quot;totalRam&quot;: &quot;A String&quot;, # Total RAM on device in bytes.
+      &quot;totalInternalStorage&quot;: &quot;A String&quot;, # Total internal storage on device in bytes.
+    },
+    &quot;policyCompliant&quot;: True or False, # Whether the device is compliant with its policy.
+    &quot;enrollmentTokenData&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token with additional data provided, this field contains that data.
+    &quot;appliedPolicyName&quot;: &quot;A String&quot;, # The name of the policy currently applied to the device.
     &quot;hardwareStatusSamples&quot;: [ # Hardware status samples in chronological order. This information is only available if hardwareStatusEnabled is true in the device&#x27;s policy.
       { # Hardware status. Temperatures may be compared to the temperature thresholds available in hardwareInfo to determine hardware health.
-        &quot;createTime&quot;: &quot;A String&quot;, # The time the measurements were taken.
-        &quot;fanSpeeds&quot;: [ # Fan speeds in RPM for each fan on the device. Empty array means that there are no fans or fan speed is not supported on the system.
-          3.14,
-        ],
-        &quot;batteryTemperatures&quot;: [ # Current battery temperatures in Celsius for each battery on the device.
-          3.14,
-        ],
         &quot;gpuTemperatures&quot;: [ # Current GPU temperatures in Celsius for each GPU on the device.
           3.14,
         ],
-        &quot;cpuTemperatures&quot;: [ # Current CPU temperatures in Celsius for each CPU on the device.
-          3.14,
-        ],
         &quot;skinTemperatures&quot;: [ # Current device skin temperatures in Celsius.
           3.14,
         ],
+        &quot;batteryTemperatures&quot;: [ # Current battery temperatures in Celsius for each battery on the device.
+          3.14,
+        ],
         &quot;cpuUsages&quot;: [ # CPU usages in percentage for each core available on the device. Usage is 0 for each unplugged core. Empty array implies that CPU usage is not supported in the system.
           3.14,
         ],
+        &quot;fanSpeeds&quot;: [ # Fan speeds in RPM for each fan on the device. Empty array means that there are no fans or fan speed is not supported on the system.
+          3.14,
+        ],
+        &quot;cpuTemperatures&quot;: [ # Current CPU temperatures in Celsius for each CPU on the device.
+          3.14,
+        ],
+        &quot;createTime&quot;: &quot;A String&quot;, # The time the measurements were taken.
       },
     ],
-    &quot;powerManagementEvents&quot;: [ # Power management events on the device in chronological order. This information is only available if powerManagementEventsEnabled is true in the device&#x27;s policy.
-      { # A power management event.
+    &quot;appliedState&quot;: &quot;A String&quot;, # The state currently applied to the device.
+    &quot;memoryEvents&quot;: [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
+      { # An event related to memory and storage measurements.
+        &quot;byteCount&quot;: &quot;A String&quot;, # The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.
         &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
         &quot;eventType&quot;: &quot;A String&quot;, # Event type.
-        &quot;batteryLevel&quot;: 3.14, # For BATTERY_LEVEL_COLLECTED events, the battery level as a percentage.
       },
     ],
-    &quot;managementMode&quot;: &quot;A String&quot;, # The type of management mode Android Device Policy takes on the device. This influences which policy settings are supported.
-    &quot;previousDeviceNames&quot;: [ # If the same physical device has been enrolled multiple times, this field contains its previous device names. The serial number is used as the unique identifier to determine if the same physical device has enrolled previously. The names are in chronological order.
-      &quot;A String&quot;,
-    ],
-    &quot;networkInfo&quot;: { # Device network info. # Device network information. This information is only available if networkInfoEnabled is true in the device&#x27;s policy.
-      &quot;meid&quot;: &quot;A String&quot;, # MEID number of the CDMA device. For example, A00000292788E1.
-      &quot;networkOperatorName&quot;: &quot;A String&quot;, # Alphabetic name of current registered operator. For example, Vodafone.
-      &quot;imei&quot;: &quot;A String&quot;, # IMEI number of the GSM device. For example, A1000031212.
-      &quot;wifiMacAddress&quot;: &quot;A String&quot;, # Wi-Fi MAC address of the device. For example, 7c:11:11:11:11:11.
-    },
-    &quot;softwareInfo&quot;: { # Information about device software. # Detailed information about the device software. This information is only available if softwareInfoEnabled is true in the device&#x27;s policy.
-      &quot;deviceBuildSignature&quot;: &quot;A String&quot;, # SHA-256 hash of android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the system package, which can be used to verify that the system build hasn&#x27;t been modified.
-      &quot;androidDevicePolicyVersionName&quot;: &quot;A String&quot;, # The Android Device Policy app version as displayed to the user.
-      &quot;bootloaderVersion&quot;: &quot;A String&quot;, # The system bootloader version number, e.g. 0.6.7.
-      &quot;androidVersion&quot;: &quot;A String&quot;, # The user-visible Android version string. For example, 6.0.1.
-      &quot;androidBuildNumber&quot;: &quot;A String&quot;, # Android build ID string meant for displaying to the user. For example, shamu-userdebug 6.0.1 MOB30I 2756745 dev-keys.
-      &quot;securityPatchLevel&quot;: &quot;A String&quot;, # Security patch level, e.g. 2016-05-01.
-      &quot;primaryLanguageCode&quot;: &quot;A String&quot;, # An IETF BCP 47 language code for the primary locale on the device.
-      &quot;androidDevicePolicyVersionCode&quot;: 42, # The Android Device Policy app version code.
-      &quot;deviceKernelVersion&quot;: &quot;A String&quot;, # Kernel version, for example, 2.6.32.9-g103d848.
-      &quot;androidBuildTime&quot;: &quot;A String&quot;, # Build time.
-      &quot;systemUpdateInfo&quot;: { # Information about a potential pending system update. # Information about a potential pending system update.
-        &quot;updateStatus&quot;: &quot;A String&quot;, # The status of an update: whether an update exists and what type it is.
-        &quot;updateReceivedTime&quot;: &quot;A String&quot;, # The time when the update was first available. A zero value indicates that this field is not set. This field is set only if an update is available (that is, updateStatus is neither UPDATE_STATUS_UNKNOWN nor UP_TO_DATE).
-      },
-    },
-    &quot;enrollmentTokenData&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token with additional data provided, this field contains that data.
-    &quot;userName&quot;: &quot;A String&quot;, # The resource name of the user that owns this device in the form enterprises/{enterpriseId}/users/{userId}.
-    &quot;lastPolicyComplianceReportTime&quot;: &quot;A String&quot;, # Deprecated.
-    &quot;appliedPolicyName&quot;: &quot;A String&quot;, # The name of the policy currently applied to the device.
     &quot;disabledReason&quot;: { # Provides a user-facing message with locale info. The maximum message length is 4096 characters. # If the device state is DISABLED, an optional message that is displayed on the device indicating the reason the device is disabled. This field can be modified by a patch request.
       &quot;localizedMessages&quot;: { # A map containing pairs, where locale is a well-formed BCP 47 language (https://www.w3.org/International/articles/language-tags/) code, such as en-US, es-ES, or fr.
         &quot;a_key&quot;: &quot;A String&quot;,
@@ -948,22 +929,95 @@
       &quot;defaultMessage&quot;: &quot;A String&quot;, # The default message displayed if no localized message is specified or the user&#x27;s locale doesn&#x27;t match with any of the localized messages. A default message must be provided if any localized messages are provided.
     },
     &quot;policyName&quot;: &quot;A String&quot;, # The name of the policy applied to the device, in the form enterprises/{enterpriseId}/policies/{policyId}. If not specified, the policy_name for the device&#x27;s user is applied. This field can be modified by a patch request. You can specify only the policyId when calling enterprises.devices.patch, as long as the policyId doesn’t contain any slashes. The rest of the policy name is inferred.
+    &quot;enrollmentTime&quot;: &quot;A String&quot;, # The time of device enrollment.
+    &quot;lastPolicySyncTime&quot;: &quot;A String&quot;, # The last time the device fetched its policy.
+    &quot;systemProperties&quot;: { # Map of selected system properties name and value related to the device. This information is only available if systemPropertiesEnabled is true in the device&#x27;s policy.
+      &quot;a_key&quot;: &quot;A String&quot;,
+    },
+    &quot;commonCriteriaModeInfo&quot;: { # Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device&#x27;s policy. # Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device&#x27;s policy.
+      &quot;commonCriteriaModeStatus&quot;: &quot;A String&quot;, # Whether Common Criteria Mode is enabled.
+    },
+    &quot;lastStatusReportTime&quot;: &quot;A String&quot;, # The last time the device sent a status report.
+    &quot;applicationReports&quot;: [ # Reports for apps installed on the device. This information is only available when application_reports_enabled is true in the device&#x27;s policy.
+      { # Information reported about an installed app.
+        &quot;displayName&quot;: &quot;A String&quot;, # The display name of the app.
+        &quot;packageName&quot;: &quot;A String&quot;, # Package name of the app.
+        &quot;state&quot;: &quot;A String&quot;, # Application state.
+        &quot;signingKeyCertFingerprints&quot;: [ # The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.
+          &quot;A String&quot;,
+        ],
+        &quot;installerPackageName&quot;: &quot;A String&quot;, # The package name of the app that installed this app.
+        &quot;packageSha256Hash&quot;: &quot;A String&quot;, # The SHA-256 hash of the app&#x27;s APK file, which can be used to verify the app hasn&#x27;t been modified. Each byte of the hash value is represented as a two-digit hexadecimal number.
+        &quot;keyedAppStates&quot;: [ # List of keyed app states reported by the app.
+          { # Keyed app state reported by the app.
+            &quot;severity&quot;: &quot;A String&quot;, # The severity of the app state.
+            &quot;message&quot;: &quot;A String&quot;, # Optionally, a free-form message string to explain the app state. If the state was triggered by a particular value (e.g. a managed configuration value), it should be included in the message.
+            &quot;key&quot;: &quot;A String&quot;, # The key for the app state. Acts as a point of reference for what the app is providing state for. For example, when providing managed configuration feedback, this key could be the managed configuration key.
+            &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the app state on the device.
+            &quot;lastUpdateTime&quot;: &quot;A String&quot;, # The time the app state was most recently updated.
+            &quot;data&quot;: &quot;A String&quot;, # Optionally, a machine-readable value to be read by the EMM. For example, setting values that the admin can choose to query against in the EMM console (e.g. “notify me if the battery_warning data &lt; 10”).
+          },
+        ],
+        &quot;applicationSource&quot;: &quot;A String&quot;, # The source of the package.
+        &quot;versionName&quot;: &quot;A String&quot;, # The app version as displayed to the user.
+        &quot;versionCode&quot;: 42, # The app version code, which can be used to determine whether one version is more recent than another.
+        &quot;events&quot;: [ # List of app events. The most recent 20 events are stored in the list.
+          { # An app-related event.
+            &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
+            &quot;eventType&quot;: &quot;A String&quot;, # App event type.
+          },
+        ],
+      },
+    ],
+    &quot;powerManagementEvents&quot;: [ # Power management events on the device in chronological order. This information is only available if powerManagementEventsEnabled is true in the device&#x27;s policy.
+      { # A power management event.
+        &quot;batteryLevel&quot;: 3.14, # For BATTERY_LEVEL_COLLECTED events, the battery level as a percentage.
+        &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
+        &quot;eventType&quot;: &quot;A String&quot;, # Event type.
+      },
+    ],
+    &quot;user&quot;: { # A user belonging to an enterprise. # The user who owns the device.
+      &quot;accountIdentifier&quot;: &quot;A String&quot;, # A unique identifier you create for this user, such as user342 or asset#44418. This field must be set when the user is created and can&#x27;t be updated. This field must not contain personally identifiable information (PII). This identifier must be 1024 characters or less; otherwise, the update policy request will fail.
+    },
     &quot;deviceSettings&quot;: { # Information about security related device settings on device. # Device settings information. This information is only available if deviceSettingsEnabled is true in the device&#x27;s policy.
-      &quot;unknownSourcesEnabled&quot;: True or False, # Whether installing apps from unknown sources is enabled.
       &quot;isEncrypted&quot;: True or False, # Whether the storage encryption is enabled.
-      &quot;adbEnabled&quot;: True or False, # Whether ADB (https://developer.android.com/studio/command-line/adb.html) is enabled on the device.
-      &quot;verifyAppsEnabled&quot;: True or False, # Whether Verify Apps (Google Play Protect (https://support.google.com/googleplay/answer/2812853)) is enabled on the device.
-      &quot;developmentSettingsEnabled&quot;: True or False, # Whether developer mode is enabled on the device.
       &quot;isDeviceSecure&quot;: True or False, # Whether the device is secured with PIN/password.
+      &quot;verifyAppsEnabled&quot;: True or False, # Whether Verify Apps (Google Play Protect (https://support.google.com/googleplay/answer/2812853)) is enabled on the device.
+      &quot;unknownSourcesEnabled&quot;: True or False, # Whether installing apps from unknown sources is enabled.
+      &quot;developmentSettingsEnabled&quot;: True or False, # Whether developer mode is enabled on the device.
       &quot;encryptionStatus&quot;: &quot;A String&quot;, # Encryption status from DevicePolicyManager.
+      &quot;adbEnabled&quot;: True or False, # Whether ADB (https://developer.android.com/studio/command-line/adb.html) is enabled on the device.
     },
     &quot;ownership&quot;: &quot;A String&quot;, # Ownership of the managed device.
+    &quot;displays&quot;: [ # Detailed information about displays on the device. This information is only available if displayInfoEnabled is true in the device&#x27;s policy.
+      { # Device display information.
+        &quot;name&quot;: &quot;A String&quot;, # Name of the display.
+        &quot;density&quot;: 42, # Display density expressed as dots-per-inch.
+        &quot;state&quot;: &quot;A String&quot;, # State of the display.
+        &quot;width&quot;: 42, # Display width in pixels.
+        &quot;height&quot;: 42, # Display height in pixels.
+        &quot;refreshRate&quot;: 42, # Refresh rate of the display in frames per second.
+        &quot;displayId&quot;: 42, # Unique display id.
+      },
+    ],
+    &quot;enrollmentTokenName&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token, this field contains the name of the token.
     &quot;hardwareInfo&quot;: { # Information about device hardware. The fields related to temperature thresholds are only available if hardwareStatusEnabled is true in the device&#x27;s policy. # Detailed information about the device hardware.
-      &quot;serialNumber&quot;: &quot;A String&quot;, # The device serial number.
-      &quot;hardware&quot;: &quot;A String&quot;, # Name of the hardware. For example, Angler.
       &quot;batteryShutdownTemperatures&quot;: [ # Battery shutdown temperature thresholds in Celsius for each battery on the device.
         3.14,
       ],
+      &quot;model&quot;: &quot;A String&quot;, # The model of the device. For example, Asus Nexus 7.
+      &quot;deviceBasebandVersion&quot;: &quot;A String&quot;, # Baseband version. For example, MDM9625_104662.22.05.34p.
+      &quot;skinShutdownTemperatures&quot;: [ # Device skin shutdown temperature thresholds in Celsius.
+        3.14,
+      ],
+      &quot;gpuShutdownTemperatures&quot;: [ # GPU shutdown temperature thresholds in Celsius for each GPU on the device.
+        3.14,
+      ],
+      &quot;hardware&quot;: &quot;A String&quot;, # Name of the hardware. For example, Angler.
+      &quot;brand&quot;: &quot;A String&quot;, # Brand of the device. For example, Google.
+      &quot;cpuThrottlingTemperatures&quot;: [ # CPU throttling temperature thresholds in Celsius for each CPU on the device.
+        3.14,
+      ],
       &quot;batteryThrottlingTemperatures&quot;: [ # Battery throttling temperature thresholds in Celsius for each battery on the device.
         3.14,
       ],
@@ -973,80 +1027,32 @@
       &quot;skinThrottlingTemperatures&quot;: [ # Device skin throttling temperature thresholds in Celsius.
         3.14,
       ],
-      &quot;skinShutdownTemperatures&quot;: [ # Device skin shutdown temperature thresholds in Celsius.
-        3.14,
-      ],
-      &quot;gpuShutdownTemperatures&quot;: [ # GPU shutdown temperature thresholds in Celsius for each GPU on the device.
-        3.14,
-      ],
-      &quot;brand&quot;: &quot;A String&quot;, # Brand of the device. For example, Google.
-      &quot;model&quot;: &quot;A String&quot;, # The model of the device. For example, Asus Nexus 7.
-      &quot;deviceBasebandVersion&quot;: &quot;A String&quot;, # Baseband version. For example, MDM9625_104662.22.05.34p.
-      &quot;cpuThrottlingTemperatures&quot;: [ # CPU throttling temperature thresholds in Celsius for each CPU on the device.
-        3.14,
-      ],
-      &quot;manufacturer&quot;: &quot;A String&quot;, # Manufacturer. For example, Motorola.
       &quot;gpuThrottlingTemperatures&quot;: [ # GPU throttling temperature thresholds in Celsius for each GPU on the device.
         3.14,
       ],
+      &quot;serialNumber&quot;: &quot;A String&quot;, # The device serial number.
+      &quot;manufacturer&quot;: &quot;A String&quot;, # Manufacturer. For example, Motorola.
     },
-    &quot;enrollmentTime&quot;: &quot;A String&quot;, # The time of device enrollment.
-    &quot;name&quot;: &quot;A String&quot;, # The name of the device in the form enterprises/{enterpriseId}/devices/{deviceId}.
-    &quot;user&quot;: { # A user belonging to an enterprise. # The user who owns the device.
-      &quot;accountIdentifier&quot;: &quot;A String&quot;, # A unique identifier you create for this user, such as user342 or asset#44418. This field must be set when the user is created and can&#x27;t be updated. This field must not contain personally identifiable information (PII). This identifier must be 1024 characters or less; otherwise, the update policy request will fail.
-    },
-    &quot;commonCriteriaModeInfo&quot;: { # Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device&#x27;s policy. # Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device&#x27;s policy.
-      &quot;commonCriteriaModeStatus&quot;: &quot;A String&quot;, # Whether Common Criteria Mode is enabled.
-    },
-    &quot;systemProperties&quot;: { # Map of selected system properties name and value related to the device. This information is only available if systemPropertiesEnabled is true in the device&#x27;s policy.
-      &quot;a_key&quot;: &quot;A String&quot;,
-    },
-    &quot;nonComplianceDetails&quot;: [ # Details about policy settings that the device is not compliant with.
-      { # Provides detail about non-compliance with a policy setting.
-        &quot;installationFailureReason&quot;: &quot;A String&quot;, # If package_name is set and the non-compliance reason is APP_NOT_INSTALLED or APP_NOT_UPDATED, the detailed reason the app can&#x27;t be installed or updated.
-        &quot;fieldPath&quot;: &quot;A String&quot;, # For settings with nested fields, if a particular nested field is out of compliance, this specifies the full path to the offending field. The path is formatted in the same way the policy JSON field would be referenced in JavaScript, that is: 1) For object-typed fields, the field name is followed by a dot then by a subfield name. 2) For array-typed fields, the field name is followed by the array index enclosed in brackets. For example, to indicate a problem with the url field in the externalData field in the 3rd application, the path would be applications[2].externalData.url
-        &quot;packageName&quot;: &quot;A String&quot;, # The package name indicating which app is out of compliance, if applicable.
-        &quot;settingName&quot;: &quot;A String&quot;, # The name of the policy setting. This is the JSON field name of a top-level Policy field.
-        &quot;nonComplianceReason&quot;: &quot;A String&quot;, # The reason the device is not in compliance with the setting.
-        &quot;currentValue&quot;: &quot;&quot;, # If the policy setting could not be applied, the current value of the setting on the device.
+    &quot;softwareInfo&quot;: { # Information about device software. # Detailed information about the device software. This information is only available if softwareInfoEnabled is true in the device&#x27;s policy.
+      &quot;androidDevicePolicyVersionName&quot;: &quot;A String&quot;, # The Android Device Policy app version as displayed to the user.
+      &quot;androidDevicePolicyVersionCode&quot;: 42, # The Android Device Policy app version code.
+      &quot;androidBuildNumber&quot;: &quot;A String&quot;, # Android build ID string meant for displaying to the user. For example, shamu-userdebug 6.0.1 MOB30I 2756745 dev-keys.
+      &quot;systemUpdateInfo&quot;: { # Information about a potential pending system update. # Information about a potential pending system update.
+        &quot;updateReceivedTime&quot;: &quot;A String&quot;, # The time when the update was first available. A zero value indicates that this field is not set. This field is set only if an update is available (that is, updateStatus is neither UPDATE_STATUS_UNKNOWN nor UP_TO_DATE).
+        &quot;updateStatus&quot;: &quot;A String&quot;, # The status of an update: whether an update exists and what type it is.
       },
-    ],
-    &quot;applicationReports&quot;: [ # Reports for apps installed on the device. This information is only available when application_reports_enabled is true in the device&#x27;s policy.
-      { # Information reported about an installed app.
-        &quot;applicationSource&quot;: &quot;A String&quot;, # The source of the package.
-        &quot;displayName&quot;: &quot;A String&quot;, # The display name of the app.
-        &quot;state&quot;: &quot;A String&quot;, # Application state.
-        &quot;packageName&quot;: &quot;A String&quot;, # Package name of the app.
-        &quot;versionName&quot;: &quot;A String&quot;, # The app version as displayed to the user.
-        &quot;keyedAppStates&quot;: [ # List of keyed app states reported by the app.
-          { # Keyed app state reported by the app.
-            &quot;severity&quot;: &quot;A String&quot;, # The severity of the app state.
-            &quot;message&quot;: &quot;A String&quot;, # Optionally, a free-form message string to explain the app state. If the state was triggered by a particular value (e.g. a managed configuration value), it should be included in the message.
-            &quot;key&quot;: &quot;A String&quot;, # The key for the app state. Acts as a point of reference for what the app is providing state for. For example, when providing managed configuration feedback, this key could be the managed configuration key.
-            &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the app state on the device.
-            &quot;data&quot;: &quot;A String&quot;, # Optionally, a machine-readable value to be read by the EMM. For example, setting values that the admin can choose to query against in the EMM console (e.g. “notify me if the battery_warning data &lt; 10”).
-            &quot;lastUpdateTime&quot;: &quot;A String&quot;, # The time the app state was most recently updated.
-          },
-        ],
-        &quot;events&quot;: [ # List of app events. The most recent 20 events are stored in the list.
-          { # An app-related event.
-            &quot;eventType&quot;: &quot;A String&quot;, # App event type.
-            &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
-          },
-        ],
-        &quot;signingKeyCertFingerprints&quot;: [ # The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.
-          &quot;A String&quot;,
-        ],
-        &quot;installerPackageName&quot;: &quot;A String&quot;, # The package name of the app that installed this app.
-        &quot;versionCode&quot;: 42, # The app version code, which can be used to determine whether one version is more recent than another.
-        &quot;packageSha256Hash&quot;: &quot;A String&quot;, # The SHA-256 hash of the app&#x27;s APK file, which can be used to verify the app hasn&#x27;t been modified. Each byte of the hash value is represented as a two-digit hexadecimal number.
-      },
-    ],
+      &quot;bootloaderVersion&quot;: &quot;A String&quot;, # The system bootloader version number, e.g. 0.6.7.
+      &quot;androidBuildTime&quot;: &quot;A String&quot;, # Build time.
+      &quot;androidVersion&quot;: &quot;A String&quot;, # The user-visible Android version string. For example, 6.0.1.
+      &quot;deviceKernelVersion&quot;: &quot;A String&quot;, # Kernel version, for example, 2.6.32.9-g103d848.
+      &quot;primaryLanguageCode&quot;: &quot;A String&quot;, # An IETF BCP 47 language code for the primary locale on the device.
+      &quot;securityPatchLevel&quot;: &quot;A String&quot;, # Security patch level, e.g. 2016-05-01.
+      &quot;deviceBuildSignature&quot;: &quot;A String&quot;, # SHA-256 hash of android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the system package, which can be used to verify that the system build hasn&#x27;t been modified.
+    },
     &quot;securityPosture&quot;: { # The security posture of the device, as determined by the current device state and the policies applied. # Device&#x27;s security posture value that reflects how secure the device is.
       &quot;devicePosture&quot;: &quot;A String&quot;, # Device&#x27;s security posture value.
       &quot;postureDetails&quot;: [ # Additional details regarding the security posture of the device.
         { # Additional details regarding the security posture of the device.
-          &quot;securityRisk&quot;: &quot;A String&quot;, # A specific security risk that negatively affects the security posture of the device.
           &quot;advice&quot;: [ # Corresponding admin-facing advice to mitigate this security risk and improve the security posture of the device.
             { # Provides a user-facing message with locale info. The maximum message length is 4096 characters.
               &quot;localizedMessages&quot;: { # A map containing pairs, where locale is a well-formed BCP 47 language (https://www.w3.org/International/articles/language-tags/) code, such as en-US, es-ES, or fr.
@@ -1055,38 +1061,32 @@
               &quot;defaultMessage&quot;: &quot;A String&quot;, # The default message displayed if no localized message is specified or the user&#x27;s locale doesn&#x27;t match with any of the localized messages. A default message must be provided if any localized messages are provided.
             },
           ],
+          &quot;securityRisk&quot;: &quot;A String&quot;, # A specific security risk that negatively affects the security posture of the device.
         },
       ],
     },
-    &quot;displays&quot;: [ # Detailed information about displays on the device. This information is only available if displayInfoEnabled is true in the device&#x27;s policy.
-      { # Device display information.
-        &quot;height&quot;: 42, # Display height in pixels.
-        &quot;refreshRate&quot;: 42, # Refresh rate of the display in frames per second.
-        &quot;displayId&quot;: 42, # Unique display id.
-        &quot;width&quot;: 42, # Display width in pixels.
-        &quot;density&quot;: 42, # Display density expressed as dots-per-inch.
-        &quot;name&quot;: &quot;A String&quot;, # Name of the display.
-        &quot;state&quot;: &quot;A String&quot;, # State of the display.
+    &quot;nonComplianceDetails&quot;: [ # Details about policy settings that the device is not compliant with.
+      { # Provides detail about non-compliance with a policy setting.
+        &quot;packageName&quot;: &quot;A String&quot;, # The package name indicating which app is out of compliance, if applicable.
+        &quot;installationFailureReason&quot;: &quot;A String&quot;, # If package_name is set and the non-compliance reason is APP_NOT_INSTALLED or APP_NOT_UPDATED, the detailed reason the app can&#x27;t be installed or updated.
+        &quot;fieldPath&quot;: &quot;A String&quot;, # For settings with nested fields, if a particular nested field is out of compliance, this specifies the full path to the offending field. The path is formatted in the same way the policy JSON field would be referenced in JavaScript, that is: 1) For object-typed fields, the field name is followed by a dot then by a subfield name. 2) For array-typed fields, the field name is followed by the array index enclosed in brackets. For example, to indicate a problem with the url field in the externalData field in the 3rd application, the path would be applications[2].externalData.url
+        &quot;nonComplianceReason&quot;: &quot;A String&quot;, # The reason the device is not in compliance with the setting.
+        &quot;currentValue&quot;: &quot;&quot;, # If the policy setting could not be applied, the current value of the setting on the device.
+        &quot;settingName&quot;: &quot;A String&quot;, # The name of the policy setting. This is the JSON field name of a top-level Policy field.
       },
     ],
-    &quot;appliedState&quot;: &quot;A String&quot;, # The state currently applied to the device.
-    &quot;enrollmentTokenName&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token, this field contains the name of the token.
-    &quot;lastStatusReportTime&quot;: &quot;A String&quot;, # The last time the device sent a status report.
-    &quot;memoryEvents&quot;: [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
-      { # An event related to memory and storage measurements.
-        &quot;byteCount&quot;: &quot;A String&quot;, # The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.
-        &quot;eventType&quot;: &quot;A String&quot;, # Event type.
-        &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
-      },
-    ],
-    &quot;policyCompliant&quot;: True or False, # Whether the device is compliant with its policy.
-    &quot;apiLevel&quot;: 42, # The API level of the Android platform version running on the device.
-    &quot;state&quot;: &quot;A String&quot;, # The state to be applied to the device. This field can be modified by a patch request. Note that when calling enterprises.devices.patch, ACTIVE and DISABLED are the only allowable values. To enter the device into a DELETED state, call enterprises.devices.delete.
-    &quot;lastPolicySyncTime&quot;: &quot;A String&quot;, # The last time the device fetched its policy.
-    &quot;memoryInfo&quot;: { # Information about device memory and storage. # Memory information. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
-      &quot;totalRam&quot;: &quot;A String&quot;, # Total RAM on device in bytes.
-      &quot;totalInternalStorage&quot;: &quot;A String&quot;, # Total internal storage on device in bytes.
+    &quot;networkInfo&quot;: { # Device network info. # Device network information. This information is only available if networkInfoEnabled is true in the device&#x27;s policy.
+      &quot;networkOperatorName&quot;: &quot;A String&quot;, # Alphabetic name of current registered operator. For example, Vodafone.
+      &quot;imei&quot;: &quot;A String&quot;, # IMEI number of the GSM device. For example, A1000031212.
+      &quot;meid&quot;: &quot;A String&quot;, # MEID number of the CDMA device. For example, A00000292788E1.
+      &quot;wifiMacAddress&quot;: &quot;A String&quot;, # Wi-Fi MAC address of the device. For example, 7c:11:11:11:11:11.
     },
+    &quot;managementMode&quot;: &quot;A String&quot;, # The type of management mode Android Device Policy takes on the device. This influences which policy settings are supported.
+    &quot;appliedPolicyVersion&quot;: &quot;A String&quot;, # The version of the policy currently applied to the device.
+    &quot;name&quot;: &quot;A String&quot;, # The name of the device in the form enterprises/{enterpriseId}/devices/{deviceId}.
+    &quot;previousDeviceNames&quot;: [ # If the same physical device has been enrolled multiple times, this field contains its previous device names. The serial number is used as the unique identifier to determine if the same physical device has enrolled previously. The names are in chronological order.
+      &quot;A String&quot;,
+    ],
   }</pre>
 </div>