Package-level declarations
Types
Link copied to clipboard
SKU properties of the Azure AD B2C tenant. Learn more about Azure AD B2C billing at aka.ms/b2cBilling.
Link copied to clipboard
data class B2CTenantResourcePropertiesResponseBillingConfig(val billingType: String? = null, val effectiveStartDateUtc: String)
The billing configuration for the tenant.
Link copied to clipboard
data class GetB2CTenantResult(val billingConfig: B2CTenantResourcePropertiesResponseBillingConfig? = null, val id: String, val location: String, val name: String, val sku: B2CResourceSKUResponse, val tags: Map<String, String>? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard