Admin::Ip
Represents an IP address associated with a user.
Example
{ "ip": "192.168.42.1", "used_at": "2022-09-15T01:38:58.851Z" }
Attributes
ip
Description: The IP address.
Type: String (IP address)
Version history:
3.5.0 - added
used_at
Description: The timestamp of when the IP address was last used for this account.
Type: String (Datetime)
Version history:
3.5.0 - added
See also
Admin::Account (ips
attribute) app/serializers/rest/admin/ip_serializer.rbLast updated