Method: OryClient::ExpandedPermissionTree#type

Defined in:
lib/ory-client/models/expanded_permission_tree.rb

#typeObject

The type of the node. union TreeNodeUnion exclusion TreeNodeExclusion intersection TreeNodeIntersection leaf TreeNodeLeaf tuple_to_subject_set TreeNodeTupleToSubjectSet computed_subject_set TreeNodeComputedSubjectSet not TreeNodeNot unspecified TreeNodeUnspecified



24
25
26
# File 'lib/ory-client/models/expanded_permission_tree.rb', line 24

def type
  @type
end