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

Side by Side Diff: discovery/googleapis/admin__directory_v1.json

Issue 2987103002: Api-Roll 52: 2017-07-31 (Closed)
Patch Set: Created 3 years, 4 months 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/admin.directory.customer": { 5 "https://www.googleapis.com/auth/admin.directory.customer": {
6 "description": "View and manage customer related information " 6 "description": "View and manage customer related information "
7 }, 7 },
8 "https://www.googleapis.com/auth/admin.directory.customer.readon ly": { 8 "https://www.googleapis.com/auth/admin.directory.customer.readon ly": {
9 "description": "View customer related information" 9 "description": "View customer related information"
10 }, 10 },
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 } 86 }
87 } 87 }
88 }, 88 },
89 "basePath": "/admin/directory/v1/", 89 "basePath": "/admin/directory/v1/",
90 "baseUrl": "https://www.googleapis.com/admin/directory/v1/", 90 "baseUrl": "https://www.googleapis.com/admin/directory/v1/",
91 "batchPath": "batch", 91 "batchPath": "batch",
92 "canonicalName": "directory", 92 "canonicalName": "directory",
93 "description": "The Admin SDK Directory API lets you view and manage enterpr ise resources such as users and groups, administrative notifications, security f eatures, and more.", 93 "description": "The Admin SDK Directory API lets you view and manage enterpr ise resources such as users and groups, administrative notifications, security f eatures, and more.",
94 "discoveryVersion": "v1", 94 "discoveryVersion": "v1",
95 "documentationLink": "https://developers.google.com/admin-sdk/directory/", 95 "documentationLink": "https://developers.google.com/admin-sdk/directory/",
96 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/976YNPTJkb16sYg_Lp8esJdwsGQ\"", 96 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/-1ksPYZjVYMttk_-QKwkN92i-2U\"",
97 "icons": { 97 "icons": {
98 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp. png", 98 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp. png",
99 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp. png" 99 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp. png"
100 }, 100 },
101 "id": "admin:directory_v1", 101 "id": "admin:directory_v1",
102 "kind": "discovery#restDescription", 102 "kind": "discovery#restDescription",
103 "name": "admin", 103 "name": "admin",
104 "ownerDomain": "google.com", 104 "ownerDomain": "google.com",
105 "ownerName": "Google", 105 "ownerName": "Google",
106 "packagePath": "admin", 106 "packagePath": "admin",
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 }, 421 },
422 "path": "customer/{customerId}/devices/chromeos", 422 "path": "customer/{customerId}/devices/chromeos",
423 "response": { 423 "response": {
424 "$ref": "ChromeOsDevices" 424 "$ref": "ChromeOsDevices"
425 }, 425 },
426 "scopes": [ 426 "scopes": [
427 "https://www.googleapis.com/auth/admin.directory.device. chromeos", 427 "https://www.googleapis.com/auth/admin.directory.device. chromeos",
428 "https://www.googleapis.com/auth/admin.directory.device. chromeos.readonly" 428 "https://www.googleapis.com/auth/admin.directory.device. chromeos.readonly"
429 ] 429 ]
430 }, 430 },
431 "moveDevicesToOu": {
432 "description": "Move or insert multiple Chrome OS Devices to Organization Unit",
433 "httpMethod": "POST",
434 "id": "directory.chromeosdevices.moveDevicesToOu",
435 "parameterOrder": [
436 "customerId",
437 "orgUnitPath"
438 ],
439 "parameters": {
440 "customerId": {
441 "description": "Immutable ID of the G Suite account" ,
442 "location": "path",
443 "required": true,
444 "type": "string"
445 },
446 "orgUnitPath": {
447 "description": "Full path of the target organization unit or its Id",
448 "location": "query",
449 "required": true,
450 "type": "string"
451 }
452 },
453 "path": "customer/{customerId}/devices/chromeos/moveDevicesT oOu",
454 "request": {
455 "$ref": "ChromeOsMoveDevicesToOu"
456 },
457 "scopes": [
458 "https://www.googleapis.com/auth/admin.directory.device. chromeos"
459 ]
460 },
431 "patch": { 461 "patch": {
432 "description": "Update Chrome OS Device. This method support s patch semantics.", 462 "description": "Update Chrome OS Device. This method support s patch semantics.",
433 "httpMethod": "PATCH", 463 "httpMethod": "PATCH",
434 "id": "directory.chromeosdevices.patch", 464 "id": "directory.chromeosdevices.patch",
435 "parameterOrder": [ 465 "parameterOrder": [
436 "customerId", 466 "customerId",
437 "deviceId" 467 "deviceId"
438 ], 468 ],
439 "parameters": { 469 "parameters": {
440 "customerId": { 470 "customerId": {
(...skipping 2980 matching lines...) Expand 10 before | Expand all | Expand 10 after
3421 "response": { 3451 "response": {
3422 "$ref": "VerificationCodes" 3452 "$ref": "VerificationCodes"
3423 }, 3453 },
3424 "scopes": [ 3454 "scopes": [
3425 "https://www.googleapis.com/auth/admin.directory.user.se curity" 3455 "https://www.googleapis.com/auth/admin.directory.user.se curity"
3426 ] 3456 ]
3427 } 3457 }
3428 } 3458 }
3429 } 3459 }
3430 }, 3460 },
3431 "revision": "20170530", 3461 "revision": "20170712",
3432 "rootUrl": "https://www.googleapis.com/", 3462 "rootUrl": "https://www.googleapis.com/",
3433 "schemas": { 3463 "schemas": {
3434 "Alias": { 3464 "Alias": {
3435 "description": "JSON template for Alias object in Directory API.", 3465 "description": "JSON template for Alias object in Directory API.",
3436 "id": "Alias", 3466 "id": "Alias",
3437 "properties": { 3467 "properties": {
3438 "alias": { 3468 "alias": {
3439 "description": "A alias email", 3469 "description": "A alias email",
3440 "type": "string" 3470 "type": "string"
3441 }, 3471 },
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
3847 "description": "Kind of resource this is.", 3877 "description": "Kind of resource this is.",
3848 "type": "string" 3878 "type": "string"
3849 }, 3879 },
3850 "nextPageToken": { 3880 "nextPageToken": {
3851 "description": "Token used to access next page of this resul t.", 3881 "description": "Token used to access next page of this resul t.",
3852 "type": "string" 3882 "type": "string"
3853 } 3883 }
3854 }, 3884 },
3855 "type": "object" 3885 "type": "object"
3856 }, 3886 },
3887 "ChromeOsMoveDevicesToOu": {
3888 "description": "JSON request template for moving ChromeOs Device to given OU in Directory Devices API.",
3889 "id": "ChromeOsMoveDevicesToOu",
3890 "properties": {
3891 "deviceIds": {
3892 "annotations": {
3893 "required": [
3894 "directory.chromeosdevices.moveDevicesToOu"
3895 ]
3896 },
3897 "description": "ChromeOs Devices to be moved to OU",
3898 "items": {
3899 "type": "string"
3900 },
3901 "type": "array"
3902 }
3903 },
3904 "type": "object"
3905 },
3857 "Customer": { 3906 "Customer": {
3858 "description": "JSON template for Customer Resource object in Direct ory API.", 3907 "description": "JSON template for Customer Resource object in Direct ory API.",
3859 "id": "Customer", 3908 "id": "Customer",
3860 "properties": { 3909 "properties": {
3861 "alternateEmail": { 3910 "alternateEmail": {
3862 "description": "The customer's secondary contact email addre ss. This email address cannot be on the same domain as the customerDomain", 3911 "description": "The customer's secondary contact email addre ss. This email address cannot be on the same domain as the customerDomain",
3863 "type": "string" 3912 "type": "string"
3864 }, 3913 },
3865 "customerCreationTime": { 3914 "customerCreationTime": {
3866 "description": "The customer's creation time (Readonly)", 3915 "description": "The customer's creation time (Readonly)",
(...skipping 1268 matching lines...) Expand 10 before | Expand all | Expand 10 after
5135 "isEnrolledIn2Sv": { 5184 "isEnrolledIn2Sv": {
5136 "description": "Is enrolled in 2-step verification (Read-onl y)", 5185 "description": "Is enrolled in 2-step verification (Read-onl y)",
5137 "readOnly": true, 5186 "readOnly": true,
5138 "type": "boolean" 5187 "type": "boolean"
5139 }, 5188 },
5140 "isMailboxSetup": { 5189 "isMailboxSetup": {
5141 "description": "Is mailbox setup (Read-only)", 5190 "description": "Is mailbox setup (Read-only)",
5142 "readOnly": true, 5191 "readOnly": true,
5143 "type": "boolean" 5192 "type": "boolean"
5144 }, 5193 },
5194 "keywords": {
5195 "type": "any"
5196 },
5145 "kind": { 5197 "kind": {
5146 "default": "admin#directory#user", 5198 "default": "admin#directory#user",
5147 "description": "Kind of resource this is.", 5199 "description": "Kind of resource this is.",
5148 "readOnly": true, 5200 "readOnly": true,
5149 "type": "string" 5201 "type": "string"
5150 }, 5202 },
5151 "languages": { 5203 "languages": {
5152 "type": "any" 5204 "type": "any"
5153 }, 5205 },
5154 "lastLoginTime": { 5206 "lastLoginTime": {
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
5390 "description": "Protocol used in the instant messenger. It s hould be one of the values from ImProtocolTypes map. Similar to type, it can tak e a CUSTOM value and specify the custom name in customProtocol field.", 5442 "description": "Protocol used in the instant messenger. It s hould be one of the values from ImProtocolTypes map. Similar to type, it can tak e a CUSTOM value and specify the custom name in customProtocol field.",
5391 "type": "string" 5443 "type": "string"
5392 }, 5444 },
5393 "type": { 5445 "type": {
5394 "description": "Each entry can have a type which indicates s tandard types of that entry. For example instant messengers could be of home, wo rk etc. In addition to the standard type, an entry can have a custom type and ca n take any value. Such types should have the CUSTOM value as type and also have a customType value.", 5446 "description": "Each entry can have a type which indicates s tandard types of that entry. For example instant messengers could be of home, wo rk etc. In addition to the standard type, an entry can have a custom type and ca n take any value. Such types should have the CUSTOM value as type and also have a customType value.",
5395 "type": "string" 5447 "type": "string"
5396 } 5448 }
5397 }, 5449 },
5398 "type": "object" 5450 "type": "object"
5399 }, 5451 },
5452 "UserKeyword": {
5453 "description": "JSON template for a keyword entry.",
5454 "id": "UserKeyword",
5455 "properties": {
5456 "customType": {
5457 "description": "Custom Type.",
5458 "type": "string"
5459 },
5460 "type": {
5461 "description": "Each entry can have a type which indicates s tandard 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 c an give it any name. Such types should have the CUSTOM value as type and also ha ve a customType value.",
5462 "type": "string"
5463 },
5464 "value": {
5465 "description": "Keyword.",
5466 "type": "string"
5467 }
5468 },
5469 "type": "object"
5470 },
5400 "UserLanguage": { 5471 "UserLanguage": {
5401 "description": "JSON template for a language entry.", 5472 "description": "JSON template for a language entry.",
5402 "id": "UserLanguage", 5473 "id": "UserLanguage",
5403 "properties": { 5474 "properties": {
5404 "customLanguage": { 5475 "customLanguage": {
5405 "description": "Other language. User can provide own languag e name if there is no corresponding Google III language code. If this is set Lan guageCode can't be set", 5476 "description": "Other language. User can provide own languag e name if there is no corresponding Google III language code. If this is set Lan guageCode can't be set",
5406 "type": "string" 5477 "type": "string"
5407 }, 5478 },
5408 "languageCode": { 5479 "languageCode": {
5409 "description": "Language Code. Should be used for storing Go ogle III LanguageCode string representation for language. Illegal values cause S chemaException.", 5480 "description": "Language Code. Should be used for storing Go ogle III LanguageCode string representation for language. Illegal values cause S chemaException.",
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
5810 "type": "string" 5881 "type": "string"
5811 } 5882 }
5812 }, 5883 },
5813 "type": "object" 5884 "type": "object"
5814 } 5885 }
5815 }, 5886 },
5816 "servicePath": "admin/directory/v1/", 5887 "servicePath": "admin/directory/v1/",
5817 "title": "Admin Directory API", 5888 "title": "Admin Directory API",
5818 "version": "directory_v1" 5889 "version": "directory_v1"
5819 } 5890 }
OLDNEW
« no previous file with comments | « discovery/googleapis/adexperiencereport__v1.json ('k') | discovery/googleapis/adsense__v1.4.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698