Sha256: f49bd435078ca4893ccf633dfc1c34fac0dccfdc9a52b435d88febbb612c4111

Contents?: true

Size: 868 Bytes

Versions: 20

Compression:

Stored size: 868 Bytes

Contents

# OryClient::Project

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **cors_admin** | [**CORS**](CORS.md) |  |  |
| **cors_public** | [**CORS**](CORS.md) |  |  |
| **id** | **String** | The project's ID. | [readonly] |
| **name** | **String** | The name of the project. |  |
| **revision_id** | **String** | The configuration revision ID. | [readonly] |
| **services** | [**ProjectServices**](ProjectServices.md) |  |  |
| **slug** | **String** | The project's slug | [readonly] |
| **state** | **String** | The state of the project. running Running halted Halted deleted Deleted | [readonly] |

## Example

```ruby
require 'ory-client'

instance = OryClient::Project.new(
  cors_admin: null,
  cors_public: null,
  id: null,
  name: null,
  revision_id: null,
  services: null,
  slug: null,
  state: null
)
```

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
ory-client-1.2.11 docs/Project.md
ory-client-1.2.10 docs/Project.md
ory-client-1.2.9 docs/Project.md
ory-client-1.2.8 docs/Project.md
ory-client-1.2.7 docs/Project.md
ory-client-1.2.6 docs/Project.md
ory-client-1.2.5 docs/Project.md
ory-client-1.2.4 docs/Project.md
ory-client-1.2.3 docs/Project.md
ory-client-1.2.2 docs/Project.md
ory-client-1.2.1 docs/Project.md
ory-client-1.2.0 docs/Project.md
ory-client-1.1.51 docs/Project.md
ory-client-1.1.50 docs/Project.md
ory-client-1.1.49 docs/Project.md
ory-client-1.1.48 docs/Project.md
ory-client-1.1.47 docs/Project.md
ory-client-1.1.46 docs/Project.md
ory-client-1.1.45 docs/Project.md
ory-client-1.1.44 docs/Project.md