@ory/client
Version:
OpenAPI client for @ory/client
25 lines (17 loc) • 678 B
Markdown
# SubjectSet
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**namespace** | **string** | Namespace of the Subject Set | [default to undefined]
**object** | **string** | Object of the Subject Set | [default to undefined]
**relation** | **string** | Relation of the Subject Set | [default to undefined]
## Example
```typescript
import { SubjectSet } from '@ory/client';
const instance: SubjectSet = {
namespace,
object,
relation,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)