# BatchCheckPermissionResult

Batch Check Permission Result

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**results** | [**Array&lt;CheckPermissionResultWithError&gt;**](CheckPermissionResultWithError.md) | An array of check results. The order aligns with the input order. | [default to undefined]

## Example

```typescript
import { BatchCheckPermissionResult } from '@ory/keto-client';

const instance: BatchCheckPermissionResult = {
    results,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
