Sha256: 7e009f149f915cf232880a0cb751d3fa157e257af50cdb52592aab3282c8ae79
Contents?: true
Size: 684 Bytes
Versions: 82
Compression:
Stored size: 684 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 Token. | [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
82 entries across 82 versions & 1 rubygems