Sha256: caf901a217f7623c2d7fc94bfcff0d3e68551446add885d78d7d83d5ba64c85f
Contents?: true
Size: 896 Bytes
Versions: 6
Compression:
Stored size: 896 Bytes
Contents
# OryClient::Project ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cors_admin** | [**ProjectCors**](ProjectCors.md) | | | | **cors_public** | [**ProjectCors**](ProjectCors.md) | | | | **id** | **String** | The project's ID. | [readonly] | | **name** | **String** | The name of the project. | | | **revision_id** | **String** | The configuration revision ID. | [readonly] | | **services** | [**ProjectServices**](ProjectServices.md) | | | | **slug** | **String** | The project's slug | [readonly] | | **state** | **String** | The state of the project. running Running halted Halted deleted Deleted | [readonly] | ## Example ```ruby require 'ory-client' instance = OryClient::Project.new( cors_admin: null, cors_public: null, id: null, name: null, revision_id: null, services: null, slug: null, state: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems