# OryKetoClient::CheckPermissionResult ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **allowed** | **Boolean** | whether the relation tuple is allowed | | ## Example ```ruby require 'ory-keto-client' instance = OryKetoClient::CheckPermissionResult.new( allowed: null ) ```