Sha256: e7a33db61a714ee76b7db08518b0cd342dc1880bc842c3719337a96007f92547
Contents?: true
Size: 570 Bytes
Versions: 192
Compression:
Stored size: 570 Bytes
Contents
# OryClient::IsOwnerForProjectBySlugPayload ## 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::IsOwnerForProjectBySlugPayload.new( project_scope: null, project_slug: null, subject: null ) ```
Version data entries
192 entries across 192 versions & 1 rubygems