Sha256: 9b901186c226f3a88ee648392a07ac7c3de0813bc0e0610e68a77120f0812f13

Contents?: true

Size: 987 Bytes

Versions: 10

Compression:

Stored size: 987 Bytes

Contents

# OryClient::WorkspaceApiKey

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | The API key's creation date | [optional][readonly] |
| **expires_at** | **Time** |  | [optional] |
| **id** | **String** | The key's ID. | [readonly] |
| **name** | **String** | The API key's Name  Set this to help you remember, for example, where you use the API key. |  |
| **owner_id** | **String** | The key's owner | [readonly] |
| **updated_at** | **Time** | The API key's last update date | [optional][readonly] |
| **value** | **String** | The key's value | [optional][readonly] |
| **workspace_id** | **String** | The API key's workspace ID | [optional][readonly] |

## Example

```ruby
require 'ory-client'

instance = OryClient::WorkspaceApiKey.new(
  created_at: null,
  expires_at: null,
  id: null,
  name: null,
  owner_id: null,
  updated_at: null,
  value: null,
  workspace_id: null
)
```

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/WorkspaceApiKey.md
ory-client-1.16.1 docs/WorkspaceApiKey.md
ory-client-1.16.0 docs/WorkspaceApiKey.md
ory-client-1.15.17 docs/WorkspaceApiKey.md
ory-client-1.15.16 docs/WorkspaceApiKey.md
ory-client-1.15.15 docs/WorkspaceApiKey.md
ory-client-1.15.14 docs/WorkspaceApiKey.md
ory-client-1.15.13 docs/WorkspaceApiKey.md
ory-client-1.15.12 docs/WorkspaceApiKey.md
ory-client-1.15.10 docs/WorkspaceApiKey.md