GetProductResult

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

Link copied to clipboard
constructor(apiManagementName: String, approvalRequired: Boolean, description: String, displayName: String, id: String, productId: String, published: Boolean, resourceGroupName: String, subscriptionRequired: Boolean, subscriptionsLimit: Int, terms: String)

Types

Link copied to clipboard
object Companion

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Is this Product Published?

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.

Link copied to clipboard

Any Terms and Conditions for this Product, which must be accepted by Developers before they can begin the Subscription process.