GetSubscriptionsResult

data class GetSubscriptionsResult(val displayNameContains: String? = null, val displayNamePrefix: String? = null, val id: String, val subscriptions: List<GetSubscriptionsSubscription>)

A collection of values returned by getSubscriptions.

Constructors

Link copied to clipboard
constructor(displayNameContains: String? = null, displayNamePrefix: String? = null, id: String, subscriptions: List<GetSubscriptionsSubscription>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

One or more subscription blocks as defined below.