licensemanagerusersubscriptions_register_identity_provider {paws.management}R Documentation

Registers an identity provider for user-based subscriptions

Description

Registers an identity provider for user-based subscriptions.

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

Usage

licensemanagerusersubscriptions_register_identity_provider(
  IdentityProvider,
  Product,
  Settings = NULL,
  Tags = NULL
)

Arguments

IdentityProvider

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

Product

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

Valid values: VISUAL_STUDIO_ENTERPRISE | VISUAL_STUDIO_PROFESSIONAL | OFFICE_PROFESSIONAL_PLUS | REMOTE_DESKTOP_SERVICES

Settings

The registered identity provider’s product related configuration settings such as the subnets to provision VPC endpoints.

Tags

The tags that apply to the identity provider's registration.


[Package paws.management version 0.9.0 Index]