SaasPropertiesResponse

data class SaasPropertiesResponse(val saasResourceId: String? = null, val saasSubscriptionId: String? = null)

Details about the SaaS offer purchased from the marketplace.

Constructors

Link copied to clipboard
constructor(saasResourceId: String? = null, saasSubscriptionId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val saasResourceId: String? = null

Resource ID of the SaaS offer purchased from the marketplace.

Link copied to clipboard

Subscription ID of the SaaS offer purchased from the marketplace.