Index (A)
»
WorkOS
»
Types
»
AuditLogConfigurationLogStreamState
Class: WorkOS::Types::AuditLogConfigurationLogStreamState
Inherits:
Object
Object
WorkOS::Types::AuditLogConfigurationLogStreamState
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