Sha256: 1c97d87f7fde81b88af803f1e81fb89e2ff879f78fdee6f4e2c2c51087db8de7
Contents?: true
Size: 599 Bytes
Versions: 47
Compression:
Stored size: 599 Bytes
Contents
# OryClient::ProjectCors ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **enabled** | **Boolean** | Whether CORS is enabled for this endpoint. | [optional] | | **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`. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::ProjectCors.new( enabled: null, origins: null ) ```
Version data entries
47 entries across 47 versions & 1 rubygems