Sha256: f49bd435078ca4893ccf633dfc1c34fac0dccfdc9a52b435d88febbb612c4111
Contents?: true
Size: 868 Bytes
Versions: 20
Compression:
Stored size: 868 Bytes
Contents
# OryClient::Project ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cors_admin** | [**CORS**](CORS.md) | | | | **cors_public** | [**CORS**](CORS.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
20 entries across 20 versions & 1 rubygems