Class: WorkOS::Types::AuditLogConfigurationLogStreamState

Inherits:
Object
  • Object
show all
Defined in:
lib/workos/types/audit_log_configuration_log_stream_state.rb

Constant Summary collapse

ACTIVE =
"active"
INACTIVE =
"inactive"
ERROR =
"error"
INVALID =
"invalid"
ALL =
[ACTIVE, INACTIVE, ERROR, INVALID].freeze