קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ל-SAS Portal API יש מספר תפקידים, המוגדרים בהמשך, וכל אחד מהם מעניק למשתמש הרשאה לבצע
קריאות API מסוימות. התפקידים מוקצים לחשבון Google של המשתמש.
המשתמש הראשון של לקוח SAS הוא מנהל המערכת, שנוסף באופן אוטומטי במהלך ההרשמה. לאחר מכן, האדמין יכול להוסיף משתמשים אחרים ולהקצות להם תפקידים, כולל תפקיד האדמין.
לתפקיד הזה יש הרשאות ניהול מלאות לכל
המשאבים הצאצאים במשאב
ההורה שאליו ניתנה הרשאת הגישה. הם מגדירים את המבנה של הארגון בפורטל SAS ומנהלים את
הרשאות הגישה של המשתמשים.
תפקיד_cpi
התפקיד הזה מיועד למשתמשים שהם מתקינים מקצועיים מוסמכים (CPI). כדי לתבוע את התפקיד הזה,
המשתמשים צריכים להוכיח שיש להם הסמכה פעילה להתקנה. ניתן לעשות זאת בשיטה
ValidateInstaller(). רק משתמשים עם תפקיד role_cpi מאומת יכולים להשתמש בשיטה
SignDevice()
כדי לשלוח את הפרמטרים של ההתקנה של CBSD שמחייבים התקנה של עלות להתקנה (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"]],["עדכון אחרון: 2022-09-26 (שעון UTC)."],[[["The SAS Portal API uses roles to control user permissions, with `role_admin` for administrative tasks and `role_cpi` for Certified Professional Installers."],["Initially, an Admin user is automatically assigned during sign-up and can manage other users and their roles."],["CPI users need to validate their certification using the `ValidateInstaller()` method to utilize the `SignDevice()` method for CBSD installations."],["Both `role_admin` and `role_cpi` have access to a range of methods like `GetCustomer()`, `ListDevices()`, and `UpdateDevice()`, while `SignDevice()` is exclusive to validated `role_cpi` users."],["Currently, user role assignment is handled by the SAS API Support team, and requests should be sent to [sas-api-support@google.com](mailto:sas-api-support@google.com)."]]],["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"]]