google-apis-androidmanagement_v1 0.79.0 → 0.81.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: 1ad0b62159855664a3676bf21eca0e6e43089463e05b3ba21409ec07a827bb13
4
- data.tar.gz: 85fb1d28727062c85f32ed37ecacef734caa38d02179522ff4e8cd939993d15c
3
+ metadata.gz: 8cf3ebb5d4f7d70f968bf54b685248816da9304b54f743628c3e2052314a4b2f
4
+ data.tar.gz: 56256ae54e46657d66ff5e6a57b8abf9b21d6bdcfe1f45719ce1c18d59bc02f3
5
5
  SHA512:
6
- metadata.gz: 5bc83591faf4da559bbb9d2827d55543dfe3ce32df25b416e6576d44575b0deb9ce33eabb662ed3b3c6d4058b8ed6fa199c049915313da131a0d823c54f2391c
7
- data.tar.gz: d770e6c23c4d587060fe1394dd36a944f2f0ee20474a5ff39b2ce2d28000f09130b92dcf7b143eef28dfc2ea60cb50fe31c868b800291f46c463b12473c93033
6
+ metadata.gz: e4b880e2acb6ea8ff9b2228c14a0e77a3991375dbebaa5be67b8634857a87c40447b4eb368d86153c2c88b2fc56c131f9e6f4281159a36c5e406b0e37f510632
7
+ data.tar.gz: fbc32475ceea4d7bf4dd0fb600657a9741e9ec23223170cb3fee73abbe5896f02ea0e061d8de1eac17eba2144bf48e6a27dfda1ac3894bedff811d179dd25957
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.81.0 (2024-09-08)
4
+
5
+ * Regenerated from discovery document revision 20240904
6
+
7
+ ### v0.80.0 (2024-08-25)
8
+
9
+ * Regenerated from discovery document revision 20240821
10
+
3
11
  ### v0.79.0 (2024-08-11)
4
12
 
5
13
  * Regenerated from discovery document revision 20240808
@@ -72,6 +72,12 @@ module Google
72
72
  # @return [String]
73
73
  attr_accessor :common_criteria_mode
74
74
 
75
+ # Optional. Controls whether content protection, which scans for deceptive apps,
76
+ # is enabled. This is supported on Android 15 and above.
77
+ # Corresponds to the JSON property `contentProtectionPolicy`
78
+ # @return [String]
79
+ attr_accessor :content_protection_policy
80
+
75
81
  # Controls access to developer settings: developer options and safe boot.
76
82
  # Replaces safeBootDisabled (deprecated) and debuggingFeaturesAllowed (
77
83
  # deprecated).
@@ -114,6 +120,7 @@ module Google
114
120
  # Update properties of this object
115
121
  def update!(**args)
116
122
  @common_criteria_mode = args[:common_criteria_mode] if args.key?(:common_criteria_mode)
123
+ @content_protection_policy = args[:content_protection_policy] if args.key?(:content_protection_policy)
117
124
  @developer_settings = args[:developer_settings] if args.key?(:developer_settings)
118
125
  @google_play_protect_verify_apps = args[:google_play_protect_verify_apps] if args.key?(:google_play_protect_verify_apps)
119
126
  @mte_policy = args[:mte_policy] if args.key?(:mte_policy)
@@ -4289,6 +4296,15 @@ module Google
4289
4296
  # @return [Array<Google::Apis::AndroidmanagementV1::ApplicationPolicy>]
4290
4297
  attr_accessor :applications
4291
4298
 
4299
+ # Optional. Controls whether AssistContent (https://developer.android.com/
4300
+ # reference/android/app/assist/AssistContent) is allowed to be sent to a
4301
+ # privileged app such as an assistant app. AssistContent includes screenshots
4302
+ # and information about an app, such as package name. This is supported on
4303
+ # Android 15 and above.
4304
+ # Corresponds to the JSON property `assistContentPolicy`
4305
+ # @return [String]
4306
+ attr_accessor :assist_content_policy
4307
+
4292
4308
  # Whether auto date, time, and time zone are enabled on a company-owned device.
4293
4309
  # If this is set, then autoTimeRequired is ignored.
4294
4310
  # Corresponds to the JSON property `autoDateAndTimeZone`
