Sha256: 995cd2004f08ad3175b068b2cb44f1d4f388770617976788df56c8222e4ff8f4
Contents?: true
Size: 697 Bytes
Versions: 24
Compression:
Stored size: 697 Bytes
Contents
# OryClient::RelationTuple ## 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 can be provided. | [optional] | | **subject_set** | [**SubjectSet**](SubjectSet.md) | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::RelationTuple.new( namespace: null, object: null, relation: null, subject_id: null, subject_set: null ) ```
Version data entries
24 entries across 24 versions & 1 rubygems