Sha256: 9aff34d86f7dfbe2e003cf3b0b94d37182bd77ec35f3ef18bbb179f4106adfce
Contents?: true
Size: 693 Bytes
Versions: 117
Compression:
Stored size: 693 Bytes
Contents
# OryClient::CreateRelationshipBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **namespace** | **String** | Namespace to query | [optional] | | **object** | **String** | Object to query | [optional] | | **relation** | **String** | Relation to query | [optional] | | **subject_id** | **String** | SubjectID to query Either SubjectSet or SubjectID can be provided. | [optional] | | **subject_set** | [**SubjectSet**](SubjectSet.md) | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::CreateRelationshipBody.new( namespace: null, object: null, relation: null, subject_id: null, subject_set: null ) ```
Version data entries
117 entries across 117 versions & 1 rubygems