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