REST Resource: 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

고객이 특정 앱에 대한 액세스 권한이 있는지 확인하기 위해 라이선스 상태를 가져옵니다.