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