UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

23 lines (15 loc) 654 B
# IsOwnerForProjectBySlug ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ProjectSlug** | **string** | ProjectSlug is the project\'s slug. | [default to undefined] **Subject** | **string** | Subject is the subject from the API key. | [default to undefined] ## Example ```typescript import { IsOwnerForProjectBySlug } from '@ory/client'; const instance: IsOwnerForProjectBySlug = { ProjectSlug, Subject, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)