Managed
Public managed fulfillment with entitlements, licensing, or both.
Declaration
Section titled “Declaration”const Managed: Schema.Struct<{ type: Schema.Literal<"managed">; entitlements: Schema.OptionFromOptionalKey<Schema.UniqueArray<Schema.brand<Schema.String, "EntitlementKey">>>; licensing: Schema.OptionFromOptionalKey<Schema.Struct<{ activationLimit: Schema.Int; }>>;}>;