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-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
  
  
  
    
      [null,null,["2025-07-25 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"]]