Sha256: cef030eb94bda6007cc43c16f0b9c845c92ee2535088258ddb5359d46ceabae9

Contents?: true

Size: 911 Bytes

Versions: 96

Compression:

Stored size: 911 Bytes

Contents

# OryClient::CreateCustomDomainBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **cookie_domain** | **String** | The domain where cookies will be set. Has to be a parent domain of the custom hostname to work. | [optional] |
| **cors_allowed_origins** | **Array<String>** | CORS Allowed origins for the custom hostname. | [optional] |
| **cors_enabled** | **Boolean** | CORS Enabled for the custom hostname. | [optional] |
| **custom_ui_base_url** | **String** | The base URL where the custom user interface will be exposed. | [optional] |
| **hostname** | **String** | The custom hostname where the API will be exposed. | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::CreateCustomDomainBody.new(
  cookie_domain: null,
  cors_allowed_origins: null,
  cors_enabled: null,
  custom_ui_base_url: null,
  hostname: null
)
```

Version data entries

96 entries across 96 versions & 1 rubygems

Version Path
ory-client-1.4.7 docs/CreateCustomDomainBody.md
ory-client-1.4.6 docs/CreateCustomDomainBody.md
ory-client-1.4.5 docs/CreateCustomDomainBody.md
ory-client-1.4.4 docs/CreateCustomDomainBody.md
ory-client-1.4.3 docs/CreateCustomDomainBody.md
ory-client-1.4.2 docs/CreateCustomDomainBody.md
ory-client-1.4.1 docs/CreateCustomDomainBody.md
ory-client-1.4.0 docs/CreateCustomDomainBody.md
ory-client-1.3.0 docs/CreateCustomDomainBody.md
ory-client-1.2.17 docs/CreateCustomDomainBody.md
ory-client-1.2.16 docs/CreateCustomDomainBody.md
ory-client-1.2.15 docs/CreateCustomDomainBody.md
ory-client-1.2.14 docs/CreateCustomDomainBody.md
ory-client-1.2.11 docs/CreateCustomDomainBody.md
ory-client-1.2.10 docs/CreateCustomDomainBody.md
ory-client-1.2.9 docs/CreateCustomDomainBody.md
ory-client-1.2.8 docs/CreateCustomDomainBody.md
ory-client-1.2.7 docs/CreateCustomDomainBody.md
ory-client-1.2.6 docs/CreateCustomDomainBody.md
ory-client-1.2.5 docs/CreateCustomDomainBody.md