Package-level declarations
Types
Link copied to clipboard
data class GetSaasSubscriptionLevelResult(val azureApiVersion: String, val id: String, val name: String, val properties: SaasResourceResponseProperties, val tags: Map<String, String>? = null, val type: String)
SaaS REST API resource definition.
Link copied to clipboard
data class ListSaasResourceAccessTokenResult(val publisherOfferBaseUri: String? = null, val token: String? = null)
the ISV access token result response.
Link copied to clipboard
data class ListSaasSubscriptionLevelAccessTokenResult(val publisherOfferBaseUri: String? = null, val token: String? = null)
the ISV access token result response.
Link copied to clipboard
data class SaasPropertiesResponseTerm(val endDate: String? = null, val startDate: String? = null, val termUnit: String? = null)
The current Term object.
Link copied to clipboard
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