Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 734 Bytes

ApiKeyPayload.md

File metadata and controls

13 lines (10 loc) · 734 Bytes

# ApiKeyPayload

Properties

Name Type Description Notes
name string Name of the ApiKey for ease of reference.
access_level \ElasticEmail\Model\AccessLevel[] Access level or permission to be assigned to this ApiKey.
expires \DateTime Date this ApiKey expires. [optional]
restrict_access_to_ip_range 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]