GET api/Policy/{UnitName}/ChromePolicy
建立/更新Chrome常用政策
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UnitName |
單位名稱(e.g. 北區輔導團、臺北市、040304) |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ChromePolicy| Name | Description | Type | Additional information |
|---|---|---|---|
| LimitDevice |
限制載具使用 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"LimitDevice": true
}
application/xml, text/xml
Sample:
<ChromePolicy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iMOE_Back_End.Controllers"> <LimitDevice>true</LimitDevice> </ChromePolicy>