Sha256: 004748dca7b04719c6bf62613bfa629d144e3e904e818fdf062256036a69d5d7
Contents?: true
Size: 694 Bytes
Versions: 59
Compression:
Stored size: 694 Bytes
Contents
# OryClient::ProjectApiKey ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The token's ID. | [readonly] | | **name** | **String** | The Token's Name Set this to help you remember, for example, where you use the token. | | | **owner_id** | **String** | The token's owner | [readonly] | | **project_id** | **String** | The Token's Project ID | [optional][readonly] | | **value** | **String** | The token's value | [optional][readonly] | ## Example ```ruby require 'ory-client' instance = OryClient::ProjectApiKey.new( id: null, name: null, owner_id: null, project_id: null, value: null ) ```
Version data entries
59 entries across 59 versions & 1 rubygems