Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class PrivateStoreCollection : KotlinCustomResource

The Collection data structure. API Version: 2021-12-01.

Link copied to clipboard
data class PrivateStoreCollectionArgs(val allSubscriptions: Output<Boolean>? = null, val claim: Output<String>? = null, val collectionId: Output<String>? = null, val collectionName: Output<String>? = null, val enabled: Output<Boolean>? = null, val privateStoreId: Output<String>? = null, val subscriptionsList: Output<List<String>>? = null) : ConvertibleToJava<PrivateStoreCollectionArgs>

The Collection data structure. API Version: 2021-12-01.

Link copied to clipboard
Link copied to clipboard
class PrivateStoreCollectionOffer : KotlinCustomResource

The privateStore offer data structure. API Version: 2021-12-01.

Link copied to clipboard
data class PrivateStoreCollectionOfferArgs(val collectionId: Output<String>? = null, val eTag: Output<String>? = null, val iconFileUris: Output<Map<String, String>>? = null, val offerId: Output<String>? = null, val plans: Output<List<PlanArgs>>? = null, val privateStoreId: Output<String>? = null, val specificPlanIdsLimitation: Output<List<String>>? = null, val updateSuppressedDueIdempotence: Output<Boolean>? = null) : ConvertibleToJava<PrivateStoreCollectionOfferArgs>

The privateStore offer data structure. API Version: 2021-12-01.

Link copied to clipboard
class PrivateStoreOffer : KotlinCustomResource

The privateStore offer data structure. API Version: 2020-01-01.

Link copied to clipboard
data class PrivateStoreOfferArgs(val eTag: Output<String>? = null, val iconFileUris: Output<Map<String, String>>? = null, val offerId: Output<String>? = null, val plans: Output<List<PlanArgs>>? = null, val privateStoreId: Output<String>? = null, val specificPlanIdsLimitation: Output<List<String>>? = null, val updateSuppressedDueIdempotence: Output<Boolean>? = null) : ConvertibleToJava<PrivateStoreOfferArgs>

The privateStore offer data structure. API Version: 2020-01-01.

Link copied to clipboard
object PrivateStoreOfferMapper : ResourceMapper<PrivateStoreOffer>