Sha256: 835ba7c3ffaf1e5c631115cb2191f120bb09d6f406148cf0eeab8cf8df63f7d4
Contents?: true
Size: 443 Bytes
Versions: 180
Compression:
Stored size: 443 Bytes
Contents
# OryClient::SubjectSet ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **namespace** | **String** | Namespace of the Subject Set | | | **object** | **String** | Object of the Subject Set | | | **relation** | **String** | Relation of the Subject Set | | ## Example ```ruby require 'ory-client' instance = OryClient::SubjectSet.new( namespace: null, object: null, relation: null ) ```
Version data entries
180 entries across 180 versions & 1 rubygems