REST Resource: signupUrls
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:SignupUrl
JSON 表示法 |
{
"name": string,
"url": string
} |
字段 |
name |
string
资源的名称。调用 enterprises.create 时,请在 signupUrl 字段中使用此值来完成企业注册流程。
|
url |
string
可供企业管理员注册企业的网址。该网页无法在 iframe 中呈现。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003e\u003ccode\u003eSignupUrl\u003c/code\u003e resource facilitates enterprise signup through a dedicated URL.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003ename\u003c/code\u003e field used during enterprise creation and a \u003ccode\u003eurl\u003c/code\u003e field for enterprise admin registration.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecreate\u003c/code\u003e method allows the generation of new enterprise signup URLs.\u003c/p\u003e\n"]]],["The resource `SignupUrl` represents an enterprise signup URL, defined by a `name` (used in `enterprises.create`) and a `url` (where admins register). The JSON representation is a string-based key-value pair for both name and url. The only method available for this resource is `create`, which allows generating new enterprise signup URLs.\n"],null,["# REST Resource: signupUrls\n\n- [Resource: SignupUrl](#SignupUrl)\n - [JSON representation](#SignupUrl.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: SignupUrl\n-------------------\n\nAn enterprise signup URL.\n\n| JSON representation |\n|-------------------------------------------|\n| ``` { \"name\": string, \"url\": string } ``` |\n\n| Fields ||\n|--------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The name of the resource. Use this value in the `signupUrl` field when calling [`enterprises.create`](/android/management/reference/rest/v1/enterprises/create) to complete the enterprise signup flow. |\n| `url` | `string` A URL where an enterprise admin can register their enterprise. The page can't be rendered in an iframe. |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------|-----------------------------------|\n| ### [create](/android/management/reference/rest/v1/signupUrls/create) | Creates an enterprise signup URL. |"]]