Sha256: 2d6aed7c9e55d9a9cc447c7fb80b18e84811219cf1f345dcce0a57e0405c852a
Contents?: true
Size: 976 Bytes
Versions: 63
Compression:
Stored size: 976 Bytes
Contents
# OryClient::CnameSettings ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cookie_domain** | **String** | | [optional] | | **cors_allowed_origins** | **Array<String>** | | [optional] | | **cors_enabled** | **Boolean** | | [optional] | | **created_at** | **Time** | | [optional] | | **hostname** | **String** | | [optional] | | **id** | **String** | | [optional] | | **updated_at** | **Time** | | [optional] | | **verification_errors** | **Array<String>** | | [optional] | | **verification_status** | **String** | CustomHostnameStatus is the enumeration of valid state values in the CustomHostnameSSL | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::CnameSettings.new( cookie_domain: null, cors_allowed_origins: null, cors_enabled: null, created_at: null, hostname: null, id: null, updated_at: null, verification_errors: null, verification_status: null ) ```
Version data entries
63 entries across 63 versions & 1 rubygems