File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
generated/google-apis-androidmanagement_v1
lib/google/apis/androidmanagement_v1 Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-androidmanagement_v1
22
3- ### v0.99.0 (2025-09-07 )
3+ ### v0.99.0 (2025-09-14 )
44
5- * Regenerated from discovery document revision 20250902
5+ * Regenerated from discovery document revision 20250909
66
77### v0.98.0 (2025-08-31)
88
Original file line number Diff line number Diff line change @@ -1950,9 +1950,12 @@ class Device
19501950 # @return [Array<Google::Apis::AndroidmanagementV1::ApplicationReport>]
19511951 attr_accessor :application_reports
19521952
1953- # The password requirements currently applied to the device. The applied
1954- # requirements may be slightly different from those specified in
1955- # passwordPolicies in some cases. fieldPath is set based on passwordPolicies.
1953+ # The password requirements currently applied to the device. This field exists
1954+ # because the applied requirements may be slightly different from those
1955+ # specified in passwordPolicies in some cases. Note that this field does not
1956+ # provide information about password compliance. For non-compliance information,
1957+ # see nonComplianceDetails. NonComplianceDetail.fieldPath, is set based on
1958+ # passwordPolicies, not based on this field.
19561959 # Corresponds to the JSON property `appliedPasswordPolicies`
19571960 # @return [Array<Google::Apis::AndroidmanagementV1::PasswordRequirements>]
19581961 attr_accessor :applied_password_policies
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ module AndroidmanagementV1
2222 GENERATOR_VERSION = "0.18.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20250902 "
25+ REVISION = "20250909 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments