ory-client 1.20.7

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
Documentation
# ProjectMetadata

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **String** | 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** | **Vec<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** | Option<**String**> |  | [optional]
**subscription_plan** | Option<**String**> |  | [optional]
**updated_at** | **String** | Last Time Project was Updated | 
**workspace** | Option<[**models::Workspace**]workspace.md> |  | [optional]
**workspace_id** | Option<**String**> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)