include/lightspeed@ops@operational_autopilot_OverridePolicy.hrl

-record(override_policy, {
    name :: binary(),
    allow_runtime :: boolean(),
    allow_transport :: boolean(),
    allow_tenant :: boolean(),
    allow_etl :: boolean(),
    require_operator_override :: boolean(),
    max_actions_per_incident :: integer()
}).