Index: discovery/googleapis/admin__directory_v1.json |
diff --git a/discovery/googleapis/admin__directory_v1.json b/discovery/googleapis/admin__directory_v1.json |
index 41e1de43751249b63509e1c985f9aab552bed50c..39803ae5089a04650fb48d109b0812907bacb2ac 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": "\"YWOzh2SDasdU84ArJnpYek-OMdg/976YNPTJkb16sYg_Lp8esJdwsGQ\"", |
+ "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/-1ksPYZjVYMttk_-QKwkN92i-2U\"", |
"icons": { |
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png", |
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png" |
@@ -428,6 +428,36 @@ |
"https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly" |
] |
}, |
+ "moveDevicesToOu": { |
+ "description": "Move or insert multiple Chrome OS Devices to Organization Unit", |
+ "httpMethod": "POST", |
+ "id": "directory.chromeosdevices.moveDevicesToOu", |
+ "parameterOrder": [ |
+ "customerId", |
+ "orgUnitPath" |
+ ], |
+ "parameters": { |
+ "customerId": { |
+ "description": "Immutable ID of the G Suite account", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "orgUnitPath": { |
+ "description": "Full path of the target organization unit or its Id", |
+ "location": "query", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "customer/{customerId}/devices/chromeos/moveDevicesToOu", |
+ "request": { |
+ "$ref": "ChromeOsMoveDevicesToOu" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/admin.directory.device.chromeos" |
+ ] |
+ }, |
"patch": { |
"description": "Update Chrome OS Device. This method supports patch semantics.", |
"httpMethod": "PATCH", |
@@ -3428,7 +3458,7 @@ |
} |
} |
}, |
- "revision": "20170530", |
+ "revision": "20170712", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"Alias": { |
@@ -3854,6 +3884,25 @@ |
}, |
"type": "object" |
}, |
+ "ChromeOsMoveDevicesToOu": { |
+ "description": "JSON request template for moving ChromeOs Device to given OU in Directory Devices API.", |
+ "id": "ChromeOsMoveDevicesToOu", |
+ "properties": { |
+ "deviceIds": { |
+ "annotations": { |
+ "required": [ |
+ "directory.chromeosdevices.moveDevicesToOu" |
+ ] |
+ }, |
+ "description": "ChromeOs Devices to be moved to OU", |
+ "items": { |
+ "type": "string" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"Customer": { |
"description": "JSON template for Customer Resource object in Directory API.", |
"id": "Customer", |
@@ -5142,6 +5191,9 @@ |
"readOnly": true, |
"type": "boolean" |
}, |
+ "keywords": { |
+ "type": "any" |
+ }, |
"kind": { |
"default": "admin#directory#user", |
"description": "Kind of resource this is.", |
@@ -5397,6 +5449,25 @@ |
}, |
"type": "object" |
}, |
+ "UserKeyword": { |
+ "description": "JSON template for a keyword entry.", |
+ "id": "UserKeyword", |
+ "properties": { |
+ "customType": { |
+ "description": "Custom Type.", |
+ "type": "string" |
+ }, |
+ "type": { |
+ "description": "Each entry can have a type which indicates standard type of that entry. For example, keyword could be of type occupation or outlook. In addition to the standard type, an entry can have a custom type and can give it any name. Such types should have the CUSTOM value as type and also have a customType value.", |
+ "type": "string" |
+ }, |
+ "value": { |
+ "description": "Keyword.", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"UserLanguage": { |
"description": "JSON template for a language entry.", |
"id": "UserLanguage", |