Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Memperbarui kebijakan perangkat.
Untuk memastikan kebijakan ditegakkan dengan benar, Anda perlu mencegah
akun agar tidak mengakses Google Play dengan menyetel
allowed_accounts dalam konfigurasi terkelola untuk
Play. Lihat membatasi
akun di Google Play.
Permintaan
Permintaan HTTP
PUT https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/users/userId/devices/deviceId
Parameter
Nama parameter
Nilai
Deskripsi
Parameter jalur
deviceId
string
ID perangkat.
enterpriseId
string
ID perusahaan.
userId
string
ID pengguna.
Parameter kueri opsional
updateMask
string
Mask yang mengidentifikasi kolom yang akan diperbarui. Jika tidak ditetapkan, semua kolom yang dapat diubah akan diubah.
Jika ditetapkan dalam parameter kueri, kolom ini harus ditetapkan sebagai
updateMask=<field1>,<field2>,...
Otorisasi
Permintaan ini memerlukan otorisasi dengan cakupan berikut:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]],[]]