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

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

Issue 798373003: Api roll 8: 2014-12-15 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years 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.device.chromeos ": { 5 "https://www.googleapis.com/auth/admin.directory.device.chromeos ": {
6 "description": "View and manage your Chrome OS devices' meta data" 6 "description": "View and manage your Chrome OS devices' meta data"
7 }, 7 },
8 "https://www.googleapis.com/auth/admin.directory.device.chromeos .readonly": { 8 "https://www.googleapis.com/auth/admin.directory.device.chromeos .readonly": {
9 "description": "View your Chrome OS devices' metadata" 9 "description": "View your Chrome OS devices' metadata"
10 }, 10 },
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 } 62 }
63 } 63 }
64 }, 64 },
65 "basePath": "/admin/directory/v1/", 65 "basePath": "/admin/directory/v1/",
66 "baseUrl": "https://www.googleapis.com/admin/directory/v1/", 66 "baseUrl": "https://www.googleapis.com/admin/directory/v1/",
67 "batchPath": "batch", 67 "batchPath": "batch",
68 "canonicalName": "directory", 68 "canonicalName": "directory",
69 "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.", 69 "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.",
70 "discoveryVersion": "v1", 70 "discoveryVersion": "v1",
71 "documentationLink": "https://developers.google.com/admin-sdk/directory/", 71 "documentationLink": "https://developers.google.com/admin-sdk/directory/",
72 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/l5pod8YqQveewbHEUdz0VFkXQt0\"", 72 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/G0v1rWSx70VoKr67jXxgcXZaRUc\"",
73 "icons": { 73 "icons": {
74 "x16": "http://www.google.com/images/icons/product/search-16.gif", 74 "x16": "http://www.google.com/images/icons/product/search-16.gif",
75 "x32": "http://www.google.com/images/icons/product/search-32.gif" 75 "x32": "http://www.google.com/images/icons/product/search-32.gif"
76 }, 76 },
77 "id": "admin:directory_v1", 77 "id": "admin:directory_v1",
78 "kind": "discovery#restDescription", 78 "kind": "discovery#restDescription",
79 "name": "admin", 79 "name": "admin",
80 "ownerDomain": "google.com", 80 "ownerDomain": "google.com",
81 "ownerName": "Google", 81 "ownerName": "Google",
82 "packagePath": "admin", 82 "packagePath": "admin",
(...skipping 2421 matching lines...) Expand 10 before | Expand all | Expand 10 after
2504 "response": { 2504 "response": {
2505 "$ref": "VerificationCodes" 2505 "$ref": "VerificationCodes"
2506 }, 2506 },
2507 "scopes": [ 2507 "scopes": [
2508 "https://www.googleapis.com/auth/admin.directory.user.se curity" 2508 "https://www.googleapis.com/auth/admin.directory.user.se curity"
2509 ] 2509 ]
2510 } 2510 }
2511 } 2511 }
2512 } 2512 }
2513 }, 2513 },
2514 "revision": "20141014", 2514 "revision": "20141113",
2515 "rootUrl": "https://www.googleapis.com/", 2515 "rootUrl": "https://www.googleapis.com/",
2516 "schemas": { 2516 "schemas": {
2517 "Alias": { 2517 "Alias": {
2518 "description": "JSON template for Alias object in Directory API.", 2518 "description": "JSON template for Alias object in Directory API.",
2519 "id": "Alias", 2519 "id": "Alias",
2520 "properties": { 2520 "properties": {
2521 "alias": { 2521 "alias": {
2522 "description": "A alias email", 2522 "description": "A alias email",
2523 "type": "string" 2523 "type": "string"
2524 }, 2524 },
(...skipping 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after
3629 }, 3629 },
3630 "description": "User's name" 3630 "description": "User's name"
3631 }, 3631 },
3632 "nonEditableAliases": { 3632 "nonEditableAliases": {
3633 "description": "List of non editable aliases (Read-only)", 3633 "description": "List of non editable aliases (Read-only)",
3634 "items": { 3634 "items": {
3635 "type": "string" 3635 "type": "string"
3636 }, 3636 },
3637 "type": "array" 3637 "type": "array"
3638 }, 3638 },
3639 "notes": {
3640 "type": "any"
3641 },
3639 "orgUnitPath": { 3642 "orgUnitPath": {
3640 "description": "OrgUnit of User", 3643 "description": "OrgUnit of User",
3641 "type": "string" 3644 "type": "string"
3642 }, 3645 },
3643 "organizations": { 3646 "organizations": {
3644 "type": "any" 3647 "type": "any"
3645 }, 3648 },
3646 "password": { 3649 "password": {
3647 "annotations": { 3650 "annotations": {
3648 "required": [ 3651 "required": [
(...skipping 22 matching lines...) Expand all
3671 "description": "Indicates if user is suspended", 3674 "description": "Indicates if user is suspended",
3672 "type": "boolean" 3675 "type": "boolean"
3673 }, 3676 },
3674 "suspensionReason": { 3677 "suspensionReason": {
3675 "description": "Suspension reason if user is suspended (Read -only)", 3678 "description": "Suspension reason if user is suspended (Read -only)",
3676 "type": "string" 3679 "type": "string"
3677 }, 3680 },
3678 "thumbnailPhotoUrl": { 3681 "thumbnailPhotoUrl": {
3679 "description": "Photo Url of the user (Read-only)", 3682 "description": "Photo Url of the user (Read-only)",
3680 "type": "string" 3683 "type": "string"
3684 },
3685 "websites": {
3686 "type": "any"
3687 }
3688 },
3689 "type": "object"
3690 },
3691 "UserAbout": {
3692 "description": "JSON template for About (notes) of a user in Directo ry API.",
3693 "id": "UserAbout",
3694 "properties": {
3695 "contentType": {
3696 "description": "About entry can have a type which indicates the content type. It can either be plain or html. By default, notes contents are assumed to contain plain text.",
3697 "type": "string"
3698 },
3699 "value": {
3700 "description": "Actual value of notes.",
3701 "type": "string"
3681 } 3702 }
3682 }, 3703 },
3683 "type": "object" 3704 "type": "object"
3684 }, 3705 },
3685 "UserAddress": { 3706 "UserAddress": {
3686 "description": "JSON template for address.", 3707 "description": "JSON template for address.",
3687 "id": "UserAddress", 3708 "id": "UserAddress",
3688 "properties": { 3709 "properties": {
3689 "country": { 3710 "country": {
3690 "description": "Country.", 3711 "description": "Country.",
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
4012 "description": "JSON request template to undelete a user in Director y API.", 4033 "description": "JSON request template to undelete a user in Director y API.",
4013 "id": "UserUndelete", 4034 "id": "UserUndelete",
4014 "properties": { 4035 "properties": {
4015 "orgUnitPath": { 4036 "orgUnitPath": {
4016 "description": "OrgUnit of User", 4037 "description": "OrgUnit of User",
4017 "type": "string" 4038 "type": "string"
4018 } 4039 }
4019 }, 4040 },
4020 "type": "object" 4041 "type": "object"
4021 }, 4042 },
4043 "UserWebsite": {
4044 "description": "JSON template for a website entry.",
4045 "id": "UserWebsite",
4046 "properties": {
4047 "customType": {
4048 "description": "Custom Type.",
4049 "type": "string"
4050 },
4051 "primary": {
4052 "description": "If this is user's primary website or not.",
4053 "type": "boolean"
4054 },
4055 "type": {
4056 "description": "Each entry can have a type which indicates s tandard types of that entry. For example website could be of home, work, blog et c. In addition to the standard type, an entry can have a custom type and can giv e it any name. Such types should have the CUSTOM value as type and also have a c ustomType value.",
4057 "type": "string"
4058 },
4059 "value": {
4060 "description": "Website.",
4061 "type": "string"
4062 }
4063 },
4064 "type": "object"
4065 },
4022 "Users": { 4066 "Users": {
4023 "description": "JSON response template for List Users operation in A pps Directory API.", 4067 "description": "JSON response template for List Users operation in A pps Directory API.",
4024 "id": "Users", 4068 "id": "Users",
4025 "properties": { 4069 "properties": {
4026 "etag": { 4070 "etag": {
4027 "description": "ETag of the resource.", 4071 "description": "ETag of the resource.",
4028 "type": "string" 4072 "type": "string"
4029 }, 4073 },
4030 "kind": { 4074 "kind": {
4031 "default": "admin#directory#users", 4075 "default": "admin#directory#users",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
4095 "type": "string" 4139 "type": "string"
4096 } 4140 }
4097 }, 4141 },
4098 "type": "object" 4142 "type": "object"
4099 } 4143 }
4100 }, 4144 },
4101 "servicePath": "admin/directory/v1/", 4145 "servicePath": "admin/directory/v1/",
4102 "title": "Admin Directory API", 4146 "title": "Admin Directory API",
4103 "version": "directory_v1" 4147 "version": "directory_v1"
4104 } 4148 }
OLDNEW
« no previous file with comments | « discovery/googleapis/adexchangebuyer__v1.3.json ('k') | discovery/googleapis/admin__reports_v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698