@ory/client
Version:
OpenAPI client for @ory/client
45 lines (37 loc) • 1.88 kB
Markdown
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **string** | The Project\&
**environment** | **string** | The environment of the project. prod Production stage Staging dev Development | [default to undefined]
**home_region** | **string** | The project\&
**hosts** | **Array<string>** | The FQDN hostnames this project listens on | [default to undefined]
**id** | **string** | The project\&
**name** | **string** | The project\&
**slug** | **string** | The project\&
**state** | **string** | The state of the project. running Running halted Halted deleted Deleted | [default to undefined]
**subscription_id** | **string** | | [optional] [default to undefined]
**subscription_plan** | **string** | | [optional] [default to undefined]
**updated_at** | **string** | Last Time Project was Updated | [default to undefined]
**workspace** | [**Workspace**](Workspace.md) | | [optional] [default to undefined]
**workspace_id** | **string** | | [optional] [default to undefined]
```typescript
import { ProjectMetadata } from '@ory/client';
const instance: ProjectMetadata = {
created_at,
environment,
home_region,
hosts,
id,
name,
slug,
state,
subscription_id,
subscription_plan,
updated_at,
workspace,
workspace_id,
};
```
[[Back to Model list]](../README.md