คุณมีเวลา 5 นาทีไหม ช่วยเราปรับปรุงเอกสารประกอบของ Google Workspace Marketplace โดยการตอบ
แบบสํารวจออนไลน์สั้นๆ
REST Resource: userLicense
แหล่งข้อมูล: UserLicense
การแสดง JSON |
{
"kind": string,
"enabled": boolean,
"state": string,
"editionId": string,
"customerId": string,
"applicationId": string,
"id": string,
"userId": string
} |
ช่อง |
kind |
string
ประเภทของทรัพยากร API ซึ่งจะเป็น appsmarket#userLicense เสมอ
|
enabled |
boolean
ผู้ดูแลระบบโดเมนได้เปิดใช้งานแอปพลิเคชันสำหรับโดเมนนี้
|
state |
string
สถานะการออกใบอนุญาตของผู้ใช้ ข้อใดข้อหนึ่ง:
ACTIVE : ผู้ใช้มีใบอนุญาตที่ถูกต้องและควรได้รับอนุญาตให้ใช้แอปพลิเคชัน
UNLICENSED : ผู้ดูแลระบบโดเมนของผู้ใช้รายนี้ไม่เคยมอบหมายสิทธิ์สำหรับแอปพลิเคชันให้กับผู้ใช้รายนี้
EXPIRED : ผู้ดูแลระบบกำหนดที่นั่งให้กับผู้ใช้รายนี้ แต่ใบอนุญาตหมดอายุแล้ว
|
editionId (deprecated) |
string
(เลิกใช้งาน)
|
customerId |
string
ชื่อโดเมนของผู้ใช้
|
applicationId |
string
รหัสของแอปพลิเคชันที่เกี่ยวข้องกับการค้นหาใบอนุญาต
|
id |
string
รหัสใบอนุญาตของผู้ใช้
|
userId |
string
อีเมลของผู้ใช้
|
เมธอด |
|
ดูสถานะการให้ใบอนุญาตของผู้ใช้สำหรับการใช้แอปที่กำหนด |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 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"]]