google-apis-androidmanagement_v1 0.80.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: 5ad19548881d1026ff76c62541552ca904f1d4ce701fec2a2d76bfdb1b9fc64f
4
- data.tar.gz: e62aff905c2866cb85459142257c7c1e0e79ca5cfafda5fcdf8338e23735b829
3
+ metadata.gz: 06d0b1d5d2d5b8e97ede7450d8e0ae87628ff6c63131a8f91dafc676f393b781
4
+ data.tar.gz: 761c824e128d49b3d9cf433c59dd15381577b730de4b29ec9fba50cd58e46833
5
5
  SHA512:
6
- metadata.gz: e639ad8115be60fe0da9d5ca6c06ef369b3e6950613e03be661dd37defaf91a26c0bb3d5408a04a1ebf264fa51591856406634310babb86ae454bfc708157071
7
- data.tar.gz: 7977c6360359835c083fcea3616d6924551db5a4e6e4c07959c6f74ea5227acb9847b68d13c6673f0c71e9d070f830d76e4622bcca9450b7987651974a30aa22
6
+ metadata.gz: 281c8855186411525effa45506136d305b5466ada664e5833db79c4d5595571afacca237e9afbaa4d7cf68224588d392f1dfa26524efe46bd5e5adc87ca1adc5
7
+ data.tar.gz: b90058a075c643074441c620fe5e1fa03ddfa8a5878899efa3505478cbb2995307b88643acbd91ff28da6491dc907cf834d174808f6e82c035248ae5a9ff254a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.81.0 (2024-09-08)
8
+
9
+ * Regenerated from discovery document revision 20240904
10
+
3
11
  ### v0.80.0 (2024-08-25)
4
12
 
5
13
  * Regenerated from discovery document revision 20240821
@@ -62,16 +62,23 @@ 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
74
75
 
76
+ # Optional. Controls whether content protection, which scans for deceptive apps,
77
+ # is enabled. This is supported on Android 15 and above.
78
+ # Corresponds to the JSON property `contentProtectionPolicy`
79
+ # @return [String]
80
+ attr_accessor :content_protection_policy
81
+
75
82
  # Controls access to developer settings: developer options and safe boot.
76
83
  # Replaces safeBootDisabled (deprecated) and debuggingFeaturesAllowed (
77
84
  # deprecated).
@@ -114,6 +121,7 @@ module Google
114
121
  # Update properties of this object
115
122
  def update!(**args)
116
123
  @common_criteria_mode = args[:common_criteria_mode] if args.key?(:common_criteria_mode)
124
+ @content_protection_policy = args[:content_protection_policy] if args.key?(:content_protection_policy)
117
125
  @developer_settings = args[:developer_settings] if args.key?(:developer_settings)
118
126
  @google_play_protect_verify_apps = args[:google_play_protect_verify_apps] if args.key?(:google_play_protect_verify_apps)
119
127
  @mte_policy = args[:mte_policy] if args.key?(:mte_policy)
@@ -1202,6 +1210,11 @@ module Google
1202
1210
  # @return [String]
1203
1211
  attr_accessor :common_criteria_mode_status
1204
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
+
1205
1218
  def initialize(**args)
1206
1219
  update!(**args)
1207
1220
  end
@@ -1209,6 +1222,7 @@ module Google
1209
1222
  # Update properties of this object
1210
1223
  def update!(**args)
1211
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)
1212
1226
  end
1213
1227
  end
1214
1228
 
@@ -1799,6 +1813,11 @@ module Google
1799
1813
  # @return [String]
1800
1814
  attr_accessor :wifi_direct_settings
1801
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
+
1802
1821
  # Restrictions on which Wi-Fi SSIDs the device can connect to. Note that this
1803
1822
  # does not affect which networks can be configured on the device. Supported on
1804
1823
  # company-owned devices running Android 13 and above.
@@ -1816,6 +1835,7 @@ module Google
1816
1835
  @tethering_settings = args[:tethering_settings] if args.key?(:tethering_settings)
1817
1836
  @usb_data_access = args[:usb_data_access] if args.key?(:usb_data_access)
1818
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)
1819
1839
  @wifi_ssid_policy = args[:wifi_ssid_policy] if args.key?(:wifi_ssid_policy)
1820
1840
  end
1821
1841
  end
@@ -4289,6 +4309,15 @@ module Google
4289
4309
  # @return [Array<Google::Apis::AndroidmanagementV1::ApplicationPolicy>]
4290
4310
  attr_accessor :applications
4291
4311
 
4312
+ # Optional. Controls whether AssistContent (https://developer.android.com/
4313
+ # reference/android/app/assist/AssistContent) is allowed to be sent to a
4314
+ # privileged app such as an assistant app. AssistContent includes screenshots
4315
+ # and information about an app, such as package name. This is supported on
4316
+ # Android 15 and above.
4317
+ # Corresponds to the JSON property `assistContentPolicy`
4318
+ # @return [String]
4319
+ attr_accessor :assist_content_policy
4320
+
4292
4321
  # Whether auto date, time, and time zone are enabled on a company-owned device.
4293
4322
  # If this is set, then autoTimeRequired is ignored.
