Sha256: ef89948abb0bdd88a94a75ebb45c2ca7ddded748e6385aa3c376966d06306890
Contents?: true
Size: 672 Bytes
Versions: 3
Compression:
Stored size: 672 Bytes
Contents
# TalonOne::CreateApplicationAPIKey ## 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] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CreateApplicationAPIKey.new(title: My generated key, expires: 2023-08-24T14:00Z, platform: none) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.2 | docs/CreateApplicationAPIKey.md |
talon_one-3.0.1 | docs/CreateApplicationAPIKey.md |
talon_one-3.0.0 | docs/CreateApplicationAPIKey.md |