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

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

Issue 2779563003: Api-roll 47: 2017-03-27 (Closed)
Patch Set: Created 3 years, 8 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/5JjoP3Vg5udAY4zd2Hcsn9dKASM\"", 96 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/Kf10_CyV-UXMG4pe1PBWM5iJx_0\"",
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": "20161214", 3426 "revision": "20170216",
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 1744 matching lines...) Expand 10 before | Expand all | Expand 10 after
5181 "required": [ 5181 "required": [
5182 "directory.users.insert" 5182 "directory.users.insert"
5183 ] 5183 ]
5184 }, 5184 },
5185 "description": "User's password", 5185 "description": "User's password",
5186 "type": "string" 5186 "type": "string"
5187 }, 5187 },
5188 "phones": { 5188 "phones": {
5189 "type": "any" 5189 "type": "any"
5190 }, 5190 },
5191 "posixAccounts": {
5192 "type": "any"
5193 },
5191 "primaryEmail": { 5194 "primaryEmail": {
5192 "annotations": { 5195 "annotations": {
5193 "required": [ 5196 "required": [
5194 "directory.users.insert" 5197 "directory.users.insert"
5195 ] 5198 ]
5196 }, 5199 },
5197 "description": "username of User", 5200 "description": "username of User",
5198 "type": "string" 5201 "type": "string"
5199 }, 5202 },
5200 "relations": { 5203 "relations": {
5201 "type": "any" 5204 "type": "any"
5202 }, 5205 },
5206 "sshPublicKeys": {
5207 "type": "any"
5208 },
5203 "suspended": { 5209 "suspended": {
5204 "description": "Indicates if user is suspended", 5210 "description": "Indicates if user is suspended",
5205 "type": "boolean" 5211 "type": "boolean"
5206 }, 5212 },
5207 "suspensionReason": { 5213 "suspensionReason": {
5208 "description": "Suspension reason if user is suspended (Read -only)", 5214 "description": "Suspension reason if user is suspended (Read -only)",
5209 "readOnly": true, 5215 "readOnly": true,
5210 "type": "string" 5216 "type": "string"
5211 }, 5217 },
5212 "thumbnailPhotoEtag": { 5218 "thumbnailPhotoEtag": {
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
5540 "type": "string" 5546 "type": "string"
5541 }, 5547 },
5542 "width": { 5548 "width": {
5543 "description": "Width in pixels of the photo", 5549 "description": "Width in pixels of the photo",
5544 "format": "int32", 5550 "format": "int32",
5545 "type": "integer" 5551 "type": "integer"
5546 } 5552 }
5547 }, 5553 },
5548 "type": "object" 5554 "type": "object"
5549 }, 5555 },
5556 "UserPosixAccount": {
5557 "description": "JSON template for a POSIX account entry. Description of the field family: go/fbs-posix.",
5558 "id": "UserPosixAccount",
5559 "properties": {
5560 "gecos": {
5561 "description": "The GECOS (user information) entry for this account.",
5562 "type": "string"
5563 },
5564 "gid": {
5565 "description": "The default group ID.",
5566 "format": "int32",
5567 "type": "integer"
5568 },
5569 "homeDirectory": {
5570 "description": "The path to the home directory for this acco unt.",
5571 "type": "string"
5572 },
5573 "primary": {
5574 "description": "If this is user's primary account within the SystemId.",
5575 "type": "boolean"
5576 },
5577 "shell": {
5578 "description": "The path to the login shell for this account .",
5579 "type": "string"
5580 },
5581 "systemId": {
5582 "description": "System identifier for which account Username or Uid apply to.",
5583 "type": "string"
5584 },
5585 "uid": {
5586 "description": "The user ID.",
5587 "format": "int32",
5588 "type": "integer"
5589 },
5590 "username": {
5591 "description": "The username of the account.",
5592 "type": "string"
5593 }
5594 },
5595 "type": "object"
5596 },
5550 "UserRelation": { 5597 "UserRelation": {
5551 "description": "JSON template for a relation entry.", 5598 "description": "JSON template for a relation entry.",
5552 "id": "UserRelation", 5599 "id": "UserRelation",
5553 "properties": { 5600 "properties": {
5554 "customType": { 5601 "customType": {
5555 "description": "Custom Type.", 5602 "description": "Custom Type.",
5556 "type": "string" 5603 "type": "string"
5557 }, 5604 },
5558 "type": { 5605 "type": {
5559 "description": "The relation of the user. Some of the possib le values are mother, father, sister, brother, manager, assistant, partner.", 5606 "description": "The relation of the user. Some of the possib le values are mother, father, sister, brother, manager, assistant, partner.",
5560 "type": "string" 5607 "type": "string"
5561 }, 5608 },
5562 "value": { 5609 "value": {
5563 "description": "The name of the relation.", 5610 "description": "The name of the relation.",
5564 "type": "string" 5611 "type": "string"
5565 } 5612 }
5566 }, 5613 },
5567 "type": "object" 5614 "type": "object"
5568 }, 5615 },
5616 "UserSshPublicKey": {
5617 "description": "JSON template for a POSIX account entry.",
5618 "id": "UserSshPublicKey",
5619 "properties": {
5620 "expirationTimeUsec": {
5621 "description": "An expiration time in microseconds since epo ch.",
5622 "format": "int64",
5623 "type": "string"
5624 },
5625 "fingerprint": {
5626 "description": "A SHA-256 fingerprint of the SSH public key. (Read-only)",
5627 "readOnly": true,
5628 "type": "string"
5629 },
5630 "key": {
5631 "description": "An SSH public key.",
5632 "type": "string"
5633 }
5634 },
5635 "type": "object"
5636 },
5569 "UserUndelete": { 5637 "UserUndelete": {
5570 "description": "JSON request template to undelete a user in Director y API.", 5638 "description": "JSON request template to undelete a user in Director y API.",
5571 "id": "UserUndelete", 5639 "id": "UserUndelete",
5572 "properties": { 5640 "properties": {
5573 "orgUnitPath": { 5641 "orgUnitPath": {
5574 "description": "OrgUnit of User", 5642 "description": "OrgUnit of User",
5575 "type": "string" 5643 "type": "string"
5576 } 5644 }
5577 }, 5645 },
5578 "type": "object" 5646 "type": "object"
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
5676 "type": "string" 5744 "type": "string"
5677 } 5745 }
5678 }, 5746 },
5679 "type": "object" 5747 "type": "object"
5680 } 5748 }
5681 }, 5749 },
5682 "servicePath": "admin/directory/v1/", 5750 "servicePath": "admin/directory/v1/",
5683 "title": "Admin Directory API", 5751 "title": "Admin Directory API",
5684 "version": "directory_v1" 5752 "version": "directory_v1"
5685 } 5753 }
OLDNEW
« no previous file with comments | « discovery/googleapis/acceleratedmobilepageurl__v1.json ('k') | discovery/googleapis/admin__reports_v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698