Ory.Model.ProjectApiKey (ory_client v1.6.2)
Summary
Types
@type t() :: %Ory.Model.ProjectApiKey{ created_at: DateTime.t() | nil, id: String.t(), name: String.t(), owner_id: String.t(), project_id: String.t() | nil, updated_at: DateTime.t() | nil, value: String.t() | nil }
Functions
Link to this function