WorkOS.AgentRegistrationAgentIdentity (WorkOS SDK for Elixir v3.0.1)

Copy Markdown View Source

The agent identity associated with this registration.

Summary

Types

t()

@type t() :: %WorkOS.AgentRegistrationAgentIdentity{
  created_at: String.t(),
  id: String.t(),
  updated_at: String.t(),
  userland_user_id: String.t() | nil
}