Sha256: b99cecc17ddc9b63abe11a1477c801c7008d17c869755a9752e43280dd511f42

Contents?: true

Size: 1.21 KB

Versions: 3

Compression:

Stored size: 1.21 KB

Contents

# TalonOne::ApplicationAPIKey

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **String** | Title for API Key. | 
**expires** | **DateTime** | The date the API key expired. | 
**platform** | **String** | The third-party platform the API key is valid for. Use `none` for a generic API key to be used from your own integration layer.  | [optional] 
**id** | **Integer** | ID of the API Key. | 
**created_by** | **Integer** | ID of user who created. | 
**account_id** | **Integer** | ID of account the key is used for. | 
**application_id** | **Integer** | ID of application the key is used for. | 
**created** | **DateTime** | The date the API key was created. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ApplicationAPIKey.new(title: My generated key,
                                 expires: 2023-08-24T14:00Z,
                                 platform: none,
                                 id: 34,
                                 created_by: 280,
                                 account_id: 13,
                                 application_id: 54,
                                 created: 2022-03-02T16:46:17.758585Z)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-3.0.2 docs/ApplicationAPIKey.md
talon_one-3.0.1 docs/ApplicationAPIKey.md
talon_one-3.0.0 docs/ApplicationAPIKey.md