01README
Google Cloud licensing infrastructure models
02Models
@swamp/gcp/licensing/licenseassignmentsv2026.04.23.1licenseassignments.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| userId | string | The user's current primary email address. If the user's email address changes, use the new email address in your API requests. Since a `userId` is subject to change, do not use a `userId` value as a key for persistent data. This key could break if the current user's email address changes. If the `userId` is suspended, the license status changes. |
| etags? | string | ETag of the resource. |
| kind? | string | Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`. |
| productId? | string | A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs. |
| productName? | string | Display Name of the product. |
| selfLink? | string | Link to this page. |
| skuId? | string | A product SKU's unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs. |
| skuName? | string | Display Name of the sku of the product. |
fn create()
Create a licenseAssignments
fn get(identifier: string)
Get a licenseAssignments
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the licenseAssignments |
fn update()
Update licenseAssignments attributes
fn delete(identifier: string)
Delete the licenseAssignments
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the licenseAssignments |
fn sync()
Sync licenseAssignments state from GCP
fn list_for_product()
list for product
fn list_for_product_and_sku()
list for product and sku
Resources
state(infinite)— Representation of a license assignment.
03Previous Versions
2026.04.03.3Apr 3, 2026
- Updated: licenseassignments
2026.04.03.1Apr 3, 2026
- Updated: licenseassignments
2026.04.02.2Apr 2, 2026
2026.03.27.1Mar 27, 2026
- Added: licenseassignments
04Stats
A
100 / 100
Downloads
0
Archive size
13.9 KB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels