Method: customers.configurations.create
יצירת מערך הגדרות אישיות חדש. לאחר היצירה, לקוח יכול להחיל את ההגדרות האישיות על מכשירים.
בקשת HTTP
POST https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/configurations
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
פרמטרים של נתיב
פרמטרים |
parent |
string
חובה. הלקוח שמנהל את ההגדרה. שם של משאב API בפורמט customers/[CUSTOMER_ID] .
|
גוף הבקשה
גוף הבקשה מכיל מופע של Configuration
.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכלול מופע חדש של Configuration
.
היקפי הרשאות
נדרש היקף ההרשאות הבא של OAuth:
https://www.googleapis.com/auth/androidworkzerotouchemm
למידע נוסף, קראו את המאמר סקירה כללית של OAuth 2.0.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-07 (שעון UTC).
[null,null,["עדכון אחרון: 2024-08-07 (שעון UTC)."],[[["This endpoint creates a new configuration that can be applied to devices under a specified customer."],["The request is a POST request to the URL `https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/configurations`, using gRPC Transcoding syntax."],["The `parent` path parameter is a required string that specifies the customer managing the configuration in the format `customers/[CUSTOMER_ID]`."],["The request body should include an instance of a `Configuration`, and a successful response will contain a newly created `Configuration`."],["The authorization scope `https://www.googleapis.com/auth/androidworkzerotouchemm` is required to make this call."]]],["This describes how to create a new configuration using a POST request to `https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/configurations`. The `parent` path parameter, representing the customer, is required. The request body must include a `Configuration` instance, and a successful response returns a new `Configuration` instance. This action requires the `https://www.googleapis.com/auth/androidworkzerotouchemm` OAuth scope. This configuration can then be applied to devices.\n"]]