google-apis-androidenterprise_v1 0.45.0 → 0.46.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: 90937e9976d65c89eb41e112b53ec6c8fe186a0c7f8e3a1ac728ddacda8a83fb
|
|
4
|
+
data.tar.gz: 8792592f5f355b821dfba3d568f5256b57b2117253a2c63292e885cfee88f63f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de0dea15b19eeaf1d93cc7b3a53f40e3987ef43af3058a03f6552b8ed216d8801d44657a3b2f975a43be056778fb7cc7e2e48be0ab239797ff7ab4798a5b3201
|
|
7
|
+
data.tar.gz: e152e92b9ecec894b5d857d86417729a2e94b3bd0b93c9b1998bd09eb5b9f0a105ba406c81aa97363c6c73be18acd87bafa362e4a8dbf255c30df674f6193ee8
|
data/CHANGELOG.md
CHANGED
|
@@ -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.46.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260302"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -124,11 +124,17 @@ module Google
|
|
|
124
124
|
execute_or_queue_command(command, &block)
|
|
125
125
|
end
|
|
126
126
|
|
|
127
|
-
#
|
|
128
|
-
#
|
|
129
|
-
#
|
|
130
|
-
#
|
|
131
|
-
#
|
|
127
|
+
# Checks if a device can access Google apps and services for a user. Returns
|
|
128
|
+
# whether access is "enabled" or "disabled". A "disabled" state prevents the
|
|
129
|
+
# user's Managed Google Account on the device from successfully authenticating
|
|
130
|
+
# with Google. This blocks access to most Google applications and services,
|
|
131
|
+
# including Google Play, as the device cannot prove its entitlement to access
|
|
132
|
+
# them. New devices default to "disabled". Important: Enforcement of this state
|
|
133
|
+
# depends on the following conditions: * The user must be a managed google
|
|
134
|
+
# account. * The enterprise must be a managed google domain. * Third-party
|
|
135
|
+
# Android mobile management must be active in the Google Admin Console for the
|
|
136
|
+
# user's Organizational Unit. If these conditions aren't met, access may still
|
|
137
|
+
# be possible even in a "disabled" state.
|
|
132
138
|
# @param [String] enterprise_id
|
|
133
139
|
# The ID of the enterprise.
|
|
134
140
|
# @param [String] user_id
|
|
@@ -197,11 +203,15 @@ module Google
|
|
|
197
203
|
execute_or_queue_command(command, &block)
|
|
198
204
|
end
|
|
199
205
|
|
|
200
|
-
# Sets whether a device's access to Google services
|
|
201
|
-
#
|
|
202
|
-
#
|
|
203
|
-
#
|
|
204
|
-
# for Google-managed users.
|
|
206
|
+
# Sets whether a device's access to Google services (including Google Play) is
|
|
207
|
+
# enabled or disabled for the specified user. Setting the state to "enabled"
|
|
208
|
+
# allows the Google Account to access Google services, while "disabled" blocks
|
|
209
|
+
# access by preventing OAuth token issuance. Preconditions for Enforcement: 1.
|
|
210
|
+
# This setting is only effective for Google-managed users. 2. The enterprise
|
|
211
|
+
# must be linked to a Google Managed Domain. 3. Enforcement requires third-party
|
|
212
|
+
# Android mobile management to be enabled within the Google Admin Console for
|
|
213
|
+
# the user's Organizational Unit. If these preconditions are not met, changes to
|
|
214
|
+
# this state may be ignored.
|
|
205
215
|
# @param [String] enterprise_id
|
|
206
216
|
# The ID of the enterprise.
|
|
207
217
|
# @param [String] user_id
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.46.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidenterprise_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.46.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidenterprise_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|