Sha256: 7ffe39eb5f3053bc83944f5084a650332f4524445d7cc8a0b65be2afdcc2bdac

Contents?: true

Size: 1.02 KB

Versions: 91

Compression:

Stored size: 1.02 KB

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] |
| **custom_ui_base_url** | **String** |  | [optional] |
| **hostname** | **String** |  | [optional] |
| **id** | **String** |  | [optional] |
| **ssl_status** | **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,
  custom_ui_base_url: null,
  hostname: null,
  id: null,
  ssl_status: null,
  updated_at: null,
  verification_errors: null,
  verification_status: null
)
```

Version data entries

91 entries across 91 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/CustomDomain.md
ory-client-1.16.1 docs/CustomDomain.md
ory-client-1.16.0 docs/CustomDomain.md
ory-client-1.15.17 docs/CustomDomain.md
ory-client-1.15.16 docs/CustomDomain.md
ory-client-1.15.15 docs/CustomDomain.md
ory-client-1.15.14 docs/CustomDomain.md
ory-client-1.15.13 docs/CustomDomain.md
ory-client-1.15.12 docs/CustomDomain.md
ory-client-1.15.10 docs/CustomDomain.md
ory-client-1.15.7 docs/CustomDomain.md
ory-client-1.15.6 docs/CustomDomain.md
ory-client-1.15.5 docs/CustomDomain.md
ory-client-1.15.4 docs/CustomDomain.md
ory-client-1.15.3 docs/CustomDomain.md
ory-client-1.15.0 docs/CustomDomain.md
ory-client-1.14.5 docs/CustomDomain.md
ory-client-1.14.4 docs/CustomDomain.md
ory-client-1.14.3 docs/CustomDomain.md
ory-client-1.14.2 docs/CustomDomain.md