Sha256: 4ff031bdc01e92a4489c17281daf6741493eabf509148a7eef9103e5aa15ae50
Contents?: true
Size: 802 Bytes
Versions: 124
Compression:
Stored size: 802 Bytes
Contents
# OryClient::CnameSettings ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cookie_domain** | **String** | | [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, created_at: null, hostname: null, id: null, updated_at: null, verification_errors: null, verification_status: null ) ```
Version data entries
124 entries across 124 versions & 1 rubygems