Sha256: 208b43888aef166af7bb2deca156aa8e076d3acf1ba1585385e02e5363a483c6
Contents?: true
Size: 444 Bytes
Versions: 18
Compression:
Stored size: 444 Bytes
Contents
# OryClient::CheckPermissionResultWithError ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **allowed** | **Boolean** | whether the relation tuple is allowed | | | **error** | **String** | any error generated while checking the relation tuple | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::CheckPermissionResultWithError.new( allowed: null, error: null ) ```
Version data entries
18 entries across 18 versions & 1 rubygems