REST Resource: licenseNotification

Resource: LicenseNotification

JSON representation
{
  "id": string,
  "applicationId": string,
  "timestamp": string,
  "customerId": string,
  "kind": string,
  "provisions": [
    {
      object (Provisions)
    }
  ],
  "expiries": [
    {
      object (Expiries)
    }
  ],
  "reassignments": [
    {
      object (Reassignments)
    }
  ],
  "deletes": [
    {
      object (Deletes)
    }
  ]
}
Fields
id

string

The ID of the license notification.

applicationId

string

The ID of the application according to this notification.

timestamp

string (int64 format)

The time the event occurred, measuring in milliseconds since the UNIX epoch.

customerId

string

The domain name of the customer corresponding to this notification.

kind

string

The type of API resource. This is always appsmarket#licenseNotification.

provisions[]

object (Provisions)

The list of provisioning notifications.

expiries[]

object (Expiries)

The list of expiry notifications.

reassignments[]

object (Reassignments)

The list of reassignment notifications.

deletes[]

object (Deletes)

The list of deletion notifications.

Provisions

JSON representation
{
  "kind": string,
  "editionId": string,
  "seatCount": string
}
Fields
kind

string

editionId
(deprecated)

string

(Deprecated)

seatCount

string (int64 format)

The number of seats that were provisioned.

Expiries

JSON representation
{
  "kind": string,
  "editionId": string
}
Fields
kind

string

editionId
(deprecated)

string

(Deprecated)

Reassignments

JSON representation
{
  "kind": string,
  "userId": string,
  "type": string,
  "editionId": string
}
Fields
kind

string

userId

string

The email address of the reassigned user.

type

string

editionId
(deprecated)

string

(Deprecated)

Deletes

JSON representation
{
  "kind": string,
  "editionId": string
}
Fields
kind

string

editionId
(deprecated)

string

(Deprecated)

Methods

list

Gets a list of licensing notifications with regards to a given app.