Sha256: 99191079f4f58eb82da6496c133ec501d195f9c7f2c222679edb064431a39c40

Contents?: true

Size: 770 Bytes

Versions: 5

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

5 entries across 5 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha179 docs/CreateCustomHostnameBody.md
ory-client-0.0.1.alpha178 docs/CreateCustomHostnameBody.md
ory-client-0.0.1.alpha177 docs/CreateCustomHostnameBody.md
ory-client-0.0.1.alpha176 docs/CreateCustomHostnameBody.md
ory-client-0.0.1.alpha175 docs/CreateCustomHostnameBody.md