REST Resource: customerLicense

משאב: CustomerLicense

ייצוג ב-JSON
{
  "kind": string,
  "state": string,
  "applicationId": string,
  "editions": [
    {
      object (Editions)
    }
  ],
  "id": string,
  "customerId": string
}
שדות
kind

string

סוג משאב ה-API. הערך הזה תמיד יהיה appsmarket#customerLicense.

state

string

סטטוס הרישיון של הלקוח. אחת מהאפשרויות:

  • ACTIVE: ללקוח יש רישיון תקף.
  • UNLICENSED: אין רישיון. יכול להיות שהלקוח הזה אף פעם לא התקין את האפליקציה שלכם או שהוא מחק אותה.
applicationId

string

המזהה של האפליקציה שתואם לשאילתת הרישיון הזו.

editions[]
(deprecated)

object (Editions)

(הוצא משימוש)

id

string

המזהה של רישיון הלקוח.

customerId

string

שם הדומיין של הלקוח.

גיליונות

ייצוג ב-JSON
{
  "editionId": string,
  "seatCount": integer,
  "assignedSeats": integer
}
שדות
editionId
(deprecated)

string

(הוצא משימוש)

seatCount
(deprecated)

integer

(הוצא משימוש)

assignedSeats
(deprecated)

integer

(הוצא משימוש)

Methods

get

מקבל את סטטוס הרישוי של הלקוח כדי לקבוע אם יש לו גישה לאפליקציה מסוימת.