Sha256: 4902c4b4dde698b97d65449ad582276a63613a99c31402257608f3b660fe7152

Contents?: true

Size: 682 Bytes

Versions: 10

Compression:

Stored size: 682 Bytes

Contents

# OryClient::InternalIsOwnerForProjectBySlugBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **namespace** | **String** | Namespace is the namespace of the subject. |  |
| **project_scope** | **String** | ProjectScope is the project_id resolved from the API key. | [optional] |
| **project_slug** | **String** | ProjectSlug is the project's slug. |  |
| **subject** | **String** | Subject is the subject acting (user or API key). |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::InternalIsOwnerForProjectBySlugBody.new(
  namespace: null,
  project_scope: null,
  project_slug: null,
  subject: null
)
```

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/InternalIsOwnerForProjectBySlugBody.md
ory-client-1.16.1 docs/InternalIsOwnerForProjectBySlugBody.md
ory-client-1.16.0 docs/InternalIsOwnerForProjectBySlugBody.md
ory-client-1.15.17 docs/InternalIsOwnerForProjectBySlugBody.md
ory-client-1.15.16 docs/InternalIsOwnerForProjectBySlugBody.md
ory-client-1.15.15 docs/InternalIsOwnerForProjectBySlugBody.md
ory-client-1.15.14 docs/InternalIsOwnerForProjectBySlugBody.md
ory-client-1.15.13 docs/InternalIsOwnerForProjectBySlugBody.md
ory-client-1.15.12 docs/InternalIsOwnerForProjectBySlugBody.md
ory-client-1.15.10 docs/InternalIsOwnerForProjectBySlugBody.md