Sha256: 52cca79231a1d0373c4273dd5d721c101ece6bad331434387f2b05a35dc806cb

Contents?: true

Size: 723 Bytes

Versions: 4

Compression:

Stored size: 723 Bytes

Contents

# OryKetoClient::InternalRelationTuple

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **namespace** | **String** | Namespace of the Relation Tuple |  |
| **object** | **String** | Object of the Relation Tuple |  |
| **relation** | **String** | Relation of the Relation Tuple |  |
| **subject_id** | **String** | SubjectID of the Relation Tuple  Either SubjectSet or SubjectID are required. | [optional] |
| **subject_set** | [**SubjectSet**](SubjectSet.md) |  | [optional] |

## Example

```ruby
require 'ory-keto-client'

instance = OryKetoClient::InternalRelationTuple.new(
  namespace: null,
  object: null,
  relation: null,
  subject_id: null,
  subject_set: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ory-keto-client-0.8.0.alpha2 docs/InternalRelationTuple.md
ory-keto-client-0.8.0.alpha1 docs/InternalRelationTuple.md
ory-keto-client-0.7.0.alpha1 docs/InternalRelationTuple.md
ory-keto-client-0.7.0.alpha0 docs/InternalRelationTuple.md