UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

21 lines (13 loc) 603 B
# CreateWorkspaceOrganizationBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **generic_oidc_provider** | [**GenericOIDCProvider**](GenericOIDCProvider.md) | | [optional] [default to undefined] ## Example ```typescript import { CreateWorkspaceOrganizationBody } from '@ory/client'; const instance: CreateWorkspaceOrganizationBody = { generic_oidc_provider, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)