CreateCIAMTenantPropertiesArgs

data class CreateCIAMTenantPropertiesArgs(val countryCode: Output<String>, val displayName: Output<String>) : ConvertibleToJava<CreateCIAMTenantPropertiesArgs>

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

Constructors

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

Properties

Link copied to clipboard
val countryCode: Output<String>

Country code of Azure tenant (e.g. 'US'). Refer to https://aka.ms/ciam-data-location 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>

The display name of the Azure AD for customers tenant.

Functions

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