Sha256: b2c2df5215250ce5b51a85f9d502ee22e752d0159e98e314fc298f2c17c9fc63

Contents?: true

Size: 766 Bytes

Versions: 21

Compression:

Stored size: 766 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] |
| **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,
  hostname: null
)
```

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
ory-client-1.1.19 docs/CreateCustomDomainBody.md
ory-client-1.1.18 docs/CreateCustomDomainBody.md
ory-client-1.1.17 docs/CreateCustomDomainBody.md
ory-client-1.1.16 docs/CreateCustomDomainBody.md
ory-client-1.1.15 docs/CreateCustomDomainBody.md
ory-client-1.1.14 docs/CreateCustomDomainBody.md
ory-client-1.1.13 docs/CreateCustomDomainBody.md
ory-client-1.1.12 docs/CreateCustomDomainBody.md
ory-client-1.1.11 docs/CreateCustomDomainBody.md
ory-client-1.1.10 docs/CreateCustomDomainBody.md
ory-client-1.1.7 docs/CreateCustomDomainBody.md
ory-client-1.1.5 docs/CreateCustomDomainBody.md
ory-client-1.1.4 docs/CreateCustomDomainBody.md
ory-client-1.1.3 docs/CreateCustomDomainBody.md
ory-client-1.1.2 docs/CreateCustomDomainBody.md
ory-client-1.1.1 docs/CreateCustomDomainBody.md
ory-client-1.1.0 docs/CreateCustomDomainBody.md
ory-client-1.0.2 docs/CreateCustomDomainBody.md
ory-client-1.0.1 docs/CreateCustomDomainBody.md
ory-client-1.0.0 docs/CreateCustomDomainBody.md