קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
עדכון מדיניות המכשיר.
כדי להבטיח שהמדיניות נאכפת כראוי, צריך למנוע ניהול לא מנוהל
לגשת ל-Google Play על ידי הגדרה של
allowed_accounts בתצורה המנוהלת של Google
הפעלת החבילה. איך מגבילים חשבונות ב-Google Play
בקשה
בקשת HTTP
PUT https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/users/userId/devices/deviceId
פרמטרים
שם הפרמטר
ערך
תיאור
פרמטרים של נתיב
deviceId
string
המזהה של המכשיר.
enterpriseId
string
המזהה של הארגון.
userId
string
המזהה של המשתמש.
פרמטרים אופציונליים של שאילתה
updateMask
string
מסכה שמציינת אילו שדות צריך לעדכן. אם לא תגדירו את הערך, כל השדות שניתנים לשינוי ישתנו.
אם השדה הזה מוגדר בפרמטר של שאילתה, יש לציין אותו כך:
updateMask=<field1>,<field2>,...
[[["התוכן קל להבנה","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-10-14 (שעון UTC)."],[[["This operation updates a device's policy, requiring authorization with the `https://www.googleapis.com/auth/androidenterprise` scope."],["To enforce the policy effectively, it's crucial to restrict unmanaged accounts from accessing Google Play by configuring `allowed_accounts` in the managed configuration for the Google Play package."],["You can specify which fields to update using the `updateMask` query parameter, otherwise all modifiable fields will be changed."],["The request utilizes a PUT method and targets a specific URL structure including enterprise ID, user ID, and device ID."],["A successful operation returns a `Devices` resource, reflecting the updated device policy information."]]],[]]