Autogenerated update (2018-11-22)
Update: - androidenterprise_v1
This commit is contained in:
parent
1debbbc410
commit
d656fe1cb7
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://developers.google.com/android/work/play/emm-api
|
# @see https://developers.google.com/android/work/play/emm-api
|
||||||
module AndroidenterpriseV1
|
module AndroidenterpriseV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20181112'
|
REVISION = '20181120'
|
||||||
|
|
||||||
# Manage corporate Android devices
|
# Manage corporate Android devices
|
||||||
AUTH_ANDROIDENTERPRISE = 'https://www.googleapis.com/auth/androidenterprise'
|
AUTH_ANDROIDENTERPRISE = 'https://www.googleapis.com/auth/androidenterprise'
|
||||||
|
|
|
@ -2854,6 +2854,7 @@ module Google
|
||||||
# Generates an authentication token which the device policy client can use to
|
# Generates an authentication token which the device policy client can use to
|
||||||
# provision the given EMM-managed user account on a device. The generated token
|
# provision the given EMM-managed user account on a device. The generated token
|
||||||
# is single-use and expires after a few minutes.
|
# is single-use and expires after a few minutes.
|
||||||
|
# You can provision a maximum of 10 devices per user.
|
||||||
# This call only works with EMM-managed accounts.
|
# This call only works with EMM-managed accounts.
|
||||||
# @param [String] enterprise_id
|
# @param [String] enterprise_id
|
||||||
# The ID of the enterprise.
|
# The ID of the enterprise.
|
||||||
|
|
Loading…
Reference in New Issue