Ory.Model.ExpandedPermissionTree (ory_client v1.6.2)

Summary

Types

@type t() :: %Ory.Model.ExpandedPermissionTree{
  children: [t()] | nil,
  tuple: Ory.Model.Relationship.t() | nil,
  type: String.t()
}

Functions