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

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

Issue 2649893002: Api-roll 44: 2017-01-23 (Closed)
Patch Set: Created 3 years, 11 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": "\"tbys6C40o18GZwyMen5GMkdK-3s/MJXmm78_R4W8L6tex9cqkPyvKmM\"", 96 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/5JjoP3Vg5udAY4zd2Hcsn9dKASM\"",
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 3309 matching lines...) Expand 10 before | Expand all | Expand 10 after
3416 "response": { 3416 "response": {
3417 "$ref": "VerificationCodes" 3417 "$ref": "VerificationCodes"
3418 }, 3418 },
3419 "scopes": [ 3419 "scopes": [
3420 "https://www.googleapis.com/auth/admin.directory.user.se curity" 3420 "https://www.googleapis.com/auth/admin.directory.user.se curity"
3421 ] 3421 ]
3422 } 3422 }
3423 } 3423 }
3424 } 3424 }
3425 }, 3425 },
3426 "revision": "20161124", 3426 "revision": "20161214",
3427 "rootUrl": "https://www.googleapis.com/", 3427 "rootUrl": "https://www.googleapis.com/",
3428 "schemas": { 3428 "schemas": {
3429 "Alias": { 3429 "Alias": {
3430 "description": "JSON template for Alias object in Directory API.", 3430 "description": "JSON template for Alias object in Directory API.",
3431 "id": "Alias", 3431 "id": "Alias",
3432 "properties": { 3432 "properties": {
3433 "alias": { 3433 "alias": {
3434 "description": "A alias email", 3434 "description": "A alias email",
3435 "type": "string" 3435 "type": "string"
3436 }, 3436 },
(...skipping 1678 matching lines...) Expand 10 before | Expand all | Expand 10 after
5115 "isAdmin": { 5115 "isAdmin": {
5116 "description": "Boolean indicating if the user is admin (Rea d-only)", 5116 "description": "Boolean indicating if the user is admin (Rea d-only)",
5117 "readOnly": true, 5117 "readOnly": true,
5118 "type": "boolean" 5118 "type": "boolean"
5119 }, 5119 },
5120 "isDelegatedAdmin": { 5120 "isDelegatedAdmin": {
5121 "description": "Boolean indicating if the user is delegated admin (Read-only)", 5121 "description": "Boolean indicating if the user is delegated admin (Read-only)",
5122 "readOnly": true, 5122 "readOnly": true,
5123 "type": "boolean" 5123 "type": "boolean"
5124 }, 5124 },
5125 "isEnforcedIn2Sv": {
5126 "description": "Is 2-step verification enforced (Read-only)" ,
5127 "readOnly": true,
5128 "type": "boolean"
5129 },
5130 "isEnrolledIn2Sv": {
5131 "description": "Is enrolled in 2-step verification (Read-onl y)",
5132 "readOnly": true,
5133 "type": "boolean"
5134 },
5125 "isMailboxSetup": { 5135 "isMailboxSetup": {
5126 "description": "Is mailbox setup (Read-only)", 5136 "description": "Is mailbox setup (Read-only)",
5127 "readOnly": true, 5137 "readOnly": true,
5128 "type": "boolean" 5138 "type": "boolean"
5129 }, 5139 },
5130 "kind": { 5140 "kind": {
5131 "default": "admin#directory#user", 5141 "default": "admin#directory#user",
5132 "description": "Kind of resource this is.", 5142 "description": "Kind of resource this is.",
5133 "readOnly": true, 5143 "readOnly": true,
5134 "type": "string" 5144 "type": "string"
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
5666 "type": "string" 5676 "type": "string"
5667 } 5677 }
5668 }, 5678 },
5669 "type": "object" 5679 "type": "object"
5670 } 5680 }
5671 }, 5681 },
5672 "servicePath": "admin/directory/v1/", 5682 "servicePath": "admin/directory/v1/",
5673 "title": "Admin Directory API", 5683 "title": "Admin Directory API",
5674 "version": "directory_v1" 5684 "version": "directory_v1"
5675 } 5685 }
OLDNEW
« 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