UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

22 lines (14 loc) 584 B
# PermissionsOnWorkspace Get Permissions on Project Request Parameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **permissions** | **{ [key: string]: boolean; }** | | [optional] [default to undefined] ## Example ```typescript import { PermissionsOnWorkspace } from '@ory/client'; const instance: PermissionsOnWorkspace = { permissions, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)