SaasResourceResponseProperties

data class SaasResourceResponseProperties(val autoRenew: Boolean? = null, val created: String, val isFreeTrial: Boolean? = null, val lastModified: String? = null, val offerId: String? = null, val paymentChannelMetadata: Map<String, String>? = null, val paymentChannelType: String? = null, val publisherId: String? = null, val publisherTestEnvironment: String? = null, val quantity: Double? = null, val saasResourceName: String? = null, val saasSessionId: String? = null, val saasSubscriptionId: String? = null, val skuId: String? = null, val status: String? = null, val term: SaasPropertiesResponseTerm? = null, val termId: String? = null)

saas properties

Constructors

Link copied to clipboard
constructor(autoRenew: Boolean? = null, created: String, isFreeTrial: Boolean? = null, lastModified: String? = null, offerId: String? = null, paymentChannelMetadata: Map<String, String>? = null, paymentChannelType: String? = null, publisherId: String? = null, publisherTestEnvironment: String? = null, quantity: Double? = null, saasResourceName: String? = null, saasSessionId: String? = null, saasSubscriptionId: String? = null, skuId: String? = null, status: String? = null, term: SaasPropertiesResponseTerm? = null, termId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoRenew: Boolean? = null

Whether the SaaS subscription will auto renew upon term end.

Link copied to clipboard

The created date of this resource.

Link copied to clipboard
val isFreeTrial: Boolean? = null

Whether the current term is a Free Trial term

Link copied to clipboard
val lastModified: String? = null

The last modifier date if this resource.

Link copied to clipboard
val offerId: String? = null

The offer id.

Link copied to clipboard

The metadata about the SaaS subscription such as the AzureSubscriptionId and ResourceUri.

Link copied to clipboard

The Payment channel for the SaasSubscription.

Link copied to clipboard
val publisherId: String? = null

The publisher id.

Link copied to clipboard

The environment in the publisher side for this resource.

Link copied to clipboard
val quantity: Double? = null

The seat count.

Link copied to clipboard

The SaaS resource name.

Link copied to clipboard
val saasSessionId: String? = null

The saas session id used for dev service migration request.

Link copied to clipboard

The saas subscription id used for tenant to subscription level migration request.

Link copied to clipboard
val skuId: String? = null

The plan id.

Link copied to clipboard
val status: String? = null

The SaaS Subscription Status.

Link copied to clipboard

The current Term object.

Link copied to clipboard
val termId: String? = null

The current Term id.