licensemanager_list_received_licenses_for_organization {paws.management}R Documentation

Lists the licenses received for all accounts in the organization

Description

Lists the licenses received for all accounts in the organization.

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

Usage

licensemanager_list_received_licenses_for_organization(
  Filters = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

Filters

Filters to scope the results. The following filters are supported:

  • Beneficiary

  • ProductSKU

NextToken

Token for the next set of results.

MaxResults

Maximum number of results to return in a single call.


[Package paws.management version 0.9.0 Index]