include/lightspeed@platform@foundation_AppProfile.hrl

-record(app_profile, {
    name :: binary(),
    auth :: lightspeed@platform@foundation:auth_seam(),
    admin :: lightspeed@platform@foundation:admin_seam(),
    policy :: lightspeed@platform@foundation:policy_seam(),
    billing :: lightspeed@platform@foundation:billing_seam(),
    surfaces :: list(lightspeed@platform@foundation:product_surface()),
    workflows :: list(lightspeed@platform@foundation:lifecycle_workflow()),
    requires_framework_internal_patching :: boolean()
}).