Values.EntitlementSourceDescribes a resource entitled for use with a license.
type nonrec t = {name : String_.t;Entitlement name.
*)value : String_.t option;Entitlement resource. Use only if the unit is None.
*)maxCount : Long.t option;Maximum entitlement count. Use if the unit is not None.
*)overage : BoxBoolean.t option;Indicates whether overages are allowed.
*)unit : EntitlementUnit.t;Entitlement unit.
*)allowCheckIn : BoxBoolean.t option;Indicates whether check-ins are allowed.
*)}val make :
?value:??? ->
?maxCount:??? ->
?overage:??? ->
?allowCheckIn:??? ->
name:String_.t ->
unit:EntitlementUnit.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BoxBoolean.t
| `Enum of string
| `Long of Long.t
| `String of String_.t ])
list ]