commandment.vpp.vpp.
VPPLicenseOperation
(adam_id: int, pricing_param: str = 'STDQ', license_association_type: Optional[commandment.vpp.enum.LicenseAssociationType] = None, license_disassociation_type: Optional[commandment.vpp.enum.LicenseDisassociationType] = None)[source]¶VPPLicenseOperation represents a number of license operations on a single Adam ID (iTunes Store Product).
_association_type
¶This specifies the type of association this license operation represents. The API only accepts one of these in a single request.
Type: | LicenseAssociationType |
---|
_disassociation_type
¶This specifies the type of disassociation this license operation represents. The API only accepts one of these in a single request.
Type: | LicenseDisassociationType |
---|
commandment.vpp.vpp.
VPPUserLicenseOperation
(*args, **kwargs)[source]¶This object represents a batch operation on a license which will be associated to or disassociated from an MDM user. AKA VPP User License Assignment.
Parameters: |
|
---|
commandment.vpp.vpp.
VPPDeviceLicenseOperation
(*args, **kwargs)[source]¶This object represents a batch operation on a license which will be associated to or disassociated from a Device Serial Number. AKA VPP Device License Assignment.
Parameters: |
|
---|