Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.96 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.96 KB

Task Description

Explore the Admin SDK for Bring Your Own Devices (BYOD) actions. Actions:

  • Approve
  • Block
  • List
  • Wiped Devices

Platform to be used

Google Apps Script will be used to program the code.

Reference Documentation

Note: When I am uploading the code on Github then *.gs files are added as *.js.

User Defined Method: listPendingDevices

This Program list all of the pending devices that are not approved at present. These devices can also be checked via the the google admin console.

User Defined Method: listBlockedDevices

This Program list all of the blocked devices that are not approved at present. These devices can also be checked via the the google admin console.

User Defined Method: listApprovedDevices

This Program list all of the approved devices that are not approved at present. These devices can also be checked via the the google admin console.

User Defined Method: listWipedDevices

This Program list all of all wiped devices that are not approved at present. These devices can also be checked via the the google admin console.