संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
SAS Portal API में कई भूमिकाएं होती हैं. इनके बारे में यहां बताया गया है. इनमें से हर भूमिका, उपयोगकर्ता को कुछ एपीआई कॉल करने की अनुमति देती है. भूमिकाएं, उपयोगकर्ता के Google खाते को असाइन की जाती हैं.
एसएएस ग्राहक के संगठन का पहला उपयोगकर्ता एडमिन होता है. उसे साइन-अप प्रोसेस के दौरान अपने-आप जोड़ दिया जाता है. इसके बाद, एडमिन अन्य उपयोगकर्ताओं को जोड़ सकता है और उन्हें भूमिकाएं असाइन कर सकता है. इसमें एडमिन की भूमिका भी शामिल है.
CSV फ़ाइल में, ज़रूरी Google खाता और भूमिका बताएं.
उपयोगकर्ता की भूमिकाएं
उपयोगकर्ताओं को दो तरह की भूमिकाएं असाइन की जा सकती हैं:
इस भूमिका के पास, पैरंट संसाधन के तहत आने वाले सभी चाइल्ड संसाधनों के लिए एडमिन के सभी अधिकार होते हैं. हालांकि, ये अधिकार सिर्फ़ उन चाइल्ड संसाधनों के लिए होते हैं जिनका ऐक्सेस इस भूमिका को दिया गया है. ये SAS Portal में संगठन का स्ट्रक्चर सेट अप करते हैं और उपयोगकर्ता के ऐक्सेस को मैनेज करते हैं.
role_cpi
यह भूमिका उन उपयोगकर्ताओं के लिए है जो सर्टिफ़ाइड प्रोफ़ेशनल इंस्टॉलर (सीपीआई) हैं. इस भूमिका का दावा करने के लिए, उपयोगकर्ताओं को यह साबित करना होगा कि उनके पास सीपीआई का चालू सर्टिफ़िकेट है. इसके लिए, वे ValidateInstaller() तरीके का इस्तेमाल करते हैं. सिर्फ़ वे उपयोगकर्ता SignDevice() तरीके का इस्तेमाल करके, उन सीबीएसडी के इंस्टॉलेशन पैरामीटर सबमिट कर सकते हैं जिनके लिए सीपीआई इंस्टॉलेशन ज़रूरी है जिनके पास पुष्टि की गई role_cpi भूमिका है.
तरीके
यहां दी गई टेबल में बताया गया है कि कौनसी भूमिकाएं, किस तरह के तरीके का इस्तेमाल कर सकती हैं:
[[["समझने में आसान है","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"]],["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe SAS Portal API uses roles to control user permissions, with \u003ccode\u003erole_admin\u003c/code\u003e for administrative tasks and \u003ccode\u003erole_cpi\u003c/code\u003e for Certified Professional Installers.\u003c/p\u003e\n"],["\u003cp\u003eInitially, an Admin user is automatically assigned during sign-up and can manage other users and their roles.\u003c/p\u003e\n"],["\u003cp\u003eCPI users need to validate their certification using the \u003ccode\u003eValidateInstaller()\u003c/code\u003e method to utilize the \u003ccode\u003eSignDevice()\u003c/code\u003e method for CBSD installations.\u003c/p\u003e\n"],["\u003cp\u003eBoth \u003ccode\u003erole_admin\u003c/code\u003e and \u003ccode\u003erole_cpi\u003c/code\u003e have access to a range of methods like \u003ccode\u003eGetCustomer()\u003c/code\u003e, \u003ccode\u003eListDevices()\u003c/code\u003e, and \u003ccode\u003eUpdateDevice()\u003c/code\u003e, while \u003ccode\u003eSignDevice()\u003c/code\u003e is exclusive to validated \u003ccode\u003erole_cpi\u003c/code\u003e users.\u003c/p\u003e\n"],["\u003cp\u003eCurrently, user role assignment is handled by the SAS API Support team, and requests should be sent to \u003ca href=\"mailto:sas-api-support@google.com\"\u003esas-api-support@google.com\u003c/a\u003e.\u003c/p\u003e\n"]]],["The SAS Portal API assigns roles to users' Google Accounts to manage API access. The initial Admin role is established during signup, and admins can manage user roles. Currently, role assignment is handled by the SAS API Support team via request. Two roles exist: `role_admin` with full administrative control and `role_cpi` for Certified Professional Installers who must validate their certification using `ValidateInstaller()` to use `SignDevice()`. Both roles share access to other core methods, such as `GetCustomer()` and `CreateDevice()`.\n"],null,[]]