Class: WorkOS::Types::AgentRegistrationCreatedDataKind

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

Constant Summary collapse

ANONYMOUS =
"anonymous"
SERVICE_AUTH =
"service_auth"
IDENTITY_ASSERTION =
"identity_assertion"
ALL =
[ANONYMOUS, SERVICE_AUTH, IDENTITY_ASSERTION].freeze