קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
יצירת אובייקט Company כדי לזהות באופן ייחודי חברה (לקוח) עבור Knox או הרשמה ללא מגע. אחרי שהשיטה תחזיר נתונים, הבעלים (primary_emails) או האדמינים (secondary_emails) שצוינו יוכלו לשייך את כתובות האימייל שלהם לחשבון Google כדי לגשת לפורטל ללקוחות ללא מגע (פרטים נוספים זמינים במאמר הרשמה ללא מגע לאדמינים ב-IT) או לחשבון Samsung כדי לגשת לפורטל Knox Mobile Enrollment (KME).
שם החברה. לדוגמה, XYZ Corp. מוצג לעובדים של החברה בפורטל ההרשמה ללא מגע.
primary_emails
רשימה של object(string)
כן
ללא מגע: כתובת האימייל של המשתמשים של הלקוח בתפקיד 'בעלים'. צריך להזין לפחות כתובת אימייל אחת. כל כתובת אימייל צריכה להיות משויכת לחשבון Google. לבעלים יש את אותה גישה שיש לאדמינים, אבל הם יכולים גם להוסיף, למחוק ולערוך את המשתמשים בפורטל של הארגון.
Samsung: כתובת האימייל של הסופר-אדמין של הלקוח. Samsung משתמשת רק בכתובת האימייל הראשונה ברשימה. כתובת האימייל חייבת להיות משויכת לחשבון Samsung.
secondary_emails
רשימה של object(string)
לא
כתובת האימייל של המשתמשים של הלקוח בתפקיד אדמין. כל כתובת אימייל צריכה להיות משויכת לחשבון Google. הערה: Samsung לא תומכת במאפיין הזה.
vendorParams
map
דרך הארגון: לא
Samsung: כן
שדות נוספים, צמד מפתח/ערך שצוין על ידי הספק. בבקשות מהקלאס SamsungResellerService צריך לציין:
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2024-12-03 (שעון UTC)."],[[["This process creates a `Company` object to uniquely identify a customer for Knox or zero-touch enrollment."],["The `customer_name`, `primary_emails`, and `vendorParams` are required parameters for creating a customer, and `secondary_emails` is optional."],["`primary_emails` are email addresses for owners (for zero-touch) or super admins (for Samsung), who can access the zero-touch or Knox Mobile Enrollment portal, and must be associated with a Google Account or Samsung Account, respectively."],["`secondary_emails` represent admin users for zero-touch enrollment, must be associated with a Google Account, and are not supported by Samsung."],["The method throws a `CommonException` with an `INTERNAL_SERVER_ERROR` if an issue occurs during customer creation."]]],["This document outlines how to create a `Company` object to identify a customer for Knox or zero-touch enrollment. The `createCustomer` method requires a company name and a list of primary email addresses (owners/super admins). Secondary email addresses (admins) are optional for zero-touch. Samsung requests also need `vendorParams`, specifying country, first name, last name, and \"KME\" service. Successful creation returns a `Company` object, allowing associated emails access to the zero-touch or KME portal. Errors result in a `CommonException`.\n"]]