# 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/keto-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)
