Class: CommandTower::Audit::Event

Inherits:
CommandTower::ApplicationRecord show all
Defined in:
app/models/command_tower/audit/event.rb

Constant Summary collapse

ATTRIBUTION_MODES =
%w[self_service admin_direct impersonation system].freeze
SCOPE_CLASSES =
{
  global: "global",
  host: "host",
  legacy: "legacy"
}.freeze

Method Summary

Methods inherited from CommandTower::ApplicationRecord

attribute_to_type_mapping