google-apis-androidmanagement_v1 0.81.0 → 0.82.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: 8cf3ebb5d4f7d70f968bf54b685248816da9304b54f743628c3e2052314a4b2f
4
- data.tar.gz: 56256ae54e46657d66ff5e6a57b8abf9b21d6bdcfe1f45719ce1c18d59bc02f3
3
+ metadata.gz: 06d0b1d5d2d5b8e97ede7450d8e0ae87628ff6c63131a8f91dafc676f393b781
4
+ data.tar.gz: 761c824e128d49b3d9cf433c59dd15381577b730de4b29ec9fba50cd58e46833
5
5
  SHA512:
6
- metadata.gz: e4b880e2acb6ea8ff9b2228c14a0e77a3991375dbebaa5be67b8634857a87c40447b4eb368d86153c2c88b2fc56c131f9e6f4281159a36c5e406b0e37f510632
7
- data.tar.gz: fbc32475ceea4d7bf4dd0fb600657a9741e9ec23223170cb3fee73abbe5896f02ea0e061d8de1eac17eba2144bf48e6a27dfda1ac3894bedff811d179dd25957
6
+ metadata.gz: 281c8855186411525effa45506136d305b5466ada664e5833db79c4d5595571afacca237e9afbaa4d7cf68224588d392f1dfa26524efe46bd5e5adc87ca1adc5
7
+ data.tar.gz: b90058a075c643074441c620fe5e1fa03ddfa8a5878899efa3505478cbb2995307b88643acbd91ff28da6491dc907cf834d174808f6e82c035248ae5a9ff254a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.82.0 (2024-09-29)
4
+
5
+ * Regenerated from discovery document revision 20240924
6
+
3
7
  ### v0.81.0 (2024-09-08)
4
8
 
5
9
  * 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, including AES-GCM encryption of
66
- # Bluetooth Long Term Keys, and Wi-Fi configuration stores.Common Criteria Mode
67
- # is only supported on company-owned devices running Android 11 or above.Warning:
68
- # Common Criteria Mode enforces a strict security model typically only required
69
- # for IT products used in national security systems and other highly sensitive
70
- # organizations. Standard device use may be affected. Only enabled if required.
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
@@ -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
@@ -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.81.0"
19
+ GEM_VERSION = "0.82.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 = "20240904"
25
+ REVISION = "20240924"
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.81.0
4
+ version: 0.82.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-09-15 00:00:00.000000000 Z
11
+ date: 2024-09-29 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.81.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.82.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: []