EnterpriseUpgradeEvent

  • 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 the upgradeState.

  • 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 (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.