Package-level declarations

Types

Link copied to clipboard
data class GetInstanceResult(val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val name: String, val properties: InstancePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Concrete tracked resource types can be created by aliasing this type using a specific property type.

Link copied to clipboard
data class InstancePropertiesResponse(val marketplace: LiftrBaseMarketplaceDetailsResponse, val partnerProperties: PartnerPropertiesResponse? = null, val provisioningState: String, val singleSignOnProperties: LiftrBaseSingleSignOnPropertiesV2Response? = null, val user: LiftrBaseUserDetailsResponse)

Properties specific to Instance

Link copied to clipboard
data class LiftrBaseMarketplaceDetailsResponse(val offerDetails: LiftrBaseOfferDetailsResponse, val subscriptionId: String? = null, val subscriptionStatus: String)

Marketplace details for an organization

Link copied to clipboard
data class LiftrBaseOfferDetailsResponse(val offerId: String, val planId: String, val planName: String? = null, val publisherId: String, val termId: String? = null, val termUnit: String? = null)

Offer details for the marketplace that is selected by the user

data class LiftrBaseSingleSignOnPropertiesV2Response(val aadDomains: List<String>? = null, val enterpriseAppId: String? = null, val state: String? = null, val type: String, val url: String? = null)

Properties specific to Single Sign On Resource

Link copied to clipboard
data class LiftrBaseUserDetailsResponse(val emailAddress: String? = null, val firstName: String? = null, val lastName: String? = null, val phoneNumber: String? = null, val upn: String? = null)

User details for an organization

Link copied to clipboard
data class ManagedServiceIdentityResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)

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

Link copied to clipboard
data class PartnerPropertiesResponse(val region: String, val subdomain: String)

Partner's specific Properties

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
data class UserAssignedIdentityResponse(val clientId: String, val principalId: String)

User assigned identity properties