Index: discovery/googleapis/androidmanagement__v1.json |
diff --git a/discovery/googleapis/androidmanagement__v1.json b/discovery/googleapis/androidmanagement__v1.json |
index aab7bd84c468997cd78a0609c188a97ebc766b13..498aba0c2f2c616e3786abf548c9ffedb533a52d 100644 |
--- a/discovery/googleapis/androidmanagement__v1.json |
+++ b/discovery/googleapis/androidmanagement__v1.json |
@@ -744,7 +744,7 @@ |
} |
} |
}, |
- "revision": "20170804", |
+ "revision": "20170828", |
"rootUrl": "https://androidmanagement.googleapis.com/", |
"schemas": { |
"Device": { |
@@ -1382,6 +1382,10 @@ |
"description": "Whether rebooting the device into safe boot is disabled.", |
"type": "boolean" |
}, |
+ "wifiConfigsLockdownEnabled": { |
+ "description": "Whether WiFi networks defined in Open Network Configuration are locked so they cannot be edited by the user.", |
+ "type": "boolean" |
+ }, |
"complianceRules": { |
"description": "Rules declaring which mitigating actions to take when a device is not compliant with its policy. When the conditions for multiple rules are satisfied, all of the mitigating actions for the rules are taken. There is a maximum limit of 100 rules.", |
"items": { |
@@ -1389,6 +1393,10 @@ |
}, |
"type": "array" |
}, |
+ "wifiConfigDisabled": { |
+ "description": "Whether configuring WiFi access points is disabled.", |
+ "type": "boolean" |
+ }, |
"unmuteMicrophoneDisabled": { |
"description": "Whether the microphone is muted and adjusting microphone volume is disabled.", |
"type": "boolean" |