Sha256: f10c880a196cc9e42bc6e0ecd4bf30dd89d94efc9c5af98ee7f6c0f1977df88b

Contents?: true

Size: 988 Bytes

Versions: 15

Compression:

Stored size: 988 Bytes

Contents

# OryClient::Project

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **cors_admin** | [**ProjectCors**](ProjectCors.md) |  | [optional] |
| **cors_public** | [**ProjectCors**](ProjectCors.md) |  | [optional] |
| **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] |
| **workspace_id** | **String** |  | [optional] |

## 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,
  workspace_id: null
)
```

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ory-client-1.11.6 docs/Project.md
ory-client-1.9.0 docs/Project.md
ory-client-1.8.1 docs/Project.md
ory-client-1.8.0 docs/Project.md
ory-client-1.6.2 docs/Project.md
ory-client-1.6.1 docs/Project.md
ory-client-1.5.2 docs/Project.md
ory-client-1.5.1 docs/Project.md
ory-client-1.5.0 docs/Project.md
ory-client-1.4.9 docs/Project.md
ory-client-1.4.8 docs/Project.md
ory-client-1.4.7 docs/Project.md
ory-client-1.4.6 docs/Project.md
ory-client-1.4.5 docs/Project.md
ory-client-1.4.4 docs/Project.md