GetCIAMTenantResult

data class GetCIAMTenantResult(val azureApiVersion: String, val billingType: String, val createTenantProperties: CreateCIAMTenantPropertiesResponse, val domainName: String, val effectiveStartDateUtc: String, val id: String, val location: String, val name: String, val provisioningState: String, val sku: CIAMResourceSKUResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tenantId: String? = null, val type: String)

The Azure AD for customers resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, billingType: String, createTenantProperties: CreateCIAMTenantPropertiesResponse, domainName: String, effectiveStartDateUtc: String, id: String, location: String, name: String, provisioningState: String, sku: CIAMResourceSKUResponse, 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 type of billing. Will be MAU for all new customers. Cannot be changed if value is 'MAU'. Learn more about Azure AD for customers billing at aka.ms/b2cBilling.

Link copied to clipboard

These properties are used to create the Azure AD for customers tenant. These properties are not part of the Azure resource.

Link copied to clipboard

The domain name of the tenant

Link copied to clipboard

The data from which the billing type took effect

Link copied to clipboard
val id: String

An identifier that represents the Azure AD for customers tenant resource.

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 for customers tenant resource.

Link copied to clipboard
Link copied to clipboard

SKU properties of the Azure AD for customers tenant. Learn more about Azure AD for customers billing at https://aka.ms/ciambilling.

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 for customers tenant.

Link copied to clipboard

The type of the Azure AD for customers tenant resource.