google-apis-androidenterprise_v1 0.32.0 → 0.34.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: 8a9fb8cc85c8fa909cc573c5b265ca60dc5a05930baf5f5e68ad40545cd3d84b
|
4
|
+
data.tar.gz: a3f84c10f68bcb5ede995379e416ab0230f1816a5d04576eae140d3c0c919d6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45654480e108b6b5c9fc626ec3d9265ade30885beaac5b06fa50036d9d75eed6fcb51a37972c5d7e66f2755ce1da04a67a7e0f96b4519f8c6143782d0eb03eb2
|
7
|
+
data.tar.gz: 9e3420df163c5167d047516f1a8136e7dedf8e3661a2ba9c20cf44f765fd59a7c5cf7243067379756f1f71989c3d7658e68db6b3af578baeffb86cacd79a1b83
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-androidenterprise_v1
|
2
2
|
|
3
|
+
### v0.34.0 (2024-07-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240703
|
6
|
+
|
7
|
+
### v0.33.0 (2024-06-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240623
|
10
|
+
|
3
11
|
### v0.32.0 (2024-05-19)
|
4
12
|
|
5
13
|
* Regenerated using generator version 0.15.0
|
@@ -1014,24 +1014,25 @@ module Google
|
|
1014
1014
|
end
|
1015
1015
|
end
|
1016
1016
|
|
1017
|
-
#
|
1018
|
-
#
|
1019
|
-
#
|
1020
|
-
#
|
1021
|
-
#
|
1022
|
-
# entitlement
|
1023
|
-
#
|
1024
|
-
#
|
1025
|
-
#
|
1026
|
-
#
|
1027
|
-
#
|
1028
|
-
# entitlement is
|
1029
|
-
#
|
1030
|
-
#
|
1031
|
-
#
|
1032
|
-
#
|
1033
|
-
#
|
1034
|
-
#
|
1017
|
+
# *Deprecated:* New integrations cannot use this method and can refer to our
|
1018
|
+
# new recommendations. The presence of an Entitlements resource indicates that a
|
1019
|
+
# user has the right to use a particular app. Entitlements are user specific,
|
1020
|
+
# not device specific. This allows a user with an entitlement to an app to
|
1021
|
+
# install the app on all their devices. It's also possible for a user to hold an
|
1022
|
+
# entitlement to an app without installing the app on any device. The API can be
|
1023
|
+
# used to create an entitlement. As an option, you can also use the API to
|
1024
|
+
# trigger the installation of an app on all a user's managed devices at the same
|
1025
|
+
# time the entitlement is created. If the app is free, creating the entitlement
|
1026
|
+
# also creates a group license for that app. For paid apps, creating the
|
1027
|
+
# entitlement consumes one license, and that license remains consumed until the
|
1028
|
+
# entitlement is removed. If the enterprise hasn't purchased enough licenses,
|
1029
|
+
# then no entitlement is created and the installation fails. An entitlement is
|
1030
|
+
# also not created for an app if the app requires permissions that the
|
1031
|
+
# enterprise hasn't accepted. If an entitlement is deleted, the app may be
|
1032
|
+
# uninstalled from a user's device. As a best practice, uninstall the app by
|
1033
|
+
# calling Installs.delete() before deleting the entitlement. Entitlements for
|
1034
|
+
# apps that a user pays for on an unmanaged profile have "userPurchase" as the
|
1035
|
+
# entitlement reason. These entitlements cannot be removed via the API.
|
1035
1036
|
class Entitlement
|
1036
1037
|
include Google::Apis::Core::Hashable
|
1037
1038
|
|
@@ -1105,19 +1106,20 @@ module Google
|
|
1105
1106
|
end
|
1106
1107
|
end
|
1107
1108
|
|
1108
|
-
#
|
1109
|
-
#
|
1110
|
-
#
|
1111
|
-
#
|
1112
|
-
#
|
1113
|
-
#
|
1114
|
-
#
|
1115
|
-
#
|
1116
|
-
#
|
1117
|
-
#
|
1118
|
-
#
|
1119
|
-
#
|
1120
|
-
#
|
1109
|
+
# *Deprecated:* New integrations cannot use this method and can refer to our
|
1110
|
+
# new recommendations. Group license objects allow you to keep track of licenses
|
1111
|
+
# (called entitlements) for both free and paid apps. For a free app, a group
|
1112
|
+
# license is created when an enterprise admin first approves the product in
|
1113
|
+
# Google Play or when the first entitlement for the product is created for a
|
1114
|
+
# user via the API. For a paid app, a group license object is only created when
|
1115
|
+
# an enterprise admin purchases the product in Google Play for the first time.
|
1116
|
+
# Use the API to query group licenses. A Grouplicenses resource includes the
|
1117
|
+
# total number of licenses purchased (paid apps only) and the total number of
|
1118
|
+
# licenses currently in use. In other words, the total number of Entitlements
|
1119
|
+
# that exist for the product. Only one group license object is created per
|
1120
|
+
# product and group license objects are never deleted. If a product is
|
1121
|
+
# unapproved, its group license remains. This allows enterprise admins to keep
|
1122
|
+
# track of any remaining entitlements for the product.
|
1121
1123
|
class GroupLicense
|
1122
1124
|
include Google::Apis::Core::Hashable
|
1123
1125
|
|
@@ -1442,9 +1444,11 @@ module Google
|
|
1442
1444
|
end
|
1443
1445
|
end
|
1444
1446
|
|
1445
|
-
#
|
1446
|
-
#
|
1447
|
-
#
|
1447
|
+
# *Deprecated:* New integrations cannot use this method and can refer to our
|
1448
|
+
# new recommendations. A managed configuration resource contains the set of
|
1449
|
+
# managed properties defined by the app developer in the app's managed
|
1450
|
+
# configurations schema, as well as any configuration variables defined for the
|
1451
|
+
# user.
|
1448
1452
|
class ManagedConfiguration
|
1449
1453
|
include Google::Apis::Core::Hashable
|
1450
1454
|
|
@@ -2301,9 +2305,11 @@ module Google
|
|
2301
2305
|
# @return [Array<Google::Apis::AndroidenterpriseV1::EnterpriseAuthenticationAppLinkConfig>]
|
2302
2306
|
attr_accessor :enterprise_authentication_app_link_configs
|
2303
2307
|
|
2304
|
-
#
|
2305
|
-
#
|
2306
|
-
#
|
2308
|
+
# *Deprecated:* New integrations cannot use this method and can refer to our
|
2309
|
+
# new recommendations. A managed configuration resource contains the set of
|
2310
|
+
# managed properties defined by the app developer in the app's managed
|
2311
|
+
# configurations schema, as well as any configuration variables defined for the
|
2312
|
+
# user.
|
2307
2313
|
# Corresponds to the JSON property `managedConfiguration`
|
2308
2314
|
# @return [Google::Apis::AndroidenterpriseV1::ManagedConfiguration]
|
2309
2315
|
attr_accessor :managed_configuration
|
@@ -2548,7 +2554,9 @@ module Google
|
|
2548
2554
|
class ServiceAccount
|
2549
2555
|
include Google::Apis::Core::Hashable
|
2550
2556
|
|
2551
|
-
#
|
2557
|
+
# *Deprecated:* New integrations cannot use this method and can refer to our
|
2558
|
+
# new recommendations. Credentials that can be used to authenticate as a service
|
2559
|
+
# account.
|
2552
2560
|
# Corresponds to the JSON property `key`
|
2553
2561
|
# @return [Google::Apis::AndroidenterpriseV1::ServiceAccountKey]
|
2554
2562
|
attr_accessor :key
|
@@ -2570,7 +2578,9 @@ module Google
|
|
2570
2578
|
end
|
2571
2579
|
end
|
2572
2580
|
|
2573
|
-
#
|
2581
|
+
# *Deprecated:* New integrations cannot use this method and can refer to our
|
2582
|
+
# new recommendations. Credentials that can be used to authenticate as a service
|
2583
|
+
# account.
|
2574
2584
|
class ServiceAccountKey
|
2575
2585
|
include Google::Apis::Core::Hashable
|
2576
2586
|
|
@@ -2781,9 +2791,6 @@ module Google
|
|
2781
2791
|
|
2782
2792
|
# Definition of a managed Google Play store page, made of a localized name and
|
2783
2793
|
# links to other pages. A page also contains clusters defined as a subcollection.
|
2784
|
-
# *Deprecated* The managed Google Play Store homepage shows all apps listed in
|
2785
|
-
# the Devices policy. If IT admins want to customize the homepage layout, they
|
2786
|
-
# can organize apps into collections in the managed Google Play iframe.
|
2787
2794
|
class StorePage
|
2788
2795
|
include Google::Apis::Core::Hashable
|
2789
2796
|
|
@@ -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.34.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240703"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -462,6 +462,9 @@ module Google
|
|
462
462
|
end
|
463
463
|
|
464
464
|
# Generates a sign-up URL.
|
465
|
+
# @param [String] admin_email
|
466
|
+
# Optional. Email address used to prefill the admin field of the enterprise
|
467
|
+
# signup form. This value is a hint only and can be altered by the user.
|
465
468
|
# @param [String] callback_url
|
466
469
|
# The callback URL to which the Admin will be redirected after successfully
|
467
470
|
# creating an enterprise. Before redirecting there the system will add a single
|
@@ -487,10 +490,11 @@ module Google
|
|
487
490
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
488
491
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
489
492
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
490
|
-
def generate_enterprise_signup_url(callback_url: nil, fields: nil, quota_user: nil, options: nil, &block)
|
493
|
+
def generate_enterprise_signup_url(admin_email: nil, callback_url: nil, fields: nil, quota_user: nil, options: nil, &block)
|
491
494
|
command = make_simple_command(:post, 'androidenterprise/v1/enterprises/signupUrl', options)
|
492
495
|
command.response_representation = Google::Apis::AndroidenterpriseV1::SignupInfo::Representation
|
493
496
|
command.response_class = Google::Apis::AndroidenterpriseV1::SignupInfo
|
497
|
+
command.query['adminEmail'] = admin_email unless admin_email.nil?
|
494
498
|
command.query['callbackUrl'] = callback_url unless callback_url.nil?
|
495
499
|
command.query['fields'] = fields unless fields.nil?
|
496
500
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
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.34.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-07-25 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.34.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: []
|