REST Resource: licenseNotification
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ทรัพยากร: LicenseNotification
การแสดง JSON |
{
"id": string,
"applicationId": string,
"timestamp": string,
"customerId": string,
"kind": string,
"provisions": [
{
object (Provisions )
}
],
"expiries": [
{
object (Expiries )
}
],
"reassignments": [
{
object (Reassignments )
}
],
"deletes": [
{
object (Deletes )
}
]
} |
ช่อง |
id |
string
รหัสการแจ้งเตือนเกี่ยวกับใบอนุญาต
|
applicationId |
string
รหัสของแอปพลิเคชันตามการแจ้งเตือนนี้
|
timestamp |
string (int64 format)
เวลาที่เกิดเหตุการณ์ ซึ่งวัดเป็นมิลลิวินาทีนับตั้งแต่ยุค UNIX
|
customerId |
string
ชื่อโดเมนของลูกค้าที่เกี่ยวข้องกับการแจ้งเตือนนี้
|
kind |
string
ประเภททรัพยากร API ซึ่งจะเป็น appsmarket#licenseNotification เสมอ
|
provisions[] |
object (Provisions )
รายการการแจ้งเตือนการจัดสรร
|
expiries[] |
object (Expiries )
รายการการแจ้งเตือนวันหมดอายุ
|
reassignments[] |
object (Reassignments )
รายการการแจ้งเตือนการมอบหมายใหม่
|
deletes[] |
object (Deletes )
รายการการแจ้งเตือนการลบ
|
บทบัญญัติ
การแสดง JSON |
{
"kind": string,
"editionId": string,
"seatCount": string
} |
ช่อง |
kind |
string
|
editionId (deprecated) |
string
(เลิกใช้งาน)
|
seatCount |
string (int64 format)
จำนวนที่นั่งที่จัดสรร
|
วันหมดอายุ
การแสดง JSON |
{
"kind": string,
"editionId": string
} |
ช่อง |
kind |
string
|
editionId (deprecated) |
string
(เลิกใช้งาน)
|
การเปลี่ยนผู้ดูแล
การแสดง JSON |
{
"kind": string,
"userId": string,
"type": string,
"editionId": string
} |
ช่อง |
kind |
string
|
userId |
string
อีเมลของผู้ใช้ที่ได้รับมอบหมายใหม่
|
type |
string
|
editionId (deprecated) |
string
(เลิกใช้งาน)
|
การลบ
การแสดง JSON |
{
"kind": string,
"editionId": string
} |
ช่อง |
kind |
string
|
editionId (deprecated) |
string
(เลิกใช้งาน)
|
เมธอด |
list (deprecated)
|
เลิกใช้งานแล้ว: เหตุการณ์การติดตั้งที่ผู้ใช้เริ่มสามารถติดตามได้ผ่าน Google Analytics |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eThe LicenseNotification resource provides information about license events, including provisioning, expiry, reassignment, and deletion.\u003c/p\u003e\n"],["\u003cp\u003eIt includes details like application ID, customer ID, timestamp, and specific information about each event type.\u003c/p\u003e\n"],["\u003cp\u003eProvisions include the number of seats provisioned, while Expiries, Reassignments, and Deletes previously included edition IDs, but these fields are now deprecated.\u003c/p\u003e\n"],["\u003cp\u003eThe 'list' method, which was used to retrieve license notifications, is also deprecated and replaced with Google Analytics for tracking user-initiated installs.\u003c/p\u003e\n"]]],["The content defines a `LicenseNotification` resource, detailing its structure and fields. Key information includes an `id`, `applicationId`, `timestamp`, `customerId`, and `kind`. It tracks `provisions` (seat count), `expiries`, `reassignments` (user ID and type), and `deletes`. Each of these sub-resources also includes a `kind` attribute and a deprecated `editionId`. The resource has a deprecated method, `list`, that is no longer used, but previously was used to track events.\n"],null,["# REST Resource: licenseNotification\n\nResource: LicenseNotification\n-----------------------------\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"applicationId\": string, \"timestamp\": string, \"customerId\": string, \"kind\": string, \"provisions\": [ { object (/workspace/marketplace/reference/rest/v2/licenseNotification#Provisions) } ], \"expiries\": [ { object (/workspace/marketplace/reference/rest/v2/licenseNotification#Expiries) } ], \"reassignments\": [ { object (/workspace/marketplace/reference/rest/v2/licenseNotification#Reassignments) } ], \"deletes\": [ { object (/workspace/marketplace/reference/rest/v2/licenseNotification#Deletes) } ] } ``` |\n\n| Fields ||\n|-------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string` The ID of the license notification. |\n| `applicationId` | `string` The ID of the application according to this notification. |\n| `timestamp` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The time the event occurred, measuring in milliseconds since the UNIX epoch. |\n| `customerId` | `string` The domain name of the customer corresponding to this notification. |\n| `kind` | `string` The type of API resource. This is always appsmarket#licenseNotification. |\n| `provisions[]` | `object (`[Provisions](/workspace/marketplace/reference/rest/v2/licenseNotification#Provisions)`)` The list of provisioning notifications. |\n| `expiries[]` | `object (`[Expiries](/workspace/marketplace/reference/rest/v2/licenseNotification#Expiries)`)` The list of expiry notifications. |\n| `reassignments[]` | `object (`[Reassignments](/workspace/marketplace/reference/rest/v2/licenseNotification#Reassignments)`)` The list of reassignment notifications. |\n| `deletes[]` | `object (`[Deletes](/workspace/marketplace/reference/rest/v2/licenseNotification#Deletes)`)` The list of deletion notifications. |\n\nProvisions\n----------\n\n| JSON representation |\n|----------------------------------------------------------------------|\n| ``` { \"kind\": string, \"editionId\": string, \"seatCount\": string } ``` |\n\n| Fields ||\n|------------------------------|--------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` |\n| `editionId` **(deprecated)** | `string` | This item is deprecated! (Deprecated) |\n| `seatCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The number of seats that were provisioned. |\n\nExpiries\n--------\n\n| JSON representation |\n|-------------------------------------------------|\n| ``` { \"kind\": string, \"editionId\": string } ``` |\n\n| Fields ||\n|------------------------------|--------------------------------------------------|\n| `kind` | `string` |\n| `editionId` **(deprecated)** | `string` | This item is deprecated! (Deprecated) |\n\nReassignments\n-------------\n\n| JSON representation |\n|-----------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"userId\": string, \"type\": string, \"editionId\": string } ``` |\n\n| Fields ||\n|------------------------------|----------------------------------------------------|\n| `kind` | `string` |\n| `userId` | `string` The email address of the reassigned user. |\n| `type` | `string` |\n| `editionId` **(deprecated)** | `string` | This item is deprecated! (Deprecated) |\n\nDeletes\n-------\n\n| JSON representation |\n|-------------------------------------------------|\n| ``` { \"kind\": string, \"editionId\": string } ``` |\n\n| Fields ||\n|------------------------------|--------------------------------------------------|\n| `kind` | `string` |\n| `editionId` **(deprecated)** | `string` | This item is deprecated! (Deprecated) |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### [list](/workspace/marketplace/reference/rest/v2/licenseNotification/list)` ` **(deprecated)** | Deprecated: User-initiated install events can be tracked through [Google Analytics](https://developers.google.com/workspace/marketplace/use-analytics#app-metrics). |"]]