Sha256: 9e6320523a0a62459b14b764681e10c437b2f86da16bcaf6e8bbbe2531365161
Contents?: true
Size: 580 Bytes
Versions: 25
Compression:
Stored size: 580 Bytes
Contents
# OryClient::InternalIsOwnerForProjectBySlugBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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 from the API Token. | | ## Example ```ruby require 'ory-client' instance = OryClient::InternalIsOwnerForProjectBySlugBody.new( project_scope: null, project_slug: null, subject: null ) ```
Version data entries
25 entries across 25 versions & 1 rubygems