SaasPropertiesArgs

data class SaasPropertiesArgs(val saasResourceId: Output<String>? = null, val saasSubscriptionId: Output<String>? = null) : ConvertibleToJava<SaasPropertiesArgs>

Details about the SaaS offer purchased from the marketplace.

Constructors

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

Properties

Link copied to clipboard
val saasResourceId: Output<String>? = null

Resource ID of the SaaS offer purchased from the marketplace.

Link copied to clipboard
val saasSubscriptionId: Output<String>? = null

Subscription ID of the SaaS offer purchased from the marketplace.

Functions

Link copied to clipboard
open override fun toJava(): SaasPropertiesArgs