LicenseEntitlementArgs

data class LicenseEntitlementArgs(val allowCheckIn: Output<Boolean>? = null, val maxCount: Output<Int>? = null, val name: Output<String>, val overage: Output<Boolean>? = null, val unit: Output<String>, val value: Output<String>? = null) : ConvertibleToJava<LicenseEntitlementArgs>

Constructors

Link copied to clipboard
constructor(allowCheckIn: Output<Boolean>? = null, maxCount: Output<Int>? = null, name: Output<String>, overage: Output<Boolean>? = null, unit: Output<String>, value: Output<String>? = null)

Properties

Link copied to clipboard
val allowCheckIn: Output<Boolean>? = null

Indicates whether check-ins are allowed.

Link copied to clipboard
val maxCount: Output<Int>? = null

Maximum entitlement count. Use if the unit is not None.

Link copied to clipboard
val name: Output<String>

Entitlement name.

Link copied to clipboard
val overage: Output<Boolean>? = null

Indicates whether overages are allowed.

Link copied to clipboard
val unit: Output<String>

Entitlement unit.

Link copied to clipboard
val value: Output<String>? = null

Entitlement resource. Use only if the unit is None.

Functions

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