CreateTenantRequestBodyPropertiesArgs

data class CreateTenantRequestBodyPropertiesArgs(val countryCode: Output<String>? = null, val displayName: Output<String>? = null) : ConvertibleToJava<CreateTenantRequestBodyPropertiesArgs>

Constructors

Link copied to clipboard
constructor(countryCode: Output<String>? = null, displayName: Output<String>? = null)

Properties

Link copied to clipboard
val countryCode: Output<String>? = null

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
val displayName: Output<String>? = null

The display name of the B2C tenant.

Functions

Link copied to clipboard
open override fun toJava(): CreateTenantRequestBodyPropertiesArgs