CreateTenantRequestBody interface
The information needed to create the Azure AD B2C tenant and corresponding Azure resource, which is used for billing purposes.
Properties
country |
Country code of Azure tenant (e.g. 'US'). Refer to aka.ms/B2CDataResidency to see valid country codes and corresponding data residency locations. If you do not see a country code in an valid data residency ___location, choose one from the list. |
display |
The display name of the Azure AD B2C tenant. |
___location | 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. |
sku | SKU properties of the Azure AD B2C tenant. Learn more about Azure AD B2C billing at aka.ms/b2cBilling. |
tags | Resource Tags |
Property Details
countryCode
Country code of Azure tenant (e.g. 'US'). Refer to aka.ms/B2CDataResidency to see valid country codes and corresponding data residency locations. If you do not see a country code in an valid data residency ___location, choose one from the list.
countryCode?: string
Property Value
string
displayName
The display name of the Azure AD B2C tenant.
displayName?: string
Property Value
string
___location
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.
___location: string
Property Value
string
sku
SKU properties of the Azure AD B2C tenant. Learn more about Azure AD B2C billing at aka.ms/b2cBilling.
sku: B2CResourceSKU
Property Value
tags
Resource Tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}