AI-generated Key Takeaways
-
EnterpriseUpgradeEvent is an event sent when a managed Google Play Accounts enterprise is upgraded to a managed Google domain.
-
The JSON representation of the event includes the
enterprise
name and theupgradeState
. -
The
enterprise
field is a string representing the name of the upgraded enterprise in the format "enterprises/{enterprise}". -
The
upgradeState
field is an enum indicating the output only upgrade state of the enterprise.
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 ( |
Fields | |
---|---|
enterprise |
The name of upgraded enterprise in the format "enterprises/{enterprise}" |
upgradeState |
Output only. The upgrade state of the enterprise. |