Sha256: 6fc7ffcd58e96389ea6e2fd3c64fd15c8ba07bf776af14db214c32349d320ac5

Contents?: true

Size: 1.38 KB

Versions: 14

Compression:

Stored size: 1.38 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 asia-northeast AsiaNorthEast 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

14 entries across 14 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/Project.md
ory-client-1.16.1 docs/Project.md
ory-client-1.16.0 docs/Project.md
ory-client-1.15.17 docs/Project.md
ory-client-1.15.16 docs/Project.md
ory-client-1.15.15 docs/Project.md
ory-client-1.15.14 docs/Project.md
ory-client-1.15.13 docs/Project.md
ory-client-1.15.12 docs/Project.md
ory-client-1.15.10 docs/Project.md
ory-client-1.15.7 docs/Project.md
ory-client-1.15.6 docs/Project.md
ory-client-1.15.5 docs/Project.md
ory-client-1.15.4 docs/Project.md