VppLicense
A license for a product in the purchase program.
Declaration
object VppLicenseProperties
| Name | Type | Description |
|---|---|---|
adamId | int64 | The unique identifier for a product in the iTunes Store. |
adamIdStr | string | The unique identifier for a product in the iTunes Store. |
clientUserIdStr | string | The client user ID for the user to whom this license is assigned. |
isIrrevocable | boolean | If true, once a license is assigned for specified adamId, the license may not be revoked or disassociated. |
itsIdHash | string | The hash of the iTunes Store ID for the user to whom this license is assigned. The itsIdHash field is included only when the user is associated with an iTunes Store account. |
licenseIdStr | string | The identifier of the assigned license. |
pricingParam | string | The quality of a product in the iTunes Store. Possible values are:
|
productTypeId | int32 | The type of a product. Possible values are:
|
productTypeName | string | The name of the product type. |
serialNumber | string | The device serial number to which this license is assigned. |
status | string | The current state of the license. Possible values are:
|
userId | int64 | The unique identifier assigned by the VPP for the user to whom this license is assigned. |
userIdStr | string | The string representation of the unique identifier assigned by the VPP for the user to whom this license is assigned. |