क्या आपके पास पांच मिनट हैं?
एक छोटे से ऑनलाइन सर्वे में हिस्सा लेकर, Google Workspace Marketplace के दस्तावेज़ों को बेहतर बनाने में हमारी मदद करें.
REST Resource: userLicense
संसाधन: User License
JSON के काेड में दिखाना |
{
"kind": string,
"enabled": boolean,
"state": string,
"editionId": string,
"customerId": string,
"applicationId": string,
"id": string,
"userId": string
} |
फ़ील्ड |
kind |
string
एपीआई रिसॉर्स का टाइप. यह हमेशा appsmarket#user License हमेशा होता है.
|
enabled |
boolean
डोमेन व्यवस्थापक ने इस डोमेन के लिए ऐप्स को सक्रिय कर दिया है.
|
state |
string
उपयोगकर्ता के लाइसेंस की स्थिति. इनमें से एक:
ACTIVE : उपयोगकर्ता के पास मान्य लाइसेंस है और उसे ऐप्लिकेशन इस्तेमाल करने की अनुमति होनी चाहिए.
UNLICENSED : इस उपयोगकर्ता के डोमेन के एडमिन ने कभी भी इस उपयोगकर्ता को ऐप्लिकेशन पाने के लिए जगह नहीं दी है.
EXPIRED : एडमिन ने इस उपयोगकर्ता को सीट असाइन की है, लेकिन लाइसेंस की समयसीमा खत्म हो गई है.
|
editionId (deprecated) |
string
(अब काम नहीं करता)
|
customerId |
string
उपयोगकर्ता का डोमेन नेम.
|
applicationId |
string
लाइसेंस क्वेरी से जुड़े ऐप्लिकेशन का आईडी.
|
id |
string
उपयोगकर्ता के लाइसेंस का आईडी.
|
userId |
string
उपयोगकर्ता का ईमेल पता.
|
तरीके |
|
यह रिपोर्ट, उपयोगकर्ता को दिए गए ऐप्लिकेशन का इस्तेमाल करने की अनुमति से जुड़ी लाइसेंस की स्थिति के बारे में बताती है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-10-14 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-10-14 (UTC) को अपडेट किया गया."],[[["The UserLicense resource represents a user's license status for a specific application within a Google Workspace domain."],["It provides information about the user's license status, including whether it's active, unlicensed, or expired."],["The resource includes details such as the user's email, domain, application ID, and license ID."],["You can retrieve a user's license information using the `get` method of the UserLicense API."]]],["The `UserLicense` resource provides information about a user's access to an application. Key data includes `kind` (resource type), `enabled` (domain-level activation), and `state` (user's license status: `ACTIVE`, `UNLICENSED`, `EXPIRED`). Additional fields are `customerId` (domain), `applicationId` (app ID), `id` (license ID), and `userId` (user's email). The `editionId` field is deprecated. The `get` method retrieves a user's licensing status for a specific app.\n"]]