# IsOwnerForProjectBySlug


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ProjectSlug** | **string** | ProjectSlug is the project\&#39;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)
