Sha256: 963db77338b15237a8101e140c4a2bef7a3a795dc9f833a28add92ace8d8c925

Contents?: true

Size: 974 Bytes

Versions: 10

Compression:

Stored size: 974 Bytes

Contents

# OryClient::CustomDomain

## 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::CustomDomain.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

10 entries across 10 versions & 1 rubygems

Version Path
ory-client-1.1.5 docs/CustomDomain.md
ory-client-1.1.4 docs/CustomDomain.md
ory-client-1.1.3 docs/CustomDomain.md
ory-client-1.1.2 docs/CustomDomain.md
ory-client-1.1.1 docs/CustomDomain.md
ory-client-1.1.0 docs/CustomDomain.md
ory-client-1.0.2 docs/CustomDomain.md
ory-client-1.0.1 docs/CustomDomain.md
ory-client-1.0.0 docs/CustomDomain.md
ory-client-1.0.0.alpha0 docs/CustomDomain.md