EnterpriseUpgradeEvent
Stay organized with collections
Save and categorize content based on your preferences.
An event sent for an enterprise upgrade. An enterprise upgrade is a process that upgrades a managed Google Play Accounts enterprise to a managed Google domain.
JSON representation |
{
"enterprise": string,
"upgradeState": enum (UpgradeState )
} |
Fields |
enterprise |
string
The name of upgraded enterprise in the format "enterprises/{enterprise}"
|
upgradeState |
enum (UpgradeState )
Output only. The upgrade state of the enterprise.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-01 UTC.
[null,null,["Last updated 2025-04-01 UTC."],[],[],null,["# EnterpriseUpgradeEvent\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nAn event sent for an enterprise upgrade. An enterprise upgrade is a process that upgrades a managed Google Play Accounts enterprise to a managed Google domain.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------|\n| ``` { \"enterprise\": string, \"upgradeState\": enum (/android/management/reference/rest/v1/UpgradeState) } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------------------------------------|\n| `enterprise` | `string` The name of upgraded enterprise in the format \"enterprises/{enterprise}\" |\n| `upgradeState` | `enum (`[UpgradeState](/android/management/reference/rest/v1/UpgradeState)`)` Output only. The upgrade state of the enterprise. |"]]