WeaviateEx.Users.User.DB (WeaviateEx v0.7.4)

View Source

Database-managed user.

These users are created and managed via the Weaviate API. They authenticate using API keys.

Summary

Types

t()

@type t() :: %WeaviateEx.Users.User.DB{
  active: boolean(),
  api_key: String.t() | nil,
  roles: [String.t()],
  user_id: String.t()
}