@ory/client
Version:
OpenAPI client for @ory/client
28 lines (20 loc) • 804 B
Markdown
# Organization
B2B SSO Organization
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **string** | | [default to undefined]
**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 { Organization } from '@ory/client';
const instance: Organization = {
created_at,
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)