REST Resource: signupUrls
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài nguyên: signupUrl
URL đăng ký doanh nghiệp.
Biểu diễn dưới dạng JSON |
{
"name": string,
"url": string
} |
Trường |
name |
string
Tên của tài nguyên. Hãy dùng giá trị này trong trường signupUrl khi gọi enterprises.create để hoàn tất quy trình đăng ký vào tài khoản doanh nghiệp.
|
url |
string
URL nơi quản trị viên doanh nghiệp có thể đăng ký doanh nghiệp của họ. Không thể hiển thị trang trong iframe.
|
Phương thức |
|
Tạo một URL đăng ký doanh nghiệp. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\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. |"]]