Sha256: 3b8a118a8a26320fddfeca03f606edd006064f218b19cf17b3e7a8053fa82854
Contents?: true
Size: 770 Bytes
Versions: 58
Compression:
Stored size: 770 Bytes
Contents
# OryClient::UpdateCustomHostnameBody ## 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::UpdateCustomHostnameBody.new( cookie_domain: null, cors_allowed_origins: null, cors_enabled: null, hostname: null ) ```
Version data entries
58 entries across 58 versions & 1 rubygems