Sha256: ebe6dfed2cf690dd9535e13a031d5b3cf2ef0fde65da92be242ea4ae369c8d16
Contents?: true
Size: 770 Bytes
Versions: 5
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
5 entries across 5 versions & 1 rubygems