Sha256: 7493aef66a3cbf138a4a3bcf425c30517a69fda7aec99232f366bd21076b55e6

Contents?: true

Size: 888 Bytes

Versions: 11

Compression:

Stored size: 888 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** |  | [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

11 entries across 11 versions & 1 rubygems

Version Path
ory-client-1.1.19 docs/CustomDomain.md
ory-client-1.1.18 docs/CustomDomain.md
ory-client-1.1.17 docs/CustomDomain.md
ory-client-1.1.16 docs/CustomDomain.md
ory-client-1.1.15 docs/CustomDomain.md
ory-client-1.1.14 docs/CustomDomain.md
ory-client-1.1.13 docs/CustomDomain.md
ory-client-1.1.12 docs/CustomDomain.md
ory-client-1.1.11 docs/CustomDomain.md
ory-client-1.1.10 docs/CustomDomain.md
ory-client-1.1.7 docs/CustomDomain.md