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

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

Issue 1268013003: Api-roll 21: 2015-08-04 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 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.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/QlXkTp8arWMqhMMilmdrbkzNu_E\"", 72 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/uQEY1lxUpBjGfWxd7mioMh_V8P8\"",
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": "20150326", 2514 "revision": "20150720",
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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
2988 "description": "Token used to access next page of this resul t.", 2988 "description": "Token used to access next page of this resul t.",
2989 "type": "string" 2989 "type": "string"
2990 } 2990 }
2991 }, 2991 },
2992 "type": "object" 2992 "type": "object"
2993 }, 2993 },
2994 "MobileDevice": { 2994 "MobileDevice": {
2995 "description": "JSON template for Mobile Device resource in Director y API.", 2995 "description": "JSON template for Mobile Device resource in Director y API.",
2996 "id": "MobileDevice", 2996 "id": "MobileDevice",
2997 "properties": { 2997 "properties": {
2998 "adbStatus": {
2999 "description": "Adb (USB debugging) enabled or disabled on d evice (Read-only)",
3000 "type": "boolean"
3001 },
2998 "applications": { 3002 "applications": {
2999 "description": "List of applications installed on Mobile Dev ice", 3003 "description": "List of applications installed on Mobile Dev ice",
3000 "items": { 3004 "items": {
3001 "properties": { 3005 "properties": {
3002 "displayName": { 3006 "displayName": {
3003 "description": "Display name of application", 3007 "description": "Display name of application",
3004 "type": "string" 3008 "type": "string"
3005 }, 3009 },
3006 "packageName": { 3010 "packageName": {
3007 "description": "Package name of application", 3011 "description": "Package name of application",
(...skipping 25 matching lines...) Expand all
3033 "type": "string" 3037 "type": "string"
3034 }, 3038 },
3035 "buildNumber": { 3039 "buildNumber": {
3036 "description": "Mobile Device Build number (Read-only)", 3040 "description": "Mobile Device Build number (Read-only)",
3037 "type": "string" 3041 "type": "string"
3038 }, 3042 },
3039 "defaultLanguage": { 3043 "defaultLanguage": {
3040 "description": "The default locale used on the Mobile Device (Read-only)", 3044 "description": "The default locale used on the Mobile Device (Read-only)",
3041 "type": "string" 3045 "type": "string"
3042 }, 3046 },
3047 "developerOptionsStatus": {
3048 "description": "Developer options enabled or disabled on dev ice (Read-only)",
3049 "type": "boolean"
3050 },
3043 "deviceCompromisedStatus": { 3051 "deviceCompromisedStatus": {
3044 "description": "Mobile Device compromised status (Read-only) ", 3052 "description": "Mobile Device compromised status (Read-only) ",
3045 "type": "string" 3053 "type": "string"
3046 }, 3054 },
3047 "deviceId": { 3055 "deviceId": {
3048 "description": "Mobile Device serial number (Read-only)", 3056 "description": "Mobile Device serial number (Read-only)",
3049 "type": "string" 3057 "type": "string"
3050 }, 3058 },
3051 "email": { 3059 "email": {
3052 "description": "List of owner user's email addresses (Read-o nly)", 3060 "description": "List of owner user's email addresses (Read-o nly)",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
3106 "type": "array" 3114 "type": "array"
3107 }, 3115 },
3108 "networkOperator": { 3116 "networkOperator": {
3109 "description": "Mobile Device mobile or network operator (if available) (Read-only)", 3117 "description": "Mobile Device mobile or network operator (if available) (Read-only)",
3110 "type": "string" 3118 "type": "string"
3111 }, 3119 },
3112 "os": { 3120 "os": {
3113 "description": "Name of the mobile operating system", 3121 "description": "Name of the mobile operating system",
3114 "type": "string" 3122 "type": "string"
3115 }, 3123 },
3124 "otherAccountsInfo": {
3125 "description": "List of accounts added on device (Read-only) ",
3126 "items": {
3127 "type": "string"
3128 },
3129 "type": "array"
3130 },
3116 "resourceId": { 3131 "resourceId": {
3117 "description": "Unique identifier of Mobile Device (Read-onl y)", 3132 "description": "Unique identifier of Mobile Device (Read-onl y)",
3118 "type": "string" 3133 "type": "string"
3119 }, 3134 },
3120 "serialNumber": { 3135 "serialNumber": {
3121 "description": "Mobile Device SSN or Serial Number (Read-onl y)", 3136 "description": "Mobile Device SSN or Serial Number (Read-onl y)",
3122 "type": "string" 3137 "type": "string"
3123 }, 3138 },
3124 "status": { 3139 "status": {
3125 "description": "Status of the device (Read-only)", 3140 "description": "Status of the device (Read-only)",
3126 "type": "string" 3141 "type": "string"
3127 }, 3142 },
3143 "supportsWorkProfile": {
3144 "description": "Work profile supported on device (Read-only) ",
3145 "type": "boolean"
3146 },
3128 "type": { 3147 "type": {
3129 "description": "The type of device (Read-only)", 3148 "description": "The type of device (Read-only)",
3130 "type": "string" 3149 "type": "string"
3131 }, 3150 },
3151 "unknownSourcesStatus": {
3152 "description": "Unknown sources enabled or disabled on devic e (Read-only)",
3153 "type": "boolean"
3154 },
3132 "userAgent": { 3155 "userAgent": {
3133 "description": "Mobile Device user agent", 3156 "description": "Mobile Device user agent",
3134 "type": "string" 3157 "type": "string"
3135 }, 3158 },
3136 "wifiMacAddress": { 3159 "wifiMacAddress": {
3137 "description": "Mobile Device WiFi MAC address (Read-only)", 3160 "description": "Mobile Device WiFi MAC address (Read-only)",
3138 "type": "string" 3161 "type": "string"
3139 } 3162 }
3140 }, 3163 },
3141 "type": "object" 3164 "type": "object"
(...skipping 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after
4150 "type": "string" 4173 "type": "string"
4151 } 4174 }
4152 }, 4175 },
4153 "type": "object" 4176 "type": "object"
4154 } 4177 }
4155 }, 4178 },
4156 "servicePath": "admin/directory/v1/", 4179 "servicePath": "admin/directory/v1/",
4157 "title": "Admin Directory API", 4180 "title": "Admin Directory API",
4158 "version": "directory_v1" 4181 "version": "directory_v1"
4159 } 4182 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698