Sha256: 26950baec68f33e81528f15eb463a67b4f620145a8a2d37be1b8415dec635c2c
Contents?: true
Size: 782 Bytes
Versions: 117
Compression:
Stored size: 782 Bytes
Contents
# OryClient::ExpandedPermissionTree ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **children** | [**Array<ExpandedPermissionTree>**](ExpandedPermissionTree.md) | The children of the node, possibly none. | [optional] | | **tuple** | [**Relationship**](Relationship.md) | | [optional] | | **type** | **String** | 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 | | ## Example ```ruby require 'ory-client' instance = OryClient::ExpandedPermissionTree.new( children: null, tuple: null, type: null ) ```
Version data entries
117 entries across 117 versions & 1 rubygems