UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

45 lines (37 loc) 1.88 kB
# ProjectMetadata ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **created_at** | **string** | The Project\'s Creation Date | [default to undefined] **environment** | **string** | The environment of the project. prod Production stage Staging dev Development | [default to undefined] **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 | [default to undefined] **hosts** | **Array<string>** | The FQDN hostnames this project listens on | [default to undefined] **id** | **string** | The project\'s ID. | [readonly] [default to undefined] **name** | **string** | The project\'s name if set | [default to undefined] **slug** | **string** | The project\'s slug | [readonly] [default to undefined] **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] ## Example ```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#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)