UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

25 lines (17 loc) 1.03 kB
# ExpandedPermissionTree ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **children** | [**Array<ExpandedPermissionTree>**](ExpandedPermissionTree.md) | The children of the node, possibly none. | [optional] [default to undefined] **tuple** | [**Relationship**](Relationship.md) | | [optional] [default to undefined] **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 | [default to undefined] ## Example ```typescript import { ExpandedPermissionTree } from '@ory/client'; const instance: ExpandedPermissionTree = { children, tuple, type, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)