@@ -4851,7 +4867,7 @@ module Google
4851
4867
  attr_accessor :wifi_config_disabled
4852
4868
  alias_method :wifi_config_disabled?, :wifi_config_disabled
4853
4869
 
4854
- # DEPRECATED - Use wifi_config_disabled.
4870
+ # This is deprecated.
4855
4871
  # Corresponds to the JSON property `wifiConfigsLockdownEnabled`
4856
4872
  # @return [Boolean]
4857
4873
  attr_accessor :wifi_configs_lockdown_enabled
@@ -4871,6 +4887,7 @@ module Google
4871
4887
  @android_device_policy_tracks = args[:android_device_policy_tracks] if args.key?(:android_device_policy_tracks)
4872
4888
  @app_auto_update_policy = args[:app_auto_update_policy] if args.key?(:app_auto_update_policy)
4873
4889
  @applications = args[:applications] if args.key?(:applications)
4890
+ @assist_content_policy = args[:assist_content_policy] if args.key?(:assist_content_policy)
4874
4891
  @auto_date_and_time_zone = args[:auto_date_and_time_zone] if args.key?(:auto_date_and_time_zone)
4875
4892
  @auto_time_required = args[:auto_time_required] if args.key?(:auto_time_required)
4876
4893
  @block_applications_enabled = args[:block_applications_enabled] if args.key?(:block_applications_enabled)
@@ -5894,6 +5911,11 @@ module Google
5894
5911
  # @return [String]
5895
5912
  attr_accessor :carrier_name
5896
5913
 
5914
+ # Output only. The ICCID associated with this SIM card.
5915
+ # Corresponds to the JSON property `iccId`
5916
+ # @return [String]
5917
+ attr_accessor :icc_id
5918
+
5897
5919
  # The phone number associated with this SIM card.
5898
5920
  # Corresponds to the JSON property `phoneNumber`
5899
5921
  # @return [String]
@@ -5906,6 +5928,7 @@ module Google
5906
5928
  # Update properties of this object
5907
5929
  def update!(**args)
5908
5930
  @carrier_name = args[:carrier_name] if args.key?(:carrier_name)
5931
+ @icc_id = args[:icc_id] if args.key?(:icc_id)
5909
5932
  @phone_number = args[:phone_number] if args.key?(:phone_number)
5910
5933
  end
5911
5934
  end
@@ -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.79.0"
19
+ GEM_VERSION = "0.81.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 = "20240808"
25
+ REVISION = "20240904"
26
26
  end
27
27
  end
28
28
  end
@@ -867,6 +867,7 @@ module Google
867
867
  # @private
868
868
  class Representation < Google::Apis::Core::JsonRepresentation
869
869
  property :common_criteria_mode, as: 'commonCriteriaMode'
870
+ property :content_protection_policy, as: 'contentProtectionPolicy'
870
871
  property :developer_settings, as: 'developerSettings'
871
872
  property :google_play_protect_verify_apps, as: 'googlePlayProtectVerifyApps'
872
873
  property :mte_policy, as: 'mtePolicy'
@@ -1930,6 +1931,7 @@ module Google
1930
1931
  property :app_auto_update_policy, as: 'appAutoUpdatePolicy'
1931
1932
  collection :applications, as: 'applications', class: Google::Apis::AndroidmanagementV1::ApplicationPolicy, decorator: Google::Apis::AndroidmanagementV1::ApplicationPolicy::Representation
1932
1933
 
1934
+ property :assist_content_policy, as: 'assistContentPolicy'
1933
1935
  property :auto_date_and_time_zone, as: 'autoDateAndTimeZone'
1934
1936
  property :auto_time_required, as: 'autoTimeRequired'
1935
1937
  property :block_applications_enabled, as: 'blockApplicationsEnabled'
@@ -2284,6 +2286,7 @@ module Google
2284
2286
  # @private
2285
2287
  class Representation < Google::Apis::Core::JsonRepresentation
2286
2288
  property :carrier_name, as: 'carrierName'
2289
+ property :icc_id, as: 'iccId'
2287
2290
  property :phone_number, as: 'phoneNumber'
2288
2291
  end
2289
2292
  end
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.79.0
4
+ version: 0.81.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-11 00:00:00.000000000 Z
11
+ date: 2024-09-15 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.79.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.81.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: []