Sha256: 457e7fa367c1c76b55b8baa9bae39fca0ae7cbb2168e3040c8140f3340e18f42

Contents?: true

Size: 795 Bytes

Versions: 1

Compression:

Stored size: 795 Bytes

Contents

# OryKetoClient::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-keto-client'

instance = OryKetoClient::ExpandedPermissionTree.new(
  children: null,
  tuple: null,
  type: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ory-keto-client-0.11.0.alpha0 docs/ExpandedPermissionTree.md