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

Copy Markdown View Source

The entity that owns the API Key.

Summary

Types

t()

@type t() :: %WorkOS.UserApiKeyOwner{
  id: String.t(),
  organization_id: String.t(),
  type: String.t()
}