View source: R/licensemanager_operations.R
licensemanager_create_license | R Documentation |
Creates a license.
See https://www.paws-r-sdk.com/docs/licensemanager_create_license/ for full documentation.
licensemanager_create_license(
LicenseName,
ProductName,
ProductSKU,
Issuer,
HomeRegion,
Validity,
Entitlements,
Beneficiary,
ConsumptionConfiguration,
LicenseMetadata = NULL,
ClientToken
)
LicenseName |
[required] License name. |
ProductName |
[required] Product name. |
ProductSKU |
[required] Product SKU. |
Issuer |
[required] License issuer. |
HomeRegion |
[required] Home Region for the license. |
Validity |
[required] Date and time range during which the license is valid, in ISO8601-UTC format. |
Entitlements |
[required] License entitlements. |
Beneficiary |
[required] License beneficiary. |
ConsumptionConfiguration |
[required] Configuration for consumption of the license. Choose a provisional configuration for workloads running with continuous connectivity. Choose a borrow configuration for workloads with offline usage. |
LicenseMetadata |
Information about the license. |
ClientToken |
[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.