Sha256: 227586215d636a04294007093a6e008d872db089a198e3fd5c8fe2e257c756dc

Contents?: true

Size: 770 Bytes

Versions: 58

Compression:

Stored size: 770 Bytes

Contents

# OryClient::CreateCustomHostnameBody

## 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::CreateCustomHostnameBody.new(
  cookie_domain: null,
  cors_allowed_origins: null,
  cors_enabled: null,
  hostname: null
)
```

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha29 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha28 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha27 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha26 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha25 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha24 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha23 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha22 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha21 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha20 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha19 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha18 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha16 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha15 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha14 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha4 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha2 docs/CreateCustomHostnameBody.md
ory-client-0.1.0.alpha12 docs/CreateCustomHostnameBody.md
ory-client-0.1.0.alpha11 docs/CreateCustomHostnameBody.md
ory-client-0.1.0.alpha10 docs/CreateCustomHostnameBody.md