licensemanager_checkout_borrow_license: Checks out the specified license for offline use

View source: R/licensemanager_operations.R

licensemanager_checkout_borrow_licenseR Documentation

Checks out the specified license for offline use

Description

Checks out the specified license for offline use.

See https://www.paws-r-sdk.com/docs/licensemanager_checkout_borrow_license/ for full documentation.

Usage

licensemanager_checkout_borrow_license(
  LicenseArn,
  Entitlements,
  DigitalSignatureMethod,
  NodeId = NULL,
  CheckoutMetadata = NULL,
  ClientToken
)

Arguments

LicenseArn

[required] Amazon Resource Name (ARN) of the license. The license must use the borrow consumption configuration.

Entitlements

[required] License entitlements. Partial checkouts are not supported.

DigitalSignatureMethod

[required] Digital signature method. The possible value is JSON Web Signature (JWS) algorithm PS384. For more information, see RFC 7518 Digital Signature with RSASSA-PSS.

NodeId

Node ID.

CheckoutMetadata

Information about constraints.

ClientToken

[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.