google-apis-androidmanagement_v1 0.80.0 → 0.81.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: 8cf3ebb5d4f7d70f968bf54b685248816da9304b54f743628c3e2052314a4b2f
|
4
|
+
data.tar.gz: 56256ae54e46657d66ff5e6a57b8abf9b21d6bdcfe1f45719ce1c18d59bc02f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4b880e2acb6ea8ff9b2228c14a0e77a3991375dbebaa5be67b8634857a87c40447b4eb368d86153c2c88b2fc56c131f9e6f4281159a36c5e406b0e37f510632
|
7
|
+
data.tar.gz: fbc32475ceea4d7bf4dd0fb600657a9741e9ec23223170cb3fee73abbe5896f02ea0e061d8de1eac17eba2144bf48e6a27dfda1ac3894bedff811d179dd25957
|
data/CHANGELOG.md
CHANGED
@@ -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
|
-
#
|
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)
|
@@ -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.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 = "
|
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'
|
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.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-
|
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.
|
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: []
|