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