licensemanagerusersubscriptions_list_product_subscriptions {paws.management} | R Documentation |
Lists the user-based subscription products available from an identity provider
Description
Lists the user-based subscription products available from an identity provider.
See https://www.paws-r-sdk.com/docs/licensemanagerusersubscriptions_list_product_subscriptions/ for full documentation.
Usage
licensemanagerusersubscriptions_list_product_subscriptions(
Filters = NULL,
IdentityProvider,
MaxResults = NULL,
NextToken = NULL,
Product
)
Arguments
Filters |
An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify. |
IdentityProvider |
[required] An object that specifies details for the identity provider. |
MaxResults |
Maximum number of results to return in a single call. |
NextToken |
Token for the next set of results. |
Product |
[required] The name of the user-based subscription product. |
[Package paws.management version 0.7.0 Index]