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.alpha60 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha48 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha47 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha46 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha45 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha44 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha43 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha42 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha41 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha40 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha39 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha38 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha37 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha36 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha35 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha34 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha33 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha32 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha31 docs/CreateCustomHostnameBody.md
ory-client-0.2.0.alpha30 docs/CreateCustomHostnameBody.md