InstancePropertiesArgs

data class InstancePropertiesArgs(val marketplace: Output<LiftrBaseMarketplaceDetailsArgs>, val partnerProperties: Output<PartnerPropertiesArgs>? = null, val singleSignOnProperties: Output<LiftrBaseSingleSignOnPropertiesV2Args>? = null, val user: Output<LiftrBaseUserDetailsArgs>) : ConvertibleToJava<InstancePropertiesArgs>

Properties specific to Instance

Constructors

Link copied to clipboard
constructor(marketplace: Output<LiftrBaseMarketplaceDetailsArgs>, partnerProperties: Output<PartnerPropertiesArgs>? = null, singleSignOnProperties: Output<LiftrBaseSingleSignOnPropertiesV2Args>? = null, user: Output<LiftrBaseUserDetailsArgs>)

Properties

Link copied to clipboard

Marketplace details of the resource.

Link copied to clipboard

partner properties

Link copied to clipboard

Single sign-on properties

Link copied to clipboard

Details of the user.

Functions

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