Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 833 Bytes

File metadata and controls

16 lines (12 loc) · 833 Bytes

ElasticEmail.Model.ApiKey

ApiKey info

Properties

Name Type Description Notes
AccessLevel List<AccessLevel> Access level or permission to be assigned to this ApiKey. [optional]
Name string Name of the ApiKey. [optional]
DateCreated DateTime Date this ApiKey was created. [optional]
LastUse DateTime? Date this ApiKey was last used. [optional]
Expires DateTime? Date this ApiKey expires. [optional]
RestrictAccessToIPRange List<string> Which IPs can use this ApiKey [optional]

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