Ory.Model.ExpandedPermissionTree (ory_keto v0.11.0-alpha.0)

Link to this section Summary

Link to this section Types

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