Checks out the specified license
Source:R/licensemanager_operations.R
licensemanager_checkout_license.RdChecks out the specified license.
See https://www.paws-r-sdk.com/docs/licensemanager_checkout_license/ for full documentation.
Usage
licensemanager_checkout_license(
ProductSKU,
CheckoutType,
KeyFingerprint,
Entitlements,
ClientToken,
Beneficiary = NULL,
NodeId = NULL
)Arguments
- ProductSKU
[required] Product SKU.
- CheckoutType
[required] Checkout type.
- KeyFingerprint
[required] Key fingerprint identifying the license.
- Entitlements
[required] License entitlements.
- ClientToken
[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Beneficiary
License beneficiary.
- NodeId
Node ID.