Ory.Model.ProjectApiKey (ory_client v1.1.23)

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.ProjectApiKey{
  id: String.t(),
  name: String.t(),
  owner_id: String.t(),
  project_id: String.t() | nil,
  value: String.t() | nil
}