Resource: LicenseNotification
JSON representation |
---|
{ "id": string, "applicationId": string, "timestamp": string, "customerId": string, "kind": string, "provisions": [ { object ( |
Fields | |
---|---|
id |
The ID of the license notification. |
applicationId |
The ID of the application according to this notification. |
timestamp |
The time the event occurred, measuring in milliseconds since the UNIX epoch. |
customerId |
The domain name of the customer corresponding to this notification. |
kind |
The type of API resource. This is always appsmarket#licenseNotification. |
provisions[] |
The list of provisioning notifications. |
expiries[] |
The list of expiry notifications. |
reassignments[] |
The list of reassignment notifications. |
deletes[] |
The list of deletion notifications. |
Provisions
JSON representation |
---|
{ "kind": string, "editionId": string, "seatCount": string } |
Fields | |
---|---|
kind |
|
editionId |
(Deprecated) |
seatCount |
The number of seats that were provisioned. |
Expiries
JSON representation |
---|
{ "kind": string, "editionId": string } |
Fields | |
---|---|
kind |
|
editionId |
(Deprecated) |
Reassignments
JSON representation |
---|
{ "kind": string, "userId": string, "type": string, "editionId": string } |
Fields | |
---|---|
kind |
|
userId |
The email address of the reassigned user. |
type |
|
editionId |
(Deprecated) |
Deletes
JSON representation |
---|
{ "kind": string, "editionId": string } |
Fields | |
---|---|
kind |
|
editionId |
(Deprecated) |
Methods |
|
---|---|
|
Gets a list of licensing notifications with regards to a given app. |