Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(581)

Unified Diff: discovery/googleapis/admin__directory_v1.json

Issue 2485703002: Api-roll 42: 2016-11-08 (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/adexchangebuyer__v1.4.json ('k') | discovery/googleapis/adsense__v1.4.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/admin__directory_v1.json
diff --git a/discovery/googleapis/admin__directory_v1.json b/discovery/googleapis/admin__directory_v1.json
index 3d1f7226cee66d76ef26a5ffeda4d9684f62f232..5ffab295cc2b71787b5842583f7ad0506df22f2b 100644
--- a/discovery/googleapis/admin__directory_v1.json
+++ b/discovery/googleapis/admin__directory_v1.json
@@ -93,7 +93,7 @@
"description": "The Admin SDK Directory API lets you view and manage enterprise resources such as users and groups, administrative notifications, security features, and more.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/admin-sdk/directory/",
- "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/tVkq2fforoBT9yvJW6dzQX6ja6Q\"",
+ "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/iUklLG6kJseJVFl-uZaHVaj7V_o\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -259,6 +259,36 @@
},
"chromeosdevices": {
"methods": {
+ "action": {
+ "description": "Take action on Chrome OS Device",
+ "httpMethod": "POST",
+ "id": "directory.chromeosdevices.action",
+ "parameterOrder": [
+ "customerId",
+ "resourceId"
+ ],
+ "parameters": {
+ "customerId": {
+ "description": "Immutable id of the Google Apps account",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ },
+ "resourceId": {
+ "description": "Immutable id of Chrome OS Device",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ }
+ },
+ "path": "customer/{customerId}/devices/chromeos/{resourceId}/action",
+ "request": {
+ "$ref": "ChromeOsDeviceAction"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/admin.directory.device.chromeos"
+ ]
+ },
"get": {
"description": "Retrieve Chrome OS Device",
"httpMethod": "GET",
@@ -3393,7 +3423,7 @@
}
}
},
- "revision": "20160824",
+ "revision": "20161020",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Alias": {
@@ -3773,6 +3803,25 @@
},
"type": "object"
},
+ "ChromeOsDeviceAction": {
+ "description": "JSON request template for firing actions on ChromeOs Device in Directory Devices API.",
+ "id": "ChromeOsDeviceAction",
+ "properties": {
+ "action": {
+ "annotations": {
+ "required": [
+ "directory.chromeosdevices.action"
+ ]
+ },
+ "description": "Action to be taken on the ChromeOs Device",
+ "type": "string"
+ },
+ "deprovisionReason": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"ChromeOsDevices": {
"description": "JSON response template for List Chrome OS Devices operation in Directory API.",
"id": "ChromeOsDevices",
@@ -4212,6 +4261,14 @@
"description": "Mobile Device Baseband version (Read-only)",
"type": "string"
},
+ "bootloaderVersion": {
+ "description": "Mobile Device Bootloader version (Read-only)",
+ "type": "string"
+ },
+ "brand": {
+ "description": "Mobile Device Brand (Read-only)",
+ "type": "string"
+ },
"buildNumber": {
"description": "Mobile Device Build number (Read-only)",
"type": "string"
@@ -4232,6 +4289,10 @@
"description": "Mobile Device serial number (Read-only)",
"type": "string"
},
+ "devicePasswordStatus": {
+ "description": "DevicePasswordStatus (Read-only)",
+ "type": "string"
+ },
"email": {
"description": "List of owner user's email addresses (Read-only)",
"items": {
@@ -4239,6 +4300,10 @@
},
"type": "array"
},
+ "encryptionStatus": {
+ "description": "Mobile Device Encryption Status (Read-only)",
+ "type": "string"
+ },
"etag": {
"description": "ETag of the resource.",
"type": "string"
@@ -4248,6 +4313,10 @@
"format": "date-time",
"type": "string"
},
+ "hardware": {
+ "description": "Mobile Device Hardware (Read-only)",
+ "type": "string"
+ },
"hardwareId": {
"description": "Mobile Device Hardware Id (Read-only)",
"type": "string"
@@ -4274,6 +4343,10 @@
"description": "Boolean indicating if this account is on owner/primary profile or not (Read-only)",
"type": "boolean"
},
+ "manufacturer": {
+ "description": "Mobile Device manufacturer (Read-only)",
+ "type": "string"
+ },
"meid": {
"description": "Mobile Device MEID number (Read-only)",
"type": "string"
@@ -4304,10 +4377,23 @@
},
"type": "array"
},
+ "privilege": {
+ "description": "DMAgentPermission (Read-only)",
+ "type": "string"
+ },
+ "releaseVersion": {
+ "description": "Mobile Device release version version (Read-only)",
+ "type": "string"
+ },
"resourceId": {
"description": "Unique identifier of Mobile Device (Read-only)",
"type": "string"
},
+ "securityPatchLevel": {
+ "description": "Mobile Device Security patch level (Read-only)",
+ "format": "int64",
+ "type": "string"
+ },
"serialNumber": {
"description": "Mobile Device SSN or Serial Number (Read-only)",
"type": "string"
« no previous file with comments | « discovery/googleapis/adexchangebuyer__v1.4.json ('k') | discovery/googleapis/adsense__v1.4.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698