GetSubscriptionResult

data class GetSubscriptionResult(val allowTracing: Boolean, val apiId: String, val apiManagementId: String, val displayName: String, val id: String, val primaryKey: String, val productId: String, val secondaryKey: String, val state: String, val subscriptionId: String, val userId: String)

A collection of values returned by getSubscription.

Constructors

Link copied to clipboard
constructor(allowTracing: Boolean, apiId: String, apiManagementId: String, displayName: String, id: String, primaryKey: String, productId: String, secondaryKey: String, state: String, subscriptionId: String, userId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether tracing is enabled.

Link copied to clipboard

The ID of the API assigned to this Subscription.

Link copied to clipboard
Link copied to clipboard

The display name of this Subscription.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The primary key for this subscription.

Link copied to clipboard

The ID of the Product assigned to this Subscription.

Link copied to clipboard

The secondary key for this subscription.

Link copied to clipboard

The state of this Subscription.

Link copied to clipboard
Link copied to clipboard

The ID of the User assigned to this Subscription.