Sha256: d235d8cf616853693fd89680ece4a9f114a8d41562ab2a77c14cb43696ae3d36

Contents?: true

Size: 1.35 KB

Versions: 8

Compression:

Stored size: 1.35 KB

Contents

# OryClient::Project

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **cors_admin** | [**ProjectCors**](ProjectCors.md) |  | [optional] |
| **cors_public** | [**ProjectCors**](ProjectCors.md) |  | [optional] |
| **environment** | **String** | The environment of the project. prod Production stage Staging dev Development |  |
| **home_region** | **String** | The project home region.  This is used to set where the project data is stored and where the project's endpoints are located. eu-central EUCentral us-east USEast us-west USWest us US global Global |  |
| **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,
  environment: null,
  home_region: null,
  id: null,
  name: null,
  revision_id: null,
  services: null,
  slug: null,
  state: null,
  workspace_id: null
)
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ory-client-1.15.3 docs/Project.md
ory-client-1.15.0 docs/Project.md
ory-client-1.14.5 docs/Project.md
ory-client-1.14.4 docs/Project.md
ory-client-1.14.3 docs/Project.md
ory-client-1.14.2 docs/Project.md
ory-client-1.14.1 docs/Project.md
ory-client-1.14.0 docs/Project.md