Sha256: c318b4ce6cbf8c21ec8a89517e2997f1e50cbb5bfaec365645b3915f910fb29d
Contents?: true
Size: 710 Bytes
Versions: 39
Compression:
Stored size: 710 Bytes
Contents
# OryClient::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-client' instance = OryClient::InternalRelationTuple.new( namespace: null, object: null, relation: null, subject_id: null, subject_set: null ) ```
Version data entries
39 entries across 39 versions & 1 rubygems