google-apis-androidmanagement_v1 0.81.0 → 0.83.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65933fd9f5f13ee153345c623a7795d57f3e6ddb6581cd23d0d6224a2471170c
|
4
|
+
data.tar.gz: 9ae1acc7c352f28e0be7e37b08ab16be60ad35eb8128008294e57dd4a7236296
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc098000da44635c5029326eb280d3925b9322ae42b602f69e9f9fc0de9513919b405574bb0e498cf5634fa2d144c39f8b507ed0382f4b64a78bc5e2af71aa7c
|
7
|
+
data.tar.gz: 5881337e548ef732c24b9c547567c2ed956ef8ffa8def9846cecb9b22b28199f7f83179739da58df0d1870d1d9743193ec0a488e7f9346df25964dca3e4835e9
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-androidmanagement_v1
|
2
2
|
|
3
|
+
### v0.83.0 (2024-11-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241031
|
6
|
+
|
7
|
+
### v0.82.0 (2024-09-29)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240924
|
10
|
+
|
3
11
|
### v0.81.0 (2024-09-08)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240904
|
@@ -62,12 +62,13 @@ module Google
|
|
62
62
|
# Controls Common Criteria Mode—security standards defined in the Common
|
63
63
|
# Criteria for Information Technology Security Evaluation (https://www.
|
64
64
|
# commoncriteriaportal.org/) (CC). Enabling Common Criteria Mode increases
|
65
|
-
# certain security components on a device,
|
66
|
-
#
|
67
|
-
#
|
68
|
-
#
|
69
|
-
#
|
70
|
-
#
|
65
|
+
# certain security components on a device, see CommonCriteriaMode for details.
|
66
|
+
# Warning: Common Criteria Mode enforces a strict security model typically only
|
67
|
+
# required for IT products used in national security systems and other highly
|
68
|
+
# sensitive organizations. Standard device use may be affected. Only enabled if
|
69
|
+
# required. If Common Criteria Mode is turned off after being enabled previously,
|
70
|
+
# all user-configured Wi-Fi networks may be lost and any enterprise-configured
|
71
|
+
# Wi-Fi networks that require user input may need to be reconfigured.
|
71
72
|
# Corresponds to the JSON property `commonCriteriaMode`
|
72
73
|
# @return [String]
|
73
74
|
attr_accessor :common_criteria_mode
|
@@ -601,13 +602,13 @@ module Google
|
|
601
602
|
alias_method :disabled?, :disabled
|
602
603
|
|
603
604
|
# Configuration to enable an app as an extension app, with the capability of
|
604
|
-
# interacting with Android Device Policy offline. For Android versions
|
605
|
+
# interacting with Android Device Policy offline. For Android versions 11 and
|
605
606
|
# above, extension apps are exempt from battery restrictions so will not be
|
606
607
|
# placed into the restricted App Standby Bucket (https://developer.android.com/
|
607
608
|
# topic/performance/appstandby#restricted-bucket). Extensions apps are also
|
608
609
|
# protected against users clearing their data or force-closing the application,
|
609
610
|
# although admins can continue to use the clear app data command on extension
|
610
|
-
# apps if needed for Android
|
611
|
+
# apps if needed for Android 11 and above.
|
611
612
|
# Corresponds to the JSON property `extensionConfig`
|
612
613
|
# @return [Google::Apis::AndroidmanagementV1::ExtensionConfig]
|
613
614
|
attr_accessor :extension_config
|
@@ -1209,6 +1210,11 @@ module Google
|
|
1209
1210
|
# @return [String]
|
1210
1211
|
attr_accessor :common_criteria_mode_status
|
1211
1212
|
|
1213
|
+
# Output only. The status of policy signature verification.
|
1214
|
+
# Corresponds to the JSON property `policySignatureVerificationStatus`
|
1215
|
+
# @return [String]
|
1216
|
+
attr_accessor :policy_signature_verification_status
|
1217
|
+
|
1212
1218
|
def initialize(**args)
|
1213
1219
|
update!(**args)
|
1214
1220
|
end
|
@@ -1216,6 +1222,7 @@ module Google
|
|
1216
1222
|
# Update properties of this object
|
1217
1223
|
def update!(**args)
|
1218
1224
|
@common_criteria_mode_status = args[:common_criteria_mode_status] if args.key?(:common_criteria_mode_status)
|
1225
|
+
@policy_signature_verification_status = args[:policy_signature_verification_status] if args.key?(:policy_signature_verification_status)
|
1219
1226
|
end
|
1220
1227
|
end
|
1221
1228
|
|
@@ -1806,6 +1813,11 @@ module Google
|
|
1806
1813
|
# @return [String]
|
1807
1814
|
attr_accessor :wifi_direct_settings
|
1808
1815
|
|
1816
|
+
# Wi-Fi roaming policy.
|
1817
|
+
# Corresponds to the JSON property `wifiRoamingPolicy`
|
1818
|
+
# @return [Google::Apis::AndroidmanagementV1::WifiRoamingPolicy]
|
1819
|
+
attr_accessor :wifi_roaming_policy
|
1820
|
+
|
1809
1821
|
# Restrictions on which Wi-Fi SSIDs the device can connect to. Note that this
|
1810
1822
|
# does not affect which networks can be configured on the device. Supported on
|
1811
1823
|
# company-owned devices running Android 13 and above.
|
@@ -1823,6 +1835,7 @@ module Google
|
|
1823
1835
|
@tethering_settings = args[:tethering_settings] if args.key?(:tethering_settings)
|
1824
1836
|
@usb_data_access = args[:usb_data_access] if args.key?(:usb_data_access)
|
1825
1837
|
@wifi_direct_settings = args[:wifi_direct_settings] if args.key?(:wifi_direct_settings)
|
1838
|
+
@wifi_roaming_policy = args[:wifi_roaming_policy] if args.key?(:wifi_roaming_policy)
|
1826
1839
|
@wifi_ssid_policy = args[:wifi_ssid_policy] if args.key?(:wifi_ssid_policy)
|
1827
1840
|
end
|
1828
1841
|
end
|
@@ -2308,13 +2321,13 @@ module Google
|
|
2308
2321
|
end
|
2309
2322
|
|
2310
2323
|
# Configuration to enable an app as an extension app, with the capability of
|
2311
|
-
# interacting with Android Device Policy offline. For Android versions
|
2324
|
+
# interacting with Android Device Policy offline. For Android versions 11 and
|
2312
2325
|
# above, extension apps are exempt from battery restrictions so will not be
|
2313
2326
|
# placed into the restricted App Standby Bucket (https://developer.android.com/
|
2314
2327
|
# topic/performance/appstandby#restricted-bucket). Extensions apps are also
|
2315
2328
|
# protected against users clearing their data or force-closing the application,
|
2316
2329
|
# although admins can continue to use the clear app data command on extension
|
2317
|
-
# apps if needed for Android
|
2330
|
+
# apps if needed for Android 11 and above.
|
2318
2331
|
class ExtensionConfig
|
2319
2332
|
include Google::Apis::Core::Hashable
|
2320
2333
|
|
@@ -5236,7 +5249,8 @@ module Google
|
|
5236
5249
|
# brightness set. Any other value is rejected. screenBrightnessMode must be
|
5237
5250
|
# either BRIGHTNESS_AUTOMATIC or BRIGHTNESS_FIXED to set this. Supported on
|
5238
5251
|
# Android 9 and above on fully managed devices. A NonComplianceDetail with
|
5239
|
-
# API_LEVEL is reported if the Android version is less than 9.
|
5252
|
+
# API_LEVEL is reported if the Android version is less than 9. Supported on work
|
5253
|
+
# profiles on company-owned devices on Android 15 and above.
|
5240
5254
|
# Corresponds to the JSON property `screenBrightness`
|
5241
5255
|
# @return [Fixnum]
|
5242
5256
|
attr_accessor :screen_brightness
|
@@ -5270,7 +5284,8 @@ module Google
|
|
5270
5284
|
# lower bound. The lower bound may vary across devices. If this is set,
|
5271
5285
|
# screenTimeoutMode must be SCREEN_TIMEOUT_ENFORCED. Supported on Android 9 and
|
5272
5286
|
# above on fully managed devices. A NonComplianceDetail with API_LEVEL is
|
5273
|
-
# reported if the Android version is less than 9.
|
5287
|
+
# reported if the Android version is less than 9. Supported on work profiles on
|
5288
|
+
# company-owned devices on Android 15 and above.
|
5274
5289
|
# Corresponds to the JSON property `screenTimeout`
|
5275
5290
|
# @return [String]
|
5276
5291
|
attr_accessor :screen_timeout
|
@@ -6420,6 +6435,51 @@ module Google
|
|
6420
6435
|
end
|
6421
6436
|
end
|
6422
6437
|
|
6438
|
+
# Wi-Fi roaming policy.
|
6439
|
+
class WifiRoamingPolicy
|
6440
|
+
include Google::Apis::Core::Hashable
|
6441
|
+
|
6442
|
+
# Optional. Wi-Fi roaming settings. SSIDs provided in this list must be unique,
|
6443
|
+
# the policy will be rejected otherwise.
|
6444
|
+
# Corresponds to the JSON property `wifiRoamingSettings`
|
6445
|
+
# @return [Array<Google::Apis::AndroidmanagementV1::WifiRoamingSetting>]
|
6446
|
+
attr_accessor :wifi_roaming_settings
|
6447
|
+
|
6448
|
+
def initialize(**args)
|
6449
|
+
update!(**args)
|
6450
|
+
end
|
6451
|
+
|
6452
|
+
# Update properties of this object
|
6453
|
+
def update!(**args)
|
6454
|
+
@wifi_roaming_settings = args[:wifi_roaming_settings] if args.key?(:wifi_roaming_settings)
|
6455
|
+
end
|
6456
|
+
end
|
6457
|
+
|
6458
|
+
# Wi-Fi roaming setting.
|
6459
|
+
class WifiRoamingSetting
|
6460
|
+
include Google::Apis::Core::Hashable
|
6461
|
+
|
6462
|
+
# Required. Wi-Fi roaming mode for the specified SSID.
|
6463
|
+
# Corresponds to the JSON property `wifiRoamingMode`
|
6464
|
+
# @return [String]
|
6465
|
+
attr_accessor :wifi_roaming_mode
|
6466
|
+
|
6467
|
+
# Required. SSID of the Wi-Fi network.
|
6468
|
+
# Corresponds to the JSON property `wifiSsid`
|
6469
|
+
# @return [String]
|
6470
|
+
attr_accessor :wifi_ssid
|
6471
|
+
|
6472
|
+
def initialize(**args)
|
6473
|
+
update!(**args)
|
6474
|
+
end
|
6475
|
+
|
6476
|
+
# Update properties of this object
|
6477
|
+
def update!(**args)
|
6478
|
+
@wifi_roaming_mode = args[:wifi_roaming_mode] if args.key?(:wifi_roaming_mode)
|
6479
|
+
@wifi_ssid = args[:wifi_ssid] if args.key?(:wifi_ssid)
|
6480
|
+
end
|
6481
|
+
end
|
6482
|
+
|
6423
6483
|
# Represents a Wi-Fi SSID.
|
6424
6484
|
class WifiSsid
|
6425
6485
|
include Google::Apis::Core::Hashable
|
@@ -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.83.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241031"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -826,6 +826,18 @@ module Google
|
|
826
826
|
include Google::Apis::Core::JsonObjectSupport
|
827
827
|
end
|
828
828
|
|
829
|
+
class WifiRoamingPolicy
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
|
+
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
833
|
+
end
|
834
|
+
|
835
|
+
class WifiRoamingSetting
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
829
841
|
class WifiSsid
|
830
842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
843
|
|
@@ -1133,6 +1145,7 @@ module Google
|
|
1133
1145
|
# @private
|
1134
1146
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1135
1147
|
property :common_criteria_mode_status, as: 'commonCriteriaModeStatus'
|
1148
|
+
property :policy_signature_verification_status, as: 'policySignatureVerificationStatus'
|
1136
1149
|
end
|
1137
1150
|
end
|
1138
1151
|
|
@@ -1273,6 +1286,8 @@ module Google
|
|
1273
1286
|
property :tethering_settings, as: 'tetheringSettings'
|
1274
1287
|
property :usb_data_access, as: 'usbDataAccess'
|
1275
1288
|
property :wifi_direct_settings, as: 'wifiDirectSettings'
|
1289
|
+
property :wifi_roaming_policy, as: 'wifiRoamingPolicy', class: Google::Apis::AndroidmanagementV1::WifiRoamingPolicy, decorator: Google::Apis::AndroidmanagementV1::WifiRoamingPolicy::Representation
|
1290
|
+
|
1276
1291
|
property :wifi_ssid_policy, as: 'wifiSsidPolicy', class: Google::Apis::AndroidmanagementV1::WifiSsidPolicy, decorator: Google::Apis::AndroidmanagementV1::WifiSsidPolicy::Representation
|
1277
1292
|
|
1278
1293
|
end
|
@@ -2426,6 +2441,22 @@ module Google
|
|
2426
2441
|
end
|
2427
2442
|
end
|
2428
2443
|
|
2444
|
+
class WifiRoamingPolicy
|
2445
|
+
# @private
|
2446
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2447
|
+
collection :wifi_roaming_settings, as: 'wifiRoamingSettings', class: Google::Apis::AndroidmanagementV1::WifiRoamingSetting, decorator: Google::Apis::AndroidmanagementV1::WifiRoamingSetting::Representation
|
2448
|
+
|
2449
|
+
end
|
2450
|
+
end
|
2451
|
+
|
2452
|
+
class WifiRoamingSetting
|
2453
|
+
# @private
|
2454
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2455
|
+
property :wifi_roaming_mode, as: 'wifiRoamingMode'
|
2456
|
+
property :wifi_ssid, as: 'wifiSsid'
|
2457
|
+
end
|
2458
|
+
end
|
2459
|
+
|
2429
2460
|
class WifiSsid
|
2430
2461
|
# @private
|
2431
2462
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.83.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: 2024-
|
11
|
+
date: 2024-11-03 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.83.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.5.
|
78
|
+
rubygems_version: 3.5.21
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Android Management API V1
|