Package-level declarations
Types
Link copied to clipboard
data class GetInstanceResult(val azureApiVersion: String, 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
Link copied to clipboard
Link copied to clipboard
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
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
User assigned identity properties