CIAMResourceSKUArgs

data class CIAMResourceSKUArgs(val name: Output<Either<String, CIAMResourceSKUName>>) : 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>>)

Properties

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

The name of the SKU for the tenant.

Functions

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