REST Resource: signupUrls
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
المورد: SignupUrl
عنوان URL للاشتراك في المؤسسة
تمثيل JSON |
{
"name": string,
"url": string
} |
الحقول |
name |
string
اسم المورد. استخدِم هذه القيمة في الحقل signupUrl عند طلب enterprises.create لإكمال عملية الاشتراك في المؤسسة.
|
url |
string
عنوان URL يمكن من خلاله لمشرف المؤسسة تسجيل مؤسسته. لا يمكن عرض الصفحة في إطار iframe.
|
الطُرق |
|
ينشئ عنوان URL للاشتراك في المؤسسة. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 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. |"]]