Skip to content

Managed

Public managed fulfillment with entitlements, licensing, or both.

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;
}>>;
}>;