google-apis-androidmanagement_v1 0.69.0 → 0.71.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: 4b49fdabeb61f79f088ee6a0ae5563a9cf69160691f2a32eb52499360bbf5083
|
|
4
|
+
data.tar.gz: 1776f8c1dc2cdd014e544cfa8a941c8a2ecd360456840560f75afd54d46d38fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d45d10a2720a9984b341b5e41246b47eab0eec375f93792b8914f0efebc36642a4c6cae60484c05d95d98715b352a30e17e017d1412f991395c4dbdd0d91baf8
|
|
7
|
+
data.tar.gz: 6e26cbde2322d1af9e36e93a09392efef7eb718ef9b1178fbb30cfe8d66f846f1200733137274a296b1415cd51c75fe8ac319fe9a261dc00a70bbdbcee5bba4f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-androidmanagement_v1
|
|
2
2
|
|
|
3
|
+
### v0.71.0 (2024-02-23)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240213
|
|
6
|
+
* Regenerated using generator version 0.14.0
|
|
7
|
+
|
|
8
|
+
### v0.70.0 (2024-02-18)
|
|
9
|
+
|
|
10
|
+
* Regenerated from discovery document revision 20240207
|
|
11
|
+
|
|
3
12
|
### v0.69.0 (2024-02-11)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20240129
|
data/OVERVIEW.md
CHANGED
|
@@ -83,9 +83,9 @@ The [product documentation](https://developers.google.com/android/management) ma
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 2.
|
|
86
|
+
This library is supported on Ruby 2.7+.
|
|
87
87
|
|
|
88
|
-
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life.
|
|
88
|
+
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
90
90
|
## License
|
|
91
91
|
|
|
@@ -84,6 +84,13 @@ module Google
|
|
|
84
84
|
# @return [String]
|
|
85
85
|
attr_accessor :google_play_protect_verify_apps
|
|
86
86
|
|
|
87
|
+
# Optional. Controls Memory Tagging Extension (MTE) (https://source.android.com/
|
|
88
|
+
# docs/security/test/memory-safety/arm-mte) on the device. The device needs to
|
|
89
|
+
# be rebooted to apply changes to the MTE policy.
|
|
90
|
+
# Corresponds to the JSON property `mtePolicy`
|
|
91
|
+
# @return [String]
|
|
92
|
+
attr_accessor :mte_policy
|
|
93
|
+
|
|
87
94
|
# Personal apps that can read work profile notifications using a
|
|
88
95
|
# NotificationListenerService (https://developer.android.com/reference/android/
|
|
89
96
|
# service/notification/NotificationListenerService). By default, no personal
|
|
@@ -108,6 +115,7 @@ module Google
|
|
|
108
115
|
@common_criteria_mode = args[:common_criteria_mode] if args.key?(:common_criteria_mode)
|
|
109
116
|
@developer_settings = args[:developer_settings] if args.key?(:developer_settings)
|
|
110
117
|
@google_play_protect_verify_apps = args[:google_play_protect_verify_apps] if args.key?(:google_play_protect_verify_apps)
|
|
118
|
+
@mte_policy = args[:mte_policy] if args.key?(:mte_policy)
|
|
111
119
|
@personal_apps_that_can_read_work_notifications = args[:personal_apps_that_can_read_work_notifications] if args.key?(:personal_apps_that_can_read_work_notifications)
|
|
112
120
|
@untrusted_apps_policy = args[:untrusted_apps_policy] if args.key?(:untrusted_apps_policy)
|
|
113
121
|
end
|
|
@@ -559,6 +567,12 @@ module Google
|
|
|
559
567
|
# @return [String]
|
|
560
568
|
attr_accessor :connected_work_and_personal_app
|
|
561
569
|
|
|
570
|
+
# Optional. Whether the app is allowed to act as a credential provider on
|
|
571
|
+
# Android 14 and above.
|
|
572
|
+
# Corresponds to the JSON property `credentialProviderPolicy`
|
|
573
|
+
# @return [String]
|
|
574
|
+
attr_accessor :credential_provider_policy
|
|
575
|
+
|
|
562
576
|
# The default policy for all permissions requested by the app. If specified,
|
|
563
577
|
# this overrides the policy-level default_permission_policy which applies to all
|
|
564
578
|
# apps. It does not override the permission_grants which applies to all apps.
|
|
@@ -597,11 +611,11 @@ module Google
|
|
|
597
611
|
# @return [Array<Google::Apis::AndroidmanagementV1::InstallConstraint>]
|
|
598
612
|
attr_accessor :install_constraint
|
|
599
613
|
|
|
600
|
-
# Optional. Amongst apps with
|
|
601
|
-
# controls the relative priority of installation. A value of 0 (
|
|
602
|
-
# this app has no priority over other apps. For values between 1
|
|
603
|
-
# lower value means a higher priority. Values outside of the range
|
|
604
|
-
# inclusive are rejected.
|
|
614
|
+
# Optional. Amongst apps with installType set to: FORCE_INSTALLED
|
|
615
|
+
# PREINSTALLEDthis controls the relative priority of installation. A value of 0 (
|
|
616
|
+
# default) means this app has no priority over other apps. For values between 1
|
|
617
|
+
# and 10,000, a lower value means a higher priority. Values outside of the range
|
|
618
|
+
# 0 to 10,000 inclusive are rejected.
|
|
605
619
|
# Corresponds to the JSON property `installPriority`
|
|
606
620
|
# @return [Fixnum]
|
|
607
621
|
attr_accessor :install_priority
|
|
@@ -673,6 +687,7 @@ module Google
|
|
|
673
687
|
@always_on_vpn_lockdown_exemption = args[:always_on_vpn_lockdown_exemption] if args.key?(:always_on_vpn_lockdown_exemption)
|
|
674
688
|
@auto_update_mode = args[:auto_update_mode] if args.key?(:auto_update_mode)
|
|
675
689
|
@connected_work_and_personal_app = args[:connected_work_and_personal_app] if args.key?(:connected_work_and_personal_app)
|
|
690
|
+
@credential_provider_policy = args[:credential_provider_policy] if args.key?(:credential_provider_policy)
|
|
676
691
|
@default_permission_policy = args[:default_permission_policy] if args.key?(:default_permission_policy)
|
|
677
692
|
@delegated_scopes = args[:delegated_scopes] if args.key?(:delegated_scopes)
|
|
678
693
|
@disabled = args[:disabled] if args.key?(:disabled)
|
|
@@ -2568,9 +2583,9 @@ module Google
|
|
|
2568
2583
|
end
|
|
2569
2584
|
end
|
|
2570
2585
|
|
|
2571
|
-
# Amongst apps with
|
|
2572
|
-
# set of restrictions for the app installation. At least one of the fields
|
|
2573
|
-
# be set. When multiple fields are set, then all the constraints need to be
|
|
2586
|
+
# Amongst apps with InstallType set to: FORCE_INSTALLED PREINSTALLEDthis defines
|
|
2587
|
+
# a set of restrictions for the app installation. At least one of the fields
|
|
2588
|
+
# must be set. When multiple fields are set, then all the constraints need to be
|
|
2574
2589
|
# satisfied for the app to be installed.
|
|
2575
2590
|
class InstallConstraint
|
|
2576
2591
|
include Google::Apis::Core::Hashable
|
|
@@ -4288,6 +4303,15 @@ module Google
|
|
|
4288
4303
|
attr_accessor :create_windows_disabled
|
|
4289
4304
|
alias_method :create_windows_disabled?, :create_windows_disabled
|
|
4290
4305
|
|
|
4306
|
+
# Controls which apps are allowed to act as credential providers on Android 14
|
|
4307
|
+
# and above. These apps store credentials, see this (https://developer.android.
|
|
4308
|
+
# com/training/sign-in/passkeys) and this (https://developer.android.com/
|
|
4309
|
+
# reference/androidx/credentials/CredentialManager) for details. See also
|
|
4310
|
+
# credentialProviderPolicy.
|
|
4311
|
+
# Corresponds to the JSON property `credentialProviderPolicyDefault`
|
|
4312
|
+
# @return [String]
|
|
4313
|
+
attr_accessor :credential_provider_policy_default
|
|
4314
|
+
|
|
4291
4315
|
# Whether configuring user credentials is disabled.
|
|
4292
4316
|
# Corresponds to the JSON property `credentialsConfigDisabled`
|
|
4293
4317
|
# @return [Boolean]
|
|
@@ -4565,6 +4589,12 @@ module Google
|
|
|
4565
4589
|
# @return [String]
|
|
4566
4590
|
attr_accessor :preferential_network_service
|
|
4567
4591
|
|
|
4592
|
+
# Optional. Controls whether printing is allowed. This is supported on devices
|
|
4593
|
+
# running Android 9 and above. .
|
|
4594
|
+
# Corresponds to the JSON property `printingPolicy`
|
|
4595
|
+
# @return [String]
|
|
4596
|
+
attr_accessor :printing_policy
|
|
4597
|
+
|
|
4568
4598
|
# Allows showing UI on a device for a user to choose a private key alias if
|
|
4569
4599
|
# there are no matching rules in ChoosePrivateKeyRules. For devices below
|
|
4570
4600
|
# Android P, setting this may leave enterprise keys vulnerable. This value will
|
|
@@ -4772,6 +4802,7 @@ module Google
|
|
|
4772
4802
|
@choose_private_key_rules = args[:choose_private_key_rules] if args.key?(:choose_private_key_rules)
|
|
4773
4803
|
@compliance_rules = args[:compliance_rules] if args.key?(:compliance_rules)
|
|
4774
4804
|
@create_windows_disabled = args[:create_windows_disabled] if args.key?(:create_windows_disabled)
|
|
4805
|
+
@credential_provider_policy_default = args[:credential_provider_policy_default] if args.key?(:credential_provider_policy_default)
|
|
4775
4806
|
@credentials_config_disabled = args[:credentials_config_disabled] if args.key?(:credentials_config_disabled)
|
|
4776
4807
|
@cross_profile_policies = args[:cross_profile_policies] if args.key?(:cross_profile_policies)
|
|
4777
4808
|
@data_roaming_disabled = args[:data_roaming_disabled] if args.key?(:data_roaming_disabled)
|
|
@@ -4816,6 +4847,7 @@ module Google
|
|
|
4816
4847
|
@play_store_mode = args[:play_store_mode] if args.key?(:play_store_mode)
|
|
4817
4848
|
@policy_enforcement_rules = args[:policy_enforcement_rules] if args.key?(:policy_enforcement_rules)
|
|
4818
4849
|
@preferential_network_service = args[:preferential_network_service] if args.key?(:preferential_network_service)
|
|
4850
|
+
@printing_policy = args[:printing_policy] if args.key?(:printing_policy)
|
|
4819
4851
|
@private_key_selection_enabled = args[:private_key_selection_enabled] if args.key?(:private_key_selection_enabled)
|
|
4820
4852
|
@recommended_global_proxy = args[:recommended_global_proxy] if args.key?(:recommended_global_proxy)
|
|
4821
4853
|
@remove_user_disabled = args[:remove_user_disabled] if args.key?(:remove_user_disabled)
|
|
@@ -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.71.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240213"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -833,6 +833,7 @@ module Google
|
|
|
833
833
|
property :common_criteria_mode, as: 'commonCriteriaMode'
|
|
834
834
|
property :developer_settings, as: 'developerSettings'
|
|
835
835
|
property :google_play_protect_verify_apps, as: 'googlePlayProtectVerifyApps'
|
|
836
|
+
property :mte_policy, as: 'mtePolicy'
|
|
836
837
|
collection :personal_apps_that_can_read_work_notifications, as: 'personalAppsThatCanReadWorkNotifications'
|
|
837
838
|
property :untrusted_apps_policy, as: 'untrustedAppsPolicy'
|
|
838
839
|
end
|
|
@@ -948,6 +949,7 @@ module Google
|
|
|
948
949
|
property :always_on_vpn_lockdown_exemption, as: 'alwaysOnVpnLockdownExemption'
|
|
949
950
|
property :auto_update_mode, as: 'autoUpdateMode'
|
|
950
951
|
property :connected_work_and_personal_app, as: 'connectedWorkAndPersonalApp'
|
|
952
|
+
property :credential_provider_policy, as: 'credentialProviderPolicy'
|
|
951
953
|
property :default_permission_policy, as: 'defaultPermissionPolicy'
|
|
952
954
|
collection :delegated_scopes, as: 'delegatedScopes'
|
|
953
955
|
property :disabled, as: 'disabled'
|
|
@@ -1884,6 +1886,7 @@ module Google
|
|
|
1884
1886
|
collection :compliance_rules, as: 'complianceRules', class: Google::Apis::AndroidmanagementV1::ComplianceRule, decorator: Google::Apis::AndroidmanagementV1::ComplianceRule::Representation
|
|
1885
1887
|
|
|
1886
1888
|
property :create_windows_disabled, as: 'createWindowsDisabled'
|
|
1889
|
+
property :credential_provider_policy_default, as: 'credentialProviderPolicyDefault'
|
|
1887
1890
|
property :credentials_config_disabled, as: 'credentialsConfigDisabled'
|
|
1888
1891
|
property :cross_profile_policies, as: 'crossProfilePolicies', class: Google::Apis::AndroidmanagementV1::CrossProfilePolicies, decorator: Google::Apis::AndroidmanagementV1::CrossProfilePolicies::Representation
|
|
1889
1892
|
|
|
@@ -1943,6 +1946,7 @@ module Google
|
|
|
1943
1946
|
collection :policy_enforcement_rules, as: 'policyEnforcementRules', class: Google::Apis::AndroidmanagementV1::PolicyEnforcementRule, decorator: Google::Apis::AndroidmanagementV1::PolicyEnforcementRule::Representation
|
|
1944
1947
|
|
|
1945
1948
|
property :preferential_network_service, as: 'preferentialNetworkService'
|
|
1949
|
+
property :printing_policy, as: 'printingPolicy'
|
|
1946
1950
|
property :private_key_selection_enabled, as: 'privateKeySelectionEnabled'
|
|
1947
1951
|
property :recommended_global_proxy, as: 'recommendedGlobalProxy', class: Google::Apis::AndroidmanagementV1::ProxyInfo, decorator: Google::Apis::AndroidmanagementV1::ProxyInfo::Representation
|
|
1948
1952
|
|
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.71.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-02-
|
|
11
|
+
date: 2024-02-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.14.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
29
|
+
version: 0.14.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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.71.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: []
|
|
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
68
68
|
requirements:
|
|
69
69
|
- - ">="
|
|
70
70
|
- !ruby/object:Gem::Version
|
|
71
|
-
version: '2.
|
|
71
|
+
version: '2.7'
|
|
72
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
requirements:
|
|
74
74
|
- - ">="
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.5.
|
|
78
|
+
rubygems_version: 3.5.6
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Android Management API V1
|