google-apis-androidmanagement_v1 0.32.0 → 0.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1459cddd8171e6dea25225977a7faf207928933fb442cd97500eba8d54d6e33d
4
- data.tar.gz: c0ec4213d8d69cbb72b7f64e78a14cafc1e8220d3e9bfbb35e698bc5a3f50d98
3
+ metadata.gz: 7a706c5b639addbe713b6a0853bf4513c764db5aaf1bb7e802a70704efccd911
4
+ data.tar.gz: 9162770106499106bbd7db3a2fc16e620aaf1aa8cedd959715941be33bb00027
5
5
  SHA512:
6
- metadata.gz: 75b323cb3b603b1c03495c85cda77c4a4877f7ba97ee9f1d69886c3f26ba2ec74c5da2e8ec2d9d2a89a0370bb0869f26ee88eae96adee188b4004a852a6df279
7
- data.tar.gz: c0247e42433f9ff80472042f596f425f4ed04acf505967c8ed437682133d1ce0348f202af8c5bc035cb3ff2837b617e2f1df758eebe8ca133543ae33d1a65a28
6
+ metadata.gz: 25a75858f62dcaac0445729cebbbd997cdde58931c893c9678f49f97ee76d8c4ae3b502f45a41d96e61205fda1e3329974b89a3120f0b1ff2060b8e6f8900601
7
+ data.tar.gz: 1d300ade65197eadbf8d83110af31c475c7bdeee0ed057a4acae21de6615e462b82ef26350205e7d7e50dcfee70b54b52f5266916b1608a21175be5a05decfd9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.33.0 (2022-05-26)
4
+
5
+ * Regenerated from discovery document revision 20220524
6
+
3
7
  ### v0.32.0 (2022-04-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220404
@@ -2658,6 +2658,16 @@ module Google
2658
2658
  # @return [String]
2659
2659
  attr_accessor :require_password_unlock
2660
2660
 
2661
+ # Controls whether a unified lock is allowed for the device and the work profile,
2662
+ # on devices running Android 9 and above with a work profile. This can be set
2663
+ # only if password_scope is set to SCOPE_PROFILE, the policy will be rejected
2664
+ # otherwise. If user has not set a separate work lock and this field is set to
2665
+ # REQUIRE_SEPARATE_WORK_LOCK, a NonComplianceDetail is reported with
2666
+ # nonComplianceReason set to USER_ACTION.
2667
+ # Corresponds to the JSON property `unifiedLockSettings`
2668
+ # @return [String]
2669
+ attr_accessor :unified_lock_settings
2670
+
2661
2671
  def initialize(**args)
2662
2672
  update!(**args)
2663
2673
  end
@@ -2677,6 +2687,7 @@ module Google
2677
2687
  @password_quality = args[:password_quality] if args.key?(:password_quality)
2678
2688
  @password_scope = args[:password_scope] if args.key?(:password_scope)
2679
2689
  @require_password_unlock = args[:require_password_unlock] if args.key?(:require_password_unlock)
2690
+ @unified_lock_settings = args[:unified_lock_settings] if args.key?(:unified_lock_settings)
2680
2691
  end
2681
2692
  end
2682
2693
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AndroidmanagementV1
18
18
  # Version of the google-apis-androidmanagement_v1 gem
19
- GEM_VERSION = "0.32.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220404"
25
+ REVISION = "20220524"
26
26
  end
27
27
  end
28
28
  end
@@ -1120,6 +1120,7 @@ module Google
1120
1120
  property :password_quality, as: 'passwordQuality'
1121
1121
  property :password_scope, as: 'passwordScope'
1122
1122
  property :require_password_unlock, as: 'requirePasswordUnlock'
1123
+ property :unified_lock_settings, as: 'unifiedLockSettings'
1123
1124
  end
1124
1125
  end
1125
1126
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-androidmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-18 00:00:00.000000000 Z
11
+ date: 2022-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.33.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Android Management API V1