REST Resource: signupUrls
संसाधन: signupUrl
एंटरप्राइज़ साइन अप यूआरएल.
JSON के काेड में दिखाना |
{
"name": string,
"url": string
} |
फ़ील्ड |
name |
string
संसाधन का नाम. एंटरप्राइज़ साइन अप फ़्लो को पूरा करने के लिए, enterprises.create को कॉल करते समय signupUrl फ़ील्ड में इस वैल्यू का इस्तेमाल करें.
|
url |
string
वह यूआरएल जहां एंटरप्राइज़ एडमिन अपने एंटरप्राइज़ को रजिस्टर कर सकता है. पेज को iframe में रेंडर नहीं किया जा सकता.
|
तरीके |
|
एंटरप्राइज़ के लिए साइन अप यूआरएल बनाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-21 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-21 (UTC) को अपडेट किया गया."],[[["`SignupUrl` resource facilitates enterprise signup through a dedicated URL."],["It includes a `name` field used during enterprise creation and a `url` field for enterprise admin registration."],["The `create` method allows the generation of new enterprise signup URLs."]]],["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"]]