[DevicePolicyManager] Add new DevicePolicyManager API (#632)
[platform/core/csapi/tizenfx.git] / src / Tizen.Security.DevicePolicyManager / doc / api / Tizen.Security.DevicePolicyManager.md
1 ---
2 uid: Tizen.Security.DevicePolicyManager
3 summary: The Tizen.Security.DevicePolicyManager namespace provides classes to manage the device policy management framework. The device policy management framework provides APIs to create security-aware applications that are useful in enterprise settings.
4 remarks: *content
5 ---
6 ## Overview
7 The primary purpose of the DPM(Device Policy Management) framework is to support enterprise applications.
8 The device policy API supports the policies listed in the below, and application can subscribe to those policies from events.
9
10 ### Policy List
11 |  <center>Policy Name</center> |  <center>Event</center> |  <center>Description</center> |
12 |:--------|:--------|:--------|
13 |Wifi |WifiPolicyChanged |Specifies wether the use of Wi-Fi is allowed or not |
14 |WifiHotspot |WifiHotspotChanged |Specifies whether the use of Wi-Fi hotspot is allowed or not |
15 |Bluetooth |BluetoothPolicyChanged |Specifies whether the use of bluetooth is allowed or not |
16 |Camera |CameraPolicyChanged |Specifies whether the use of camera is allowed or not |
17 |Microphone |MicrophonePolicyChanged |Specifies whether the use of microphone is allowed or not |
18 |Location |LocationPolicyChanged |Specifies whether the use of GPS is allowed or not |
19 |ExternalStorage |ExternalStoragePolicyChanged |Specifies whether the use of external storage is allowed or not |
20 |Messaging |MessagingPolicyChanged |Specifies whether the use of text messaging is allowed or not |
21 |PopImapEmail |PopImapPolicyChanged |Specifies whether the use of POP/IMAP Email is allowed or not |
22 |Browser |BrowserPolicyChanged |Specifies whether the use of browser is allowed or not |
23 |BluetoothTethering |BluetoothTetheringPolicyChanged |Specifies whether the use of bluetooth tethering is allowed or not |
24 |UsbTethering |UsbTetheringPolicyChanged |Specifies whether the use of usb tethering is allowed or not |