Resource: CustomerLicense
JSON representation |
---|
{
"kind": string,
"state": string,
"applicationId": string,
"editions": [
{
object ( |
Fields | |
---|---|
kind |
The type of API resource. This is always appsmarket#customerLicense. |
state |
The customer's license status. One of:
|
applicationId |
The ID of the application corresponding to this license query. |
editions[] |
(Deprecated) |
id |
The ID of the customer license. |
customerId |
The domain name of the customer. |
Editions
JSON representation |
---|
{ "editionId": string, "seatCount": integer, "assignedSeats": integer } |
Fields | |
---|---|
editionId |
(Deprecated) |
seatCount |
(Deprecated) |
assignedSeats |
(Deprecated) |
Methods |
|
---|---|
|
Gets the status of a license for a customer to determine if they have access for a given app. |