You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generates an enterprise upgrade URL to upgrade an existing managed Google Play Accounts enterprise to a managed Google domain. **Note:** This feature is not generally available.
289
+
290
+
## Parameters
291
+
292
+
* `connection` (*type:* `GoogleApi.AndroidEnterprise.V1.Connection.t`) - Connection to server
293
+
* `enterprise_id` (*type:* `String.t`) - Required. The ID of the enterprise.
* `:alt` (*type:* `String.t`) - Data format for response.
298
+
* `:callback` (*type:* `String.t`) - JSONP
299
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
300
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
301
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
302
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
303
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
304
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
305
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
306
+
* `:adminEmail` (*type:* `String.t`) - Optional. Email address used to prefill the admin field of the enterprise signup form as part of the upgrade process. This value is a hint only and can be altered by the user. Personal email addresses are not allowed. If `allowedDomains` is non-empty then this must belong to one of the `allowedDomains`.
307
+
* `:allowedDomains` (*type:* `list(String.t)`) - Optional. A list of domains that are permitted for the admin email. The IT admin cannot enter an email address with a domain name that is not in this list. Subdomains of domains in this list are not allowed but can be allowed by adding a second entry which has `*.` prefixed to the domain name (e.g. *.example.com). If the field is not present or is an empty list then the IT admin is free to use any valid domain name. Personal email domains are not allowed.
308
+
* `opts` (*type:* `keyword()`) - Call options
309
+
310
+
## Returns
311
+
312
+
* `{:ok, %GoogleApi.AndroidEnterprise.V1.Model.GenerateEnterpriseUpgradeUrlResponse{}}` on success
Response message for generating a URL to upgrade an existing managed Google Play Accounts enterprise to a managed Google domain. **Note:** This feature is not generally available.
21
+
22
+
## Attributes
23
+
24
+
* `url` (*type:* `String.t`, *default:* `nil`) - A URL for an enterprise admin to upgrade their enterprise. The page can't be rendered in an iframe.
* `enterpriseId` (*type:* `String.t`, *default:* `nil`) - The ID of the enterprise for which the notification is sent. This will always be present.
28
+
* `enterpriseUpgradeEvent` (*type:* `GoogleApi.AndroidEnterprise.V1.Model.EnterpriseUpgradeEvent.t`, *default:* `nil`) - Notifications about enterprise upgrade. **Note:** This feature is not generally available.
28
29
* `installFailureEvent` (*type:* `GoogleApi.AndroidEnterprise.V1.Model.InstallFailureEvent.t`, *default:* `nil`) - Notifications about an app installation failure.
29
30
* `newDeviceEvent` (*type:* `GoogleApi.AndroidEnterprise.V1.Model.NewDeviceEvent.t`, *default:* `nil`) - Notifications about new devices.
30
31
* `newPermissionsEvent` (*type:* `GoogleApi.AndroidEnterprise.V1.Model.NewPermissionsEvent.t`, *default:* `nil`) - Notifications about new app permissions.
@@ -43,6 +44,8 @@ defmodule GoogleApi.AndroidEnterprise.V1.Model.Notification do
0 commit comments