GetB2CTenantResult

data class GetB2CTenantResult(val azureApiVersion: String, val billingConfig: B2CTenantResourcePropertiesResponseBillingConfig? = null, val id: String, val isGoLocalTenant: Boolean? = null, val location: String, val name: String, val sku: B2CResourceSKUResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tenantId: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, billingConfig: B2CTenantResourcePropertiesResponseBillingConfig? = null, id: String, isGoLocalTenant: Boolean? = null, location: String, name: String, sku: B2CResourceSKUResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, tenantId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The billing configuration for the tenant.

Link copied to clipboard
val id: String

An identifier that represents the Azure AD B2C tenant resource.

Link copied to clipboard

Enable GoLocal add-on to store data at rest in the specific Geo. Refer to aka.ms/B2CDataResidency to see local data residency options.

Link copied to clipboard

The location in which the resource is hosted and data resides. Can be one of 'United States', 'Europe', 'Asia Pacific', or 'Australia'. Refer to this documentation for more information.

Link copied to clipboard

The name of the Azure AD B2C tenant resource.

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

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource Tags

Link copied to clipboard
val tenantId: String? = null

An identifier of the Azure AD B2C tenant.

Link copied to clipboard

The type of the B2C tenant resource.