Learn R Programming

paws.management (version 0.9.0)

licensemanagerusersubscriptions_start_product_subscription: Starts a product subscription for a user with the specified identity provider

Description

Starts a product subscription for a user with the specified identity provider.

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

Usage

licensemanagerusersubscriptions_start_product_subscription(
  Domain = NULL,
  IdentityProvider,
  Product,
  Tags = NULL,
  Username
)

Arguments

Domain

The domain name of the Active Directory that contains the user for whom to start the product subscription.

IdentityProvider

[required] An object that specifies details for the identity provider.

Product

[required] The name of the user-based subscription product.

Valid values: VISUAL_STUDIO_ENTERPRISE | VISUAL_STUDIO_PROFESSIONAL | OFFICE_PROFESSIONAL_PLUS | REMOTE_DESKTOP_SERVICES

Tags

The tags that apply to the product subscription.

Username

[required] The user name from the identity provider of the user.