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

顧客のライセンス ステータス。次のいずれか 1 つ:

  • ACTIVE: お客様は有効なライセンスを持っています。
  • UNLICENSED: ライセンスがありません。この顧客がアプリをインストールしたことがないか、削除しています。
applicationId

string

このライセンス クエリに対応するアプリの ID。

editions[]
(deprecated)

object (Editions)

(サポート終了)

id

string

顧客ライセンスの ID。

customerId

string

顧客のドメイン名。

エディション

JSON 表現
{
  "editionId": string,
  "seatCount": integer,
  "assignedSeats": integer
}
フィールド
editionId
(deprecated)

string

(サポート終了)

seatCount
(deprecated)

integer

(サポート終了)

assignedSeats
(deprecated)

integer

(サポート終了)

メソッド

get

顧客のライセンスのステータスを取得して、顧客が特定のアプリにアクセスできるかどうかを判断します。