@ory/client
Version:
OpenAPI client for @ory/client
25 lines (17 loc) • 726 B
Markdown
# BasicOrganization
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**domains** | **Array<string>** | The list of organization\'s domains. | [default to undefined]
**id** | **string** | The organization\'s ID. | [default to undefined]
**label** | **string** | The organization\'s human-readable label. | [default to undefined]
## Example
```typescript
import { BasicOrganization } from '@ory/client';
const instance: BasicOrganization = {
domains,
id,
label,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)