Package-level declarations

Types

Link copied to clipboard
data class GetInstancePlainArgs(val instancename: String, val resourceGroupName: String) : ConvertibleToJava<GetInstancePlainArgs>
Link copied to clipboard
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

Link copied to clipboard
data class LiftrBaseMarketplaceDetailsArgs(val offerDetails: Output<LiftrBaseOfferDetailsArgs>, val subscriptionId: Output<String>? = null) : ConvertibleToJava<LiftrBaseMarketplaceDetailsArgs>

Marketplace details for an organization

Link copied to clipboard
data class LiftrBaseOfferDetailsArgs(val offerId: Output<String>, val planId: Output<String>, val planName: Output<String>? = null, val publisherId: Output<String>, val termId: Output<String>? = null, val termUnit: Output<String>? = null) : ConvertibleToJava<LiftrBaseOfferDetailsArgs>

Offer details for the marketplace that is selected by the user

Link copied to clipboard
data class LiftrBaseSingleSignOnPropertiesV2Args(val aadDomains: Output<List<String>>? = null, val enterpriseAppId: Output<String>? = null, val state: Output<Either<String, SingleSignOnStates>>? = null, val type: Output<Either<String, SingleSignOnType>>, val url: Output<String>? = null) : ConvertibleToJava<LiftrBaseSingleSignOnPropertiesV2Args>

Properties specific to Single Sign On Resource

Link copied to clipboard
data class LiftrBaseUserDetailsArgs(val emailAddress: Output<String>? = null, val firstName: Output<String>? = null, val lastName: Output<String>? = null, val phoneNumber: Output<String>? = null, val upn: Output<String>? = null) : ConvertibleToJava<LiftrBaseUserDetailsArgs>

User details for an organization

Link copied to clipboard
data class ManagedServiceIdentityArgs(val type: Output<Either<String, ManagedServiceIdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ManagedServiceIdentityArgs>

Managed service identity (system assigned and/or user assigned identities)

Link copied to clipboard
data class PartnerPropertiesArgs(val region: Output<Either<String, Region>>, val subdomain: Output<String>) : ConvertibleToJava<PartnerPropertiesArgs>

Partner's specific Properties