可选。允许用于管理员电子邮件的网域列表。IT 管理员无法输入域名不在此列表中的电子邮件地址。此列表中的网域的子网域不受支持,但您可以通过添加第二个条目(在域名前面添加 *.,例如 *.example.com)来允许子网域。如果该字段不存在或为空列表,IT 管理员可以自由使用任何有效的域名。我们始终允许使用个人电子邮件域名,但这会导致系统创建 Google Play 企业版账号集。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-02-19。"],[[["This document describes how to create an enterprise signup URL using an HTTP POST request to `https://androidmanagement.googleapis.com/v1/signupUrls`."],["The request requires specifying the Google Cloud project ID, a callback URL for redirection after signup, and optionally, an email address to prefill the admin field."],["The response provides a `SignupUrl` object containing the generated signup URL."],["To use this functionality, you'll need authorization with the `https://www.googleapis.com/auth/androidmanagement` OAuth scope."]]],["This content describes the process of creating an enterprise signup URL via a `POST` request to `https://androidmanagement.googleapis.com/v1/signupUrls`. The request requires a `projectId` and a `callbackUrl`, and optionally an `adminEmail` and `allowedDomains`. The request body must be empty. A successful request returns a `SignupUrl` instance. This requires `https://www.googleapis.com/auth/androidmanagement` authorization scope. After enterprise creation, `enterpriseToken` will be added as a query parameter to the callback URL.\n"]]