google-apis-androidenterprise_v1 0.26.0 → 0.27.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1c5119c5539d3a17b1ee8b10c8266c4ce2ef128247a1b3d0816fbb0fde25e40
|
4
|
+
data.tar.gz: 85fe41df1ca867ce333d5c357653a3eca96df95ded499fe073a423ccddabae14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e639b1bc0ae3db09cc358f7de19607353d7b3cbfaf80da652d3cd84f1f36ceebe1105635e581810396c7902310cd4e48f0c7e381a62cf02d9c88ab785caf598
|
7
|
+
data.tar.gz: 673ab00a8cdc56f53a838e10e6a1e1c263d0cd9b597c494004d8a9827a27a1657fb6a28f93f76a4272a3601278825b406d1c1c02a2831ada0c8f01e6fd8c4412
|
data/CHANGELOG.md
CHANGED
@@ -743,8 +743,7 @@ module Google
|
|
743
743
|
# @return [Google::Apis::AndroidenterpriseV1::DeviceReport]
|
744
744
|
attr_accessor :report
|
745
745
|
|
746
|
-
# Retail brand for the device, if set. See
|
747
|
-
# reference/android/os/Build.html#BRAND
|
746
|
+
# Retail brand for the device, if set. See android.os.Build.BRAND
|
748
747
|
# Corresponds to the JSON property `retailBrand`
|
749
748
|
# @return [String]
|
750
749
|
attr_accessor :retail_brand
|
@@ -1896,12 +1895,12 @@ module Google
|
|
1896
1895
|
include Google::Apis::Core::Hashable
|
1897
1896
|
|
1898
1897
|
# A longer description of the Permissions resource, giving more details of what
|
1899
|
-
# it affects.
|
1898
|
+
# it affects.
|
1900
1899
|
# Corresponds to the JSON property `description`
|
1901
1900
|
# @return [String]
|
1902
1901
|
attr_accessor :description
|
1903
1902
|
|
1904
|
-
# The name of the permission.
|
1903
|
+
# The name of the permission.
|
1905
1904
|
# Corresponds to the JSON property `name`
|
1906
1905
|
# @return [String]
|
1907
1906
|
attr_accessor :name
|
@@ -1927,12 +1926,13 @@ module Google
|
|
1927
1926
|
class Policy
|
1928
1927
|
include Google::Apis::Core::Hashable
|
1929
1928
|
|
1930
|
-
#
|
1931
|
-
#
|
1932
|
-
#
|
1933
|
-
#
|
1934
|
-
#
|
1935
|
-
#
|
1929
|
+
# Controls when automatic app updates on the device can be applied. Recommended
|
1930
|
+
# alternative: autoUpdateMode which is set per app, provides greater flexibility
|
1931
|
+
# around update frequency. When autoUpdateMode is set to AUTO_UPDATE_POSTPONED
|
1932
|
+
# or AUTO_UPDATE_HIGH_PRIORITY, autoUpdatePolicy has no effect. "choiceToTheUser"
|
1933
|
+
# allows the device's user to configure the app update policy. "always" enables
|
1934
|
+
# auto updates. "never" disables auto updates. "wifiOnly" enables auto updates
|
1935
|
+
# only when the device is connected to wifi.
|
1936
1936
|
# Corresponds to the JSON property `autoUpdatePolicy`
|
1937
1937
|
# @return [String]
|
1938
1938
|
attr_accessor :auto_update_policy
|
@@ -2285,7 +2285,9 @@ module Google
|
|
2285
2285
|
# @return [Google::Apis::AndroidenterpriseV1::AutoInstallPolicy]
|
2286
2286
|
attr_accessor :auto_install_policy
|
2287
2287
|
|
2288
|
-
# The auto-update mode for the product.
|
2288
|
+
# The auto-update mode for the product. When autoUpdateMode is used, it always
|
2289
|
+
# takes precedence over the user's choice. So when a user makes changes to the
|
2290
|
+
# device settings manually, these changes are ignored.
|
2289
2291
|
# Corresponds to the JSON property `autoUpdateMode`
|
2290
2292
|
# @return [String]
|
2291
2293
|
attr_accessor :auto_update_mode
|
@@ -2293,9 +2295,8 @@ module Google
|
|
2293
2295
|
# An authentication URL configuration for the authenticator app of an identity
|
2294
2296
|
# provider. This helps to launch the identity provider's authenticator app
|
2295
2297
|
# during the authentication happening in a private app using Android WebView.
|
2296
|
-
# Authenticator app should already be the
|
2297
|
-
#
|
2298
|
-
# authentication url on the device.
|
2298
|
+
# Authenticator app should already be the default handler for the authentication
|
2299
|
+
# url on the device.
|
2299
2300
|
# Corresponds to the JSON property `enterpriseAuthenticationAppLinkConfigs`
|
2300
2301
|
# @return [Array<Google::Apis::AndroidenterpriseV1::EnterpriseAuthenticationAppLinkConfig>]
|
2301
2302
|
attr_accessor :enterprise_authentication_app_link_configs
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AndroidenterpriseV1
|
18
18
|
# Version of the google-apis-androidenterprise_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.27.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231113"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-androidenterprise_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.27.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: 2023-11-
|
11
|
+
date: 2023-11-19 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-androidenterprise_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.27.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidenterprise_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|