Get Product Result
data class GetProductResult(val apiManagementName: String, val approvalRequired: Boolean, val description: String, val displayName: String, val id: String, val productId: String, val published: Boolean, val resourceGroupName: String, val subscriptionRequired: Boolean, val subscriptionsLimit: Int, val terms: String)
A collection of values returned by getProduct.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
Do subscribers need to be approved prior to being able to use the Product?
Link copied to clipboard
The description of this Product, which may include HTML formatting tags.
Link copied to clipboard
The Display Name for this API Management Product.
Link copied to clipboard
Link copied to clipboard
Is a Subscription required to access API's included in this Product?
Link copied to clipboard
The number of subscriptions a user can have to this Product at the same time.