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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7a706c5b639addbe713b6a0853bf4513c764db5aaf1bb7e802a70704efccd911
|
|
4
|
+
data.tar.gz: 9162770106499106bbd7db3a2fc16e620aaf1aa8cedd959715941be33bb00027
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25a75858f62dcaac0445729cebbbd997cdde58931c893c9678f49f97ee76d8c4ae3b502f45a41d96e61205fda1e3329974b89a3120f0b1ff2060b8e6f8900601
|
|
7
|
+
data.tar.gz: 1d300ade65197eadbf8d83110af31c475c7bdeee0ed057a4acae21de6615e462b82ef26350205e7d7e50dcfee70b54b52f5266916b1608a21175be5a05decfd9
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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
|