4294
4323
  # Corresponds to the JSON property `autoDateAndTimeZone`
@@ -4851,7 +4880,7 @@ module Google
4851
4880
  attr_accessor :wifi_config_disabled
4852
4881
  alias_method :wifi_config_disabled?, :wifi_config_disabled
4853
4882
 
4854
- # DEPRECATED - Use wifi_config_disabled.
4883
+ # This is deprecated.
4855
4884
  # Corresponds to the JSON property `wifiConfigsLockdownEnabled`
4856
4885
  # @return [Boolean]
4857
4886
  attr_accessor :wifi_configs_lockdown_enabled
@@ -4871,6 +4900,7 @@ module Google
4871
4900
  @android_device_policy_tracks = args[:android_device_policy_tracks] if args.key?(:android_device_policy_tracks)
4872
4901
  @app_auto_update_policy = args[:app_auto_update_policy] if args.key?(:app_auto_update_policy)
4873
4902
  @applications = args[:applications] if args.key?(:applications)
4903
+ @assist_content_policy = args[:assist_content_policy] if args.key?(:assist_content_policy)
4874
4904
  @auto_date_and_time_zone = args[:auto_date_and_time_zone] if args.key?(:auto_date_and_time_zone)
4875
4905
  @auto_time_required = args[:auto_time_required] if args.key?(:auto_time_required)
4876
4906
  @block_applications_enabled = args[:block_applications_enabled] if args.key?(:block_applications_enabled)
@@ -5219,7 +5249,8 @@ module Google
5219
5249
  # brightness set. Any other value is rejected. screenBrightnessMode must be
5220
5250
  # either BRIGHTNESS_AUTOMATIC or BRIGHTNESS_FIXED to set this. Supported on
5221
5251
  # Android 9 and above on fully managed devices. A NonComplianceDetail with
5222
- # 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.
5223
5254
  # Corresponds to the JSON property `screenBrightness`
5224
5255
  # @return [Fixnum]
5225
5256
  attr_accessor :screen_brightness
@@ -5253,7 +5284,8 @@ module Google
5253
5284
  # lower bound. The lower bound may vary across devices. If this is set,
5254
5285
  # screenTimeoutMode must be SCREEN_TIMEOUT_ENFORCED. Supported on Android 9 and
5255
5286
  # above on fully managed devices. A NonComplianceDetail with API_LEVEL is
5256
- # 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.
5257
5289
  # Corresponds to the JSON property `screenTimeout`
5258
5290
  # @return [String]
5259
5291
  attr_accessor :screen_timeout
@@ -6403,6 +6435,51 @@ module Google
6403
6435
  end
6404
6436
  end
6405
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
+
6406
6483
  # Represents a Wi-Fi SSID.
6407
6484
  class WifiSsid
6408
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.80.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 = "20240821"
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
 
@@ -867,6 +879,7 @@ module Google
867
879
  # @private
868
880
  class Representation < Google::Apis::Core::JsonRepresentation
869
881
  property :common_criteria_mode, as: 'commonCriteriaMode'
882
+ property :content_protection_policy, as: 'contentProtectionPolicy'
870
883
  property :developer_settings, as: 'developerSettings'
871
884
  property :google_play_protect_verify_apps, as: 'googlePlayProtectVerifyApps'
872
885
  property :mte_policy, as: 'mtePolicy'
@@ -1132,6 +1145,7 @@ module Google
1132
1145
  # @private
1133
1146
  class Representation < Google::Apis::Core::JsonRepresentation
1134
1147
  property :common_criteria_mode_status, as: 'commonCriteriaModeStatus'
1148
+ property :policy_signature_verification_status, as: 'policySignatureVerificationStatus'
1135
1149
  end
1136
1150
  end
1137
1151
 
@@ -1272,6 +1286,8 @@ module Google
1272
1286
  property :tethering_settings, as: 'tetheringSettings'
1273
1287
  property :usb_data_access, as: 'usbDataAccess'
1274
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
+
1275
1291
  property :wifi_ssid_policy, as: 'wifiSsidPolicy', class: Google::Apis::AndroidmanagementV1::WifiSsidPolicy, decorator: Google::Apis::AndroidmanagementV1::WifiSsidPolicy::Representation
1276
1292
 
1277
1293
  end
@@ -1930,6 +1946,7 @@ module Google
1930
1946
  property :app_auto_update_policy, as: 'appAutoUpdatePolicy'
1931
1947
  collection :applications, as: 'applications', class: Google::Apis::AndroidmanagementV1::ApplicationPolicy, decorator: Google::Apis::AndroidmanagementV1::ApplicationPolicy::Representation
1932
1948
 
1949
+ property :assist_content_policy, as: 'assistContentPolicy'
1933
1950
  property :auto_date_and_time_zone, as: 'autoDateAndTimeZone'
1934
1951
  property :auto_time_required, as: 'autoTimeRequired'
1935
1952
  property :block_applications_enabled, as: 'blockApplicationsEnabled'
@@ -2424,6 +2441,22 @@ module Google
2424
2441
  end
2425
2442
  end
2426
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
+
2427
2460
  class WifiSsid
2428
2461
  # @private
2429
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.80.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-08-25 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.80.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: []