REST Resource: userLicense
المرجع: ترخيص المستخدم
تمثيل JSON |
{
"kind": string,
"enabled": boolean,
"state": string,
"editionId": string,
"customerId": string,
"applicationId": string,
"id": string,
"userId": string
} |
الحقول |
kind |
string
نوع مورد واجهة برمجة التطبيقات. هذا دائمًا ما يكون appmarket#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 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-10-14 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-10-14 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]