Stop Product Subscription
licensemanagerusersubscriptions_stop_product_subscription | 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.
Usage¶
licensemanagerusersubscriptions_stop_product_subscription(Domain,
IdentityProvider, Product, ProductUserArn, Username)
Arguments¶
Domain
The domain name of the Active Directory that contains the user for whom to stop the product subscription.
IdentityProvider
An object that specifies details for the identity provider.
Product
The name of the user-based subscription product.
Valid values:
VISUAL_STUDIO_ENTERPRISE
|VISUAL_STUDIO_PROFESSIONAL
|OFFICE_PROFESSIONAL_PLUS
ProductUserArn
The Amazon Resource Name (ARN) of the product user.
Username
The user name from the identity provider for the user.
Value¶
A list with the following syntax:
list(
ProductUserSummary = list(
Domain = "string",
IdentityProvider = list(
ActiveDirectoryIdentityProvider = list(
ActiveDirectorySettings = list(
DomainCredentialsProvider = list(
SecretsManagerCredentialsProvider = list(
SecretId = "string"
)
),
DomainIpv4List = list(
"string"
),
DomainName = "string",
DomainNetworkSettings = list(
Subnets = list(
"string"
)
)
),
ActiveDirectoryType = "SELF_MANAGED"|"AWS_MANAGED",
DirectoryId = "string"
)
),
Product = "string",
ProductUserArn = "string",
Status = "string",
StatusMessage = "string",
SubscriptionEndDate = "string",
SubscriptionStartDate = "string",
Username = "string"
)
)
Request syntax¶
svc$stop_product_subscription(
Domain = "string",
IdentityProvider = list(
ActiveDirectoryIdentityProvider = list(
ActiveDirectorySettings = list(
DomainCredentialsProvider = list(
SecretsManagerCredentialsProvider = list(
SecretId = "string"
)
),
DomainIpv4List = list(
"string"
),
DomainName = "string",
DomainNetworkSettings = list(
Subnets = list(
"string"
)
)
),
ActiveDirectoryType = "SELF_MANAGED"|"AWS_MANAGED",
DirectoryId = "string"
)
),
Product = "string",
ProductUserArn = "string",
Username = "string"
)