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