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

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

Issue 2159673002: Api-roll 39: 2016-07-18 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « config.yaml ('k') | discovery/googleapis/admin__reports_v1.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/rR5KtGkUMGICtJVpSsF4OCZZlC4\"", 96 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/Owafb3MHMkggApMMVqFKchg9biA\"",
97 "icons": { 97 "icons": {
98 "x16": "http://www.google.com/images/icons/product/search-16.gif", 98 "x16": "http://www.google.com/images/icons/product/search-16.gif",
99 "x32": "http://www.google.com/images/icons/product/search-32.gif" 99 "x32": "http://www.google.com/images/icons/product/search-32.gif"
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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 }, 483 },
484 "scopes": [ 484 "scopes": [
485 "https://www.googleapis.com/auth/admin.directory.device. chromeos" 485 "https://www.googleapis.com/auth/admin.directory.device. chromeos"
486 ] 486 ]
487 } 487 }
488 } 488 }
489 }, 489 },
490 "customers": { 490 "customers": {
491 "methods": { 491 "methods": {
492 "get": { 492 "get": {
493 "description": "Retrives a customer.", 493 "description": "Retrieves a customer.",
494 "httpMethod": "GET", 494 "httpMethod": "GET",
495 "id": "directory.customers.get", 495 "id": "directory.customers.get",
496 "parameterOrder": [ 496 "parameterOrder": [
497 "customerKey" 497 "customerKey"
498 ], 498 ],
499 "parameters": { 499 "parameters": {
500 "customerKey": { 500 "customerKey": {
501 "description": "Id of the customer to be retrieved", 501 "description": "Id of the customer to be retrieved",
502 "location": "path", 502 "location": "path",
503 "required": true, 503 "required": true,
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 "required": true, 707 "required": true,
708 "type": "string" 708 "type": "string"
709 } 709 }
710 }, 710 },
711 "path": "customer/{customer}/domains/{domainName}", 711 "path": "customer/{customer}/domains/{domainName}",
712 "scopes": [ 712 "scopes": [
713 "https://www.googleapis.com/auth/admin.directory.domain" 713 "https://www.googleapis.com/auth/admin.directory.domain"
714 ] 714 ]
715 }, 715 },
716 "get": { 716 "get": {
717 "description": "Retrives a domain of the customer.", 717 "description": "Retrieves a domain of the customer.",
718 "httpMethod": "GET", 718 "httpMethod": "GET",
719 "id": "directory.domains.get", 719 "id": "directory.domains.get",
720 "parameterOrder": [ 720 "parameterOrder": [
721 "customer", 721 "customer",
722 "domainName" 722 "domainName"
723 ], 723 ],
724 "parameters": { 724 "parameters": {
725 "customer": { 725 "customer": {
726 "description": "Immutable id of the Google Apps acco unt.", 726 "description": "Immutable id of the Google Apps acco unt.",
727 "location": "path", 727 "location": "path",
(...skipping 2658 matching lines...) Expand 10 before | Expand all | Expand 10 after
3386 "response": { 3386 "response": {
3387 "$ref": "VerificationCodes" 3387 "$ref": "VerificationCodes"
3388 }, 3388 },
3389 "scopes": [ 3389 "scopes": [
3390 "https://www.googleapis.com/auth/admin.directory.user.se curity" 3390 "https://www.googleapis.com/auth/admin.directory.user.se curity"
3391 ] 3391 ]
3392 } 3392 }
3393 } 3393 }
3394 } 3394 }
3395 }, 3395 },
3396 "revision": "20160323", 3396 "revision": "20160623",
3397 "rootUrl": "https://www.googleapis.com/", 3397 "rootUrl": "https://www.googleapis.com/",
3398 "schemas": { 3398 "schemas": {
3399 "Alias": { 3399 "Alias": {
3400 "description": "JSON template for Alias object in Directory API.", 3400 "description": "JSON template for Alias object in Directory API.",
3401 "id": "Alias", 3401 "id": "Alias",
3402 "properties": { 3402 "properties": {
3403 "alias": { 3403 "alias": {
3404 "description": "A alias email", 3404 "description": "A alias email",
3405 "type": "string" 3405 "type": "string"
3406 }, 3406 },
(...skipping 2169 matching lines...) Expand 10 before | Expand all | Expand 10 after
5576 "type": "string" 5576 "type": "string"
5577 } 5577 }
5578 }, 5578 },
5579 "type": "object" 5579 "type": "object"
5580 } 5580 }
5581 }, 5581 },
5582 "servicePath": "admin/directory/v1/", 5582 "servicePath": "admin/directory/v1/",
5583 "title": "Admin Directory API", 5583 "title": "Admin Directory API",
5584 "version": "directory_v1" 5584 "version": "directory_v1"
5585 } 5585 }
OLDNEW
« no previous file with comments | « config.yaml ('k') | discovery/googleapis/admin__reports_v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698