Khurrm / admin-sdk-mobile-actions

Admin SDK exploration for Bring Your Own Devices (BYOD).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Admin SDK exploration for Bring Your Own Devices (BYOD).


Languages

Language:JavaScript 100.0%