UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

22 lines (14 loc) 603 B
# CheckPermissionResult The content of the allowed field is mirrored in the HTTP status code. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **allowed** | **boolean** | whether the relation tuple is allowed | [default to undefined] ## Example ```typescript import { CheckPermissionResult } from '@ory/client'; const instance: CheckPermissionResult = { allowed, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)