Index (A)
»
WorkOS
»
Types
»
AuditLogConfigurationState
Class: WorkOS::Types::AuditLogConfigurationState
Inherits:
Object
Object
WorkOS::Types::AuditLogConfigurationState
show all
Defined in:
lib/workos/types/audit_log_configuration_state.rb
Constant Summary
collapse
ACTIVE =
"
active
"
INACTIVE =
"
inactive
"
DISABLED =
"
disabled
"
ALL =
[
ACTIVE
,
INACTIVE
,
DISABLED
]
.
freeze