Sha256: fab6b5afa7c4bd0413666ff87eec105a1b1edaa7b87b923df0089657a163cbad
Contents?: true
Size: 916 Bytes
Versions: 3
Compression:
Stored size: 916 Bytes
Contents
# OryClient::Project ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cors_admin** | [**ProjectCors**](ProjectCors.md) | | [optional] | | **cors_public** | [**ProjectCors**](ProjectCors.md) | | [optional] | | **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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ory-client-1.4.3 | docs/Project.md |
ory-client-1.4.2 | docs/Project.md |
ory-client-1.4.1 | docs/Project.md |