Get CIAMTenant Result
    data class GetCIAMTenantResult(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
                fun GetCIAMTenantResult(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
Properties
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
                Link copied to clipboard
                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
                SKU properties of the Azure AD for customers tenant. Learn more about Azure AD for customers billing at https://aka.ms/ciambilling.