B2CResourceSKUResponse

data class B2CResourceSKUResponse(val name: String? = null, val tier: String? = null)

SKU properties of the Azure AD B2C tenant. Learn more about Azure AD B2C billing at aka.ms/b2cBilling.

Constructors

Link copied to clipboard
constructor(name: String? = null, tier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the SKU for the tenant.

Link copied to clipboard
val tier: String? = null

The tier of the tenant.