Sha256: 1446bfd29f61b209cb2283e266d2542e4cbbab886bed87a681623cbe572dae96

Contents?: true

Size: 579 Bytes

Versions: 6

Compression:

Stored size: 579 Bytes

Contents

# OryClient::ProjectCors

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **enabled** | **Boolean** | Whether CORS is enabled for this endpoint. |  |
| **origins** | **Array<String>** | The allowed origins. Use `*` to allow all origins. A wildcard can also be used in the subdomain, i.e. `https://*.example.com` will allow all origins on all subdomains of `example.com`. |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::ProjectCors.new(
  enabled: null,
  origins: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ory-client-1.4.0 docs/ProjectCors.md
ory-client-1.3.0 docs/ProjectCors.md
ory-client-1.2.17 docs/ProjectCors.md
ory-client-1.2.16 docs/ProjectCors.md
ory-client-1.2.15 docs/ProjectCors.md
ory-client-1.2.14 docs/ProjectCors.md