Sha256: 49a6971eefe6fdf6f9a5b672c96bfa07c9a505d3bf628f91e12d854da59a6736
Contents?: true
Size: 695 Bytes
Versions: 117
Compression:
Stored size: 695 Bytes
Contents
# OryClient::Relationship ## 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::Relationship.new( namespace: null, object: null, relation: null, subject_id: null, subject_set: null ) ```
Version data entries
117 entries across 117 versions & 1 rubygems