licensemanagerusersubscriptions_stop_product_subscription {paws.management} | R Documentation |
Stops a product subscription for a user with the specified identity provider
Description
Stops a product subscription for a user with the specified identity provider.
See https://www.paws-r-sdk.com/docs/licensemanagerusersubscriptions_stop_product_subscription/ for full documentation.
Usage
licensemanagerusersubscriptions_stop_product_subscription(
Domain = NULL,
IdentityProvider,
Product,
Username
)
Arguments
Domain |
The domain name of the user. |
IdentityProvider |
[required] An object that specifies details for the identity provider. |
Product |
[required] The name of the user-based subscription product. |
Username |
[required] The user name from the identity provider for the user. |
[Package paws.management version 0.7.0 Index]