Package-level declarations
Types
Link copied to clipboard
data class B2CResourceSKUArgs(val name: Output<Either<String, B2CResourceSKUName>>? = null, val tier: Output<Either<String, B2CResourceSKUTier>>? = null) : ConvertibleToJava<B2CResourceSKUArgs>
SKU properties of the Azure AD B2C tenant. Learn more about Azure AD B2C billing at aka.ms/b2cBilling.
Link copied to clipboard
Builder for B2CResourceSKUArgs.
Link copied to clipboard
data class CIAMResourceSKUArgs(val name: Output<Either<String, CIAMResourceSKUName>>, val tier: Output<Either<String, CIAMResourceSKUTier>>) : ConvertibleToJava<CIAMResourceSKUArgs>
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
Builder for CIAMResourceSKUArgs.
Link copied to clipboard
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.
Link copied to clipboard
Builder for CreateCIAMTenantPropertiesArgs.
Link copied to clipboard
data class GetB2CTenantPlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetB2CTenantPlainArgs>
Link copied to clipboard
Builder for GetB2CTenantPlainArgs.
Link copied to clipboard
data class GetCIAMTenantPlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetCIAMTenantPlainArgs>
Link copied to clipboard
Builder for GetCIAMTenantPlainArgs.
Link copied to clipboard
data class GetGuestUsagePlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetGuestUsagePlainArgs>
Link copied to clipboard
Builder for GetGuestUsagePlainArgs.