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

이 라이선스 쿼리에 해당하는 애플리케이션의 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

고객의 라이선스 상태를 가져와 고객이 특정 앱에 액세스할 수 있는지 확인합니다.