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 এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-06 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-06 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The CustomerLicense resource provides information about a customer's license status for a specific application."],["It includes details such as the license state (ACTIVE or UNLICENSED), application ID, customer ID, and license ID."],["The Editions section within the resource, containing editionId, seatCount, and assignedSeats, is deprecated."],["You can retrieve the license status for a customer using the `get` method."]]],[]]