CIAMResourceSKUArgs

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.

Constructors

Link copied to clipboard
constructor(name: Output<Either<String, CIAMResourceSKUName>>, tier: Output<Either<String, CIAMResourceSKUTier>>)

Properties

Link copied to clipboard
val name: Output<Either<String, CIAMResourceSKUName>>

The name of the SKU for the tenant.

Link copied to clipboard
val tier: Output<Either<String, CIAMResourceSKUTier>>

The tier of the tenant.

Functions

Link copied to clipboard
open override fun toJava(): CIAMResourceSKUArgs