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

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

Issue 3003493002: Api-Roll 53: 2017-08-21 (Closed)
Patch Set: Created 3 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/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": "\"YWOzh2SDasdU84ArJnpYek-OMdg/Ivm64IXDz4phaRjFyOAAO1c8CT4\"", 18 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/NquYLxR1-tsUnZG1v-8eQMTpQks\"",
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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 "$ref": "EnterpriseAccount" 577 "$ref": "EnterpriseAccount"
578 }, 578 },
579 "response": { 579 "response": {
580 "$ref": "EnterpriseAccount" 580 "$ref": "EnterpriseAccount"
581 }, 581 },
582 "scopes": [ 582 "scopes": [
583 "https://www.googleapis.com/auth/androidenterprise" 583 "https://www.googleapis.com/auth/androidenterprise"
584 ] 584 ]
585 }, 585 },
586 "setAndroidDevicePolicyConfig": { 586 "setAndroidDevicePolicyConfig": {
587 "description": "Sets the Android Device Policy config resour ce. EMM may use this API to enable or disable Android Device Policy support for the specified enterprise.", 587 "description": "Sets the Android Device Policy config resour ce. EMM may use this method to enable or disable Android Device Policy support f or the specified enterprise. To learn more about managing devices and apps with Android Device Policy, see the Android Management API.",
588 "httpMethod": "PUT", 588 "httpMethod": "PUT",
589 "id": "androidenterprise.enterprises.setAndroidDevicePolicyC onfig", 589 "id": "androidenterprise.enterprises.setAndroidDevicePolicyC onfig",
590 "parameterOrder": [ 590 "parameterOrder": [
591 "enterpriseId" 591 "enterpriseId"
592 ], 592 ],
593 "parameters": { 593 "parameters": {
594 "enterpriseId": { 594 "enterpriseId": {
595 "description": "The ID of the enterprise.", 595 "description": "The ID of the enterprise.",
596 "location": "path", 596 "location": "path",
597 "required": true, 597 "required": true,
(...skipping 2048 matching lines...) Expand 10 before | Expand all | Expand 10 after
2646 "response": { 2646 "response": {
2647 "$ref": "User" 2647 "$ref": "User"
2648 }, 2648 },
2649 "scopes": [ 2649 "scopes": [
2650 "https://www.googleapis.com/auth/androidenterprise" 2650 "https://www.googleapis.com/auth/androidenterprise"
2651 ] 2651 ]
2652 } 2652 }
2653 } 2653 }
2654 } 2654 }
2655 }, 2655 },
2656 "revision": "20170719", 2656 "revision": "20170809",
2657 "rootUrl": "https://www.googleapis.com/", 2657 "rootUrl": "https://www.googleapis.com/",
2658 "schemas": { 2658 "schemas": {
2659 "Administrator": { 2659 "Administrator": {
2660 "description": "This represents an enterprise admin who can manage t he enterprise in the managed Google Play store.", 2660 "description": "This represents an enterprise admin who can manage t he enterprise in the managed Google Play store.",
2661 "id": "Administrator", 2661 "id": "Administrator",
2662 "properties": { 2662 "properties": {
2663 "email": { 2663 "email": {
2664 "description": "The admin's email address.", 2664 "description": "The admin's email address.",
2665 "type": "string" 2665 "type": "string"
2666 } 2666 }
(...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after
3642 "type": "string" 3642 "type": "string"
3643 }, 3643 },
3644 "productId": { 3644 "productId": {
3645 "description": "The list of product IDs making up the set of products.", 3645 "description": "The list of product IDs making up the set of products.",
3646 "items": { 3646 "items": {
3647 "type": "string" 3647 "type": "string"
3648 }, 3648 },
3649 "type": "array" 3649 "type": "array"
3650 }, 3650 },
3651 "productSetBehavior": { 3651 "productSetBehavior": {
3652 "description": "The interpretation of this product set. \"un known\" should never be sent and is ignored if received. \"whitelist\" means tha t the user is entitled to access the product set. \"includeAll\" means that all products are accessible, including products that are approved, products with rev oked approval, and products that have never been approved. \"allApproved\" means that the user is entitled to access all products that are approved for the ente rprise. If the value is \"allApproved\" or \"includeAll\", the productId field i s ignored. If no value is provided, it is interpreted as \"whitelist\" for backw ards compatibility.", 3652 "description": "The interpretation of this product set. \"un known\" should never be sent and is ignored if received. \"whitelist\" means tha t the user is entitled to access the product set. \"includeAll\" means that all products are accessible, including products that are approved, products with rev oked approval, and products that have never been approved. \"allApproved\" means that the user is entitled to access all products that are approved for the ente rprise. If the value is \"allApproved\" or \"includeAll\", the productId field i s ignored. If no value is provided, it is interpreted as \"whitelist\" for backw ards compatibility. Further \"allApproved\" or \"includeAll\" does not enable au tomatic visibility of \"alpha\" or \"beta\" tracks for Android app. Use ProductV isibility to enable \"alpha\" or \"beta\" tracks per user.",
3653 "type": "string" 3653 "type": "string"
3654 } 3654 }
3655 }, 3655 },
3656 "type": "object" 3656 "type": "object"
3657 }, 3657 },
3658 "ProductsApproveRequest": { 3658 "ProductsApproveRequest": {
3659 "id": "ProductsApproveRequest", 3659 "id": "ProductsApproveRequest",
3660 "properties": { 3660 "properties": {
3661 "approvalUrlInfo": { 3661 "approvalUrlInfo": {
3662 "$ref": "ApprovalUrlInfo", 3662 "$ref": "ApprovalUrlInfo",
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
4009 "type": "array" 4009 "type": "array"
4010 } 4010 }
4011 }, 4011 },
4012 "type": "object" 4012 "type": "object"
4013 } 4013 }
4014 }, 4014 },
4015 "servicePath": "androidenterprise/v1/", 4015 "servicePath": "androidenterprise/v1/",
4016 "title": "Google Play EMM API", 4016 "title": "Google Play EMM API",
4017 "version": "v1" 4017 "version": "v1"
4018 } 4018 }
OLDNEW
« no previous file with comments | « discovery/googleapis/androiddeviceprovisioning__v1.json ('k') | discovery/googleapis/androidmanagement__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698