Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Consente di aggiornare i criteri relativi ai dispositivi.
Per assicurarti che il criterio venga applicato correttamente, devi evitare
di accedere a Google Play impostando il
allowed_accounts nella configurazione gestita per Google
pacchetto Google Play. Vedi le limitazioni
in Google Play.
Richiesta
Richiesta HTTP
PUT https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/users/userId/devices/deviceId
Parametri
Nome del parametro
Valore
Descrizione
Parametri percorso
deviceId
string
L'ID del dispositivo.
enterpriseId
string
L'ID dell'azienda.
userId
string
L'ID dell'utente.
Parametri di query facoltativi
updateMask
string
Maschera che identifica i campi da aggiornare. Se non viene impostato, sono tutti modificabili
verranno modificati.
Se impostato in un parametro di query, questo campo deve essere specificato come
updateMask=<field1>,<field2>,...
Autorizzazione
Questa richiesta richiede l'autorizzazione con il seguente ambito:
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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."]]],[]]