Sha256: 71371f12f6f63cec469a30ca0211086827801fd4b25c8e69ba6cab7ec62fc662
Contents?: true
Size: 819 Bytes
Versions: 10
Compression:
Stored size: 819 Bytes
Contents
# ElasticEmail::ApiKeyPayload ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Name of the ApiKey for ease of reference. | | | **access_level** | [**Array<AccessLevel>**](AccessLevel.md) | Access level or permission to be assigned to this ApiKey. | | | **expires** | **Time** | Date this ApiKey expires. | [optional] | | **restrict_access_to_ip_range** | **Array<String>** | Which IPs can use this ApiKey | [optional] | | **subaccount** | **String** | Email of the subaccount for which this ApiKey should be created | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::ApiKeyPayload.new( name: null, access_level: null, expires: null, restrict_access_to_ip_range: null, subaccount: null ) ```
Version data entries
10 entries across 10 versions & 1 rubygems