Sha256: feed78f2d99d239cdfd0c4ac079c93f3e863aa77572f6fce04f5b0d47873efbe
Contents?: true
Size: 973 Bytes
Versions: 10
Compression:
Stored size: 973 Bytes
Contents
# OryClient::ProjectApiKey ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | The token's creation date | [optional][readonly] | | **expires_at** | **Time** | | [optional] | | **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, expires_at: null, id: null, name: null, owner_id: null, project_id: null, updated_at: null, value: null ) ```
Version data entries
10 entries across 10 versions & 1 rubygems