Skip to content

Start Product Subscription

licensemanagerusersubscriptions_start_product_subscription R Documentation

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.

Your estimated bill for charges on the number of users and related costs will take 48 hours to appear for billing periods that haven't closed (marked as Pending billing status) in Amazon Web Services Billing. For more information, see Viewing your monthly charges in the Amazon Web Services Billing User Guide.

Usage

licensemanagerusersubscriptions_start_product_subscription(Domain,
  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 of the user.

Value

A list with the following syntax:

list(
  ProductUserSummary = list(
    Domain = "string",
    IdentityProvider = list(
      ActiveDirectoryIdentityProvider = list(
        DirectoryId = "string"
      )
    ),
    Product = "string",
    Status = "string",
    StatusMessage = "string",
    SubscriptionEndDate = "string",
    SubscriptionStartDate = "string",
    Username = "string"
  )
)

Request syntax

svc$start_product_subscription(
  Domain = "string",
  IdentityProvider = list(
    ActiveDirectoryIdentityProvider = list(
      DirectoryId = "string"
    )
  ),
  Product = "string",
  Username = "string"
)