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 مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی."],[[["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."]]],[]]