Sha256: f10c880a196cc9e42bc6e0ecd4bf30dd89d94efc9c5af98ee7f6c0f1977df88b
Contents?: true
Size: 988 Bytes
Versions: 15
Compression:
Stored size: 988 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] | | **workspace_id** | **String** | | [optional] | ## 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, workspace_id: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems