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 এই লাইসেন্স কোয়েরির সাথে সম্পর্কিত আবেদনের আইডি। |
editions[] (deprecated) | object ( Editions ) (অবঞ্চিত) |
id | string গ্রাহক লাইসেন্সের আইডি। |
customerId | string গ্রাহকের ডোমেইন নাম। |
সংস্করণ
| JSON উপস্থাপনা |
|---|
{
"editionId": string,
"seatCount": integer,
"assignedSeats": integer
} |
| ক্ষেত্র |
|---|
editionId (deprecated) | string (অবঞ্চিত) |
seatCount (deprecated) | integer (অবঞ্চিত) |
assignedSeats (deprecated) | integer (অবঞ্চিত) |
পদ্ধতি |
|---|
| গ্রাহকের লাইসেন্সিং স্ট্যাটাস জেনে নিয়ে যায় যে তাদের কোনও নির্দিষ্ট অ্যাপে অ্যাক্সেস আছে কিনা। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2026-02-03 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2026-02-03 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],["The `CustomerLicense` resource represents a customer's license for an application. Key information includes the license `state` (ACTIVE or UNLICENSED), the associated `applicationId`, and the customer's `customerId`. It contains a unique `id` for the license. The `kind` always indicates `appsmarket#customerLicense`. The `get` method retrieves the license status, indicating whether the customer has access to the application. Several fields regarding `editions`, such as `editionId`, `seatCount`, and `assignedSeats` are deprecated.\n"]]