CreateCIAMTenantPropertiesResponse

data class CreateCIAMTenantPropertiesResponse(val countryCode: String, val displayName: String)

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: String, displayName: String)

Types

Link copied to clipboard
object Companion

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.