UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

31 lines (23 loc) 1.02 kB
# WorkspaceOrganization ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **active_link** | [**OnboardingPortalLink**](OnboardingPortalLink.md) | | [optional] [default to undefined] **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] **providers** | **Array<string>** | | [default to undefined] ## Example ```typescript import { WorkspaceOrganization } from '@ory/client'; const instance: WorkspaceOrganization = { active_link, created_at, domains, id, label, providers, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)