List Product Subscriptions
licensemanagerusersubscriptions_list_product_subscriptions | 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.
Usage¶
licensemanagerusersubscriptions_list_product_subscriptions(Filters,
IdentityProvider, MaxResults, NextToken, 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.
Value¶
A list with the following syntax:
list(
NextToken = "string",
ProductUserSummaries = list(
list(
Domain = "string",
IdentityProvider = list(
ActiveDirectoryIdentityProvider = list(
DirectoryId = "string"
)
),
Product = "string",
Status = "string",
StatusMessage = "string",
SubscriptionEndDate = "string",
SubscriptionStartDate = "string",
Username = "string"
)
)
)