Extends the expiration date for license consumption.
licensemanager_extend_license_consumption(LicenseConsumptionToken,
DryRun)
A list with the following syntax:
list(
LicenseConsumptionToken = "string",
Expiration = "string"
)
[required] License consumption token.
Checks whether you have the required permissions for the action, without actually making the request. Provides an error response if you do not have the required permissions.
svc$extend_license_consumption(
LicenseConsumptionToken = "string",
DryRun = TRUE|FALSE
)