Sha256: 3f399f58c8454ff25c3d35390aa43dfbf457aa839141fcbacf16ae2fa71c562f

Contents?: true

Size: 896 Bytes

Versions: 96

Compression:

Stored size: 896 Bytes

Contents

# OryClient::SetCustomDomainBody

## 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 custom UI base URL where the UI will be exposed. | [optional] |
| **hostname** | **String** | The custom hostname where the API will be exposed. | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::SetCustomDomainBody.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.16.2 docs/SetCustomDomainBody.md
ory-client-1.16.1 docs/SetCustomDomainBody.md
ory-client-1.16.0 docs/SetCustomDomainBody.md
ory-client-1.15.17 docs/SetCustomDomainBody.md
ory-client-1.15.16 docs/SetCustomDomainBody.md
ory-client-1.15.15 docs/SetCustomDomainBody.md
ory-client-1.15.14 docs/SetCustomDomainBody.md
ory-client-1.15.13 docs/SetCustomDomainBody.md
ory-client-1.15.12 docs/SetCustomDomainBody.md
ory-client-1.15.10 docs/SetCustomDomainBody.md
ory-client-1.15.7 docs/SetCustomDomainBody.md
ory-client-1.15.6 docs/SetCustomDomainBody.md
ory-client-1.15.5 docs/SetCustomDomainBody.md
ory-client-1.15.4 docs/SetCustomDomainBody.md
ory-client-1.15.3 docs/SetCustomDomainBody.md
ory-client-1.15.0 docs/SetCustomDomainBody.md
ory-client-1.14.5 docs/SetCustomDomainBody.md
ory-client-1.14.4 docs/SetCustomDomainBody.md
ory-client-1.14.3 docs/SetCustomDomainBody.md
ory-client-1.14.2 docs/SetCustomDomainBody.md