@ory/client
Version:
OpenAPI client for @ory/client
43 lines (35 loc) • 2.02 kB
Markdown
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cors_admin** | [**ProjectCors**](ProjectCors.md) | | [optional] [default to undefined]
**cors_public** | [**ProjectCors**](ProjectCors.md) | | [optional] [default to undefined]
**environment** | **string** | The environment of the project. prod Production stage Staging dev Development | [default to undefined]
**home_region** | **string** | The project home region. This is used to set where the project data is stored and where the project\&
**id** | **string** | The project\&
**name** | **string** | The name of the project. | [default to undefined]
**organizations** | [**Array<BasicOrganization>**](BasicOrganization.md) | The organizations of the project. Organizations are used to group users and enforce certain restrictions like usage of SSO. | [default to undefined]
**revision_id** | **string** | The configuration revision ID. | [readonly] [default to undefined]
**services** | [**ProjectServices**](ProjectServices.md) | | [default to undefined]
**slug** | **string** | The project\&
**state** | **string** | The state of the project. running Running halted Halted deleted Deleted | [readonly] [default to undefined]
**workspace_id** | **string** | | [optional] [default to undefined]
```typescript
import { Project } from '@ory/client';
const instance: Project = {
cors_admin,
cors_public,
environment,
home_region,
id,
name,
organizations,
revision_id,
services,
slug,
state,
workspace_id,
};
```
[[Back to Model list]](../README.md