Checks out the specified license.
licensemanager_checkout_license(ProductSKU, CheckoutType,
KeyFingerprint, Entitlements, ClientToken, Beneficiary, NodeId)
A list with the following syntax:
list(
CheckoutType = "PROVISIONAL",
LicenseConsumptionToken = "string",
EntitlementsAllowed = list(
list(
Name = "string",
Value = "string",
Unit = "Count"|"None"|"Seconds"|"Microseconds"|"Milliseconds"|"Bytes"|"Kilobytes"|"Megabytes"|"Gigabytes"|"Terabytes"|"Bits"|"Kilobits"|"Megabits"|"Gigabits"|"Terabits"|"Percent"|"Bytes/Second"|"Kilobytes/Second"|"Megabytes/Second"|"Gigabytes/Second"|"Terabytes/Second"|"Bits/Second"|"Kilobits/Second"|"Megabits/Second"|"Gigabits/Second"|"Terabits/Second"|"Count/Second"
)
),
SignedToken = "string",
NodeId = "string",
IssuedAt = "string",
Expiration = "string"
)
[required] Product SKU.
[required] Checkout type.
[required] Key fingerprint identifying the license.
[required] License entitlements.
[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
License beneficiary.
Node ID.
svc$checkout_license(
ProductSKU = "string",
CheckoutType = "PROVISIONAL",
KeyFingerprint = "string",
Entitlements = list(
list(
Name = "string",
Value = "string",
Unit = "Count"|"None"|"Seconds"|"Microseconds"|"Milliseconds"|"Bytes"|"Kilobytes"|"Megabytes"|"Gigabytes"|"Terabytes"|"Bits"|"Kilobits"|"Megabits"|"Gigabits"|"Terabits"|"Percent"|"Bytes/Second"|"Kilobytes/Second"|"Megabytes/Second"|"Gigabytes/Second"|"Terabytes/Second"|"Bits/Second"|"Kilobits/Second"|"Megabits/Second"|"Gigabits/Second"|"Terabits/Second"|"Count/Second"
)
),
ClientToken = "string",
Beneficiary = "string",
NodeId = "string"
)