Create CIAMTenant Properties Args
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.
Properties
Link copied to clipboard
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
The display name of the Azure AD for customers tenant.