Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 803 Bytes

File metadata and controls

15 lines (11 loc) · 803 Bytes

ElasticEmail.Model.ApiKeyPayload

Create a new ApiKey

Properties

Name Type Description Notes
Name string Name of the ApiKey for ease of reference.
AccessLevel List<AccessLevel> Access level or permission to be assigned to this ApiKey.
Expires DateTime? Date this ApiKey expires. [optional]
RestrictAccessToIPRange List<string> Which IPs can use this ApiKey [optional]
Subaccount string Email of the subaccount for which this ApiKey should be created [optional]

[Back to Model list] [Back to API list] [Back to README]