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 epoch के बाद से मिलीसेकंड में.
|
customerId |
string
इस सूचना से जुड़े ग्राहक का डोमेन नेम.
|
kind |
string
एपीआई रिसॉर्स का टाइप. यह हमेशा 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 के ज़रिए ट्रैक किया जा सकता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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). |"]]