| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/androidenterprise": { | 5 "https://www.googleapis.com/auth/androidenterprise": { |
| 6 "description": "Manage corporate Android devices" | 6 "description": "Manage corporate Android devices" |
| 7 } | 7 } |
| 8 } | 8 } |
| 9 } | 9 } |
| 10 }, | 10 }, |
| 11 "basePath": "/androidenterprise/v1/", | 11 "basePath": "/androidenterprise/v1/", |
| 12 "baseUrl": "https://www.googleapis.com/androidenterprise/v1/", | 12 "baseUrl": "https://www.googleapis.com/androidenterprise/v1/", |
| 13 "batchPath": "batch", | 13 "batchPath": "batch", |
| 14 "canonicalName": "Android Enterprise", | 14 "canonicalName": "Android Enterprise", |
| 15 "description": "Manages the deployment of apps to Android for Work users.", | 15 "description": "Manages the deployment of apps to Android for Work users.", |
| 16 "discoveryVersion": "v1", | 16 "discoveryVersion": "v1", |
| 17 "documentationLink": "https://developers.google.com/android/work/play/emm-ap
i", | 17 "documentationLink": "https://developers.google.com/android/work/play/emm-ap
i", |
| 18 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/i6DBUMt-cLevFkAtIek_BVKzCR0\"", | 18 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/BZUxf6UxCzric6TayTsVx-DTOUg\"", |
| 19 "icons": { | 19 "icons": { |
| 20 "x16": "https://www.google.com/images/icons/product/android-16.png", | 20 "x16": "https://www.google.com/images/icons/product/android-16.png", |
| 21 "x32": "https://www.google.com/images/icons/product/android-32.png" | 21 "x32": "https://www.google.com/images/icons/product/android-32.png" |
| 22 }, | 22 }, |
| 23 "id": "androidenterprise:v1", | 23 "id": "androidenterprise:v1", |
| 24 "kind": "discovery#restDescription", | 24 "kind": "discovery#restDescription", |
| 25 "name": "androidenterprise", | 25 "name": "androidenterprise", |
| 26 "ownerDomain": "google.com", | 26 "ownerDomain": "google.com", |
| 27 "ownerName": "Google", | 27 "ownerName": "Google", |
| 28 "parameters": { | 28 "parameters": { |
| (...skipping 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2182 "response": { | 2182 "response": { |
| 2183 "$ref": "ProductSet" | 2183 "$ref": "ProductSet" |
| 2184 }, | 2184 }, |
| 2185 "scopes": [ | 2185 "scopes": [ |
| 2186 "https://www.googleapis.com/auth/androidenterprise" | 2186 "https://www.googleapis.com/auth/androidenterprise" |
| 2187 ] | 2187 ] |
| 2188 } | 2188 } |
| 2189 } | 2189 } |
| 2190 } | 2190 } |
| 2191 }, | 2191 }, |
| 2192 "revision": "20160511", | 2192 "revision": "20160531", |
| 2193 "rootUrl": "https://www.googleapis.com/", | 2193 "rootUrl": "https://www.googleapis.com/", |
| 2194 "schemas": { | 2194 "schemas": { |
| 2195 "AppRestrictionsSchema": { | 2195 "AppRestrictionsSchema": { |
| 2196 "description": "Represents the list of app restrictions available to
be pre-configured for the product.", | 2196 "description": "Represents the list of app restrictions available to
be pre-configured for the product.", |
| 2197 "id": "AppRestrictionsSchema", | 2197 "id": "AppRestrictionsSchema", |
| 2198 "properties": { | 2198 "properties": { |
| 2199 "kind": { | 2199 "kind": { |
| 2200 "default": "androidenterprise#appRestrictionsSchema", | 2200 "default": "androidenterprise#appRestrictionsSchema", |
| 2201 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"androidenterprise#appRestrictionsSchema\".", | 2201 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"androidenterprise#appRestrictionsSchema\".", |
| 2202 "type": "string" | 2202 "type": "string" |
| (...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3046 "id": { | 3046 "id": { |
| 3047 "description": "The unique ID for the user.", | 3047 "description": "The unique ID for the user.", |
| 3048 "type": "string" | 3048 "type": "string" |
| 3049 }, | 3049 }, |
| 3050 "kind": { | 3050 "kind": { |
| 3051 "default": "androidenterprise#user", | 3051 "default": "androidenterprise#user", |
| 3052 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"androidenterprise#user\".", | 3052 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"androidenterprise#user\".", |
| 3053 "type": "string" | 3053 "type": "string" |
| 3054 }, | 3054 }, |
| 3055 "primaryEmail": { | 3055 "primaryEmail": { |
| 3056 "description": "The user's primary email, e.g. \"jsmith@exam
ple.com\".", | 3056 "description": "The user's primary email address, e.g. \"jsm
ith@example.com\".", |
| 3057 "type": "string" | 3057 "type": "string" |
| 3058 } | 3058 } |
| 3059 }, | 3059 }, |
| 3060 "type": "object" | 3060 "type": "object" |
| 3061 }, | 3061 }, |
| 3062 "UserToken": { | 3062 "UserToken": { |
| 3063 "description": "A UserToken is used by a user when setting up a mana
ged device or profile with their work account on a device. When the user enters
their email address and token (activation code) the appropriate EMM app can be a
utomatically downloaded.", | 3063 "description": "A UserToken is used by a user when setting up a mana
ged device or profile with their work account on a device. When the user enters
their email address and token (activation code) the appropriate EMM app can be a
utomatically downloaded.", |
| 3064 "id": "UserToken", | 3064 "id": "UserToken", |
| 3065 "properties": { | 3065 "properties": { |
| 3066 "kind": { | 3066 "kind": { |
| (...skipping 29 matching lines...) Expand all Loading... |
| 3096 "type": "array" | 3096 "type": "array" |
| 3097 } | 3097 } |
| 3098 }, | 3098 }, |
| 3099 "type": "object" | 3099 "type": "object" |
| 3100 } | 3100 } |
| 3101 }, | 3101 }, |
| 3102 "servicePath": "androidenterprise/v1/", | 3102 "servicePath": "androidenterprise/v1/", |
| 3103 "title": "Google Play EMM API", | 3103 "title": "Google Play EMM API", |
| 3104 "version": "v1" | 3104 "version": "v1" |
| 3105 } | 3105 } |
| OLD | NEW |