Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@ops@operational_autopilot_OverridePolicy.hrl
Raw

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()
}).