Sha256: 9dba757013cc2ddbbb51f4816bc70a561c4cdfe6a4017ae45bc3346a253fb4ea

Contents?: true

Size: 406 Bytes

Versions: 10

Compression:

Stored size: 406 Bytes

Contents

# OryClient::CreateProjectApiKeyRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **expires_at** | **Time** |  | [optional] |
| **name** | **String** | The Token Name  A descriptive name for the token.  in: body |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::CreateProjectApiKeyRequest.new(
  expires_at: null,
  name: null
)
```

Version data entries

10 entries across 10 versions & 1 rubygems

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