Create Tenant Request Body Properties Args
data class CreateTenantRequestBodyPropertiesArgs(val countryCode: Output<String>? = null, val displayName: Output<String>? = null) : ConvertibleToJava<CreateTenantRequestBodyPropertiesArgs>
Properties
Link copied to clipboard
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.
Link copied to clipboard
The display name of the B2C tenant.