Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 935 Bytes

NewApiKey.md

File metadata and controls

17 lines (13 loc) · 935 Bytes

ElasticEmail.Model.NewApiKey

Newly generated ApiKey with Token

Properties

Name Type Description Notes
Token string Unique token to be used in the system [optional]
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]