Ory.Model.InternalIsOwnerForProjectBySlugBody (ory_client v1.1.23)

Is Owner For Project By Slug Request Body

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.InternalIsOwnerForProjectBySlugBody{
  project_scope: String.t() | nil,
  project_slug: String.t(),
  subject: String.t()
}