You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/Device.java
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,11 @@ public final class Device extends com.google.api.client.json.GenericJson {
53
53
}
54
54
55
55
/**
56
-
* The password requirements currently applied to the device. The applied requirements may be
57
-
* slightly different from those specified in passwordPolicies in some cases. fieldPath is set
58
-
* based on passwordPolicies.
56
+
* The password requirements currently applied to the device. This field exists because the
57
+
* applied requirements may be slightly different from those specified in passwordPolicies in some
58
+
* cases. Note that this field does not provide information about password compliance. For non-
59
+
* compliance information, see nonComplianceDetails. NonComplianceDetail.fieldPath, is set based
60
+
* on passwordPolicies, not based on this field.
59
61
* The value may be {@code null}.
60
62
*/
61
63
@com.google.api.client.util.Key
@@ -354,19 +356,23 @@ public Device setApplicationReports(java.util.List<ApplicationReport> applicatio
354
356
}
355
357
356
358
/**
357
-
* The password requirements currently applied to the device. The applied requirements may be
358
-
* slightly different from those specified in passwordPolicies in some cases. fieldPath is set
359
-
* based on passwordPolicies.
359
+
* The password requirements currently applied to the device. This field exists because the
360
+
* applied requirements may be slightly different from those specified in passwordPolicies in some
361
+
* cases. Note that this field does not provide information about password compliance. For non-
362
+
* compliance information, see nonComplianceDetails. NonComplianceDetail.fieldPath, is set based
0 commit comments