Package-level declarations

Types

Link copied to clipboard
data class B2CResourceSKUResponse(val name: String? = null, val tier: String? = null)

SKU properties of the Azure AD B2C tenant. Learn more about Azure AD B2C billing at aka.ms/b2cBilling.

data class B2CTenantResourcePropertiesResponseBillingConfig(val billingType: String? = null, val effectiveStartDateUtc: String)

The billing configuration for the tenant.

Link copied to clipboard
data class CIAMResourceSKUResponse(val name: String, val tier: String)

SKU properties of the Azure AD for customers tenant. Learn more about Azure AD for customers billing at https://aka.ms/ciambilling.

Link copied to clipboard
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.

Link copied to clipboard
data class GetB2CTenantResult(val billingConfig: B2CTenantResourcePropertiesResponseBillingConfig? = null, val id: String, val location: String, val name: String, val sku: B2CResourceSKUResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard
data class GetCIAMTenantResult(val billingType: String, val createTenantProperties: CreateCIAMTenantPropertiesResponse, val domainName: String, val effectiveStartDateUtc: String, val id: String, val location: String, val name: String, val provisioningState: String, val sku: CIAMResourceSKUResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tenantId: String? = null, val type: String)

The Azure AD for customers resource.

Link copied to clipboard
data class GetGuestUsageResult(val id: String, val location: String? = null, val name: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tenantId: String? = null, val type: String)

Guest Usages Resource

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.