GetDirectoryResult

data class GetDirectoryResult(val billingType: String, val dataResidencyLocation: String, val domainName: String, val effectiveStartDate: String, val id: String, val resourceGroupName: String, val skuName: String, val tags: Map<String, String>, val tenantId: String)

A collection of values returned by getDirectory.

Constructors

Link copied to clipboard
constructor(billingType: String, dataResidencyLocation: String, domainName: String, effectiveStartDate: String, id: String, resourceGroupName: String, skuName: String, tags: Map<String, String>, tenantId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of billing for the AAD B2C tenant. Possible values include: MAU or Auths.

Link copied to clipboard

Location in which the B2C tenant is hosted and data resides. See official docs for more information.

Link copied to clipboard
Link copied to clipboard

The date from which the billing type took effect. May not be populated until after the first billing cycle.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Billing SKU for the B2C tenant. See official docs for more information.

Link copied to clipboard

A mapping of tags assigned to the AAD B2C Directory.

Link copied to clipboard

The Tenant ID for the AAD B2C tenant.