LicenseAssignmentList
JSON representation |
{
"kind": string,
"etag": string,
"items": [
{
object (LicenseAssignment )
}
],
"nextPageToken": string
} |
Fields |
kind |
string
Identifies the resource as a collection of LicenseAssignments.
|
etag |
string
ETag of the resource.
|
items[] |
object (LicenseAssignment )
The LicenseAssignments in this page of results.
|
nextPageToken |
string
The token that you must submit in a subsequent request to retrieve additional license results matching your query parameters. The maxResults query string is related to the nextPageToken since maxResults determines how many entries are returned on each next page.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["This documentation details the JSON representation of LicenseAssignments, used for managing user licenses."],["The representation includes `kind`, `etag`, `items`, and `nextPageToken` fields to identify, track, and retrieve license assignment data."],["`items` contains an array of LicenseAssignment objects, while `nextPageToken` facilitates paginated results for large datasets."]]],[]]