Sha256: 19c74c5f6d731b42b82c606953e529d0d57cb99d35ce713e91b139096b3b9d00
Contents?: true
Size: 907 Bytes
Versions: 67
Compression:
Stored size: 907 Bytes
Contents
# OryClient::ProjectApiKey ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | The token's creation date | [optional][readonly] | | **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] | | **updated_at** | **Time** | The token's last update date | [optional][readonly] | | **value** | **String** | The token's value | [optional][readonly] | ## Example ```ruby require 'ory-client' instance = OryClient::ProjectApiKey.new( created_at: null, id: null, name: null, owner_id: null, project_id: null, updated_at: null, value: null ) ```
Version data entries
67 entries across 67 versions & 1 rubygems