|
468 | 468 | "https://www.googleapis.com/auth/androidenterprise"
|
469 | 469 | ]
|
470 | 470 | },
|
| 471 | +"generateEnterpriseUpgradeUrl": { |
| 472 | +"description": "Generates an enterprise upgrade URL to upgrade an existing managed Google Play Accounts enterprise to a managed Google domain. **Note:** This feature is not generally available.", |
| 473 | +"flatPath": "androidenterprise/v1/enterprises/{enterpriseId}/generateEnterpriseUpgradeUrl", |
| 474 | +"httpMethod": "POST", |
| 475 | +"id": "androidenterprise.enterprises.generateEnterpriseUpgradeUrl", |
| 476 | +"parameterOrder": [ |
| 477 | +"enterpriseId" |
| 478 | +], |
| 479 | +"parameters": { |
| 480 | +"adminEmail": { |
| 481 | +"description": "Optional. Email address used to prefill the admin field of the enterprise signup form as part of the upgrade process. This value is a hint only and can be altered by the user. Personal email addresses are not allowed. If `allowedDomains` is non-empty then this must belong to one of the `allowedDomains`.", |
| 482 | +"location": "query", |
| 483 | +"type": "string" |
| 484 | +}, |
| 485 | +"allowedDomains": { |
| 486 | +"description": "Optional. A list of domains that are permitted for the admin email. The IT admin cannot enter an email address with a domain name that is not in this list. Subdomains of domains in this list are not allowed but can be allowed by adding a second entry which has `*.` prefixed to the domain name (e.g. *.example.com). If the field is not present or is an empty list then the IT admin is free to use any valid domain name. Personal email domains are not allowed.", |
| 487 | +"location": "query", |
| 488 | +"repeated": true, |
| 489 | +"type": "string" |
| 490 | +}, |
| 491 | +"enterpriseId": { |
| 492 | +"description": "Required. The ID of the enterprise.", |
| 493 | +"location": "path", |
| 494 | +"required": true, |
| 495 | +"type": "string" |
| 496 | +} |
| 497 | +}, |
| 498 | +"path": "androidenterprise/v1/enterprises/{enterpriseId}/generateEnterpriseUpgradeUrl", |
| 499 | +"response": { |
| 500 | +"$ref": "GenerateEnterpriseUpgradeUrlResponse" |
| 501 | +}, |
| 502 | +"scopes": [ |
| 503 | +"https://www.googleapis.com/auth/androidenterprise" |
| 504 | +] |
| 505 | +}, |
471 | 506 | "generateSignupUrl": {
|
472 | 507 | "description": "Generates a sign-up URL.",
|
473 | 508 | "flatPath": "androidenterprise/v1/enterprises/signupUrl",
|
|
2656 | 2691 | }
|
2657 | 2692 | }
|
2658 | 2693 | },
|
2659 |
| -"revision": "20250213", |
| 2694 | +"revision": "20250302", |
2660 | 2695 | "rootUrl": "https://androidenterprise.googleapis.com/",
|
2661 | 2696 | "schemas": {
|
2662 | 2697 | "Administrator": {
|
|
3395 | 3430 | },
|
3396 | 3431 | "type": "object"
|
3397 | 3432 | },
|
| 3433 | +"EnterpriseUpgradeEvent": { |
| 3434 | +"description": "An event generated when an enterprise is upgraded. **Note:** This feature is not generally available.", |
| 3435 | +"id": "EnterpriseUpgradeEvent", |
| 3436 | +"properties": { |
| 3437 | +"upgradeState": { |
| 3438 | +"description": "The upgrade state.", |
| 3439 | +"enum": [ |
| 3440 | +"upgradeStateUnspecified", |
| 3441 | +"upgradeStateSucceeded" |
| 3442 | +], |
| 3443 | +"enumDescriptions": [ |
| 3444 | +"Unspecified. This value is not used.", |
| 3445 | +"The upgrade has succeeded." |
| 3446 | +], |
| 3447 | +"type": "string" |
| 3448 | +} |
| 3449 | +}, |
| 3450 | +"type": "object" |
| 3451 | +}, |
3398 | 3452 | "EnterprisesListResponse": {
|
3399 | 3453 | "id": "EnterprisesListResponse",
|
3400 | 3454 | "properties": {
|
|
3460 | 3514 | },
|
3461 | 3515 | "type": "object"
|
3462 | 3516 | },
|
| 3517 | +"GenerateEnterpriseUpgradeUrlResponse": { |
| 3518 | +"description": "Response message for generating a URL to upgrade an existing managed Google Play Accounts enterprise to a managed Google domain. **Note:** This feature is not generally available.", |
| 3519 | +"id": "GenerateEnterpriseUpgradeUrlResponse", |
| 3520 | +"properties": { |
| 3521 | +"url": { |
| 3522 | +"description": "A URL for an enterprise admin to upgrade their enterprise. The page can't be rendered in an iframe.", |
| 3523 | +"type": "string" |
| 3524 | +} |
| 3525 | +}, |
| 3526 | +"type": "object" |
| 3527 | +}, |
3463 | 3528 | "GoogleAuthenticationSettings": {
|
3464 | 3529 | "description": "Contains settings for Google-provided user authentication.",
|
3465 | 3530 | "id": "GoogleAuthenticationSettings",
|
|
3943 | 4008 | "description": "The ID of the enterprise for which the notification is sent. This will always be present.",
|
3944 | 4009 | "type": "string"
|
3945 | 4010 | },
|
| 4011 | +"enterpriseUpgradeEvent": { |
| 4012 | +"$ref": "EnterpriseUpgradeEvent", |
| 4013 | +"description": "Notifications about enterprise upgrade. **Note:** This feature is not generally available." |
| 4014 | +}, |
3946 | 4015 | "installFailureEvent": {
|
3947 | 4016 | "$ref": "InstallFailureEvent",
|
3948 | 4017 | "description": "Notifications about an app installation failure."
|
|
3967 | 4036 | "appRestricionsSchemaChange",
|
3968 | 4037 | "productAvailabilityChange",
|
3969 | 4038 | "newDevice",
|
3970 |
| -"deviceReportUpdate" |
| 4039 | +"deviceReportUpdate", |
| 4040 | +"enterpriseUpgrade" |
3971 | 4041 | ],
|
3972 | 4042 | "enumDescriptions": [
|
3973 | 4043 | "",
|
|
3979 | 4049 | "Notification about new app restrictions schema change.",
|
3980 | 4050 | "Notification about product availability change.",
|
3981 | 4051 | "Notification about a new device.",
|
3982 |
| -"Notification about an updated device report." |
| 4052 | +"Notification about an updated device report.", |
| 4053 | +"Notification about an enterprise upgrade. **Note:** This feature is not generally available." |
3983 | 4054 | ],
|
3984 | 4055 | "type": "string"
|
3985 | 4056 | },
|
|
0 commit comments