Sha256: d0c48c865dc46304cf1bb190a25084b2473c7be7bf1788af5865df9bcc019c23

Contents?: true

Size: 1.41 KB

Versions: 14

Compression:

Stored size: 1.41 KB

Contents

# OryClient::ProjectMetadata

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | The Project's Creation Date |  |
| **environment** | **String** | The environment of the project. prod Production stage Staging dev Development |  |
| **home_region** | **String** | The project's data home region eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global |  |
| **hosts** | **Array<String>** |  |  |
| **id** | **String** | The project's ID. | [readonly] |
| **name** | **String** | The project's name if set |  |
| **slug** | **String** | The project's slug | [readonly] |
| **state** | **String** | The state of the project. running Running halted Halted deleted Deleted |  |
| **subscription_id** | **String** |  | [optional] |
| **subscription_plan** | **String** |  | [optional] |
| **updated_at** | **Time** | Last Time Project was Updated |  |
| **workspace** | [**Workspace**](Workspace.md) |  | [optional] |
| **workspace_id** | **String** |  | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::ProjectMetadata.new(
  created_at: null,
  environment: null,
  home_region: null,
  hosts: null,
  id: null,
  name: null,
  slug: null,
  state: null,
  subscription_id: null,
  subscription_plan: null,
  updated_at: null,
  workspace: null,
  workspace_id: null
)
```

Version data entries

14 entries across 14 versions & 1 rubygems

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