UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

42 lines (34 loc) 1.42 kB
# CustomDomain Custom Hostname ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cookie_domain** | **string** | | [optional] [default to undefined] **cors_allowed_origins** | **Array<string>** | | [optional] [default to undefined] **cors_enabled** | **boolean** | | [optional] [default to undefined] **created_at** | **string** | | [optional] [default to undefined] **custom_ui_base_url** | **string** | | [optional] [default to undefined] **hostname** | **string** | | [optional] [default to undefined] **id** | **string** | | [optional] [default to undefined] **ssl_status** | **string** | | [optional] [default to undefined] **updated_at** | **string** | | [optional] [default to undefined] **verification_errors** | **Array<string>** | | [optional] [default to undefined] **verification_status** | **string** | | [optional] [default to undefined] ## Example ```typescript import { CustomDomain } from '@ory/client'; const instance: CustomDomain = { cookie_domain, cors_allowed_origins, cors_enabled, created_at, custom_ui_base_url, hostname, id, ssl_status, updated_at, verification_errors, verification_status, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)